From 981668f7ebd1ed924d376120c39f6b16eda8fb41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 May 2025 05:24:49 +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 a3be224..83d5e98 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "mocha": "*", "mosca": "1.1.0", "mqtt": "^1.14.1", - "multer": "0.1.6", + "multer": "2.0.0", "node-uuid": "*", "numeric": "*", "plotly": "0.2.13",