From 8780a585390f22c632d59e674b0c9107b18ab12e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:16:05 +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 752f4e19a2..7a78a5a788 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "ejs-locals": "1.0.2", "errorhandler": "1.2.0", "express": "4.12.4", - "express-fileupload": "0.0.5", + "express-fileupload": "0.2.0", "express-session": "^1.17.2", "file-type": "^8.1.0", "hbs": "^4.0.4", @@ -44,7 +44,7 @@ "optional": "^0.1.3", "st": "0.2.4", "stream-buffers": "^3.0.1", - "tap": "^11.1.3", + "tap": "^18.0.0", "typeorm": "^0.2.25", "validator": "^13.5.2", "kafka-node": "5.0.0"