Bump lit from 3.0.0 to 3.0.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-30 13:13:55 +00:00 committed by github-actions[bot]
parent 5ca5b20c43
commit 9c15103077
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@fluentui/web-components": "^2.5.16",
"@vaadin/router": "^1.7.5",
"idb": "^7.1.1",
"lit": "^3.0.0",
"lit": "^3.0.1",
"workbox-build": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0"
@ -4953,9 +4953,9 @@
}
},
"node_modules/lit": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-3.0.0.tgz",
"integrity": "sha512-nQ0teRzU1Kdj++VdmttS2WvIen8M79wChJ6guRKIIym2M3Ansg3Adj9O6yuQh2IpjxiUXlNuS81WKlQ4iL3BmA==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/lit/-/lit-3.0.1.tgz",
"integrity": "sha512-CYFv7/gwrs6bfPm299O9LD/HB4dgHvsEf/yqUOI//fi469i2OrT4xaptUcmhr05DNQEgsBFecFH8EJnN5So8oQ==",
"dependencies": {
"@lit/reactive-element": "^2.0.0",
"lit-element": "^4.0.0",
@ -10415,9 +10415,9 @@
}
},
"lit": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-3.0.0.tgz",
"integrity": "sha512-nQ0teRzU1Kdj++VdmttS2WvIen8M79wChJ6guRKIIym2M3Ansg3Adj9O6yuQh2IpjxiUXlNuS81WKlQ4iL3BmA==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/lit/-/lit-3.0.1.tgz",
"integrity": "sha512-CYFv7/gwrs6bfPm299O9LD/HB4dgHvsEf/yqUOI//fi469i2OrT4xaptUcmhr05DNQEgsBFecFH8EJnN5So8oQ==",
"requires": {
"@lit/reactive-element": "^2.0.0",
"lit-element": "^4.0.0",

View file

@ -21,7 +21,7 @@
"@fluentui/web-components": "^2.5.16",
"@vaadin/router": "^1.7.5",
"idb": "^7.1.1",
"lit": "^3.0.0",
"lit": "^3.0.1",
"workbox-build": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0"