Browse Source
Bump hw-app-btc to 4.34.0: fix of decred
gre-patch-1
KhalilBellakrid
6 years ago
No known key found for this signature in database
GPG Key ID: 832CFB62DD2E7D24
2 changed files with
9 additions and
1 deletions
-
package.json
-
yarn.lock
|
|
@ -35,7 +35,7 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"@ledgerhq/hw-app-btc": "^4.32.0", |
|
|
|
"@ledgerhq/hw-app-btc": "^4.34.0", |
|
|
|
"@ledgerhq/hw-app-eth": "^4.32.0", |
|
|
|
"@ledgerhq/hw-app-xrp": "^4.32.0", |
|
|
|
"@ledgerhq/hw-transport": "^4.32.0", |
|
|
|
|
|
@ -1690,6 +1690,14 @@ |
|
|
|
"@ledgerhq/hw-transport" "^4.32.0" |
|
|
|
create-hash "^1.1.3" |
|
|
|
|
|
|
|
"@ledgerhq/hw-app-btc@^4.34.0": |
|
|
|
version "4.34.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-btc/-/hw-app-btc-4.34.0.tgz#0bbc46afd29de04ac6a73582fbf9a09fcf5ed117" |
|
|
|
integrity sha512-xR4rH8o8YRvyhnTvb8g89NAJQQqXJkApiFtCvduBamu5V+rDvhHYlFu2B+CU6g8lzLFACMDIqJqXbmwT80AGjw== |
|
|
|
dependencies: |
|
|
|
"@ledgerhq/hw-transport" "^4.32.0" |
|
|
|
create-hash "^1.1.3" |
|
|
|
|
|
|
|
"@ledgerhq/hw-app-eth@^4.32.0": |
|
|
|
version "4.32.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-eth/-/hw-app-eth-4.32.0.tgz#7d43ca2c7952f1fb726e02c3b4485be10af481a2" |
|
|
|