Skip to content

Commit 4847fe0

Browse files
fix(deps): update dependency concurrently to v9.2.1 (#978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f3b71ce commit 4847fe0

File tree

1 file changed

+32
-33
lines changed

1 file changed

+32
-33
lines changed

yarn.lock

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4450,17 +4450,16 @@ concat-stream@^2.0.0:
44504450
typedarray "^0.0.6"
44514451

44524452
concurrently@^9.0.0:
4453-
version "9.2.0"
4454-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.2.0.tgz#233e3892ceb0b5db9fd49e9c8c739737a7b638b5"
4455-
integrity sha512-IsB/fiXTupmagMW4MNp2lx2cdSN2FfZq78vF90LBB+zZHArbIQZjQtzXCiXnvTxCZSvXanTqFLWBjw2UkLx1SQ==
4453+
version "9.2.1"
4454+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.2.1.tgz#248ea21b95754947be2dad9c3e4b60f18ca4e44f"
4455+
integrity sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==
44564456
dependencies:
4457-
chalk "^4.1.2"
4458-
lodash "^4.17.21"
4459-
rxjs "^7.8.1"
4460-
shell-quote "^1.8.1"
4461-
supports-color "^8.1.1"
4462-
tree-kill "^1.2.2"
4463-
yargs "^17.7.2"
4457+
chalk "4.1.2"
4458+
rxjs "7.8.2"
4459+
shell-quote "1.8.3"
4460+
supports-color "8.1.1"
4461+
tree-kill "1.2.2"
4462+
yargs "17.7.2"
44644463

44654464
config-chain@^1.1.11:
44664465
version "1.1.13"
@@ -9741,7 +9740,7 @@ [email protected]:
97419740
dependencies:
97429741
tslib "^2.1.0"
97439742

9744-
rxjs@^7.2.0, rxjs@^7.4.0, rxjs@^7.5.5, rxjs@^7.8.0, rxjs@^7.8.1, rxjs@^7.8.2:
9743+
rxjs@7.8.2, rxjs@^7.2.0, rxjs@^7.4.0, rxjs@^7.5.5, rxjs@^7.8.0, rxjs@^7.8.2:
97459744
version "7.8.2"
97469745
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.2.tgz#955bc473ed8af11a002a2be52071bf475638607b"
97479746
integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==
@@ -10117,7 +10116,7 @@ [email protected]:
1011710116
resolved "https://registry.yarnpkg.com/shell-exec/-/shell-exec-1.0.2.tgz#2e9361b0fde1d73f476c4b6671fa17785f696756"
1011810117
integrity sha512-jyVd+kU2X+mWKMmGhx4fpWbPsjvD53k9ivqetutVW/BQ+WIZoDoP4d8vUMGezV6saZsiNoW2f9GIhg9Dondohg==
1011910118

10120-
shell-quote@^1.8.1, shell-quote@^1.8.3:
10119+
[email protected].3, shell-quote@^1.8.3:
1012110120
version "1.8.3"
1012210121
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.3.tgz#55e40ef33cf5c689902353a3d8cd1a6725f08b4b"
1012310122
integrity sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==
@@ -10546,6 +10545,13 @@ stylehacks@^6.1.1:
1054610545
browserslist "^4.23.0"
1054710546
postcss-selector-parser "^6.0.16"
1054810547

10548+
[email protected], supports-color@^8.0.0, supports-color@^8.1.1:
10549+
version "8.1.1"
10550+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
10551+
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
10552+
dependencies:
10553+
has-flag "^4.0.0"
10554+
1054910555
supports-color@^5.3.0:
1055010556
version "5.5.0"
1055110557
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -10560,13 +10566,6 @@ supports-color@^7.0.0, supports-color@^7.1.0:
1056010566
dependencies:
1056110567
has-flag "^4.0.0"
1056210568

10563-
supports-color@^8.0.0, supports-color@^8.1.1:
10564-
version "8.1.1"
10565-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
10566-
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
10567-
dependencies:
10568-
has-flag "^4.0.0"
10569-
1057010569
supports-color@^9.4.0:
1057110570
version "9.4.0"
1057210571
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.4.0.tgz#17bfcf686288f531db3dea3215510621ccb55954"
@@ -10852,7 +10851,7 @@ tree-dump@^1.0.3:
1085210851
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.3.tgz#2f0e42e77354714418ed7ab44291e435ccdb0f80"
1085310852
integrity sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==
1085410853

10855-
tree-kill@^1.2.2:
10854+
tree-kill@1.2.2, tree-kill@^1.2.2:
1085610855
version "1.2.2"
1085710856
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
1085810857
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
@@ -11571,6 +11570,19 @@ yargs-parser@^20.2.2:
1157111570
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
1157211571
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
1157311572

11573+
[email protected], yargs@^17.0.0, yargs@^17.5.1, yargs@^17.6.2, yargs@^17.7.2:
11574+
version "17.7.2"
11575+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
11576+
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
11577+
dependencies:
11578+
cliui "^8.0.1"
11579+
escalade "^3.1.1"
11580+
get-caller-file "^2.0.5"
11581+
require-directory "^2.1.1"
11582+
string-width "^4.2.3"
11583+
y18n "^5.0.5"
11584+
yargs-parser "^21.1.1"
11585+
1157411586
yargs@^16.0.0:
1157511587
version "16.2.0"
1157611588
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
@@ -11584,19 +11596,6 @@ yargs@^16.0.0:
1158411596
y18n "^5.0.5"
1158511597
yargs-parser "^20.2.2"
1158611598

11587-
yargs@^17.0.0, yargs@^17.5.1, yargs@^17.6.2, yargs@^17.7.2:
11588-
version "17.7.2"
11589-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
11590-
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
11591-
dependencies:
11592-
cliui "^8.0.1"
11593-
escalade "^3.1.1"
11594-
get-caller-file "^2.0.5"
11595-
require-directory "^2.1.1"
11596-
string-width "^4.2.3"
11597-
y18n "^5.0.5"
11598-
yargs-parser "^21.1.1"
11599-
1160011599
1160111600
version "3.1.1"
1160211601
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"

0 commit comments

Comments
 (0)