From 1841f6f9bb455dfd9a83a0159b238b9ecba28b3e Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 00:47:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2dc39e2ebed..0ac22340964 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "ejs-locals": "1.0.2", "errorhandler": "1.2.0", "express": "4.12.4", - "express-fileupload": "0.0.5", + "express-fileupload": "1.1.10", "express-session": "^1.17.2", "file-type": "^8.1.0", "hbs": "^4.0.4", @@ -49,7 +49,7 @@ "qrious": "^4.0.2", "st": "0.2.4", "stream-buffers": "^3.0.1", - "tap": "^11.1.3", + "tap": "^18.0.0", "typeorm": "^0.2.24", "validator": "^13.5.2" },