Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency concurrently to v8.2.2 #9361

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"camelcase": "6.3.0",
"chalk": "4.1.2",
"ci-info": "3.8.0",
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"configstore": "3.1.5",
"core-js": "3.32.2",
"cross-env": "7.0.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8474,7 +8474,7 @@ __metadata:
camelcase: 6.3.0
chalk: 4.1.2
ci-info: 3.8.0
concurrently: 8.2.1
concurrently: 8.2.2
configstore: 3.1.5
core-js: 3.32.2
cross-env: 7.0.3
Expand Down Expand Up @@ -16252,9 +16252,9 @@ __metadata:
languageName: node
linkType: hard

"concurrently@npm:8.2.1":
version: 8.2.1
resolution: "concurrently@npm:8.2.1"
"concurrently@npm:8.2.2":
version: 8.2.2
resolution: "concurrently@npm:8.2.2"
dependencies:
chalk: ^4.1.2
date-fns: ^2.30.0
Expand All @@ -16268,7 +16268,7 @@ __metadata:
bin:
conc: dist/bin/concurrently.js
concurrently: dist/bin/concurrently.js
checksum: cde6807839d41121c85f8a20064c9fc8a6c40737b42695db75a64ae1b840314cb63b3ba8c7462d33755b62d5ae5522120824015fcfa0714d773e0d839151f08a
checksum: 0e9683196fe9c071d944345d21d8f34aa6c0cc50c0dd897e95619f2f1c9eb4871dca851b2569da17888235b7335b4c821ca19deed35bebcd9a131ee5d247f34c
languageName: node
linkType: hard

Expand Down
Loading