Skip to content

Commit

Permalink
build(deps-dev): bump concurrently from 9.0.1 to 9.1.0
Browse files Browse the repository at this point in the history
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.0.1 to 9.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.0.1...v9.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tadayosi committed Nov 12, 2024
1 parent 12cd712 commit a0230c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/js": "^9.14.0",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.1.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"commit-and-tag-version": "^12.5.0",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@ __metadata:
"@types/node": "npm:^22.8.7"
axios: "npm:^1.7.7"
commit-and-tag-version: "npm:^12.5.0"
concurrently: "npm:^9.0.1"
concurrently: "npm:^9.1.0"
express: "npm:^4.21.1"
jest: "npm:^29.7.0"
js-logger: "npm:^1.6.1"
Expand Down Expand Up @@ -2007,7 +2007,7 @@ __metadata:
dependencies:
"@eslint/compat": "npm:^1.2.2"
"@eslint/js": "npm:^9.14.0"
concurrently: "npm:^9.0.1"
concurrently: "npm:^9.1.0"
cz-conventional-changelog: "npm:3.3.0"
eslint: "npm:^9.1.0"
eslint-config-prettier: "npm:^9.1.0"
Expand Down Expand Up @@ -6027,9 +6027,9 @@ __metadata:
languageName: node
linkType: hard

"concurrently@npm:^9.0.1":
version: 9.0.1
resolution: "concurrently@npm:9.0.1"
"concurrently@npm:^9.1.0":
version: 9.1.0
resolution: "concurrently@npm:9.1.0"
dependencies:
chalk: "npm:^4.1.2"
lodash: "npm:^4.17.21"
Expand All @@ -6041,7 +6041,7 @@ __metadata:
bin:
conc: dist/bin/concurrently.js
concurrently: dist/bin/concurrently.js
checksum: 10/aae80b641c61a46dbb8831b79c81506f1c0b95a438c408e6b36d9aa84eb453c4126c608e58e8ed57049e068a5d868d16645475e15b9bb7902d684cd0e0bd1b34
checksum: 10/9ed158095a6dcb30b2fbc00f173a993d080b6eca466b8005650b051f82618991ba8ae76b39c41ae78780f83846154e5ec434753f402aa4401acf0ffb2422e1cf
languageName: node
linkType: hard

Expand Down

0 comments on commit a0230c7

Please sign in to comment.