Bump concurrently from 6.5.0 to 7.0.0 (#7436)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.5.0 to 7.0.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.5.0...v7.0.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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] 2022-01-04 11:40:42 +00:00 committed by GitHub
parent 8a1875a90e
commit cd02fb2040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -26628,9 +26628,9 @@
} }
}, },
"concurrently": { "concurrently": {
"version": "6.5.0", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.5.0.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.0.0.tgz",
"integrity": "sha512-BjC0KYxXtO6EiWa46gfWYzcLULPBCb+5+VZFtzCemR/co0QSHU4mysEvmT6cnedPpQ9dtJzb+2G694o3V7TgLg==", "integrity": "sha512-WKM7PUsI8wyXpF80H+zjHP32fsgsHNQfPLw/e70Z5dYkV7hF+rf8q3D+ScWJIEr57CpkO3OWBko6hwhQLPR8Pw==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
@ -28126,9 +28126,9 @@
} }
}, },
"date-fns": { "date-fns": {
"version": "2.27.0", "version": "2.28.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.27.0.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz",
"integrity": "sha512-sj+J0Mo2p2X1e306MHq282WS4/A8Pz/95GIFcsPNMPMZVI3EUrAdSv90al1k+p74WGLCruMXk23bfEDZa71X9Q==", "integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==",
"dev": true "dev": true
}, },
"date-format": { "date-format": {

View File

@ -128,7 +128,7 @@
"ajv-cli": "^4.2.0", "ajv-cli": "^4.2.0",
"codelyzer": "^6.0.1", "codelyzer": "^6.0.1",
"commander": "6.2.1", "commander": "6.2.1",
"concurrently": "^6.5.0", "concurrently": "^7.0.0",
"cspell": "^5.5.1", "cspell": "^5.5.1",
"css-loader": "^5.2.6", "css-loader": "^5.2.6",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",