Skip to content

Commit

Permalink
chore(deps): update dependency qrcode to ^1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2023
1 parent 93fe527 commit 6e9e357
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/qrcode": "^1.5.0",
"lodash-es": "^4.17.21",
"postcss": "^8.4.24",
"qrcode": "^1.5.1",
"qrcode": "^1.5.3",
"qrious": "^4.0.2",
"rimraf": "^3.0.2",
"rxjs": "^7.5.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"vue"
],
"peerDependencies": {
"qrcode": "^1.5.1",
"qrcode": "^1.5.3",
"vue": "^2.7.0 || ^3.0.0"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10350,10 +10350,10 @@ q@^1.5.1:
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=

qrcode@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-1.5.1.tgz#0103f97317409f7bc91772ef30793a54cd59f0cb"
integrity sha512-nS8NJ1Z3md8uTjKtP+SGGhfqmTCs5flU/xR623oI0JX+Wepz9R8UrRVCTBTJm3qGw3rH6jJ6MUHjkDx15cxSSg==
qrcode@^1.5.3:
version "1.5.3"
resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-1.5.3.tgz#03afa80912c0dccf12bc93f615a535aad1066170"
integrity sha512-puyri6ApkEHYiVl4CFzo1tDkAZ+ATcnbJrJ6RiBM1Fhctdn/ix9MTE3hRph33omisEbC/2fcfemsseiKgBPKZg==
dependencies:
dijkstrajs "^1.0.1"
encode-utf8 "^1.0.3"
Expand Down

0 comments on commit 6e9e357

Please sign in to comment.