From 077bee6463cff99dfd6bcfc0cacd4bbe90f78bfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 10:47:59 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..0693830 100644 --- a/api/package.json +++ b/api/package.json @@ -19,7 +19,7 @@ "express": "^4.14.0", "express-unless": "^0.3.0", "faker": "^4.1.0", - "image-downloader": "^3.2.2", + "image-downloader": "^4.0.0", "jsonwebtoken": "^7.4.1", "mongo-sequence": "^0.1.5", "mongodb": "^2.2.11",