From 72d4c6c850ba86fa3586b8ee3681111558686d73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 May 2025 09:18:05 +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-10185673 - https://snyk.io/vuln/SNYK-JS-DICER-2311764 - https://snyk.io/vuln/SNYK-JS-MULTER-10185675 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..c4742cf 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.0", "nodemon": "^1.11.0", "passport": "^0.3.2", "passport-jwt": "^2.2.1",