update to embarkjs 0.4.2

This commit is contained in:
Iuri Matias 2018-09-17 13:09:56 -04:00
parent a43627de5b
commit bab6f75862
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -2866,9 +2866,9 @@
}
},
"embarkjs": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/embarkjs/-/embarkjs-0.4.1.tgz",
"integrity": "sha512-xMTS2U3hphuKJ4DwqCDFTaGlEKr9Df32dZ/gbQH0DXz0/mBtzotzpZ7/g2W2CRTzx5DIONyIDPupATO7uiNKkw==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/embarkjs/-/embarkjs-0.4.2.tgz",
"integrity": "sha512-PSSs2WHxq8SkeHku56GZwRYsJDRjKYjRCQj7XItD/11lzlqSxOoymrnmZBkCGORBOil93n9MFhMMjsiAepEyVg==",
"requires": {
"@babel/runtime-corejs2": "7.0.0-rc.1",
"async": "2.6.1",
@ -5909,9 +5909,9 @@
"integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg=="
},
"lodash-es": {
"version": "4.17.10",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.10.tgz",
"integrity": "sha512-iesFYPmxYYGTcmQK0sL8bX3TGHyM6b2qREaB4kamHfQyfPJP0xgoGxp19nsH16nsfquLdiyKyX3mQkfiSGV8Rg=="
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.11.tgz",
"integrity": "sha512-DHb1ub+rMjjrxqlB3H56/6MXtm1lSksDp2rA2cNWjG8mlDUYFhUj3Di2Zn5IwSU87xLv8tNIQ7sSwE/YOX/D/Q=="
},
"lodash.assign": {
"version": "4.2.0",
@ -10939,7 +10939,7 @@
},
"yargs": {
"version": "4.8.1",
"resolved": "http://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz",
"integrity": "sha1-wMQpJMpKqmsObaFznfshZDn53cA=",
"requires": {
"cliui": "^3.2.0",
@ -10960,7 +10960,7 @@
"dependencies": {
"os-locale": {
"version": "1.4.0",
"resolved": "http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
"resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
"integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
"requires": {
"lcid": "^1.0.0"

View File

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