From 06d6df9dfeb371e7e9da19e96b2bcd094912f3d6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 12:39:48 +0000 Subject: [PATCH] Bump concurrently from 5.0.1 to 5.0.2 Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v5.0.1...v5.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index eb9f09c4..e197ec9c 100644 --- a/package.json +++ b/package.json @@ -316,7 +316,7 @@ "ava": "2.4.0", "babel-loader": "8.0.6", "babel-preset-minify": "0.5.1", - "concurrently": "5.0.1", + "concurrently": "5.0.2", "copy-webpack-plugin": "5.0.5", "cpy-cli": "^2.0.0", "cross-env": "6.0.3", diff --git a/yarn.lock b/yarn.lock index d688563a..bf9db69b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2551,10 +2551,10 @@ concordance@^4.0.0: semver "^5.5.1" well-known-symbols "^2.0.0" -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" @@ -2563,7 +2563,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" configstore@^4.0.0: @@ -8348,10 +8348,10 @@ tough-cookie@~2.4.3: psl "^1.1.24" punycode "^1.4.1" -tree-kill@^1.2.1: - 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"