bump embarkjs to 0.3.4

This commit is contained in:
Michael Bradley, Jr 2018-08-15 10:33:57 -05:00 committed by Iuri Matias
parent e31befe483
commit 30d075380b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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"

View File

@ -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",