From 410d4489d65b2a926298b4d28c61a2fec281dec3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jun 2025 08:14:10 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10299078 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..8e3fb88 100644 --- a/api/package.json +++ b/api/package.json @@ -23,7 +23,7 @@ "jsonwebtoken": "^7.4.1", "mongo-sequence": "^0.1.5", "mongodb": "^2.2.11", - "multer": "^1.3.0", + "multer": "^2.0.1", "nodemon": "^1.11.0", "passport": "^0.3.2", "passport-jwt": "^2.2.1",