diff --git a/docs/recipes/custom-gatherer-puppeteer/package.json b/docs/recipes/custom-gatherer-puppeteer/package.json index 3975aaa..c002dc8 100644 --- a/docs/recipes/custom-gatherer-puppeteer/package.json +++ b/docs/recipes/custom-gatherer-puppeteer/package.json @@ -8,6 +8,6 @@ "lighthouse": "file:../../../dist/lighthouse.tgz" }, "dependencies": { - "puppeteer-core": "^2.0.0" + "puppeteer-core": "^23.1.1" } }