Merge pull request #930 from alxshelepenok/renovate/concurrently-6.x

chore(deps): update dependency concurrently to v6.1.0
This commit is contained in:
Alexander Shelepenok 2021-05-10 18:03:42 +03:00 committed by GitHub
commit 48744625d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -95,7 +95,7 @@
"babel-jest": "26.6.3",
"babel-preset-gatsby": "0.12.3",
"browserslist": "4.16.6",
"concurrently": "6.0.2",
"concurrently": "6.1.0",
"eslint": "7.26.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",

View File

@ -5306,10 +5306,10 @@ concat-stream@^1.5.0:
readable-stream "^2.2.2"
typedarray "^0.0.6"
concurrently@6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.0.2.tgz#4ecdfc78a72a6f626a3a5d3c2a7a81962f3663e3"
integrity sha512-u+1Q0dJG5BidgUTpz9CU16yoHTt/oApFDQ3mbvHwSDgMjU7aGqy0q8ZQyaZyaNxdwRKTD872Ux3Twc6//sWA+Q==
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"