From 4d7f72874d3c4f2410291cf2a053093ae9b2f1d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Aug 2025 03:59:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 22b5e1a..5b164da 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "csslint": "1.0.x", "babel-eslint": "~10.1.0", - "eslint": "~6.8.0", + "eslint": "~9.0.0", "grunt": "1.4.1", "grunt-postcss": "~0.9.0", "grunt-contrib-clean": "~2.0.0", @@ -17,7 +17,7 @@ "grunt-contrib-copy": "1.0.x", "grunt-contrib-csslint": "~2.0.0", "grunt-contrib-cssmin": "~3.0.0", - "grunt-eslint": "22.0.x", + "grunt-eslint": "25.0.0", "grunt-contrib-uglify": "4.0.1", "grunt-contrib-watch": "~1.1.0", "grunt-newer": "~1.3.0",