From ce10c6f00185895e77d827b6bf4b8bebdbe9f436 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 21:31:00 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-and-flow/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- workspaces/arborist/test/fixtures/tap-and-flow/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-and-flow/package.json b/workspaces/arborist/test/fixtures/tap-and-flow/package.json index 9cce62ae2eca9..2794f5116d61b 100644 --- a/workspaces/arborist/test/fixtures/tap-and-flow/package.json +++ b/workspaces/arborist/test/fixtures/tap-and-flow/package.json @@ -5,6 +5,6 @@ "flow-parser": "0.x", "flow-remove-types": "^2.112.0", "ink": "^2.6.0", - "tap": "14" + "tap": "18.0.0" } }