From ed6606a483eedef778442b424e57852dbd95c7a6 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:51:19 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yapool/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../tap-with-yarn-lock/node_modules/yapool/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yapool/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yapool/package.json index 004dbdc54ef30..bef1b94116976 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yapool/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yapool/package.json @@ -18,6 +18,6 @@ }, "homepage": "https://github.com/isaacs/yapool#readme", "devDependencies": { - "tap": "^9.0.3 || 10" + "tap": "^18.0.0" } }