From 752243f8a0cc2875c8f1243f45accc9ca180dca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 05:01:11 +0000 Subject: [PATCH] build(deps): bump lighthouse from 10.0.2 to 10.1.0 Bumps [lighthouse](https://github.com/GoogleChrome/lighthouse) from 10.0.2 to 10.1.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/v10.0.2...v10.1.0) --- updated-dependencies: - dependency-name: lighthouse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/lighthouse/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lighthouse/package.json b/packages/lighthouse/package.json index 938bb13d70..720f258576 100644 --- a/packages/lighthouse/package.json +++ b/packages/lighthouse/package.json @@ -24,7 +24,7 @@ "stats" ], "dependencies": { - "lighthouse": "~10.0.0" + "lighthouse": "~10.1.0" }, "devDependencies": { "@browserless/test": "^9.9.3",