Merge pull request #557 from alxshelepenok/renovate/concurrently-5.x

chore(deps): update dependency concurrently to v5.1.0
This commit is contained in:
Alexander Shelepenok 2020-01-30 08:05:02 +00:00 committed by GitHub
commit 66609eae7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@
"babel-jest": "25.1.0", "babel-jest": "25.1.0",
"babel-preset-gatsby": "0.2.27", "babel-preset-gatsby": "0.2.27",
"browserslist": "4.8.5", "browserslist": "4.8.5",
"concurrently": "5.0.2", "concurrently": "5.1.0",
"eslint": "6.8.0", "eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0", "eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.20.0", "eslint-plugin-import": "2.20.0",

View File

@ -4822,10 +4822,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@5.0.2: concurrently@5.1.0:
version "5.0.2" version "5.1.0"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.0.2.tgz#4d2911018c0f15ddec34a8e668fc48dced7f3b1e" resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.1.0.tgz#05523986ba7aaf4b58a49ddd658fab88fa783132"
integrity sha512-iUNVI6PzKO0RVXV9pHWM0khvEbELxf3XLIoChaV6hHyoIaJuxQWZiOwlNysnJX5khsfvIK66+OJqRdbYrdsR1g== integrity sha512-9ViZMu3OOCID3rBgU31mjBftro2chOop0G2u1olq1OuwRBVRw/GxHTg80TVJBUTJfoswMmEUeuOg1g1yu1X2dA==
dependencies: dependencies:
chalk "^2.4.2" chalk "^2.4.2"
date-fns "^2.0.1" date-fns "^2.0.1"