From afc2523742bdaa9b455e511f49f536bcc7f8481f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 May 2025 05:10:22 +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 8aac49e..c37f1a0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "lodash": "^4.17.2", "moment": "2.19.3", "mongodb": "2.2.22", - "multer": "1.3.0", + "multer": "2.0.0", "nock": "9.0.3", "node-schedule": "1.2.0", "nodemailer": "2.7.0",