From 5c05e9de8cbbc159f2162d5e86da90de96d70ccf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 8 May 2021 04:57:19 +0000 Subject: [PATCH] chore(deps): update dependency concurrently to v6.1.0 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f3f91e8b..aa976c4c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@typescript-eslint/eslint-plugin": "4.18.0", "@typescript-eslint/parser": "4.18.0", "babel-loader": "8.2.2", - "concurrently": "6.0.1", + "concurrently": "6.1.0", "eslint": "7.22.0", "eslint-config-airbnb": "18.2.1", "eslint-config-prettier": "7.2.0", diff --git a/yarn.lock b/yarn.lock index 618905df..741a2d5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4919,14 +4919,14 @@ concat-stream@^1.5.0: readable-stream "^2.2.2" typedarray "^0.0.6" -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== +concurrently@6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.1.0.tgz#00d22525d3fcdce7f34cc7f3c9753f90a57d6208" + integrity sha512-jy+xj49pvqeKjc2TAVXRIhrgPG51eBKDZti0kZ41kaWk9iLbyWBjH6KMFpW7peOLkEymD+ZM83Lx6UEy3N/M9g== dependencies: chalk "^4.1.0" date-fns "^2.16.1" - lodash "^4.17.20" + lodash "^4.17.21" read-pkg "^5.2.0" rxjs "^6.6.3" spawn-command "^0.0.2-1"