chore(deps-dev): bump concurrently from 6.4.0 to 7.0.0 (#4197)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.4.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.4.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>
pull/4202/head
dependabot[bot] 2022-01-18 17:59:06 +01:00 committed by GitHub
parent f81baa0042
commit 38dfd7cb65
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

@ -5076,9 +5076,9 @@
}
},
"concurrently": {
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.4.0.tgz",
"integrity": "sha512-HZ3D0RTQMH3oS4gvtYj1P+NBc6PzE2McEra6yEFcQKrUQ9HvtTGU4Dbne083F034p+LRb7kWU0tPRNvSGs1UCQ==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.0.0.tgz",
"integrity": "sha512-WKM7PUsI8wyXpF80H+zjHP32fsgsHNQfPLw/e70Z5dYkV7hF+rf8q3D+ScWJIEr57CpkO3OWBko6hwhQLPR8Pw==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
@ -5704,9 +5704,9 @@
}
},
"date-fns": {
"version": "2.25.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.25.0.tgz",
"integrity": "sha512-ovYRFnTrbGPD4nqaEqescPEv1mNwvt+UTqI3Ay9SzNtey9NZnYu6E2qCcBBgJ6/2VF1zGGygpyTDITqpQQ5e+w==",
"version": "2.28.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz",
"integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==",
"dev": true
},
"daterangepicker": {

View File

@ -134,7 +134,7 @@
"browser-sync": "^2.27.7",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.5.0",
"concurrently": "^6.4.0",
"concurrently": "^7.0.0",
"eslint": "^8.7.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-compat": "^4.0.1",