From d6c5a8c025c91f7563be80b32098aa69e04d6837 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 07:18:15 +0000 Subject: [PATCH] fix: image-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10299078 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- image-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-app/package.json b/image-app/package.json index 9dd5804..99553c1 100644 --- a/image-app/package.json +++ b/image-app/package.json @@ -15,6 +15,6 @@ "license": "MIT", "dependencies": { "express": "~4.15.5", - "multer": "~1.4.2" + "multer": "~2.0.1" } }