From 8970fd3496847977b7b133f255342c0f2f992bee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Apr 2024 03:39:15 +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 9b841872f4a..83077e38b9e 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "cookie-parser": "~1.4.4", "cookie-session": "1.3.3", "ejs": "2.7.2", - "eslint": "2.13.1", + "eslint": "9.0.0", "express-session": "1.17.0", "hbs": "4.1.0", "istanbul": "0.4.5",