Skip to content

Commit 92fc864

Browse files
chore(deps): update dependency concurrently to v5.0.2 (#609)
1 parent 00b4b9c commit 92fc864

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/preset-typescript": "7.7.4",
4040
"babel-plugin-add-module-exports": "1.0.2",
4141
"babel-plugin-dev-expression": "0.2.2",
42-
"concurrently": "5.0.1",
42+
"concurrently": "5.0.2",
4343
"husky": "3.1.0",
4444
"jest": "23.6.0",
4545
"jest-junit": "10.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,10 +2172,10 @@ [email protected], concat-stream@^1.5.0:
21722172
readable-stream "^2.2.2"
21732173
typedarray "^0.0.6"
21742174

2175-
2176-
version "5.0.1"
2177-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.0.1.tgz#9d15e0e7bb7ebe5c3bcd86deb8393501c35dd003"
2178-
integrity sha512-fPKUlOAXEXpktp3z7RqIvzTSCowfDo8oQbdKoGKGZVm+G2hGFbIIAFm4qwWcGl/sIHmpMSgPqeCbjld3kdPXvA==
2175+
2176+
version "5.0.2"
2177+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.0.2.tgz#4d2911018c0f15ddec34a8e668fc48dced7f3b1e"
2178+
integrity sha512-iUNVI6PzKO0RVXV9pHWM0khvEbELxf3XLIoChaV6hHyoIaJuxQWZiOwlNysnJX5khsfvIK66+OJqRdbYrdsR1g==
21792179
dependencies:
21802180
chalk "^2.4.2"
21812181
date-fns "^2.0.1"
@@ -2184,7 +2184,7 @@ [email protected]:
21842184
rxjs "^6.5.2"
21852185
spawn-command "^0.0.2-1"
21862186
supports-color "^6.1.0"
2187-
tree-kill "^1.2.1"
2187+
tree-kill "^1.2.2"
21882188
yargs "^13.3.0"
21892189

21902190
config-chain@^1.1.12:
@@ -8472,7 +8472,7 @@ traverse@~0.6.6:
84728472
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
84738473
integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=
84748474

8475-
tree-kill@^1.2.1:
8475+
tree-kill@^1.2.1, tree-kill@^1.2.2:
84768476
version "1.2.2"
84778477
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
84788478
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==

0 commit comments

Comments
 (0)