From cbeb9a80ccb3551788a065c72c6e2c465d49dec3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:18:38 +0000 Subject: [PATCH] fix: 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/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/npm:ms:20151024 - https://snyk.io/vuln/npm:ms:20170412 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 752f4e19a2..d5ddb13454 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "express-session": "^1.17.2", "file-type": "^8.1.0", "hbs": "^4.0.4", - "humanize-ms": "1.0.1", + "humanize-ms": "1.2.1", "jquery": "^2.2.4", "lodash": "4.17.20", "marked": "0.3.6", @@ -44,7 +44,7 @@ "optional": "^0.1.3", "st": "0.2.4", "stream-buffers": "^3.0.1", - "tap": "^11.1.3", + "tap": "^16.0.0", "typeorm": "^0.2.25", "validator": "^13.5.2", "kafka-node": "5.0.0"