Skip to content

Commit 38d570d

Browse files
fix(deps): bump lit from 2.6.1 to 2.7.4 (#320)
1 parent a23a7a4 commit 38d570d

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

yarn.lock

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,11 @@
352352
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.0.0.tgz#427e19a2765681fd83411cd72c55ba80a01e0523"
353353
integrity sha512-ic93MBXfApIFTrup4a70M/+ddD8xdt2zxxj9sRwHQzhS9ag/syqkD8JPdTXsc1gUy2K8TTirhlCqyTEM/sifNw==
354354

355+
"@lit-labs/ssr-dom-shim@^1.1.0":
356+
version "1.1.1"
357+
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.1.tgz#64df34e2f12e68e78ac57e571d25ec07fa460ca9"
358+
integrity sha512-kXOeFbfCm4fFf2A3WwVEeQj55tMZa8c8/f9AKHMobQMkzNUfUj+antR3fRPaZJawsa1aZiP/Da3ndpZrwEe4rQ==
359+
355360
"@lit/reactive-element@^1.0.0", "@lit/reactive-element@^1.3.0", "@lit/reactive-element@^1.6.0":
356361
version "1.6.0"
357362
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.6.0.tgz#7504988fc3d7895c032f035eca23f0697b472e59"
@@ -3845,29 +3850,30 @@ lines-and-columns@^1.1.6:
38453850
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
38463851
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
38473852

3848-
lit-element@^3.2.0:
3849-
version "3.2.2"
3850-
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-3.2.2.tgz#d148ab6bf4c53a33f707a5168e087725499e5f2b"
3851-
integrity sha512-6ZgxBR9KNroqKb6+htkyBwD90XGRiqKDHVrW/Eh0EZ+l+iC+u+v+w3/BA5NGi4nizAVHGYvQBHUDuSmLjPp7NQ==
3853+
lit-element@^3.3.0:
3854+
version "3.3.2"
3855+
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-3.3.2.tgz#9913bf220b85065f0e5f1bb8878cc44f36b50cfa"
3856+
integrity sha512-xXAeVWKGr4/njq0rGC9dethMnYCq5hpKYrgQZYTzawt9YQhMiXfD+T1RgrdY3NamOxwq2aXlb0vOI6e29CKgVQ==
38523857
dependencies:
3858+
"@lit-labs/ssr-dom-shim" "^1.1.0"
38533859
"@lit/reactive-element" "^1.3.0"
3854-
lit-html "^2.2.0"
3860+
lit-html "^2.7.0"
38553861

3856-
lit-html@^2.0.0, lit-html@^2.2.0, lit-html@^2.6.0:
3857-
version "2.6.0"
3858-
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.6.0.tgz#85ef3f0b76c58b70a43c545c02a302b83ee1dbd0"
3859-
integrity sha512-slNAAYfvC7LxeryDOnPFl5uTpxGYGJ6UR9SFmfY+gQ+sf30z1atDPXlgjcSTtwymNdlwDhfGjq+EemQRXp9z1g==
3862+
lit-html@^2.0.0, lit-html@^2.7.0:
3863+
version "2.7.3"
3864+
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.7.3.tgz#903bfa61f9d3296a0ec94128695e452beb9b1a3a"
3865+
integrity sha512-9DyLzcn/kbRGowz2vFmSANFbRZTxYUgYYFqzie89w6GLpPUiBCDHfcdeRUV/k3Q2ueYxNjfv46yPCtKAEAPOVw==
38603866
dependencies:
38613867
"@types/trusted-types" "^2.0.2"
38623868

38633869
lit@^2.0.0, lit@^2.2.0:
3864-
version "2.6.1"
3865-
resolved "https://registry.yarnpkg.com/lit/-/lit-2.6.1.tgz#5951a2098b9bde5b328c73b55c15fdc0eefd96d7"
3866-
integrity sha512-DT87LD64f8acR7uVp7kZfhLRrHkfC/N4BVzAtnw9Yg8087mbBJ//qedwdwX0kzDbxgPccWRW6mFwGbRQIxy0pw==
3870+
version "2.7.4"
3871+
resolved "https://registry.yarnpkg.com/lit/-/lit-2.7.4.tgz#ca63d27fda178dbffae0faf2c882b9910e40842c"
3872+
integrity sha512-cgD7xrZoYr21mbrkZIuIrj98YTMw/snJPg52deWVV4A8icLyNHI3bF70xsJeAgwTuiq5Kkd+ZR8gybSJDCPB7g==
38673873
dependencies:
38683874
"@lit/reactive-element" "^1.6.0"
3869-
lit-element "^3.2.0"
3870-
lit-html "^2.6.0"
3875+
lit-element "^3.3.0"
3876+
lit-html "^2.7.0"
38713877

38723878
loader-runner@^4.2.0:
38733879
version "4.3.0"

0 commit comments

Comments
 (0)