1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

deps - update shell-parallel

This commit is contained in:
kumavis 2018-04-02 15:50:26 -07:00
parent 0ff4a1bece
commit eb7bafc914
2 changed files with 15 additions and 4 deletions

17
package-lock.json generated
View File

@ -18885,6 +18885,15 @@
"resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
"integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY="
},
"ps-tree": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.1.0.tgz",
"integrity": "sha1-tCGyQUDWID8e08dplrRCewjowBQ=",
"dev": true,
"requires": {
"event-stream": "3.3.4"
}
},
"pseudomap": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
@ -20481,12 +20490,14 @@
"integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
},
"shell-parallel": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/shell-parallel/-/shell-parallel-1.0.2.tgz",
"integrity": "sha512-GTAfqAiy37hu+H5Wd4Pz0LfjY0qs/xfLNMxAuCZAuSAVHHj+eGB8QgiC0oNWurhsG/KGliIA4GsLVP2NWoi/bA==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/shell-parallel/-/shell-parallel-1.0.3.tgz",
"integrity": "sha512-h8uh4DChqYYstF2QXEyU1DaWIy0S9MaeH1HHWQfV91BV2ORJftRw3XjJtVHL9GopTpKXvTUYJ6uvcdwkxSFr9w==",
"dev": true,
"requires": {
"once": "1.4.0",
"pify": "3.0.0",
"ps-tree": "1.1.0",
"yargs": "11.0.0"
},
"dependencies": {

View File

@ -267,7 +267,7 @@
"redux-test-utils": "^0.2.2",
"rimraf": "^2.6.2",
"selenium-webdriver": "^3.5.0",
"shell-parallel": "^1.0.2",
"shell-parallel": "^1.0.3",
"sinon": "^5.0.0",
"stylelint-config-standard": "^18.2.0",
"tape": "^4.5.1",