Skip to content

Commit 82562cc

Browse files
fix(deps): update dependency concurrently to v9
1 parent 64bade4 commit 82562cc

File tree

2 files changed

+5
-65
lines changed

2 files changed

+5
-65
lines changed

package.json

+1-1
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": "9.0.1",
9292
"console.table": "0.10.0",
9393
"fs-extra": "10.1.0",
9494
"glob": "9.x",

yarn.lock

+4-64
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@
10721072
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
10731073
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
10741074

1075-
"@babel/runtime@^7.21.0", "@babel/runtime@^7.22.6", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
1075+
"@babel/runtime@^7.22.6", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
10761076
version "7.23.8"
10771077
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.8.tgz#8ee6fe1ac47add7122902f257b8ddf55c898f650"
10781078
integrity sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==
@@ -4239,15 +4239,6 @@ cli-width@^3.0.0:
42394239
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
42404240
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
42414241

4242-
cliui@^7.0.2:
4243-
version "7.0.4"
4244-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
4245-
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
4246-
dependencies:
4247-
string-width "^4.2.0"
4248-
strip-ansi "^6.0.0"
4249-
wrap-ansi "^7.0.0"
4250-
42514242
cliui@^8.0.1:
42524243
version "8.0.1"
42534244
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
@@ -4415,7 +4406,7 @@ concat-stream@^1.5.2:
44154406
readable-stream "^2.2.2"
44164407
typedarray "^0.0.6"
44174408

4418-
concurrently@*:
4409+
concurrently@*, concurrently@9.0.1:
44194410
version "9.0.1"
44204411
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.0.1.tgz#01e171bf6c7af0c022eb85daef95bff04d8185aa"
44214412
integrity sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg==
@@ -4428,20 +4419,6 @@ concurrently@*:
44284419
tree-kill "^1.2.2"
44294420
yargs "^17.7.2"
44304421

4431-
concurrently@6.5.1:
4432-
version "6.5.1"
4433-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.5.1.tgz#4518c67f7ac680cf5c34d5adf399a2a2047edc8c"
4434-
integrity sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag==
4435-
dependencies:
4436-
chalk "^4.1.0"
4437-
date-fns "^2.16.1"
4438-
lodash "^4.17.21"
4439-
rxjs "^6.6.3"
4440-
spawn-command "^0.0.2-1"
4441-
supports-color "^8.1.0"
4442-
tree-kill "^1.2.2"
4443-
yargs "^16.2.0"
4444-
44454422
config-chain@^1.1.11:
44464423
version "1.1.13"
44474424
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4"
@@ -4848,13 +4825,6 @@ data-urls@^3.0.2:
48484825
whatwg-mimetype "^3.0.0"
48494826
whatwg-url "^11.0.0"
48504827

4851-
date-fns@^2.16.1:
4852-
version "2.30.0"
4853-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
4854-
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
4855-
dependencies:
4856-
"@babel/runtime" "^7.21.0"
4857-
48584828
date-format@^4.0.14:
48594829
version "4.0.14"
48604830
resolved "https://registry.yarnpkg.com/date-format/-/date-format-4.0.14.tgz#7a8e584434fb169a521c8b7aa481f355810d9400"
@@ -9924,13 +9894,6 @@ rxjs@7.8.1, rxjs@^7.2.0, rxjs@^7.5.5, rxjs@^7.8.0, rxjs@^7.8.1:
99249894
dependencies:
99259895
tslib "^2.1.0"
99269896

9927-
rxjs@^6.6.3:
9928-
version "6.6.7"
9929-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
9930-
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
9931-
dependencies:
9932-
tslib "^1.9.0"
9933-
99349897
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
99359898
version "5.1.2"
99369899
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -10346,11 +10309,6 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
1034610309
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
1034710310
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
1034810311

10349-
spawn-command@^0.0.2-1:
10350-
version "0.0.2-1"
10351-
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0"
10352-
integrity sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg==
10353-
1035410312
spawn-error-forwarder@~1.0.0:
1035510313
version "1.0.0"
1035610314
resolved "https://registry.yarnpkg.com/spawn-error-forwarder/-/spawn-error-forwarder-1.0.0.tgz#1afd94738e999b0346d7b9fc373be55e07577029"
@@ -10621,7 +10579,7 @@ supports-color@^7.0.0, supports-color@^7.1.0:
1062110579
dependencies:
1062210580
has-flag "^4.0.0"
1062310581

10624-
supports-color@^8.0.0, supports-color@^8.1.0, supports-color@^8.1.1:
10582+
supports-color@^8.0.0, supports-color@^8.1.1:
1062510583
version "8.1.1"
1062610584
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
1062710585
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
@@ -10950,7 +10908,7 @@ tslib@2.7.0:
1095010908
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
1095110909
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==
1095210910

10953-
tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
10911+
tslib@^1.13.0, tslib@^1.8.1:
1095410912
version "1.14.1"
1095510913
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1095610914
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -11601,24 +11559,6 @@ yargs-parser@21.1.1, yargs-parser@^21.1.1:
1160111559
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
1160211560
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
1160311561

11604-
yargs-parser@^20.2.2:
11605-
version "20.2.9"
11606-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
11607-
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
11608-
11609-
yargs@^16.2.0:
11610-
version "16.2.0"
11611-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
11612-
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
11613-
dependencies:
11614-
cliui "^7.0.2"
11615-
escalade "^3.1.1"
11616-
get-caller-file "^2.0.5"
11617-
require-directory "^2.1.1"
11618-
string-width "^4.2.0"
11619-
y18n "^5.0.5"
11620-
yargs-parser "^20.2.2"
11621-
1162211562
yargs@^17.0.0, yargs@^17.3.1, yargs@^17.5.1, yargs@^17.6.2, yargs@^17.7.2:
1162311563
version "17.7.2"
1162411564
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"

0 commit comments

Comments
 (0)