From f7d0077f7c671d8e9ca75e75474ea2188a78528b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Apr 2024 15:20:51 +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..5174c64 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",