diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/p-try/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/p-try/package.json index 81c4d32e40f55..2cd516eeb9173 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/p-try/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/p-try/package.json @@ -35,8 +35,8 @@ "bluebird" ], "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.1", - "xo": "^0.24.0" + "ava": "^4.0.0", + "tsd": "^0.12.0", + "xo": "^0.26.0" } }