From 322b81111886f3450cfa84a32d7f1782c6011573 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jul 2025 10:34:36 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-MULTER-10773732 --- api/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/package.json b/api/package.json index 8631663..2a2a322 100644 --- a/api/package.json +++ b/api/package.json @@ -19,11 +19,11 @@ "express": "^4.14.0", "express-unless": "^0.3.0", "faker": "^4.1.0", - "image-downloader": "^3.2.2", + "image-downloader": "^4.0.0", "jsonwebtoken": "^7.4.1", "mongo-sequence": "^0.1.5", "mongodb": "^2.2.11", - "multer": "^1.3.0", + "multer": "^2.0.2", "nodemon": "^1.11.0", "passport": "^0.3.2", "passport-jwt": "^2.2.1",