From 2cf837c5313040456cfeab8cdc52d5318b15881f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 May 2025 10:08:59 +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-MULTER-10185675 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f81501..afc70f8 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "mime-types": "^2.1.35", "moment": "^2.30.1", "mqtt": "^5.10.3", - "multer": "1.4.5-lts.1", + "multer": "2.0.0", "passport": "0.7.0", "passport-google-oauth20": "^2.0.0", "passport-jwt": "4.0.1",