diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mem/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mem/package.json index a74c1eace1638..18a3d21f04374 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mem/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/mem/package.json @@ -38,9 +38,9 @@ "p-is-promise": "^2.0.0" }, "devDependencies": { - "ava": "^1.4.1", + "ava": "^6.0.0", "delay": "^4.1.0", - "tsd": "^0.7.1", - "xo": "^0.24.0" + "tsd": "^0.17.0", + "xo": "^0.43.0" } }