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:
commit
907b92ed61
@ -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",
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user