Bump lit from 2.5.0 to 2.6.0 (#308)

Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.5.0 to 2.6.0.
- [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.6.0/packages/lit)

---
updated-dependencies:
- dependency-name: lit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-09 16:06:56 -05:00 committed by GitHub
parent 34b8ff2da0
commit c39082f5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

60
package-lock.json generated
View File

@ -579,10 +579,18 @@
"@jridgewell/sourcemap-codec": "^1.4.10"
}
},
"node_modules/@lit-labs/ssr-dom-shim": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.0.0.tgz",
"integrity": "sha512-ic93MBXfApIFTrup4a70M/+ddD8xdt2zxxj9sRwHQzhS9ag/syqkD8JPdTXsc1gUy2K8TTirhlCqyTEM/sifNw=="
},
"node_modules/@lit/reactive-element": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.5.0.tgz",
"integrity": "sha512-fQh9FDK0LPTwDk+0HhSZEtb8K0LTN1wXerwpGrWA+a8tWulYRDLI4vQDWp4GOIsewn0572KYV/oZ3+492D7osA=="
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.6.0.tgz",
"integrity": "sha512-33H04h4tx9NVEADti0haZTNxssCnqZlMlyjri5k9kwDWAe2W1iENroZt7VWwmsPhlWUD8sSoPXSHqd0DdL29Pw==",
"dependencies": {
"@lit-labs/ssr-dom-shim": "^1.0.0"
}
},
"node_modules/@material/animation": {
"version": "14.0.0-canary.53b3cad2f.0",
@ -2207,13 +2215,13 @@
}
},
"node_modules/lit": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.5.0.tgz",
"integrity": "sha512-DtnUP6vR3l4Q8nRPPNBD+UxbAhwJPeky+OVbi3pdgMqm0g57xFSl1Sj64D1rIB+nVNdiVVg8YxB0hqKjvdadZA==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.6.0.tgz",
"integrity": "sha512-GUKVozhomdYlFVuB4UNipbPB5RcXNX4ns43uDA1gSTZN1oHe7mnj05fpYbESxXfxg/Gn905HTIzymCFrr/cn3A==",
"dependencies": {
"@lit/reactive-element": "^1.5.0",
"@lit/reactive-element": "^1.6.0",
"lit-element": "^3.2.0",
"lit-html": "^2.5.0"
"lit-html": "^2.6.0"
}
},
"node_modules/lit-element": {
@ -2225,9 +2233,9 @@
}
},
"node_modules/lit-html": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.5.0.tgz",
"integrity": "sha512-bLHosg1XL3JRUcKdSVI0sLCs0y1wWrj2sqqAN3cZ7bDDPNgmDHH29RV48x6Wz3ZmkxIupaE+z7uXSZ/pXWAO1g==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.6.0.tgz",
"integrity": "sha512-slNAAYfvC7LxeryDOnPFl5uTpxGYGJ6UR9SFmfY+gQ+sf30z1atDPXlgjcSTtwymNdlwDhfGjq+EemQRXp9z1g==",
"dependencies": {
"@types/trusted-types": "^2.0.2"
}
@ -3350,10 +3358,18 @@
"@jridgewell/sourcemap-codec": "^1.4.10"
}
},
"@lit-labs/ssr-dom-shim": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.0.0.tgz",
"integrity": "sha512-ic93MBXfApIFTrup4a70M/+ddD8xdt2zxxj9sRwHQzhS9ag/syqkD8JPdTXsc1gUy2K8TTirhlCqyTEM/sifNw=="
},
"@lit/reactive-element": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.5.0.tgz",
"integrity": "sha512-fQh9FDK0LPTwDk+0HhSZEtb8K0LTN1wXerwpGrWA+a8tWulYRDLI4vQDWp4GOIsewn0572KYV/oZ3+492D7osA=="
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.6.0.tgz",
"integrity": "sha512-33H04h4tx9NVEADti0haZTNxssCnqZlMlyjri5k9kwDWAe2W1iENroZt7VWwmsPhlWUD8sSoPXSHqd0DdL29Pw==",
"requires": {
"@lit-labs/ssr-dom-shim": "^1.0.0"
}
},
"@material/animation": {
"version": "14.0.0-canary.53b3cad2f.0",
@ -4634,13 +4650,13 @@
"peer": true
},
"lit": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.5.0.tgz",
"integrity": "sha512-DtnUP6vR3l4Q8nRPPNBD+UxbAhwJPeky+OVbi3pdgMqm0g57xFSl1Sj64D1rIB+nVNdiVVg8YxB0hqKjvdadZA==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.6.0.tgz",
"integrity": "sha512-GUKVozhomdYlFVuB4UNipbPB5RcXNX4ns43uDA1gSTZN1oHe7mnj05fpYbESxXfxg/Gn905HTIzymCFrr/cn3A==",
"requires": {
"@lit/reactive-element": "^1.5.0",
"@lit/reactive-element": "^1.6.0",
"lit-element": "^3.2.0",
"lit-html": "^2.5.0"
"lit-html": "^2.6.0"
}
},
"lit-element": {
@ -4651,9 +4667,9 @@
}
},
"lit-html": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.5.0.tgz",
"integrity": "sha512-bLHosg1XL3JRUcKdSVI0sLCs0y1wWrj2sqqAN3cZ7bDDPNgmDHH29RV48x6Wz3ZmkxIupaE+z7uXSZ/pXWAO1g==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.6.0.tgz",
"integrity": "sha512-slNAAYfvC7LxeryDOnPFl5uTpxGYGJ6UR9SFmfY+gQ+sf30z1atDPXlgjcSTtwymNdlwDhfGjq+EemQRXp9z1g==",
"requires": {
"@types/trusted-types": "^2.0.2"
}