From d7f052b54279765138b621e038289eaab32d5d54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 22:34:19 +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 8d7a8696..a9f8c0fc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "after": "0.8.2", "cookie-parser": "1.4.6", - "eslint": "3.19.0", + "eslint": "9.0.0", "eslint-plugin-markdown": "1.0.2", "express": "4.18.2", "mocha": "8.1.1",