aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-14 07:45:01 +0800
committerGitHub <noreply@github.com>2018-08-14 07:45:01 +0800
commitaeb368a1d92cd0f558db3e7456eccbb7cccd50aa (patch)
tree5c354a9765183eb2c0c66530dbed3d97e1bead13 /yarn.lock
parente51deb93eef2e59a3577195becfb6d602df3892a (diff)
parent2a899f52953883becdf9c6b73950e586a3d8ad5c (diff)
downloaddexon-sol-tools-aeb368a1d92cd0f558db3e7456eccbb7cccd50aa.tar
dexon-sol-tools-aeb368a1d92cd0f558db3e7456eccbb7cccd50aa.tar.gz
dexon-sol-tools-aeb368a1d92cd0f558db3e7456eccbb7cccd50aa.tar.bz2
dexon-sol-tools-aeb368a1d92cd0f558db3e7456eccbb7cccd50aa.tar.lz
dexon-sol-tools-aeb368a1d92cd0f558db3e7456eccbb7cccd50aa.tar.xz
dexon-sol-tools-aeb368a1d92cd0f558db3e7456eccbb7cccd50aa.tar.zst
dexon-sol-tools-aeb368a1d92cd0f558db3e7456eccbb7cccd50aa.zip
Merge pull request #932 from 0xProject/fix-ganache-fork
Fix ganache fork
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock
index f596ea62d..598af599b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5263,7 +5263,7 @@ ethereumjs-vm@^2.0.2, ethereumjs-vm@^2.1.0, ethereumjs-vm@^2.3.4:
rustbn.js "~0.1.1"
safe-buffer "^5.1.1"
-ethereumjs-wallet@~0.6.0:
+ethereumjs-wallet@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/ethereumjs-wallet/-/ethereumjs-wallet-0.6.0.tgz#82763b1697ee7a796be7155da9dfb49b2f98cfdb"
dependencies:
@@ -6012,9 +6012,9 @@ ganache-cli@6.1.3:
source-map-support "^0.5.3"
webpack-cli "^2.0.9"
-ganache-core@0xProject/ganache-core:
+ganache-core@0xProject/ganache-core#monorepo-dep:
version "2.1.2"
- resolved "https://codeload.github.com/0xProject/ganache-core/tar.gz/88ce33a4c33a5737ffb84af9bb8affaa4e8bf3a5"
+ resolved "https://codeload.github.com/0xProject/ganache-core/tar.gz/9f86ca3d114ee4395e2d16362f95a8c57ec69bb4"
dependencies:
abstract-leveldown "^3.0.0"
async "^2.5.0"
@@ -6028,7 +6028,7 @@ ganache-core@0xProject/ganache-core:
ethereumjs-tx "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default"
ethereumjs-util "^5.2.0"
ethereumjs-vm "2.3.5"
- ethereumjs-wallet "~0.6.0"
+ ethereumjs-wallet "0.6.0"
fake-merkle-patricia-tree "~1.0.1"
heap "~0.2.6"
js-scrypt "^0.2.0"