From 884f429f294d170d1c56a09c6338be21946cf387 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2024 06:12:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8562f2c..b770301 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.1", "floatthead": "^2.0.3", "helmet": "^3.9.0", "machinepack-hackerrank": "^0.1.2",