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",