diff --git a/docs/recipes/custom-gatherer-puppeteer/package.json b/docs/recipes/custom-gatherer-puppeteer/package.json index 3975aaa3ee55..c7daab59aef1 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": "^19.7.3" } }