From 4c92b0eedc76cc07ae915ac81b62d480d90a23a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 May 2025 08:05:50 +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-DICER-2311764 --- 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..a42f2da 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.0" } }