web: bump webcomponent-qr-code from 1.0.6 to 1.1.0 in /web (#4014)
Bumps [webcomponent-qr-code](https://github.com/educastellano/qr-code) from 1.0.6 to 1.1.0. - [Release notes](https://github.com/educastellano/qr-code/releases) - [Commits](https://github.com/educastellano/qr-code/compare/v1.0.6...v1.1.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> 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
9c7198609b
commit
d45fff499b
|
@ -73,7 +73,7 @@
|
|||
"ts-lit-plugin": "^1.2.1",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "^4.8.4",
|
||||
"webcomponent-qr-code": "^1.0.6",
|
||||
"webcomponent-qr-code": "^1.1.0",
|
||||
"yaml": "^2.1.3"
|
||||
}
|
||||
},
|
||||
|
@ -10113,9 +10113,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webcomponent-qr-code": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/webcomponent-qr-code/-/webcomponent-qr-code-1.0.6.tgz",
|
||||
"integrity": "sha512-uEsH1rfuLQro8xgiyKHumdMEHeIKOvtS/LlvWTtdQ1ZLJXXpMT0dAqO0TJcXlk/DSHIl7btnq3mUdPR3QBSgNw==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/webcomponent-qr-code/-/webcomponent-qr-code-1.1.0.tgz",
|
||||
"integrity": "sha512-y61FW8sjT+e0dvh18FRNFoRnc+hkbKr5YXvuTw22wtf1yfsJyEzYaJIL/fBpP97X1QdqApGEflFKWUEPghBhIw==",
|
||||
"dependencies": {
|
||||
"qrjs": "^0.1.2"
|
||||
}
|
||||
|
@ -17816,9 +17816,9 @@
|
|||
"integrity": "sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q=="
|
||||
},
|
||||
"webcomponent-qr-code": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/webcomponent-qr-code/-/webcomponent-qr-code-1.0.6.tgz",
|
||||
"integrity": "sha512-uEsH1rfuLQro8xgiyKHumdMEHeIKOvtS/LlvWTtdQ1ZLJXXpMT0dAqO0TJcXlk/DSHIl7btnq3mUdPR3QBSgNw==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/webcomponent-qr-code/-/webcomponent-qr-code-1.1.0.tgz",
|
||||
"integrity": "sha512-y61FW8sjT+e0dvh18FRNFoRnc+hkbKr5YXvuTw22wtf1yfsJyEzYaJIL/fBpP97X1QdqApGEflFKWUEPghBhIw==",
|
||||
"requires": {
|
||||
"qrjs": "^0.1.2"
|
||||
}
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
"ts-lit-plugin": "^1.2.1",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "^4.8.4",
|
||||
"webcomponent-qr-code": "^1.0.6",
|
||||
"webcomponent-qr-code": "^1.1.0",
|
||||
"yaml": "^2.1.3"
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue