From 16e0b5450e01f3bb2d5c1e60b92a523217b30f57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Apr 2024 20:05:17 +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 d2b3a9d..4bc185f 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.0.0", "grunt": "~1.4.0", "grunt-postcss": "~0.9.0", "grunt-contrib-clean": "~2.0.0",