Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
fix(deps): bump @cosmjs/launchpad-ledger from 0.23.1 to 0.23.2
Browse files Browse the repository at this point in the history
Bumps [@cosmjs/launchpad-ledger](https://github.com/CosmWasm/cosmjs) from 0.23.1 to 0.23.2.
- [Release notes](https://github.com/CosmWasm/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.23.1...v0.23.2)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 3, 2021
1 parent 6f0c023 commit cfabfa6
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 57 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@cosmjs/launchpad": "^0.23.1",
"@cosmjs/launchpad-ledger": "^0.23.1",
"@cosmjs/launchpad-ledger": "^0.23.2",
"@ledgerhq/hw-transport-webhid": "^5.30.0",
"@ledgerhq/hw-transport-webusb": "^5.30.0",
"@nuxtjs/axios": "^5.12.2",
Expand Down
98 changes: 42 additions & 56 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1030,14 +1030,14 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"

"@cosmjs/crypto@^0.23.1":
version "0.23.1"
resolved "https://registry.yarnpkg.com/@cosmjs/crypto/-/crypto-0.23.1.tgz#1120b499fd191b39d2425ef9ad66b884f3309f92"
integrity sha512-7OfsiWgmXp/AlPVZzB1K97kxW4T4z9fgMsOPO505K7YPiHkgdHN2aDwR4/2KsTWaARhuVfF2hI0l5xpcs51BDA==
dependencies:
"@cosmjs/encoding" "^0.23.1"
"@cosmjs/math" "^0.23.1"
"@cosmjs/utils" "^0.23.1"
"@cosmjs/crypto@^0.23.2":
version "0.23.2"
resolved "https://registry.yarnpkg.com/@cosmjs/crypto/-/crypto-0.23.2.tgz#aa3b0029441b5080737ccc510cfaca8f8af044a9"
integrity sha512-mOvCxnri2ephuPRenQi0FMY+1oGDegA8XfiXbkk4J5aJGynaXptj1qHQzLkMsPgQ3UpqYSLzAMg/FZYUgyb7Iw==
dependencies:
"@cosmjs/encoding" "^0.23.2"
"@cosmjs/math" "^0.23.2"
"@cosmjs/utils" "^0.23.2"
bip39 "^3.0.2"
bn.js "^4.11.8"
elliptic "^6.5.3"
Expand All @@ -1049,47 +1049,47 @@
type-tagger "^1.0.0"
unorm "^1.5.0"

"@cosmjs/encoding@^0.23.1":
version "0.23.1"
resolved "https://registry.yarnpkg.com/@cosmjs/encoding/-/encoding-0.23.1.tgz#b51cd2813499cfdeeb0f9cc7d050a45eb8b27bf4"
integrity sha512-rP5O3vYo0k6W329J+u5uKqJNrhmR4QTngLgsDvP/qsRRBfEiirhk+TQC8gjUlgnzoiCKCtWsiOyFP1z9Me9HIw==
"@cosmjs/encoding@^0.23.2":
version "0.23.2"
resolved "https://registry.yarnpkg.com/@cosmjs/encoding/-/encoding-0.23.2.tgz#7cd94f4eda02709e793ad02e116460774cf2fa22"
integrity sha512-xlChpdfEz8JIPvKnNuhQ9/cTMmuxPTUY/rHTyJE9zalvvPNxjdRfmJ6xLM1Zm4+j9D9PD3RDS3IIQcgM5jdu9w==
dependencies:
base64-js "^1.3.0"
bech32 "^1.1.4"
readonly-date "^1.0.0"

"@cosmjs/launchpad-ledger@^0.23.1":
version "0.23.1"
resolved "https://registry.yarnpkg.com/@cosmjs/launchpad-ledger/-/launchpad-ledger-0.23.1.tgz#e541576b4b8ee0cda2dff81ce1a7c2c9adc24ebb"
integrity sha512-RvlLmftbDzQq1HhxiVvK6PRPC6JUEkIJAhmaZOZna8KEAttxjCbVlXtH0uXcqTcvVU18PiEoeQoBFB7Ew9KtdQ==
"@cosmjs/launchpad-ledger@^0.23.2":
version "0.23.2"
resolved "https://registry.yarnpkg.com/@cosmjs/launchpad-ledger/-/launchpad-ledger-0.23.2.tgz#6dabea1e83d04c9c623e6b6a3d248cabc8fa2e15"
integrity sha512-HkATRsy5nVxfdIxLUcu35QmT0FcQ5bJhgcfO+nWq/4dyw0ldwydKgdqMLHiqpSO9uhED+ydKrh9bGM5Yp5R+nw==
dependencies:
"@cosmjs/launchpad" "^0.23.1"
"@cosmjs/utils" "^0.23.1"
"@cosmjs/launchpad" "^0.23.2"
"@cosmjs/utils" "^0.23.2"
ledger-cosmos-js "^2.1.8"
semver "^7.3.2"

"@cosmjs/launchpad@^0.23.1":
version "0.23.1"
resolved "https://registry.yarnpkg.com/@cosmjs/launchpad/-/launchpad-0.23.1.tgz#ba5d3502096e22441853e144837f3f19ca687d80"
integrity sha512-O6qIn1UZ1MlOuyCtXL4FYICS3aWbdg4jMSoc/S3PgFdOlKHMwX87pliZV5vpl99kqUQH9YreaYOy1NmuDxvebQ==
"@cosmjs/launchpad@^0.23.1", "@cosmjs/launchpad@^0.23.2":
version "0.23.2"
resolved "https://registry.yarnpkg.com/@cosmjs/launchpad/-/launchpad-0.23.2.tgz#e1648ce09844413ff13f69a1ae45f816039f7e1f"
integrity sha512-gCJeqQWb99/L5P5hpMULTVRJhQOO6phrZ0odvR9j8+qIVK1HhQuzB0T4bZZBr83uBawG/3E7CvGmavAoKAPjTw==
dependencies:
"@cosmjs/crypto" "^0.23.1"
"@cosmjs/encoding" "^0.23.1"
"@cosmjs/math" "^0.23.1"
"@cosmjs/utils" "^0.23.1"
axios "^0.19.0"
"@cosmjs/crypto" "^0.23.2"
"@cosmjs/encoding" "^0.23.2"
"@cosmjs/math" "^0.23.2"
"@cosmjs/utils" "^0.23.2"
axios "^0.21.1"

"@cosmjs/math@^0.23.1":
version "0.23.1"
resolved "https://registry.yarnpkg.com/@cosmjs/math/-/math-0.23.1.tgz#706f38742a9a1f6561cf2c4510f8e5ab001fc5e6"
integrity sha512-xjGGogFZXLdmRumE1Wr+GlPfKznIl5Qa6K6QyZr4IjBhfB6/ZzLUihliDJp2d8zbjBJgQt9RUwP/PaFQ/yGQNg==
"@cosmjs/math@^0.23.2":
version "0.23.2"
resolved "https://registry.yarnpkg.com/@cosmjs/math/-/math-0.23.2.tgz#dba9340b659a15f484c0634d9d08234c79df9e8e"
integrity sha512-HCZYYRqexXm9VX3NJgcdfQJ+6i5otvy3JIX167N2MrEFbXaVVVaE0PJipXjlni6UJfrohp5rhsmQNBkrcsnvcg==
dependencies:
bn.js "^4.11.8"

"@cosmjs/utils@^0.23.1":
version "0.23.1"
resolved "https://registry.yarnpkg.com/@cosmjs/utils/-/utils-0.23.1.tgz#2bac46ef08a1441c193535e97e4c45e2696020bf"
integrity sha512-++kW4itjxR9QyKOyI6jv0mbm1P/XV+xrwjzfkZHAHFa1tBHUFf+CswzO2mU6lBiCXkU630SMrkC9FNi12EEtnw==
"@cosmjs/utils@^0.23.2":
version "0.23.2"
resolved "https://registry.yarnpkg.com/@cosmjs/utils/-/utils-0.23.2.tgz#6b7365fbb2c05e12de03e6a10499bc2cfa62b072"
integrity sha512-B5GKDDZjkc6l5fBiXe+CAZYsHd+O6fx4N80xyvGIMdEDzw9NbEBdTjUlGfOH2PdaHjLPfrgUg2KslWLCGWRdjw==

"@csstools/convert-colors@^1.4.0":
version "1.4.0"
Expand Down Expand Up @@ -2282,20 +2282,20 @@ axios-retry@^3.1.8:
dependencies:
is-retry-allowed "^1.1.0"

axios@^0.19.0:
version "0.19.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
dependencies:
follow-redirects "1.5.10"

axios@^0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
dependencies:
follow-redirects "^1.10.0"

axios@^0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
dependencies:
follow-redirects "^1.10.0"

babel-eslint@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
Expand Down Expand Up @@ -3527,13 +3527,6 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
dependencies:
ms "2.0.0"

debug@=3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
dependencies:
ms "2.0.0"

debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
Expand Down Expand Up @@ -4617,13 +4610,6 @@ flush-write-stream@^1.0.0:
inherits "^2.0.3"
readable-stream "^2.3.6"

[email protected]:
version "1.5.10"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
dependencies:
debug "=3.1.0"

follow-redirects@^1.0.0, follow-redirects@^1.10.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
Expand Down

0 comments on commit cfabfa6

Please sign in to comment.