build(deps): bump lit-html from 1.4.1 to 2.0.0 in /web (#1427)

This commit is contained in:
dependabot[bot] 2021-09-21 08:35:36 +02:00 committed by GitHub
parent ae654bd4c8
commit cb10c1753b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 21 deletions

38
web/package-lock.json generated
View File

@ -47,7 +47,7 @@
"flowchart.js": "^1.15.0",
"fuse.js": "^6.4.6",
"lit-element": "^3.0.0",
"lit-html": "^1.4.1",
"lit-html": "^2.0.0",
"moment": "^2.29.1",
"prettier": "^2.4.1",
"rapidoc": "^9.1.2",
@ -5691,7 +5691,7 @@
"lit-html": "^2.0.0"
}
},
"node_modules/lit-element/node_modules/lit-html": {
"node_modules/lit-html": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0.tgz",
"integrity": "sha512-tJsCapCmc0vtLj6harqd6HfCxnlt/RSkgowtz4SC9dFE3nSL38Tb33I5HMDiyJsRjQZRTgpVsahrnDrR9wg27w==",
@ -5699,11 +5699,6 @@
"@types/trusted-types": "^2.0.2"
}
},
"node_modules/lit-html": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.1.tgz",
"integrity": "sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA=="
},
"node_modules/locate-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
@ -6721,6 +6716,11 @@
"lit-html": "^1.1.1"
}
},
"node_modules/rapidoc/node_modules/lit-html": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.1.tgz",
"integrity": "sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA=="
},
"node_modules/react-is": {
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
@ -12649,22 +12649,15 @@
"requires": {
"@lit/reactive-element": "^1.0.0",
"lit-html": "^2.0.0"
},
"dependencies": {
"lit-html": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0.tgz",
"integrity": "sha512-tJsCapCmc0vtLj6harqd6HfCxnlt/RSkgowtz4SC9dFE3nSL38Tb33I5HMDiyJsRjQZRTgpVsahrnDrR9wg27w==",
"requires": {
"@types/trusted-types": "^2.0.2"
}
}
}
},
"lit-html": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.1.tgz",
"integrity": "sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA=="
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0.tgz",
"integrity": "sha512-tJsCapCmc0vtLj6harqd6HfCxnlt/RSkgowtz4SC9dFE3nSL38Tb33I5HMDiyJsRjQZRTgpVsahrnDrR9wg27w==",
"requires": {
"@types/trusted-types": "^2.0.2"
}
},
"locate-path": {
"version": "3.0.0",
@ -13421,6 +13414,11 @@
"requires": {
"lit-html": "^1.1.1"
}
},
"lit-html": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.1.tgz",
"integrity": "sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA=="
}
}
},

View File

@ -79,7 +79,7 @@
"flowchart.js": "^1.15.0",
"fuse.js": "^6.4.6",
"lit-element": "^3.0.0",
"lit-html": "^1.4.1",
"lit-html": "^2.0.0",
"moment": "^2.29.1",
"prettier": "^2.4.1",
"rapidoc": "^9.1.2",