From 3738a1f1496b6ee318559f328ff83e6734d17d07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 05:45:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d55a3e77..09cfd0f19 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "benchmark": "~2.1.0", "c8": "^8.0.1", "chai": "^4.2.0", - "eslint": "^8.4.1", + "eslint": "^9.26.0", "eslint-config-standard": "^17.1.0", "express": "^4.14.0", "gh-pages": "^6.1.0",