From d76b2b15d626868e1c48f97e81e784e0429302a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Dec 2024 07:00:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b0a82b4..8c1328e4 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.21.2", "express-session": "^1.13.0", "log4js": "^0.6.36", "morgan": "~1.6.1",