From f8c850edcc62e24d75582af0afa1c4b5746b0d6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 15:18:38 +0000 Subject: [PATCH] fix: npm-project/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:fresh:20170908 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:ms:20170412 --- npm-project/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-project/package.json b/npm-project/package.json index 5211b26c..4614f433 100644 --- a/npm-project/package.json +++ b/npm-project/package.json @@ -17,7 +17,7 @@ "ejs": "1.0.0", "ejs-locals": "1.0.2", "errorhandler": "1.2.0", - "express": "4.12.4", + "express": "4.16.0", "express-fileupload": "0.0.5", "humanize-ms": "1.0.1", "marked": "0.3.5", @@ -30,6 +30,6 @@ "optional": "^0.1.3", "st": "0.2.4", "stream-buffers": "^3.0.1", - "tap": "^5.7.0" + "tap": "^9.0.0" } }