Skip to content

Commit e62faf3

Browse files
chore(deps): bump concurrently from 10.0.3 to 10.0.4 (#5122)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 10.0.3 to 10.0.4. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v10.0.3...v10.0.4) --- updated-dependencies: - dependency-name: concurrently dependency-version: 10.0.4 dependency-type: direct:production 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> Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
1 parent ccb9622 commit e62faf3

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"chart.js": "^4.4.1",
7979
"clsx": "^2.1.1",
8080
"comlink": "^4.4.2",
81-
"concurrently": "^10.0.3",
81+
"concurrently": "^10.0.4",
8282
"docusaurus-pushfeedback": "^1.0.3",
8383
"gray-matter": "^4.0.3",
8484
"js-yaml": "^5.2.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5627,14 +5627,14 @@ concat-map@0.0.1:
56275627
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
56285628
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
56295629

5630-
concurrently@^10.0.3:
5631-
version "10.0.3"
5632-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-10.0.3.tgz#0ae4bf732e958b1a607b47896dcaa836b72514e8"
5633-
integrity sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==
5630+
concurrently@^10.0.4:
5631+
version "10.0.4"
5632+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-10.0.4.tgz#68ee55d60cbc3fee705958508fd5905acfc7514a"
5633+
integrity sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==
56345634
dependencies:
56355635
chalk "5.6.2"
56365636
rxjs "7.8.2"
5637-
shell-quote "1.8.4"
5637+
shell-quote "1.9.0"
56385638
supports-color "10.2.2"
56395639
tree-kill "1.2.2"
56405640
yargs "18.0.0"
@@ -12896,10 +12896,10 @@ shebang-regex@^3.0.0:
1289612896
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
1289712897
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
1289812898

12899-
shell-quote@1.8.4, shell-quote@^1.8.4:
12900-
version "1.8.4"
12901-
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.4.tgz#2edd9a4dcefc96649e2e2cb12f637b1f1d92a190"
12902-
integrity sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==
12899+
shell-quote@1.9.0, shell-quote@^1.8.4:
12900+
version "1.9.0"
12901+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.9.0.tgz#e108b1a136586d5964edb3300016d4bedba0fe57"
12902+
integrity sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==
1290312903

1290412904
side-channel-list@^1.0.0:
1290512905
version "1.0.0"

0 commit comments

Comments
 (0)