From 95872d3aafd092afde7d819e15106ed61c54a526 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Dec 2024 07:04:28 +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 4cff652..c7a6208 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "body-parser": "~1.18.2", "cookie-parser": "~1.3.5", - "express": "~4.16.0", + "express": "~4.21.2", "jade": "~1.11.0", "morgan": "~1.9.0", "serve-favicon": "~2.4.3",