Browse Source

Merge pull request #854 from gre/bump-ledgerjs

bump ledger.js for a fix on bch
master
Meriadec Pillet 7 years ago
committed by GitHub
parent
commit
0f6ca667b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      yarn.lock

13
yarn.lock

@ -1474,7 +1474,14 @@
version "0.7.1"
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.7.1.tgz#e44e596d03c9f16ba3b127ad333a8a072bcb5a0a"
"@ledgerhq/hw-app-btc@^4.13.0", "@ledgerhq/hw-app-btc@^4.7.3":
"@ledgerhq/hw-app-btc@^4.13.0":
version "4.17.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-btc/-/hw-app-btc-4.17.0.tgz#8f9e138446ea4b4c19c1584160f0333bbdfd48ae"
dependencies:
"@ledgerhq/hw-transport" "^4.15.0"
create-hash "^1.1.3"
"@ledgerhq/hw-app-btc@^4.7.3":
version "4.15.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-btc/-/hw-app-btc-4.15.0.tgz#8bea2908c4c67f47f85641eb8d82c54df50fef19"
dependencies:
@ -6362,8 +6369,8 @@ ethereum-common@^0.0.18:
resolved "https://registry.yarnpkg.com/ethereum-common/-/ethereum-common-0.0.18.tgz#2fdc3576f232903358976eb39da783213ff9523f"
ethereumjs-tx@^1.3.4:
version "1.3.5"
resolved "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-1.3.5.tgz#c5ab252977ed2b13fb2fca195fdfa95a7d54f858"
version "1.3.6"
resolved "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-1.3.6.tgz#d581c1703b7b250b2e54892031626534d53e0a79"
dependencies:
ethereum-common "^0.0.18"
ethereumjs-util "^5.0.0"

Loading…
Cancel
Save