web: bump webcomponent-qr-code from 1.1.0 to 1.1.1 in /web (#4580)

Bumps [webcomponent-qr-code](https://github.com/educastellano/qr-code) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/educastellano/qr-code/releases)
- [Commits](https://github.com/educastellano/qr-code/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: webcomponent-qr-code
  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:
dependabot[bot] 2023-02-01 10:46:30 +01:00 committed by GitHub
parent 40463088d2
commit 6e499a2733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
web/package-lock.json generated
View File

@ -75,7 +75,7 @@
"tslib": "^2.5.0", "tslib": "^2.5.0",
"turnstile-types": "^1.0.2", "turnstile-types": "^1.0.2",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"webcomponent-qr-code": "^1.1.0", "webcomponent-qr-code": "^1.1.1",
"yaml": "^2.2.1" "yaml": "^2.2.1"
} }
}, },
@ -8389,9 +8389,9 @@
} }
}, },
"node_modules/qrjs": { "node_modules/qrjs": {
"version": "0.1.2", "version": "0.1.3",
"resolved": "https://registry.npmjs.org/qrjs/-/qrjs-0.1.2.tgz", "resolved": "https://registry.npmjs.org/qrjs/-/qrjs-0.1.3.tgz",
"integrity": "sha1-os38FpElvkCspBIhD5u1g9Bu6c8=" "integrity": "sha512-YLhMSU+cHwpaRWQlQPI4MpzjrFXmqm9GYOlq1kF96gIWjW8vuMZc9udFK+97tygjZ/raU6NIibY5i8pB2EKZrQ=="
}, },
"node_modules/qs": { "node_modules/qs": {
"version": "6.11.0", "version": "6.11.0",
@ -10093,11 +10093,11 @@
} }
}, },
"node_modules/webcomponent-qr-code": { "node_modules/webcomponent-qr-code": {
"version": "1.1.0", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/webcomponent-qr-code/-/webcomponent-qr-code-1.1.0.tgz", "resolved": "https://registry.npmjs.org/webcomponent-qr-code/-/webcomponent-qr-code-1.1.1.tgz",
"integrity": "sha512-y61FW8sjT+e0dvh18FRNFoRnc+hkbKr5YXvuTw22wtf1yfsJyEzYaJIL/fBpP97X1QdqApGEflFKWUEPghBhIw==", "integrity": "sha512-hO69quwgbetbqfr44kuYspP9m8L1UjEqMVm9H5HrOt38MLZCnYnE45QYsPwOdynGj+7qub2u96p3bx8VaPI7Kg==",
"dependencies": { "dependencies": {
"qrjs": "^0.1.2" "qrjs": "^0.1.3"
} }
}, },
"node_modules/webidl-conversions": { "node_modules/webidl-conversions": {
@ -16381,9 +16381,9 @@
"integrity": "sha512-qwNT2mBKiZXSzVckHkyuCoyrKa8CXh6o4xH7PL/+jeIdiv+a5ljfkxPvIEm6Stln8YEU/tnQb8xODUtgKsu5YA==" "integrity": "sha512-qwNT2mBKiZXSzVckHkyuCoyrKa8CXh6o4xH7PL/+jeIdiv+a5ljfkxPvIEm6Stln8YEU/tnQb8xODUtgKsu5YA=="
}, },
"qrjs": { "qrjs": {
"version": "0.1.2", "version": "0.1.3",
"resolved": "https://registry.npmjs.org/qrjs/-/qrjs-0.1.2.tgz", "resolved": "https://registry.npmjs.org/qrjs/-/qrjs-0.1.3.tgz",
"integrity": "sha1-os38FpElvkCspBIhD5u1g9Bu6c8=" "integrity": "sha512-YLhMSU+cHwpaRWQlQPI4MpzjrFXmqm9GYOlq1kF96gIWjW8vuMZc9udFK+97tygjZ/raU6NIibY5i8pB2EKZrQ=="
}, },
"qs": { "qs": {
"version": "6.11.0", "version": "6.11.0",
@ -17671,11 +17671,11 @@
"integrity": "sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q==" "integrity": "sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q=="
}, },
"webcomponent-qr-code": { "webcomponent-qr-code": {
"version": "1.1.0", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/webcomponent-qr-code/-/webcomponent-qr-code-1.1.0.tgz", "resolved": "https://registry.npmjs.org/webcomponent-qr-code/-/webcomponent-qr-code-1.1.1.tgz",
"integrity": "sha512-y61FW8sjT+e0dvh18FRNFoRnc+hkbKr5YXvuTw22wtf1yfsJyEzYaJIL/fBpP97X1QdqApGEflFKWUEPghBhIw==", "integrity": "sha512-hO69quwgbetbqfr44kuYspP9m8L1UjEqMVm9H5HrOt38MLZCnYnE45QYsPwOdynGj+7qub2u96p3bx8VaPI7Kg==",
"requires": { "requires": {
"qrjs": "^0.1.2" "qrjs": "^0.1.3"
} }
}, },
"webidl-conversions": { "webidl-conversions": {

View File

@ -119,7 +119,7 @@
"tslib": "^2.5.0", "tslib": "^2.5.0",
"turnstile-types": "^1.0.2", "turnstile-types": "^1.0.2",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"webcomponent-qr-code": "^1.1.0", "webcomponent-qr-code": "^1.1.1",
"yaml": "^2.2.1" "yaml": "^2.2.1"
} }
} }