From 42f7f7dcc3983a47670ecf28049ce5c23cadcb1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 21:40:20 +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 eebd2f5ac0..82bfc67011 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.19.2", "hat": "~0.0.3", "mime": "^1.3.4", "mongodb": "~2.0.33",