Skip to content

Commit

Permalink
fix(deps): update dependency tslib to ^2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 7163589 commit a9ea87e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/vue-qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"vue": "^2.7.0 || ^3.0.0"
},
"dependencies": {
"tslib": "^2.4.0"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-qrious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vue": "^2.7.0 || ^3.0.0"
},
"dependencies": {
"tslib": "^2.4.0"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12721,10 +12721,10 @@ ts-node@^10.8.1:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

"tslib@1 || 2", tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.5.0:
version "2.5.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
"tslib@1 || 2", tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

tslib@^1.8.1, tslib@^1.9.3:
version "1.14.1"
Expand Down

0 comments on commit a9ea87e

Please sign in to comment.