Bump concurrently from 9.2.4 to 10.0.5

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.2.4 to 10.0.5.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.2.4...v10.0.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2026-09-15 09:11:57 +00:00
committed by GitHub
parent 7940a15a43
commit 61916b3a3a
2 changed files with 84 additions and 136 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"dev:mock:no-keyword-sort": "concurrently -n mock,server,web -c yellow,blue,magenta \"npm run mock:no-keyword-sort -w server\" \"STALWART_URL=http://127.0.0.1:8788 npm run dev -w server\" \"npm run dev -w web\""
},
"devDependencies": {
"concurrently": "^9.1.2",
"concurrently": "^10.0.5",
"typescript": "^7.0.2",
"typescript-ast": "npm:typescript@^5.9.3"
}