From b554c1fea7608997d6ef4222fb2a443f281e5d69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Jul 2023 03:07:21 +0000 Subject: [PATCH] fix: npm-project/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - 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 5211b26c8..88bbd7bb1 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.15.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": "^14.6.8" } }