From 634d475acc23b51244a3f9121901009a4ff209e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Apr 2024 19:41:59 +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 2e6e4855..9c6e945b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "repository": "https://github.com/cmv/cmv-app/", "devDependencies": { "body-parser": "~1.19.0", - "eslint": "~7.32.0", + "eslint": "~9.0.0", "grunt": "~1.4.0", "grunt-browser-sync": "~2.2.0", "grunt-contrib-clean": "~2.0.0",