Skip to content

Commit db3f3a5

Browse files
committed
fix(deps): update dependency lit to v2.7.6
1 parent f0d0045 commit db3f3a5

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3880,17 +3880,24 @@ lit-element@^3.3.0:
38803880
"@lit/reactive-element" "^1.3.0"
38813881
lit-html "^2.7.0"
38823882

3883-
lit-html@^2.7.0, lit-html@^2.7.1:
3883+
lit-html@^2.7.0:
3884+
version "2.7.5"
3885+
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.7.5.tgz#0c1b9d381abe20c01475ae53ea4b07bf4c923eb8"
3886+
integrity sha512-YqUzpisJodwKIlbMFCtyrp58oLloKGnnPLMJ1t23cbfIJjg/H9pvLWK4XS69YeubK5HUs1UE4ys9w5dP1zg6IA==
3887+
dependencies:
3888+
"@types/trusted-types" "^2.0.2"
3889+
3890+
lit-html@^2.7.1:
38843891
version "2.7.4"
38853892
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.7.4.tgz#6d75001977c206683685b9d76594a516afda2954"
38863893
integrity sha512-/Jw+FBpeEN+z8X6PJva5n7+0MzCVAH2yypN99qHYYkq8bI+j7I39GH+68Z/MZD6rGKDK9RpzBw7CocfmHfq6+g==
38873894
dependencies:
38883895
"@types/trusted-types" "^2.0.2"
38893896

38903897
lit@^2.0.0, lit@^2.3.1, lit@^2.7.0:
3891-
version "2.7.5"
3892-
resolved "https://registry.yarnpkg.com/lit/-/lit-2.7.5.tgz#60bc82990cfad169d42cd786999356dcf79b035f"
3893-
integrity sha512-i/cH7Ye6nBDUASMnfwcictBnsTN91+aBjXoTHF2xARghXScKxpD4F4WYI+VLXg9lqbMinDfvoI7VnZXjyHgdfQ==
3898+
version "2.7.6"
3899+
resolved "https://registry.yarnpkg.com/lit/-/lit-2.7.6.tgz#810007b876ed43e0c70124de91831921598b1665"
3900+
integrity sha512-1amFHA7t4VaaDe+vdQejSVBklwtH9svGoG6/dZi9JhxtJBBlqY5D1RV7iLUYY0trCqQc4NfhYYZilZiVHt7Hxg==
38943901
dependencies:
38953902
"@lit/reactive-element" "^1.6.0"
38963903
lit-element "^3.3.0"

0 commit comments

Comments
 (0)