From fd4a5bcf89826f7a4c52b4ff5e838628534ac48c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 07:19:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f18f4a4..04661fd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "cookie-parser": "~1.3.5", "debug": "~2.2.0", "ejs": "~3.1.6", - "express": "~4.13.1", + "express": "~4.20.0", "morgan": "~1.6.1", "serve-favicon": "~2.3.0" }