diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/which-module/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/which-module/package.json index 3566aff0e9604..eaa4ede7a680e 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/which-module/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/which-module/package.json @@ -32,10 +32,10 @@ }, "homepage": "https://github.com/nexdrew/which-module#readme", "devDependencies": { - "ava": "^0.19.1", + "ava": "^3.0.0", "coveralls": "^2.13.1", "nyc": "^10.3.0", "standard": "^10.0.2", - "standard-version": "^4.0.0" + "standard-version": "^9.5.0" } }