From 1145a5f5af628bd8db8e71429ac98e3283082e4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 18:08:08 +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 eebd2f5ac0..18697f78ec 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bcrypt": "~0.8", "body-parser": "~1.12.4", "deepcopy": "^0.5.0", - "express": "~4.2.x", + "express": "~4.21.2", "hat": "~0.0.3", "mime": "^1.3.4", "mongodb": "~2.0.33",