From 1d97b98923563e6a51b6937fa87b7159d86f5adc Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:17:56 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/foreground-child/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../node_modules/foreground-child/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/foreground-child/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/foreground-child/package.json index d0921683f422d..eabb0900a89cd 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/foreground-child/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/foreground-child/package.json @@ -7,11 +7,11 @@ "test": "test" }, "dependencies": { - "cross-spawn": "^4", + "cross-spawn": "^7.0.5", "signal-exit": "^3.0.0" }, "devDependencies": { - "tap": "^8.0.1" + "tap": "^18.0.0" }, "scripts": { "test": "tap --coverage test/*.js",