From 365eff5c88ce8458c82f39255414a68bde923b06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 May 2025 08:38:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10185673 - https://snyk.io/vuln/SNYK-JS-DICER-2311764 - https://snyk.io/vuln/SNYK-JS-MULTER-10185675 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/npm:qs:20170213 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f277d2..0c767da 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "express": "3.2.*", "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",