Skip to content

Commit e1091f4

Browse files
Update dependency concurrently to v9
1 parent 8f3b6b3 commit e1091f4

2 files changed

Lines changed: 28 additions & 55 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {},
4545
"devDependencies": {
4646
"browser-sync": "2.29.3",
47-
"concurrently": "8.2.2",
47+
"concurrently": "9.2.1",
4848
"mjml": "4.17.0",
4949
"yargs": "17.7.2"
5050
},

yarn.lock

Lines changed: 27 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@babel/runtime@^7.21.0":
6-
version "7.22.5"
7-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.5.tgz#8564dd588182ce0047d55d7a75e93921107b57ec"
8-
integrity sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==
9-
dependencies:
10-
regenerator-runtime "^0.13.11"
11-
125
"@babel/runtime@^7.28.4":
136
version "7.28.4"
147
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
@@ -255,7 +248,7 @@ camel-case@^3.0.0:
255248
no-case "^2.2.0"
256249
upper-case "^1.1.1"
257250

258-
chalk@4.1.2, chalk@^4.1.2:
251+
chalk@4.1.2:
259252
version "4.1.2"
260253
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
261254
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -360,20 +353,17 @@ concat-map@0.0.1:
360353
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
361354
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
362355

363-
concurrently@8.2.2:
364-
version "8.2.2"
365-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.2.2.tgz#353141985c198cfa5e4a3ef90082c336b5851784"
366-
integrity sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==
356+
concurrently@9.2.1:
357+
version "9.2.1"
358+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.2.1.tgz#248ea21b95754947be2dad9c3e4b60f18ca4e44f"
359+
integrity sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==
367360
dependencies:
368-
chalk "^4.1.2"
369-
date-fns "^2.30.0"
370-
lodash "^4.17.21"
371-
rxjs "^7.8.1"
372-
shell-quote "^1.8.1"
373-
spawn-command "0.0.2"
374-
supports-color "^8.1.1"
375-
tree-kill "^1.2.2"
376-
yargs "^17.7.2"
361+
chalk "4.1.2"
362+
rxjs "7.8.2"
363+
shell-quote "1.8.3"
364+
supports-color "8.1.1"
365+
tree-kill "1.2.2"
366+
yargs "17.7.2"
377367

378368
config-chain@^1.1.13:
379369
version "1.1.13"
@@ -436,13 +426,6 @@ css-what@^6.1.0:
436426
resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4"
437427
integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==
438428

439-
date-fns@^2.30.0:
440-
version "2.30.0"
441-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
442-
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
443-
dependencies:
444-
"@babel/runtime" "^7.21.0"
445-
446429
debug@2.6.9, debug@^2.2.0:
447430
version "2.6.9"
448431
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -1604,11 +1587,6 @@ readdirp@~3.6.0:
16041587
dependencies:
16051588
picomatch "^2.2.1"
16061589

1607-
regenerator-runtime@^0.13.11:
1608-
version "0.13.11"
1609-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
1610-
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
1611-
16121590
relateurl@^0.2.7:
16131591
version "0.2.7"
16141592
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
@@ -1637,10 +1615,10 @@ rx@4.1.0:
16371615
resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782"
16381616
integrity sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=
16391617

1640-
rxjs@^7.8.1:
1641-
version "7.8.1"
1642-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
1643-
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
1618+
rxjs@7.8.2:
1619+
version "7.8.2"
1620+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.2.tgz#955bc473ed8af11a002a2be52071bf475638607b"
1621+
integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==
16441622
dependencies:
16451623
tslib "^2.1.0"
16461624

@@ -1723,10 +1701,10 @@ shebang-regex@^3.0.0:
17231701
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
17241702
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
17251703

1726-
shell-quote@^1.8.1:
1727-
version "1.8.1"
1728-
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680"
1729-
integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
1704+
shell-quote@1.8.3:
1705+
version "1.8.3"
1706+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.3.tgz#55e40ef33cf5c689902353a3d8cd1a6725f08b4b"
1707+
integrity sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==
17301708

17311709
sigmund@^1.0.1:
17321710
version "1.0.1"
@@ -1794,11 +1772,6 @@ source-map@~0.6.0:
17941772
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
17951773
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
17961774

1797-
spawn-command@0.0.2:
1798-
version "0.0.2"
1799-
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2.tgz#9544e1a43ca045f8531aac1a48cb29bdae62338e"
1800-
integrity sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==
1801-
18021775
statuses@2.0.1:
18031776
version "2.0.1"
18041777
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
@@ -1875,20 +1848,20 @@ strip-ansi@^7.0.1:
18751848
dependencies:
18761849
ansi-regex "^6.0.1"
18771850

1851+
supports-color@8.1.1:
1852+
version "8.1.1"
1853+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
1854+
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
1855+
dependencies:
1856+
has-flag "^4.0.0"
1857+
18781858
supports-color@^7.1.0:
18791859
version "7.2.0"
18801860
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
18811861
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
18821862
dependencies:
18831863
has-flag "^4.0.0"
18841864

1885-
supports-color@^8.1.1:
1886-
version "8.1.1"
1887-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
1888-
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
1889-
dependencies:
1890-
has-flag "^4.0.0"
1891-
18921865
to-regex-range@^5.0.1:
18931866
version "5.0.1"
18941867
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
@@ -1906,7 +1879,7 @@ tr46@~0.0.3:
19061879
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
19071880
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
19081881

1909-
tree-kill@^1.2.2:
1882+
tree-kill@1.2.2:
19101883
version "1.2.2"
19111884
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
19121885
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==

0 commit comments

Comments
 (0)