From 01b7dd9c2d65f919bb0a7c32bc3d8226781a1c6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 12:39:27 +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 d2b3a9d..899aab8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "repository": "https://github.com/tmcgee/cmv-widgets", "dependencies": { "csslint": "1.0.x", - "eslint": "~7.32.0", + "eslint": "~10.0.0", "grunt": "~1.4.0", "grunt-postcss": "~0.9.0", "grunt-contrib-clean": "~2.0.0",