Merge pull request #2426 from thelounge/greenkeeper/npm-run-all-4.1.3

Update npm-run-all to the latest version 🚀
This commit is contained in:
Jérémie Astori 2018-05-07 02:17:30 -04:00 committed by GitHub
commit 907b92ed61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -88,7 +88,7 @@
"mocha-loader": "1.1.3", "mocha-loader": "1.1.3",
"mocha-webpack": "2.0.0-beta.0", "mocha-webpack": "2.0.0-beta.0",
"mousetrap": "1.6.1", "mousetrap": "1.6.1",
"npm-run-all": "4.1.2", "npm-run-all": "4.1.3",
"nyc": "11.7.1", "nyc": "11.7.1",
"sinon": "5.0.3", "sinon": "5.0.3",
"socket.io-client": "2.1.0", "socket.io-client": "2.1.0",

View File

@ -2017,7 +2017,7 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0:
shebang-command "^1.2.0" shebang-command "^1.2.0"
which "^1.2.9" which "^1.2.9"
cross-spawn@^6.0.5: cross-spawn@^6.0.4, cross-spawn@^6.0.5:
version "6.0.5" version "6.0.5"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
dependencies: dependencies:
@ -5334,13 +5334,13 @@ npm-packlist@^1.1.6:
ignore-walk "^3.0.1" ignore-walk "^3.0.1"
npm-bundled "^1.0.1" npm-bundled "^1.0.1"
npm-run-all@4.1.2: npm-run-all@4.1.3:
version "4.1.2" version "4.1.3"
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.2.tgz#90d62d078792d20669139e718621186656cea056" resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.3.tgz#49f15b55a66bb4101664ce270cb18e7103f8f185"
dependencies: dependencies:
ansi-styles "^3.2.0" ansi-styles "^3.2.0"
chalk "^2.1.0" chalk "^2.1.0"
cross-spawn "^5.1.0" cross-spawn "^6.0.4"
memorystream "^0.3.1" memorystream "^0.3.1"
minimatch "^3.0.4" minimatch "^3.0.4"
ps-tree "^1.1.0" ps-tree "^1.1.0"