Skip to content

Commit a33ab16

Browse files
committed
update to concurrently 7.6.0
1 parent 3a316fd commit a33ab16

2 files changed

Lines changed: 23 additions & 70 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"chalk": "4.1.2",
8989
"commander": "8.3.0",
9090
"compare-versions": "4.1.4",
91-
"concurrently": "6.5.1",
91+
"concurrently": "^7.6.0",
9292
"console.table": "0.10.0",
9393
"fs-extra": "11.3.0",
9494
"glob": "9.x",
@@ -114,7 +114,6 @@
114114
"@nx/webpack": "20.8.2",
115115
"@nx/workspace": "20.8.2",
116116
"@semantic-release/changelog": "6.0.3",
117-
"@types/concurrently": "7.0.3",
118117
"@types/fs-extra": "11.0.4",
119118
"@types/inquirer": "8.2.11",
120119
"@types/jest": "29.5.14",

yarn.lock

Lines changed: 22 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -2615,13 +2615,6 @@
26152615
dependencies:
26162616
"@types/node" "*"
26172617

2618-
"@types/concurrently@7.0.3":
2619-
version "7.0.3"
2620-
resolved "https://registry.npmjs.org/@types/concurrently/-/concurrently-7.0.3.tgz#0e7f0a1d987cdcfed7bfd647b0d94dd98ff72789"
2621-
integrity sha512-6qiebMAdr4sRXLrczE3Wo/+JAQMXnYUhFulknKvhOVsZ1lL4bnV8EpB3YT2ZnbnJXkOTZ0KAkaa9cs1m0YIhXQ==
2622-
dependencies:
2623-
concurrently "*"
2624-
26252618
"@types/connect-history-api-fallback@^1.5.4":
26262619
version "1.5.4"
26272620
resolved "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz#7de71645a103056b48ac3ce07b3520b819c1d5b3"
@@ -4237,32 +4230,20 @@ concat-stream@^1.5.2:
42374230
readable-stream "^2.2.2"
42384231
typedarray "^0.0.6"
42394232

4240-
concurrently@*:
4241-
version "9.1.2"
4242-
resolved "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz#22d9109296961eaee773e12bfb1ce9a66bc9836c"
4243-
integrity sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==
4244-
dependencies:
4245-
chalk "^4.1.2"
4246-
lodash "^4.17.21"
4247-
rxjs "^7.8.1"
4248-
shell-quote "^1.8.1"
4249-
supports-color "^8.1.1"
4250-
tree-kill "^1.2.2"
4251-
yargs "^17.7.2"
4252-
4253-
concurrently@6.5.1:
4254-
version "6.5.1"
4255-
resolved "https://registry.npmjs.org/concurrently/-/concurrently-6.5.1.tgz#4518c67f7ac680cf5c34d5adf399a2a2047edc8c"
4256-
integrity sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag==
4233+
concurrently@^7.6.0:
4234+
version "7.6.0"
4235+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.6.0.tgz#531a6f5f30cf616f355a4afb8f8fcb2bba65a49a"
4236+
integrity sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==
42574237
dependencies:
42584238
chalk "^4.1.0"
4259-
date-fns "^2.16.1"
4239+
date-fns "^2.29.1"
42604240
lodash "^4.17.21"
4261-
rxjs "^6.6.3"
4241+
rxjs "^7.0.0"
4242+
shell-quote "^1.7.3"
42624243
spawn-command "^0.0.2-1"
42634244
supports-color "^8.1.0"
42644245
tree-kill "^1.2.2"
4265-
yargs "^16.2.0"
4246+
yargs "^17.3.1"
42664247

42674248
config-chain@^1.1.11:
42684249
version "1.1.13"
@@ -4655,9 +4636,9 @@ data-urls@^3.0.2:
46554636
whatwg-mimetype "^3.0.0"
46564637
whatwg-url "^11.0.0"
46574638

4658-
date-fns@^2.16.1:
4639+
date-fns@^2.29.1:
46594640
version "2.30.0"
4660-
resolved "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
4641+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
46614642
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
46624643
dependencies:
46634644
"@babel/runtime" "^7.21.0"
@@ -9612,14 +9593,7 @@ rxjs@7.8.1:
96129593
dependencies:
96139594
tslib "^2.1.0"
96149595

9615-
rxjs@^6.6.3:
9616-
version "6.6.7"
9617-
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
9618-
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
9619-
dependencies:
9620-
tslib "^1.9.0"
9621-
9622-
rxjs@^7.2.0, rxjs@^7.4.0, rxjs@^7.5.5, rxjs@^7.8.0, rxjs@^7.8.1, rxjs@^7.8.2:
9596+
rxjs@^7.0.0, rxjs@^7.2.0, rxjs@^7.4.0, rxjs@^7.5.5, rxjs@^7.8.0, rxjs@^7.8.2:
96239597
version "7.8.2"
96249598
resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz#955bc473ed8af11a002a2be52071bf475638607b"
96259599
integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==
@@ -10003,6 +9977,11 @@ shebang-regex@^3.0.0:
100039977
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
100049978
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
100059979

9980+
shell-quote@^1.7.3:
9981+
version "1.8.3"
9982+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.3.tgz#55e40ef33cf5c689902353a3d8cd1a6725f08b4b"
9983+
integrity sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==
9984+
100069985
shell-quote@^1.8.1:
100079986
version "1.8.2"
100089987
resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz#d2d83e057959d53ec261311e9e9b8f51dcb2934a"
@@ -10325,16 +10304,7 @@ string-length@^4.0.1:
1032510304
char-regex "^1.0.2"
1032610305
strip-ansi "^6.0.0"
1032710306

10328-
"string-width-cjs@npm:string-width@^4.2.0":
10329-
version "4.2.3"
10330-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10331-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10332-
dependencies:
10333-
emoji-regex "^8.0.0"
10334-
is-fullwidth-code-point "^3.0.0"
10335-
strip-ansi "^6.0.1"
10336-
10337-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10307+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1033810308
version "4.2.3"
1033910309
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1034010310
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10366,14 +10336,7 @@ string_decoder@~1.1.1:
1036610336
dependencies:
1036710337
safe-buffer "~5.1.0"
1036810338

10369-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10370-
version "6.0.1"
10371-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10372-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10373-
dependencies:
10374-
ansi-regex "^5.0.1"
10375-
10376-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10339+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1037710340
version "6.0.1"
1037810341
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1037910342
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10834,7 +10797,7 @@ tslib@2.8.1, tslib@^2.0.0, tslib@^2.0.1, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.
1083410797
resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
1083510798
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
1083610799

10837-
tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
10800+
tslib@^1.13.0, tslib@^1.8.1:
1083810801
version "1.14.1"
1083910802
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1084010803
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -11360,7 +11323,7 @@ wordwrap@^1.0.0:
1136011323
resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1136111324
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1136211325

11363-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11326+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1136411327
version "7.0.0"
1136511328
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1136611329
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11378,15 +11341,6 @@ wrap-ansi@^6.0.1:
1137811341
string-width "^4.1.0"
1137911342
strip-ansi "^6.0.0"
1138011343

11381-
wrap-ansi@^7.0.0:
11382-
version "7.0.0"
11383-
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11384-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11385-
dependencies:
11386-
ansi-styles "^4.0.0"
11387-
string-width "^4.1.0"
11388-
strip-ansi "^6.0.0"
11389-
1139011344
wrap-ansi@^8.1.0:
1139111345
version "8.1.0"
1139211346
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -11477,7 +11431,7 @@ yargs-parser@^20.2.2:
1147711431
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
1147811432
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
1147911433

11480-
yargs@^16.0.0, yargs@^16.2.0:
11434+
yargs@^16.0.0:
1148111435
version "16.2.0"
1148211436
resolved "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
1148311437
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
@@ -11490,7 +11444,7 @@ yargs@^16.0.0, yargs@^16.2.0:
1149011444
y18n "^5.0.5"
1149111445
yargs-parser "^20.2.2"
1149211446

11493-
yargs@^17.0.0, yargs@^17.3.1, yargs@^17.5.1, yargs@^17.6.2, yargs@^17.7.2:
11447+
yargs@^17.0.0, yargs@^17.3.1, yargs@^17.5.1, yargs@^17.6.2:
1149411448
version "17.7.2"
1149511449
resolved "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
1149611450
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==

0 commit comments

Comments
 (0)