From 4764add4a1cc2a27b218fa9d75c7d2585b8c5682 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 10:16:18 +0000 Subject: [PATCH] fix: i/33/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- i/33/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i/33/package.json b/i/33/package.json index b1a78e5..9b14dba 100644 --- a/i/33/package.json +++ b/i/33/package.json @@ -8,7 +8,7 @@ "dependencies": { "cookie-parser": "~1.4.4", "debug": "~2.6.9", - "express": "~4.16.1", + "express": "~4.21.0", "http-errors": "~1.6.3", "jade": "~1.11.0", "morgan": "~1.9.1"