From 4086e15945a4632035285d23036a4baa3c0f9afe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 18:04:59 +0000 Subject: [PATCH] feat: upgrade lighthouse from 8.6.0 to 12.2.0 Snyk has created this PR to upgrade lighthouse from 8.6.0 to 12.2.0. See this package in npm: lighthouse See this project in Snyk: https://app.snyk.io/org/cachiman/project/eaa5a86c-592f-4b0a-b29b-e2e22e3be193?utm_source=github&utm_medium=referral&page=upgrade-pr --- docs/recipes/lighthouse-plugin-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }