From ffbfd800c9990df03a507227333c04d6c701670a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 07:14: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-DICER-2311764 - 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 d70e266..f5f0824 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "moment": "^2.29.1", "mongoose": "^6.0.13", "morgan": "^1.10.0", - "multer": "^1.4.2", + "multer": "^2.0.0", "nodemailer": "^6.7.1", "sharp": "^0.29.3", "slugify": "^1.6.3",