From 810c14e88b65278e1fb77a6a8012ce319042c115 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 10:20:26 +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 b050bf0..04f4338 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "eslint": "~7.25.0", + "eslint": "~9.26.0", "eslint-config-semistandard": "~15.0.1", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1",