From 271091bbccfacfe35d751a5dbda3e6fdcda9297a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 10:35:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e158e18642..03212f1491 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "cors": "^2.8.4", "dotenv": "^10.0.0", "events": "^3.0.0", - "express": "^4.16.3", + "express": "^4.20.0", "express-async-handler": "^1.1.3", "express-jwt": "^5.3.1", "express-validation": "^1.0.2",