diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/stack-utils/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/stack-utils/package.json index cd6288e67ba17..0b21b8efcd45d 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/stack-utils/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/stack-utils/package.json @@ -27,11 +27,11 @@ "dependencies": {}, "devDependencies": { "bluebird": "^3.1.1", - "coveralls": "^2.11.6", + "coveralls": "^3.0.10", "flatten": "0.0.1", "nested-error-stacks": "^2.0.0", "pify": "^2.3.0", "q": "^1.4.1", - "tap": "^10.3.2" + "tap": "^18.0.0" } }