From 58a70913e1bd6206e209e084fae75e1026c1b213 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 21:54:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22b5e1a..26e7112 100644 --- a/package.json +++ b/package.json @@ -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",