web: bump webcomponent-qr-code from 1.1.1 to 1.2.0 in /web (#6238)
Bumps [webcomponent-qr-code](https://github.com/educastellano/qr-code) from 1.1.1 to 1.2.0. - [Commits](https://github.com/educastellano/qr-code/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: webcomponent-qr-code 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:
parent
a95ce95b50
commit
84542080d6
|
@ -36,7 +36,7 @@
|
|||
"mermaid": "^10.2.4",
|
||||
"rapidoc": "^9.3.4",
|
||||
"style-mod": "^4.0.3",
|
||||
"webcomponent-qr-code": "^1.1.1",
|
||||
"webcomponent-qr-code": "^1.2.0",
|
||||
"yaml": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -19748,8 +19748,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/qrjs": {
|
||||
"version": "0.1.3",
|
||||
"license": "MIT"
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/qrjs/-/qrjs-0.2.0.tgz",
|
||||
"integrity": "sha512-6tOePfihDByEXDULYlT/FmV27m5rX6IehCeZ82LouBD5kzSNqNXuVog8m1KGuGNyQovVOb0nKOB2ybHRRRgKJw=="
|
||||
},
|
||||
"node_modules/qs": {
|
||||
"version": "6.11.0",
|
||||
|
@ -22924,10 +22925,11 @@
|
|||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/webcomponent-qr-code": {
|
||||
"version": "1.1.1",
|
||||
"license": "MIT",
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/webcomponent-qr-code/-/webcomponent-qr-code-1.2.0.tgz",
|
||||
"integrity": "sha512-1qEJ70HpiO0GbPy9T6XCtHn+RyI3awtpU88BBPQkhefwuRKg408X6z7mJeQxBnKkFQSv3ZWwmlgMvIjIO3RGOg==",
|
||||
"dependencies": {
|
||||
"qrjs": "^0.1.3"
|
||||
"qrjs": "^0.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/webidl-conversions": {
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"mermaid": "^10.2.4",
|
||||
"rapidoc": "^9.3.4",
|
||||
"style-mod": "^4.0.3",
|
||||
"webcomponent-qr-code": "^1.1.1",
|
||||
"webcomponent-qr-code": "^1.2.0",
|
||||
"yaml": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Reference in New Issue