From 5589c1e99b63b16e9af210fd736076a0a78afc4a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 6 Apr 2021 01:13:45 +0000 Subject: [PATCH] chore(deps): update dependency concurrently to v6.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c439b42..964c0be 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "babel-jest": "26.6.3", "babel-preset-gatsby": "0.12.2", "browserslist": "4.16.3", - "concurrently": "6.0.0", + "concurrently": "6.0.1", "eslint": "7.23.0", "eslint-config-airbnb-base": "14.2.1", "eslint-plugin-import": "2.22.1", diff --git a/yarn.lock b/yarn.lock index b515dcb..ce0c1ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6095,10 +6095,10 @@ 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.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.0.1.tgz#b472efd9398bd9f5b117e22f72c3e50bf0a8a651" + integrity sha512-YCF/Wf31a910hXu7eGN9/SyHKD/usw3Shw4IPYuqIsxxC39v92engYlIlOs/zXnBJtX/6aVuhgzfhZeGJkhU4w== dependencies: chalk "^4.1.0" date-fns "^2.16.1"