From 21d2e9ecb67b2578c8b1cdc09879a8b4fa10c138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:08:26 +0100 Subject: [PATCH] build(deps): bump lighthouse from 12.2.3 to 12.3.0 (#69) Bumps [lighthouse](https://github.com/GoogleChrome/lighthouse) from 12.2.3 to 12.3.0. - [Release notes](https://github.com/GoogleChrome/lighthouse/releases) - [Changelog](https://github.com/GoogleChrome/lighthouse/blob/main/changelog.md) - [Commits](https://github.com/GoogleChrome/lighthouse/compare/v12.2.3...v12.3.0) --- updated-dependencies: - dependency-name: lighthouse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e25b86..09c948a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "debug-logfmt": "~1.2.0", "dlv": "~1.1.3", "got": "~11.8.6", - "lighthouse": "~12.2.0", + "lighthouse": "~12.3.0", "send-http": "~1.0.2", "to-query": "~1.6.12" },