Bump lit from 3.0.2 to 3.1.0

Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 3.0.2 to 3.1.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@3.1.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>
This commit is contained in:
dependabot[bot] 2023-11-20 13:32:14 +00:00 committed by github-actions[bot]
parent 8fef212474
commit d494caea93
2 changed files with 16 additions and 16 deletions

30
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.2",
"lit": "^3.1.0",
"workbox-build": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0"
@ -4864,13 +4864,13 @@
}
},
"node_modules/lit": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/lit/-/lit-3.0.2.tgz",
"integrity": "sha512-ZoVUPGgXOQocP4OvxehEOBmC4rWB4cRYDPaz7aFmH8DFytsCi/NeACbr4C6vNPGDEC07BrhUos7uVNayDKLQ2Q==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-3.1.0.tgz",
"integrity": "sha512-rzo/hmUqX8zmOdamDAeydfjsGXbbdtAFqMhmocnh2j9aDYqbu0fjXygjCa0T99Od9VQ/2itwaGrjZz/ZELVl7w==",
"dependencies": {
"@lit/reactive-element": "^2.0.0",
"lit-element": "^4.0.0",
"lit-html": "^3.0.0"
"lit-html": "^3.1.0"
}
},
"node_modules/lit-element": {
@ -4884,9 +4884,9 @@
}
},
"node_modules/lit-html": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.0.0.tgz",
"integrity": "sha512-DNJIE8dNY0dQF2Gs0sdMNUppMQT2/CvV4OVnSdg7BXAsGqkVwsE5bqQ04POfkYH5dBIuGnJYdFz5fYYyNnOxiA==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.1.0.tgz",
"integrity": "sha512-FwAjq3iNsaO6SOZXEIpeROlJLUlrbyMkn4iuv4f4u1H40Jw8wkeR/OUXZUHUoiYabGk8Y4Y0F/rgq+R4MrOLmA==",
"dependencies": {
"@types/trusted-types": "^2.0.2"
}
@ -10274,13 +10274,13 @@
}
},
"lit": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/lit/-/lit-3.0.2.tgz",
"integrity": "sha512-ZoVUPGgXOQocP4OvxehEOBmC4rWB4cRYDPaz7aFmH8DFytsCi/NeACbr4C6vNPGDEC07BrhUos7uVNayDKLQ2Q==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-3.1.0.tgz",
"integrity": "sha512-rzo/hmUqX8zmOdamDAeydfjsGXbbdtAFqMhmocnh2j9aDYqbu0fjXygjCa0T99Od9VQ/2itwaGrjZz/ZELVl7w==",
"requires": {
"@lit/reactive-element": "^2.0.0",
"lit-element": "^4.0.0",
"lit-html": "^3.0.0"
"lit-html": "^3.1.0"
}
},
"lit-element": {
@ -10294,9 +10294,9 @@
}
},
"lit-html": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.0.0.tgz",
"integrity": "sha512-DNJIE8dNY0dQF2Gs0sdMNUppMQT2/CvV4OVnSdg7BXAsGqkVwsE5bqQ04POfkYH5dBIuGnJYdFz5fYYyNnOxiA==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.1.0.tgz",
"integrity": "sha512-FwAjq3iNsaO6SOZXEIpeROlJLUlrbyMkn4iuv4f4u1H40Jw8wkeR/OUXZUHUoiYabGk8Y4Y0F/rgq+R4MrOLmA==",
"requires": {
"@types/trusted-types": "^2.0.2"
}

View file

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