diff --git a/docs/recipes/custom-audit/package.json b/docs/recipes/custom-audit/package.json index da99fcedb401..4ee08ea92bf2 100644 --- a/docs/recipes/custom-audit/package.json +++ b/docs/recipes/custom-audit/package.json @@ -3,6 +3,6 @@ "private": true, "scripts": {}, "devDependencies": { - "lighthouse": "^8.6.0" + "lighthouse": "^9.4.0" } }