bump embarkjs dep (to ver w/ corresponding babel7rc1 fixes)

This commit is contained in:
Michael Bradley, Jr 2018-08-12 21:39:07 -05:00 committed by Iuri Matias
parent c4e0eda1f9
commit 1852809cb0
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -3952,11 +3952,11 @@
} }
}, },
"embarkjs": { "embarkjs": {
"version": "0.3.1", "version": "0.3.2",
"resolved": "https://registry.npmjs.org/embarkjs/-/embarkjs-0.3.1.tgz", "resolved": "https://registry.npmjs.org/embarkjs/-/embarkjs-0.3.2.tgz",
"integrity": "sha512-Xru7QYod+9pp+iC8MifdEQNf0hmRxO+HtcINppPLPH7R4JNbW9viGOTYJ+G18bR7S1HIbmz3G9jWtcgkCt/euw==", "integrity": "sha512-XJSr4U6BOgQZX3AccTG9nc+4wAFkCMJODFNfH6wFb2IZQIt5GPgdEi822OBLLK4B9gpZ8tXDLryL5VEoRsEeQA==",
"requires": { "requires": {
"@babel/runtime": "^7.0.0-beta.54", "@babel/runtime-corejs2": "7.0.0-rc.1",
"async": "^2.0.1" "async": "^2.0.1"
} }
}, },

View File

@ -39,7 +39,7 @@
"decompress": "^4.2.0", "decompress": "^4.2.0",
"deep-equal": "^1.0.1", "deep-equal": "^1.0.1",
"ejs": "^2.5.8", "ejs": "^2.5.8",
"embarkjs": "^0.3.1", "embarkjs": "^0.3.2",
"eth-ens-namehash": "^2.0.8", "eth-ens-namehash": "^2.0.8",
"eth-lib": "^0.2.8", "eth-lib": "^0.2.8",
"ethereumjs-wallet": "0.6.0", "ethereumjs-wallet": "0.6.0",