From 69d90d80f91269837573cbb2f4c7ed744b2d6078 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 12:47:34 +0000 Subject: [PATCH] chore(deps): update dependency concurrently to v6.5.1 --- package.json | 2 +- yarn.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 77833079..cb3213b3 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@typescript-eslint/parser": "4.18.0", "babel-loader": "8.2.2", "commitizen": "4.2.3", - "concurrently": "6.0.0", + "concurrently": "6.5.1", "cz-conventional-changelog": "3.3.0", "eslint": "7.22.0", "eslint-config-airbnb": "18.2.1", diff --git a/yarn.lock b/yarn.lock index 237d0ede..03946460 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4797,15 +4797,14 @@ concat-stream@^1.5.0: readable-stream "^2.2.2" typedarray "^0.0.6" -concurrently@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.0.0.tgz#c1a876dd99390979c71f8c6fe6796882f3a13199" - integrity sha512-Ik9Igqnef2ONLjN2o/OVx1Ow5tymVvvEwQeYCQdD/oV+CN9oWhxLk7ibcBdOtv0UzBqHCEKRwbKceYoTK8t3fQ== +concurrently@6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.5.1.tgz#4518c67f7ac680cf5c34d5adf399a2a2047edc8c" + integrity sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag== dependencies: chalk "^4.1.0" date-fns "^2.16.1" - lodash "^4.17.20" - read-pkg "^5.2.0" + lodash "^4.17.21" rxjs "^6.6.3" spawn-command "^0.0.2-1" supports-color "^8.1.0"