From fb0bec29503d518d091b19d6549fde44b8c41ce6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2020 04:14:13 +0000 Subject: [PATCH] Bump concurrently from 5.1.0 to 5.2.0 Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d30bfcba..bab88f52 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@vue/test-utils": "^1.0.0-beta.33", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^25.4.0", - "concurrently": "^5.1.0", + "concurrently": "^5.2.0", "eventsourcemock": "^2.0.0", "husky": "^4.2.5", "jest": "^25.4.0", diff --git a/yarn.lock b/yarn.lock index c4b65794..087c1d85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2477,10 +2477,10 @@ concat-stream@~1.6.0: readable-stream "^2.2.2" typedarray "^0.0.6" -concurrently@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.1.0.tgz#05523986ba7aaf4b58a49ddd658fab88fa783132" - integrity sha512-9ViZMu3OOCID3rBgU31mjBftro2chOop0G2u1olq1OuwRBVRw/GxHTg80TVJBUTJfoswMmEUeuOg1g1yu1X2dA== +concurrently@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.2.0.tgz#ead55121d08a0fc817085584c123cedec2e08975" + integrity sha512-XxcDbQ4/43d6CxR7+iV8IZXhur4KbmEJk1CetVMUqCy34z9l0DkszbY+/9wvmSnToTej0SYomc2WSRH+L0zVJw== dependencies: chalk "^2.4.2" date-fns "^2.0.1"