From 318ac36a853fc0ac323aa6c22ec0fc61b644c330 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jun 2025 04:29:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10299078 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37aa1b8cffe..1eb97cbeb40 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.1", "node-pre-gyp": "^0.15.0", "notevil": "^1.3.3", "on-finished": "^2.3.0",