From d4b41f276a5b40336b40a8d1d10e4e86c4bd6a0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Dec 2024 02:06:04 +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 810dd30..71d757d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cookie-parser": "~1.4.5", "debug": "^4.3.4", "ejs": "^3.1.5", - "express": "~4.17.1", + "express": "~4.21.2", "express-sslify": "^1.2.0", "http-errors": "~1.8.0", "morgan": "~1.10.0",