From 2fc8a5ae859b2a05c1795e91b2263bb7c4d95210 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Jul 2025 08:09:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10773732 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 475381a00..f3beec0ff 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "mongoose": "^4.5.5", "mongoose-unique-validator": "^1.0.2", "mongoose-validate": "0.0.5", - "multer": "^1.1.0", + "multer": "^2.0.2", "node-xmpp-server": "^2.2.0", "node_hash": "^0.2.0", "nunjucks": "^2.4.2",