From e4a7a7c4ae389f87e3c705bd70489f6b29e6bc9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 17:36:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b050bf0..6917eb2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "eslint": "~7.25.0", + "eslint": "~10.0.0", "eslint-config-semistandard": "~15.0.1", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1",