From 3aef45cfea39217890009b7b31acc1ce7dd2787e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:32:27 +0000 Subject: [PATCH] build(deps): bump lit from 2.7.5 to 2.7.6 Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.7.5 to 2.7.6. - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/lit@2.7.6/packages/lit) --- updated-dependencies: - dependency-name: lit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 167e18a7..22c0cafd 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@webcomponents/webcomponentsjs": "^2.8.0", "custom-card-helpers": "^1.9.0", "dayjs": "^1.11.8", - "lit": "^2.7.5", + "lit": "^2.7.6", "lit-element": "^3.3.2", "npm": "^9.7.2", "typescript": "^5.1.3" diff --git a/yarn.lock b/yarn.lock index 63ed0c75..28ff4be4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4234,10 +4234,10 @@ lit-html@^2.7.0: dependencies: "@types/trusted-types" "^2.0.2" -lit@^2.0.0, lit@^2.1.1, lit@^2.2.6, lit@^2.7.5: - version "2.7.5" - resolved "https://registry.yarnpkg.com/lit/-/lit-2.7.5.tgz#60bc82990cfad169d42cd786999356dcf79b035f" - integrity sha512-i/cH7Ye6nBDUASMnfwcictBnsTN91+aBjXoTHF2xARghXScKxpD4F4WYI+VLXg9lqbMinDfvoI7VnZXjyHgdfQ== +lit@^2.0.0, lit@^2.1.1, lit@^2.2.6, lit@^2.7.6: + version "2.7.6" + resolved "https://registry.yarnpkg.com/lit/-/lit-2.7.6.tgz#810007b876ed43e0c70124de91831921598b1665" + integrity sha512-1amFHA7t4VaaDe+vdQejSVBklwtH9svGoG6/dZi9JhxtJBBlqY5D1RV7iLUYY0trCqQc4NfhYYZilZiVHt7Hxg== dependencies: "@lit/reactive-element" "^1.6.0" lit-element "^3.3.0"