From 87fe99ada3dec297a4426fdab6a21e211c0b3d6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 19:29:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4f277d2..4764aa0 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": "^2.0.0", "pg-promise": "^5.9.7", "socket.io": "^1.3.5", "util": "^0.10.3",