From 0ebdece61b10b4e21e89b6f2d1dc9e1f6daca47b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jun 2024 15:39:38 +0000 Subject: [PATCH] fix: upgrade lighthouse from 6.0.0 to 6.5.0 Snyk has created this PR to upgrade lighthouse from 6.0.0 to 6.5.0. See this package in npm: lighthouse See this project in Snyk: https://app.snyk.io/org/javascript-benchmark/project/3461f97c-2b7f-4831-9cfb-550d20b8579b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66ec418..da2e2f0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "debug": "4.1.1", "enquirer": "^2.3.4", "is-url-superb": "^3.0.0", - "lighthouse": "6.0.0", + "lighthouse": "6.5.0", "ora": "4.0.3", "yargs": "16.0.0" },