From e1394b7d68a5de362d6a85d8a4660b4c7c3dedbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 14:48:13 +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 7fa68bd..3d1f439 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "license": "MIT", "devDependencies": { "chai": "^4.1.2", - "eslint": "^7.22.0", + "eslint": "^10.0.0", "istanbul": "^0.4.5", "mocha": "^8.3.2" }