From 330311ebb5104b1d34c277cc5076a4e0436f8219 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:37:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e46fabbff4..64dde0ea4e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "ejs-locals": "1.0.2", "errorhandler": "1.4.3", "express": "4.16.0", - "express-fileupload": "0.0.5", + "express-fileupload": "0.2.0", "humanize-ms": "1.2.1", "jquery": "^3.0.0", "marked": "0.3.17", @@ -41,7 +41,7 @@ "optional": "^0.1.3", "st": "1.2.2", "stream-buffers": "^3.0.1", - "tap": "^12.0.2", + "tap": "^18.0.0", "adm-zip": "0.4.11", "file-type": "^8.1.0", "snyk": "^1.115.0"