From 807d111cf7687d9a4784990968fca217571d3f40 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Nov 2024 21:00:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da13bc85d2..bc8d1220ab 100644 --- a/package.json +++ b/package.json @@ -42,12 +42,12 @@ "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" }, "devDependencies": { "browserify": "^13.1.1", - "snyk": "^1.244.0" + "snyk": "^1.996.0" }, "license": "Apache-2.0" }