diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/node_modules/which/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/node_modules/which/package.json index 51be376f6e6a9..00a3166b3392f 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/node_modules/which/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/node_modules/which/package.json @@ -15,8 +15,8 @@ }, "devDependencies": { "mkdirp": "^0.5.0", - "rimraf": "^2.6.2", - "tap": "^12.0.1" + "rimraf": "^4.3.1", + "tap": "^18.0.0" }, "scripts": { "test": "tap test/*.js --cov",