aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-12-01 08:26:19 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-12-01 08:26:19 +0800
commit937235c4fd872912accfd33cf45afdebd3f372a7 (patch)
treea3d283f01c02bf023f130bca42ea6c12667b33a2 /yarn.lock
parent502e9c7be48caafd7725451789f896efdaf17dac (diff)
downloaddexon-sol-tools-937235c4fd872912accfd33cf45afdebd3f372a7.tar
dexon-sol-tools-937235c4fd872912accfd33cf45afdebd3f372a7.tar.gz
dexon-sol-tools-937235c4fd872912accfd33cf45afdebd3f372a7.tar.bz2
dexon-sol-tools-937235c4fd872912accfd33cf45afdebd3f372a7.tar.lz
dexon-sol-tools-937235c4fd872912accfd33cf45afdebd3f372a7.tar.xz
dexon-sol-tools-937235c4fd872912accfd33cf45afdebd3f372a7.tar.zst
dexon-sol-tools-937235c4fd872912accfd33cf45afdebd3f372a7.zip
feat: add dotenv to make env dependencies more explicit
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock12
1 files changed, 10 insertions, 2 deletions
diff --git a/yarn.lock b/yarn.lock
index a7a55a7b3..141838ab0 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4505,7 +4505,7 @@ cross-fetch@^2.1.0:
node-fetch "2.1.1"
whatwg-fetch "2.0.3"
-cross-spawn@^4:
+cross-spawn@^4, cross-spawn@^4.0.0:
version "4.0.2"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41"
dependencies:
@@ -5270,6 +5270,14 @@ dot-prop@^4.1.0, dot-prop@^4.2.0:
dependencies:
is-obj "^1.0.0"
+dotenv-cli@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/dotenv-cli/-/dotenv-cli-1.4.0.tgz#e8e80830ed88b48a03b5eb7ec26147ca717f7409"
+ dependencies:
+ cross-spawn "^4.0.0"
+ dotenv "^4.0.0"
+ minimist "^1.1.3"
+
dotenv@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-4.0.0.tgz#864ef1379aced55ce6f95debecdce179f7a0cd1d"
@@ -6778,7 +6786,7 @@ ganache-core@0xProject/ganache-core#monorepo-dep:
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"