Update of eth-net-props package: fixing e2e test

This commit is contained in:
Victor Baranov 2019-03-27 21:22:30 +03:00
parent c341f6479b
commit ebc8aa48bd
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10823,9 +10823,9 @@
}
},
"eth-net-props": {
"version": "1.0.18",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.18.tgz",
"integrity": "sha512-4v/VplFvO37bJLlwGE+qJuUgK5uYuMzFc0qY9BSWyYiGg0CgOVXKlhlFEBm+4JdwgtaC+JF9SnEFNHmQt1V52Q==",
"version": "1.0.19",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.19.tgz",
"integrity": "sha512-ySdKu/y/NTtfb/O8aos849K+T+eusSj5NMwKlJRFx2M/KiXYwT42yQsg65mJUycOH4KnypmMpHSH60w+tqsalg==",
"requires": {
"chai": "^4.1.2"
}

View File

@ -118,7 +118,7 @@
"eth-keychain-controller": "github:vbaranov/KeyringController#simple-address",
"eth-ledger-bridge-keyring": "github:vbaranov/eth-ledger-bridge-keyring#0.1.0-clear-accounts-flag",
"eth-method-registry": "^1.0.0",
"eth-net-props": "^1.0.18",
"eth-net-props": "^1.0.19",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.0.2",