From 82bb760fcb4c2bce34fce6432110b897e636bb68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 20:59:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8562f2c..d7b68ee 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.19.2", "floatthead": "^2.0.3", "helmet": "^3.9.0", "machinepack-hackerrank": "^0.1.2",