diff --git a/package-lock.json b/package-lock.json index 036100ca..a5562460 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 a35d2e97..61f2fc3c 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",