From 44aec39dddd07c41d973beb5844dee819c2f837c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jan 2026 07:43:47 +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-QS-14724253 --- 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..6ab4af0 100644 --- a/image-app/package.json +++ b/image-app/package.json @@ -14,7 +14,7 @@ }, "license": "MIT", "dependencies": { - "express": "~4.15.5", + "express": "~4.22.0", "multer": "~1.4.2" } }