From 538ec9f18a4c719e268c3f94abb69c909c7a2893 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 10:31:58 +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 3a3f06b..f2e1237 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "cookie-parser": "1.4.3", "dotenv": "5.0.1", "ejs": "2.5.8", - "express": "4.16.2", + "express": "4.20.0", "express-session": "^1.15.6", "mongoose": "5.0.11", "morgan": "1.9.0",