build(deps): bump lit from 2.1.2 to 2.1.3 in /web (#2256)
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.1.2 to 2.1.3. - [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.1.3/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d0cec39a0f
commit
5ab3c7fa9f
|
@ -53,7 +53,7 @@
|
|||
"eslint-plugin-lit": "^1.6.1",
|
||||
"flowchart.js": "^1.17.1",
|
||||
"fuse.js": "^6.5.3",
|
||||
"lit": "^2.1.2",
|
||||
"lit": "^2.1.3",
|
||||
"moment": "^2.29.1",
|
||||
"prettier": "^2.5.1",
|
||||
"rapidoc": "^9.1.4",
|
||||
|
@ -5963,9 +5963,9 @@
|
|||
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
|
||||
},
|
||||
"node_modules/lit": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.1.2.tgz",
|
||||
"integrity": "sha512-XacK89dJXF7BJbpiZSMvzT4RxHag7Wt+yNx7tErEVgGVlOFAeN871bj7ivotCMgYeBFWVp/hjKF/PDTk6L7gMA==",
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.1.3.tgz",
|
||||
"integrity": "sha512-46KtKy7iDoY3wZ5VSqBlXll6J/tli5gRMPFRWi5qQ01lvIqcO+dYQwb1l1NYZjbzcHnGnCKrMb8nDv7/ZE4Y4g==",
|
||||
"dependencies": {
|
||||
"@lit/reactive-element": "^1.1.0",
|
||||
"lit-element": "^3.1.0",
|
||||
|
@ -13366,9 +13366,9 @@
|
|||
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
|
||||
},
|
||||
"lit": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.1.2.tgz",
|
||||
"integrity": "sha512-XacK89dJXF7BJbpiZSMvzT4RxHag7Wt+yNx7tErEVgGVlOFAeN871bj7ivotCMgYeBFWVp/hjKF/PDTk6L7gMA==",
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.1.3.tgz",
|
||||
"integrity": "sha512-46KtKy7iDoY3wZ5VSqBlXll6J/tli5gRMPFRWi5qQ01lvIqcO+dYQwb1l1NYZjbzcHnGnCKrMb8nDv7/ZE4Y4g==",
|
||||
"requires": {
|
||||
"@lit/reactive-element": "^1.1.0",
|
||||
"lit-element": "^3.1.0",
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
"eslint-plugin-lit": "^1.6.1",
|
||||
"flowchart.js": "^1.17.1",
|
||||
"fuse.js": "^6.5.3",
|
||||
"lit": "^2.1.2",
|
||||
"lit": "^2.1.3",
|
||||
"moment": "^2.29.1",
|
||||
"prettier": "^2.5.1",
|
||||
"rapidoc": "^9.1.4",
|
||||
|
|
Reference in New Issue