web: bump lit from 2.7.6 to 2.8.0 in /web (#6460)

Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.7.6 to 2.8.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.8.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-03 10:20:12 +02:00 committed by GitHub
parent f9c3f16ed7
commit 6c53494f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
web/package-lock.json generated
View File

@ -34,7 +34,7 @@
"core-js": "^3.32.0", "core-js": "^3.32.0",
"country-flag-icons": "^1.5.7", "country-flag-icons": "^1.5.7",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"lit": "^2.7.6", "lit": "^2.8.0",
"mermaid": "^10.3.0", "mermaid": "^10.3.0",
"rapidoc": "^9.3.4", "rapidoc": "^9.3.4",
"style-mod": "^4.0.3", "style-mod": "^4.0.3",
@ -17097,13 +17097,13 @@
"dev": true "dev": true
}, },
"node_modules/lit": { "node_modules/lit": {
"version": "2.7.6", "version": "2.8.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.7.6.tgz", "resolved": "https://registry.npmjs.org/lit/-/lit-2.8.0.tgz",
"integrity": "sha512-1amFHA7t4VaaDe+vdQejSVBklwtH9svGoG6/dZi9JhxtJBBlqY5D1RV7iLUYY0trCqQc4NfhYYZilZiVHt7Hxg==", "integrity": "sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA==",
"dependencies": { "dependencies": {
"@lit/reactive-element": "^1.6.0", "@lit/reactive-element": "^1.6.0",
"lit-element": "^3.3.0", "lit-element": "^3.3.0",
"lit-html": "^2.7.0" "lit-html": "^2.8.0"
} }
}, },
"node_modules/lit-analyzer": { "node_modules/lit-analyzer": {
@ -17330,9 +17330,9 @@
} }
}, },
"node_modules/lit-html": { "node_modules/lit-html": {
"version": "2.7.5", "version": "2.8.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.7.5.tgz", "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.8.0.tgz",
"integrity": "sha512-YqUzpisJodwKIlbMFCtyrp58oLloKGnnPLMJ1t23cbfIJjg/H9pvLWK4XS69YeubK5HUs1UE4ys9w5dP1zg6IA==", "integrity": "sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==",
"dependencies": { "dependencies": {
"@types/trusted-types": "^2.0.2" "@types/trusted-types": "^2.0.2"
} }

View File

@ -52,7 +52,7 @@
"core-js": "^3.32.0", "core-js": "^3.32.0",
"country-flag-icons": "^1.5.7", "country-flag-icons": "^1.5.7",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"lit": "^2.7.6", "lit": "^2.8.0",
"mermaid": "^10.3.0", "mermaid": "^10.3.0",
"rapidoc": "^9.3.4", "rapidoc": "^9.3.4",
"style-mod": "^4.0.3", "style-mod": "^4.0.3",