chore(deps-dev): bump concurrently from 9.1.1 to 9.1.2 (#10785)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.1...v9.1.2)

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

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]
2025-01-03 15:09:28 +00:00
committed by GitHub
parent 644fb5b7b5
commit 68d8287b62
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -71,7 +71,7 @@
"chai-datetime": "^1.8.1",
"child-process-promise": "^2.2.1",
"clsx": "^2.1.1",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"cypress": "^13.17.0",
"cypress-wait-for-stable-dom": "^0.1.0",
"danger": "^12.3.3",
@@ -9543,9 +9543,9 @@
"dev": true
},
"node_modules/concurrently": {
"version": "9.1.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.1.tgz",
"integrity": "sha512-6VX8lrBIycgZKTwBsWS+bLrmkGRkDmvtGsYylRN9b93CygN6CbK46HmnQ3rdSOR8HRjdahDrxb5MqD9cEFOg5Q==",
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz",
"integrity": "sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==",
"dev": true,
"dependencies": {
"chalk": "^4.1.2",

View File

@@ -158,7 +158,7 @@
"chai-datetime": "^1.8.1",
"child-process-promise": "^2.2.1",
"clsx": "^2.1.1",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"cypress": "^13.17.0",
"cypress-wait-for-stable-dom": "^0.1.0",
"danger": "^12.3.3",