From b441ebf30eb53b1fe0fa55b2ccbb23680d1593d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jun 2025 15:16:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10299078 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3be224..4c5958f 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.1", "node-uuid": "*", "numeric": "*", "plotly": "0.2.13",