From 4cfd0754d9823812a699338ca8a59d9da0ae4844 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 May 2025 09:42:06 +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 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae95b09f06..0f99f79b56 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "method-override": "^2.3.10", "mongoose": "^4.11.14", "morgan": "^1.9.0", - "multer": "~1.3.0", + "multer": "~2.0.0", "multer-s3": "^2.7.0", "nodemailer": "~4.0.1", "owasp-password-strength-test": "~1.3.0",