From 3ada072cff6f25ff17fd0c1d9984050517d1616c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 13:09:47 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2b3a9d..1e3f2d2 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": "~9.26.0", "grunt": "~1.4.0", "grunt-postcss": "~0.9.0", "grunt-contrib-clean": "~2.0.0", @@ -16,7 +16,7 @@ "grunt-contrib-copy": "1.0.x", "grunt-contrib-csslint": "~2.0.0", "grunt-contrib-cssmin": "~3.0.0", - "grunt-eslint": "23.0.0", + "grunt-eslint": "25.0.0", "grunt-contrib-uglify": "~4.0.0", "grunt-contrib-watch": "~1.1.0", "grunt-newer": "~1.3.0",