diff --git a/docs/recipes/lighthouse-plugin-example/package.json b/docs/recipes/lighthouse-plugin-example/package.json index cdb89f34e0a4..87b8b11dc660 100644 --- a/docs/recipes/lighthouse-plugin-example/package.json +++ b/docs/recipes/lighthouse-plugin-example/package.json @@ -7,6 +7,6 @@ "lighthouse": "^11.0.0" }, "devDependencies": { - "lighthouse": "^8.6.0" + "lighthouse": "^12.2.0" } }