From b31a2150a15b13a8a938a70a096011bee5bccc34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 20:15:34 +0000 Subject: [PATCH] chore(deps-dev): bump lighthouse in /generators/client/templates/common Bumps [lighthouse](https://github.com/GoogleChrome/lighthouse) from 9.1.0 to 11.7.0. - [Release notes](https://github.com/GoogleChrome/lighthouse/releases) - [Changelog](https://github.com/GoogleChrome/lighthouse/blob/main/changelog-pre10.md) - [Commits](https://github.com/GoogleChrome/lighthouse/compare/v9.1.0...v11.7.0) --- updated-dependencies: - dependency-name: lighthouse dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- generators/client/templates/common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/templates/common/package.json b/generators/client/templates/common/package.json index 1493c9eea015..fc296899b6df 100644 --- a/generators/client/templates/common/package.json +++ b/generators/client/templates/common/package.json @@ -6,7 +6,7 @@ "cypress": "9.1.1", "eslint-plugin-cypress": "2.12.1", "cypress-audit": "1.1.0", - "lighthouse": "9.1.0", + "lighthouse": "11.7.0", "nyc": "15.1.0" }, "dependencies": {