From 3e326fbe0280912a72f47e5d6153923ea51a6221 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Dec 2022 16:20:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4f277d2..44b82ad 100644 --- a/package.json +++ b/package.json @@ -34,10 +34,10 @@ "dependencies": { "bluebird": "^3.5.1", "body-parser": "^1.13.2", - "express": "3.2.*", + "express": "4.0.0", "formidable": "^1.0.17", "fs": "0.0.2", - "multer": "^0.1.8", + "multer": "^1.0.0", "pg-promise": "^5.9.7", "socket.io": "^1.3.5", "util": "^0.10.3",