From 10c5d93810de41de4bc10ad97c356c8f3d1b0ace Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 12:18:46 +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 3b0a82b4a..905b1a39f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "debug": "~2.2.0", "ejs": "^2.4.2", "ejs-locals": "^1.0.2", - "express": "~4.13.1", + "express": "~4.20.0", "express-session": "^1.13.0", "log4js": "^0.6.36", "morgan": "~1.6.1",