downgrade HD related dependencies

This commit is contained in:
Victor Baranov 2018-12-24 20:10:56 +03:00
parent 6d00f085a8
commit 77aa8267d4
2 changed files with 8 additions and 26 deletions

30
package-lock.json generated
View File

@ -10525,8 +10525,8 @@
}
},
"eth-ledger-bridge-keyring": {
"version": "github:vbaranov/eth-ledger-bridge-keyring#097807e7971ad0d2792be89ce93428f688d0a178",
"from": "github:vbaranov/eth-ledger-bridge-keyring#multiple-accounts",
"version": "github:vbaranov/eth-ledger-bridge-keyring#c4468842684134eb1b5bb8d2fc391e115dee791a",
"from": "github:vbaranov/eth-ledger-bridge-keyring#0.1.0-multiple-accounts",
"requires": {
"eth-sig-util": "^1.4.2",
"ethereumjs-tx": "^1.3.4",
@ -10946,16 +10946,15 @@
}
},
"eth-trezor-keyring": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/eth-trezor-keyring/-/eth-trezor-keyring-0.2.0.tgz",
"integrity": "sha512-HFqoqjefGf9JBf6RJPBUOauACoRmF/VULtsr1Pr6i7PfWJDfBPcWezBFeOQSNBmuILQ5cPEct7d1nW/l/21s9g==",
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/eth-trezor-keyring/-/eth-trezor-keyring-0.1.0.tgz",
"integrity": "sha512-7ynDXiXGQOh9CslksJSmGGK726lV9fTnIp2QQnjbZJgR4zJIoSUYQYKvT2wXcxLhVrTUl2hLjwKN9QGqDCMVwA==",
"requires": {
"eth-sig-util": "^1.4.2",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-util": "^5.1.5",
"events": "^2.0.0",
"hdkey": "0.8.0",
"trezor-connect": "^6.0.2"
"hdkey": "0.8.0"
},
"dependencies": {
"eth-sig-util": {
@ -38144,23 +38143,6 @@
"resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz",
"integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A=="
},
"trezor-connect": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/trezor-connect/-/trezor-connect-6.0.2.tgz",
"integrity": "sha512-oSYTPnQD9ZT3vO2hBRdgealHG7t8Wu3oTZXX/U4eRxJZ0WqdEcXG7Nvqe1BL6Rl3VTuj7ALT9DL1Uq3QFYAc3g==",
"requires": {
"babel-runtime": "^6.26.0",
"events": "^1.1.1",
"whatwg-fetch": "^2.0.4"
},
"dependencies": {
"whatwg-fetch": {
"version": "2.0.4",
"resolved": "http://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz",
"integrity": "sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng=="
}
}
},
"trim": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",

View File

@ -116,14 +116,14 @@
"eth-json-rpc-filters": "github:poanetwork/eth-json-rpc-filters#3.0.2",
"eth-json-rpc-infura": "^3.0.0",
"eth-keychain-controller": "github:vbaranov/KeyringController#simple-address",
"eth-ledger-bridge-keyring": "github:vbaranov/eth-ledger-bridge-keyring#multiple-accounts",
"eth-ledger-bridge-keyring": "github:vbaranov/eth-ledger-bridge-keyring#0.1.0-multiple-accounts",
"eth-method-registry": "^1.0.0",
"eth-net-props": "^1.0.10",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.0.2",
"eth-token-watcher": "^1.1.6",
"eth-trezor-keyring": "^0.2.0",
"eth-trezor-keyring": "^0.1.0",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-tx": "^1.3.0",
"ethereumjs-util": "github:ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9",