From 4e505b4869036b3623d4768b4b925cd958b9fbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 04:31:55 +0000 Subject: [PATCH] build(deps): bump lighthouse from 11.0.0 to 11.1.0 Bumps [lighthouse](https://github.com/GoogleChrome/lighthouse) from 11.0.0 to 11.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/v11.0.0...v11.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 8409cb5984..20fd49094c 100644 --- a/packages/lighthouse/package.json +++ b/packages/lighthouse/package.json @@ -24,7 +24,7 @@ "stats" ], "dependencies": { - "lighthouse": "~11.0.0" + "lighthouse": "~11.1.0" }, "devDependencies": { "@browserless/test": "^10.1.10",