Bump concurrently from 6.0.2 to 6.1.0 (#526)

Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases)
- [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-05-11 16:52:07 +05:30
committed by GitHub
parent d6e10096a6
commit 4ecc868150
3 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@
"@types/bluebird": "3.5.34",
"@types/express": "4.17.11",
"@types/node-fetch": "2.5.10",
"concurrently": "6.0.2",
"concurrently": "6.1.0",
"ts-node-dev": "1.1.6"
}
}

View File

@@ -34,7 +34,7 @@
"devDependencies": {
"@types/express": "4.17.11",
"@types/node-fetch": "2.5.10",
"concurrently": "6.0.2",
"concurrently": "6.1.0",
"ts-node-dev": "1.1.6"
}
}

View File

@@ -10247,10 +10247,10 @@ concat-stream@^2.0.0:
readable-stream "^3.0.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"