diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/auto-bind/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/auto-bind/package.json index af730b9f0cf3c..65392e30a68fd 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/auto-bind/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/auto-bind/package.json @@ -38,8 +38,8 @@ "@types/react": "^16.8.12" }, "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "ava": "^3.0.0", + "tsd": "^0.12.0", + "xo": "^0.26.0" } }