Browse Source

chore(deps): update dependency concurrently to v5.0.2

master
Renovate Bot 5 years ago
parent
commit
cca41c6ae9
No known key found for this signature in database GPG Key ID: 81C63AE1C224182B
  1. 2
      package.json
  2. 17
      yarn.lock

2
package.json

@ -82,7 +82,7 @@
"bitcoin-core": "3.0.0",
"codecov": "3.6.1",
"commitizen": "4.0.3",
"concurrently": "5.0.1",
"concurrently": "5.0.2",
"connected-react-router": "6.6.1",
"cross-env": "6.0.3",
"detect-port": "1.3.0",

17
yarn.lock

@ -5126,10 +5126,10 @@ concat-stream@^2.0.0, concat-stream@~2.0.0:
readable-stream "^3.0.2"
typedarray "^0.0.6"
concurrently@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.0.1.tgz#9d15e0e7bb7ebe5c3bcd86deb8393501c35dd003"
integrity sha512-fPKUlOAXEXpktp3z7RqIvzTSCowfDo8oQbdKoGKGZVm+G2hGFbIIAFm4qwWcGl/sIHmpMSgPqeCbjld3kdPXvA==
concurrently@5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.0.2.tgz#4d2911018c0f15ddec34a8e668fc48dced7f3b1e"
integrity sha512-iUNVI6PzKO0RVXV9pHWM0khvEbELxf3XLIoChaV6hHyoIaJuxQWZiOwlNysnJX5khsfvIK66+OJqRdbYrdsR1g==
dependencies:
chalk "^2.4.2"
date-fns "^2.0.1"
@ -5138,7 +5138,7 @@ concurrently@5.0.1:
rxjs "^6.5.2"
spawn-command "^0.0.2-1"
supports-color "^6.1.0"
tree-kill "^1.2.1"
tree-kill "^1.2.2"
yargs "^13.3.0"
config-chain@^1.1.11:
@ -17106,11 +17106,16 @@ tr46@^1.0.1:
dependencies:
punycode "^2.1.0"
tree-kill@^1.1.0, tree-kill@^1.2.1:
tree-kill@^1.1.0:
version "1.2.1"
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a"
integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==
tree-kill@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
trim-newlines@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"

Loading…
Cancel
Save