build(deps): bump lit from 2.1.0 to 2.1.1 in /web (#2076)

This commit is contained in:
dependabot[bot] 2022-01-07 09:14:23 +01:00 committed by GitHub
parent 10570ac7f8
commit 127dd85214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -52,7 +52,7 @@
"eslint-plugin-lit": "^1.6.1",
"flowchart.js": "^1.17.0",
"fuse.js": "^6.5.3",
"lit": "^2.1.0",
"lit": "^2.1.1",
"moment": "^2.29.1",
"prettier": "^2.5.1",
"rapidoc": "^9.1.3",
@ -5772,9 +5772,9 @@
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
},
"node_modules/lit": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.1.0.tgz",
"integrity": "sha512-C0YoUUzxHA1S8gR7AmgD+k9GZlw3QD2ECgARo/jMx76RfVEAmEubF9t5sON9frMEZ++YvuokR5o8FgIUF7nnag==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.1.1.tgz",
"integrity": "sha512-yqDqf36IhXwOxIQSFqCMgpfvDCRdxLCLZl7m/+tO5C9W/OBHUj17qZpiMBT35v97QMVKcKEi1KZ3hZRyTwBNsQ==",
"dependencies": {
"@lit/reactive-element": "^1.1.0",
"lit-element": "^3.1.0",
@ -12989,9 +12989,9 @@
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
},
"lit": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.1.0.tgz",
"integrity": "sha512-C0YoUUzxHA1S8gR7AmgD+k9GZlw3QD2ECgARo/jMx76RfVEAmEubF9t5sON9frMEZ++YvuokR5o8FgIUF7nnag==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.1.1.tgz",
"integrity": "sha512-yqDqf36IhXwOxIQSFqCMgpfvDCRdxLCLZl7m/+tO5C9W/OBHUj17qZpiMBT35v97QMVKcKEi1KZ3hZRyTwBNsQ==",
"requires": {
"@lit/reactive-element": "^1.1.0",
"lit-element": "^3.1.0",

View File

@ -89,7 +89,7 @@
"eslint-plugin-lit": "^1.6.1",
"flowchart.js": "^1.17.0",
"fuse.js": "^6.5.3",
"lit": "^2.1.0",
"lit": "^2.1.1",
"moment": "^2.29.1",
"prettier": "^2.5.1",
"rapidoc": "^9.1.3",