Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
update ledgerjs lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Feb 15, 2021
1 parent fdc7fcd commit 49548dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
},
"dependencies": {
"@ledgerhq/compressjs": "1.3.2",
"@ledgerhq/cryptoassets": "5.44.0",
"@ledgerhq/cryptoassets": "5.44.1",
"@ledgerhq/devices": "5.43.0",
"@ledgerhq/errors": "5.43.0",
"@ledgerhq/hw-app-btc": "^5.43.0",
"@ledgerhq/hw-app-eth": "5.44.0",
"@ledgerhq/hw-app-eth": "5.44.1",
"@ledgerhq/hw-app-str": "^5.43.0",
"@ledgerhq/hw-app-trx": "5.43.0",
"@ledgerhq/hw-app-xrp": "5.43.0",
Expand Down Expand Up @@ -110,7 +110,7 @@
"redux": "^4.0.5",
"reselect": "^4.0.0",
"ripemd160": "^2.0.2",
"ripple-binary-codec": "^1.1.0",
"ripple-binary-codec": "^1.1.1",
"ripple-bs58check": "^2.0.2",
"ripple-lib": "1.9.0",
"rxjs": "^6.6.3",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1193,10 +1193,10 @@
dependencies:
commander "^2.20.0"

"@ledgerhq/[email protected].0", "@ledgerhq/cryptoassets@^5.44.0":
version "5.44.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/cryptoassets/-/cryptoassets-5.44.0.tgz#930a3314d6a81818570adbb8599fcb72a1c83613"
integrity sha512-8ZDX0RYQCDTLIHnHKV+ONvFd0bTbMjDsw/u43AfqY2Nh/7y+tBxxE6CPz5r7rnGti5J+LE1z4VUVs1LAsn/9Pw==
"@ledgerhq/[email protected].1", "@ledgerhq/cryptoassets@^5.44.1":
version "5.44.1"
resolved "https://registry.yarnpkg.com/@ledgerhq/cryptoassets/-/cryptoassets-5.44.1.tgz#15c4aeae21049e899fe1af711150deb2540f5e55"
integrity sha512-UhAL5kH81VgU2DGXjrz+tX3fXwYtJWSrDkna01lBl56Js8S57n/s47fajpU93K2msYqjJ5hhKaNgSvjNSmeMoA==
dependencies:
invariant "2"

Expand Down Expand Up @@ -1228,12 +1228,12 @@
semver "^7.3.4"
sha.js "2"

"@ledgerhq/[email protected].0":
version "5.44.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-eth/-/hw-app-eth-5.44.0.tgz#674cabde0ccfefadc6ab1515ceee9c0284c41d69"
integrity sha512-4qbYRq6Cvfy3O8Zk2YDDVr9hZMJDbT17908qvdrnchYq7Y3suPQmRKqXEvbKlN8JjXqfwX+F/KJpGcvMzIk8PQ==
"@ledgerhq/[email protected].1":
version "5.44.1"
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-eth/-/hw-app-eth-5.44.1.tgz#eb029518a6f92f56800ec8ce3b818a9f0d1d13c8"
integrity sha512-GdrkfDVlDzLfqln79t7J8rZ9IhHcE9DtfS9QBiasu7vKY4hrGHKIQEB3b2ogG1tkZGxzbsS5m8LmxuRhlmiGqQ==
dependencies:
"@ledgerhq/cryptoassets" "^5.44.0"
"@ledgerhq/cryptoassets" "^5.44.1"
"@ledgerhq/errors" "^5.43.0"
"@ledgerhq/hw-transport" "^5.43.0"
bignumber.js "^9.0.1"
Expand Down Expand Up @@ -6758,10 +6758,10 @@ ripple-address-codec@^4.0.0, ripple-address-codec@^4.1.1:
base-x "3.0.7"
create-hash "^1.1.2"

ripple-binary-codec@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/ripple-binary-codec/-/ripple-binary-codec-1.1.0.tgz#829c8ecb4c5d1b6808372f2959dc912ab16efb44"
integrity sha512-kziWFi6TjE0TB3uNbIWU4QPkht8FiOUqDO6v5cEA4l1OEY/MnTvQS0WSN+vib3oRO72mVfhDCSHtfnUDqDYBkA==
ripple-binary-codec@^1.1.0, ripple-binary-codec@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ripple-binary-codec/-/ripple-binary-codec-1.1.1.tgz#015920faa11f09dde6f6715717e1feb1adef6f6d"
integrity sha512-oqmGIahQynGodn3mizqxm8vbbpuz6+N+w4tp/lVml+R8/Qd93xs81irmRXQmtQV+Dm5Gu1Z1FR3mGUvr1QEz0Q==
dependencies:
assert "^2.0.0"
big-integer "^1.6.48"
Expand Down

0 comments on commit 49548dd

Please sign in to comment.