From e23c7e219317a00d2671e6d304c452b7332c3bff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 09:17:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f277d2..ec1881a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "bluebird": "^3.5.1", "body-parser": "^1.13.2", - "express": "3.2.*", + "express": "4.20.0", "formidable": "^1.0.17", "fs": "0.0.2", "multer": "^0.1.8",