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

chore(deps): update dependency concurrently to v6.2.0
This commit is contained in:
Alexander Shelepenok 2021-05-27 19:11:21 +03:00 committed by GitHub
commit ac29e69025
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-jest": "26.6.3",
"babel-preset-gatsby": "0.12.3", "babel-preset-gatsby": "0.12.3",
"browserslist": "4.16.6", "browserslist": "4.16.6",
"concurrently": "6.1.0", "concurrently": "6.2.0",
"eslint": "7.26.0", "eslint": "7.26.0",
"eslint-config-airbnb-base": "14.2.1", "eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1", "eslint-plugin-import": "2.22.1",

View File

@ -5481,10 +5481,10 @@ concat-stream@^1.5.0:
readable-stream "^2.2.2" readable-stream "^2.2.2"
typedarray "^0.0.6" typedarray "^0.0.6"
concurrently@6.1.0: concurrently@6.2.0:
version "6.1.0" version "6.2.0"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.1.0.tgz#00d22525d3fcdce7f34cc7f3c9753f90a57d6208" resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.0.tgz#587e2cb8afca7234172d8ea55176088632c4c56d"
integrity sha512-jy+xj49pvqeKjc2TAVXRIhrgPG51eBKDZti0kZ41kaWk9iLbyWBjH6KMFpW7peOLkEymD+ZM83Lx6UEy3N/M9g== integrity sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==
dependencies: dependencies:
chalk "^4.1.0" chalk "^4.1.0"
date-fns "^2.16.1" date-fns "^2.16.1"