From 10393452de664b0fd8ba4c4cdba3e3cbf32b18a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:48:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ad9187717..2312af6d2d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "optional": "^0.1.3", "st": "1.2.2", "stream-buffers": "^3.0.1", - "tap": "^15.0.0", + "tap": "^12.0.2", "typeorm": "^0.3.14", "validator": "^13.7.0" },