Skip to content

Commit a30ae91

Browse files
chore(deps-dev): bump concurrently from 10.0.3 to 10.0.4
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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1104c41 commit a30ae91

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
@@ -107,7 +107,7 @@
107107
"@typescript-eslint/parser": "^4.0.0",
108108
"babel-eslint": "^10.0.0",
109109
"babel-plugin-module-resolver": "^5.0.3",
110-
"concurrently": "^10.0.3",
110+
"concurrently": "^10.0.4",
111111
"cypress": "12",
112112
"docdash": "^2.0.2",
113113
"dotenv": "^17.4.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5867,14 +5867,14 @@ concat-stream@^1.5.1:
58675867
readable-stream "^2.2.2"
58685868
typedarray "^0.0.6"
58695869

5870-
concurrently@^10.0.3:
5871-
version "10.0.3"
5872-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-10.0.3.tgz#0ae4bf732e958b1a607b47896dcaa836b72514e8"
5873-
integrity sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==
5870+
concurrently@^10.0.4:
5871+
version "10.0.4"
5872+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-10.0.4.tgz#68ee55d60cbc3fee705958508fd5905acfc7514a"
5873+
integrity sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==
58745874
dependencies:
58755875
chalk "5.6.2"
58765876
rxjs "7.8.2"
5877-
shell-quote "1.8.4"
5877+
shell-quote "1.9.0"
58785878
supports-color "10.2.2"
58795879
tree-kill "1.2.2"
58805880
yargs "18.0.0"
@@ -13056,10 +13056,10 @@ shebang-regex@^3.0.0:
1305613056
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
1305713057
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
1305813058

13059-
shell-quote@1.8.4:
13060-
version "1.8.4"
13061-
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.4.tgz#2edd9a4dcefc96649e2e2cb12f637b1f1d92a190"
13062-
integrity sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==
13059+
shell-quote@1.9.0:
13060+
version "1.9.0"
13061+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.9.0.tgz#e108b1a136586d5964edb3300016d4bedba0fe57"
13062+
integrity sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==
1306313063

1306413064
side-channel-list@^1.0.0:
1306513065
version "1.0.0"

0 commit comments

Comments
 (0)