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

chore(deps): update dependency concurrently to v5.2.0
This commit is contained in:
Alexander Shelepenok 2020-07-05 11:36:30 +03:00 committed by GitHub
commit 04c9a16b8c
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": "26.0.0", "babel-jest": "26.0.0",
"babel-preset-gatsby": "0.3.1", "babel-preset-gatsby": "0.3.1",
"browserslist": "4.12.0", "browserslist": "4.12.0",
"concurrently": "5.1.0", "concurrently": "5.2.0",
"eslint": "6.8.0", "eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0", "eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2", "eslint-plugin-import": "2.20.2",

View File

@ -4971,10 +4971,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.1.0: concurrently@5.2.0:
version "5.1.0" version "5.2.0"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.1.0.tgz#05523986ba7aaf4b58a49ddd658fab88fa783132" resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.2.0.tgz#ead55121d08a0fc817085584c123cedec2e08975"
integrity sha512-9ViZMu3OOCID3rBgU31mjBftro2chOop0G2u1olq1OuwRBVRw/GxHTg80TVJBUTJfoswMmEUeuOg1g1yu1X2dA== integrity sha512-XxcDbQ4/43d6CxR7+iV8IZXhur4KbmEJk1CetVMUqCy34z9l0DkszbY+/9wvmSnToTej0SYomc2WSRH+L0zVJw==
dependencies: dependencies:
chalk "^2.4.2" chalk "^2.4.2"
date-fns "^2.0.1" date-fns "^2.0.1"