From 30d075380b52b6e455c881db4bc293d8bfecc3d8 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 15 Aug 2018 10:33:57 -0500 Subject: [PATCH] bump embarkjs to 0.3.4 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 036100ca2..a55624602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3894,9 +3894,9 @@ } }, "embarkjs": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/embarkjs/-/embarkjs-0.3.3.tgz", - "integrity": "sha512-gVSISKv+3zo+EiLkvB67YNwompNgXXdnurxR2mjrGgLyExLWvpqyQQ4oC82ENDFR59bm2rZ/Tb8VALXkYSo5eQ==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/embarkjs/-/embarkjs-0.3.4.tgz", + "integrity": "sha512-F4enCH0+3u1U8BZX5VB5GjVa8Q/z3dUj6A6kNogA0nbhKadOvkxyAWntU3ZWlGoGjG6JuiQ6Y7xpFF4QfX9bUQ==", "requires": { "@babel/runtime-corejs2": "7.0.0-rc.1", "async": "^2.0.1" diff --git a/package.json b/package.json index a35d2e978..61f2fc3c8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "decompress": "^4.2.0", "deep-equal": "^1.0.1", "ejs": "^2.5.8", - "embarkjs": "^0.3.3", + "embarkjs": "^0.3.4", "eth-ens-namehash": "^2.0.8", "eth-lib": "^0.2.8", "ethereumjs-wallet": "0.6.0",