From 1a6975590542dfc63a2c3d1c3d15e8de4d1a2d7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Dec 2024 07:10: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 8562f2c..ceff2c7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "cookie-parser": "~1.4.3", "debug": "~2.6.3", "ejs": "~2.5.6", - "express": "~4.16.0", + "express": "~4.21.2", "floatthead": "^2.0.3", "helmet": "^3.9.0", "machinepack-hackerrank": "^0.1.2",