aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-22 13:37:12 +0800
committerFabio Berger <me@fabioberger.com>2018-07-22 13:37:12 +0800
commitb987eebf215391a8af9cff995c7f6c4a6e434bd9 (patch)
tree8ac8b85b4d2ae35cc2650aebd439ff2b267079ab /yarn.lock
parentc808d12b74dc4b79d66236ffbcf9aaa6702f7370 (diff)
downloaddexon-0x-contracts-b987eebf215391a8af9cff995c7f6c4a6e434bd9.tar
dexon-0x-contracts-b987eebf215391a8af9cff995c7f6c4a6e434bd9.tar.gz
dexon-0x-contracts-b987eebf215391a8af9cff995c7f6c4a6e434bd9.tar.bz2
dexon-0x-contracts-b987eebf215391a8af9cff995c7f6c4a6e434bd9.tar.lz
dexon-0x-contracts-b987eebf215391a8af9cff995c7f6c4a6e434bd9.tar.xz
dexon-0x-contracts-b987eebf215391a8af9cff995c7f6c4a6e434bd9.tar.zst
dexon-0x-contracts-b987eebf215391a8af9cff995c7f6c4a6e434bd9.zip
Fix version of ethereumjs-abi to 0.6.5 to fix decoding bug
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock13
1 files changed, 10 insertions, 3 deletions
diff --git a/yarn.lock b/yarn.lock
index eecb8c0b7..c026a52c3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4951,9 +4951,16 @@ ethereum-types@^0.0.2:
"@types/node" "^8.0.53"
bignumber.js "~4.1.0"
-ethereumjs-abi@0.6.5, ethereumjs-abi@^0.6.5, "ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git":
+ethereumjs-abi@0.6.5:
version "0.6.5"
- resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#4ea2fdfed09e8f99117d9362d17c6b01b64a2bcf"
+ resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.5.tgz#5a637ef16ab43473fa72a29ad90871405b3f5241"
+ dependencies:
+ bn.js "^4.10.0"
+ ethereumjs-util "^4.3.0"
+
+"ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git":
+ version "0.6.5"
+ resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#00ba8463a7f7a67fcad737ff9c2ebd95643427f7"
dependencies:
bn.js "^4.10.0"
ethereumjs-util "^5.0.0"
@@ -5027,7 +5034,7 @@ ethereumjs-util@5.1.5, ethereumjs-util@^5.0.0, ethereumjs-util@^5.0.1, ethereumj
safe-buffer "^5.1.1"
secp256k1 "^3.0.1"
-ethereumjs-util@^4.0.1, ethereumjs-util@^4.4.0:
+ethereumjs-util@^4.0.1, ethereumjs-util@^4.3.0, ethereumjs-util@^4.4.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-4.5.0.tgz#3e9428b317eebda3d7260d854fddda954b1f1bc6"
dependencies: