From 154f6520152a8aec315030bb5eef96a26d1bcee6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jul 2025 10:15:20 +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 6fe78d2692d..af5000098ac 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "libxmljs2": "^0.32.0", "marsdb": "^0.6.11", "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",