From ba693113e9f1d8c405f1686f8fd1299a189a721d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 14:02:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eebd2f5ac0..7e05d1cf21 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.4.4", "hat": "~0.0.3", "mime": "^1.3.4", "mongodb": "~2.0.33",