Skip to content

Commit 7945bd8

Browse files
chore(deps): update dependency concurrently to v5.0.2 (#731)
1 parent cf70300 commit 7945bd8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"babel-eslint": "10.0.3",
4545
"babel-plugin-add-module-exports": "1.0.2",
4646
"babel-plugin-dev-expression": "0.2.2",
47-
"concurrently": "5.0.1",
47+
"concurrently": "5.0.2",
4848
"eslint": "6.7.2",
4949
"eslint-config-prettier": "6.7.0",
5050
"eslint-plugin-import": "2.19.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,10 +2191,10 @@ concat-stream@^1.5.0:
21912191
readable-stream "^2.2.2"
21922192
typedarray "^0.0.6"
21932193

2194-
2195-
version "5.0.1"
2196-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.0.1.tgz#9d15e0e7bb7ebe5c3bcd86deb8393501c35dd003"
2197-
integrity sha512-fPKUlOAXEXpktp3z7RqIvzTSCowfDo8oQbdKoGKGZVm+G2hGFbIIAFm4qwWcGl/sIHmpMSgPqeCbjld3kdPXvA==
2194+
2195+
version "5.0.2"
2196+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.0.2.tgz#4d2911018c0f15ddec34a8e668fc48dced7f3b1e"
2197+
integrity sha512-iUNVI6PzKO0RVXV9pHWM0khvEbELxf3XLIoChaV6hHyoIaJuxQWZiOwlNysnJX5khsfvIK66+OJqRdbYrdsR1g==
21982198
dependencies:
21992199
chalk "^2.4.2"
22002200
date-fns "^2.0.1"
@@ -2203,7 +2203,7 @@ [email protected]:
22032203
rxjs "^6.5.2"
22042204
spawn-command "^0.0.2-1"
22052205
supports-color "^6.1.0"
2206-
tree-kill "^1.2.1"
2206+
tree-kill "^1.2.2"
22072207
yargs "^13.3.0"
22082208

22092209
config-chain@^1.1.12:
@@ -8223,10 +8223,10 @@ traverse@~0.6.6:
82238223
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
82248224
integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=
82258225

8226-
tree-kill@^1.2.1:
8227-
version "1.2.1"
8228-
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a"
8229-
integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==
8226+
tree-kill@^1.2.2:
8227+
version "1.2.2"
8228+
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
8229+
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
82308230

82318231
trim-newlines@^2.0.0:
82328232
version "2.0.0"

0 commit comments

Comments
 (0)