From 9e5b751bc9acd87e3a3e7191d90526325d50b6c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 23:46:41 +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 1258380..50e96b9 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "boom": "^2.7.2", "comma-separated-values": "^3.6.4", "ejs": "^2.4.1", - "express": "4.17.0", + "express": "4.21.2", "formidable": "1.0.17", "lodash": "^4.8.2", "nconf": "^0.8.4",