From b942264f65fb96c9841e6c38228cae20597dc1e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 17:29:44 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5f9362a36..96bf22e5e4 100644 --- a/package.json +++ b/package.json @@ -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.24", "validator": "^13.5.2" },