From 0bdba97d3485cb4f5b8a339ecc08d82a675b1063 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Mar 2025 23:05:56 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/spawn-wrap/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/spawn-wrap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/spawn-wrap/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/spawn-wrap/package.json index 48c210054091d..0e96cdfd07854 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/spawn-wrap/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/spawn-wrap/package.json @@ -4,7 +4,7 @@ "description": "Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.", "main": "index.js", "dependencies": { - "foreground-child": "^1.5.6", + "foreground-child": "^3.3.1", "mkdirp": "^0.5.0", "os-homedir": "^1.0.1", "rimraf": "^2.6.2",