From 253ace2026ff953416ef35d1f772ac434d13410d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Jul 2025 08:23:45 +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 37aa1b8cffe..a85e3bc00bc 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "marsdb": "^0.6.11", "median": "^0.0.2", "morgan": "^1.10.0", - "multer": "^1.4.5-lts.1", + "multer": "^2.0.2", "node-pre-gyp": "^0.15.0", "notevil": "^1.3.3", "on-finished": "^2.3.0",