From 05b6318d20981c6676eef004d6695f6bcdf162f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 08:41:26 +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 3561b24..d3a2392 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "mime-types": "^2.1.35", "moment": "^2.29.4", "mqtt": "^4.3.7", - "multer": "1.4.5-lts.1", + "multer": "2.0.0", "passport": "0.6.0", "passport-google-oauth20": "^2.0.0", "passport-jwt": "4.0.0",