diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/own-or-env/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/own-or-env/package.json index d8dd97bf2fb04..b3635cb9cb312 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/own-or-env/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/own-or-env/package.json @@ -23,6 +23,6 @@ "own-or": "^1.0.0" }, "devDependencies": { - "tap": "^11.1.0" + "tap": "^18.0.0" } }