Skip to content

Commit 0584b7f

Browse files
chore(deps): update dependency concurrently to v9
1 parent 608bd49 commit 0584b7f

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"address": "2.0.2",
130130
"babel-plugin-named-exports-order": "0.0.2",
131131
"colors": "1.4.0",
132-
"concurrently": "8.2.2",
132+
"concurrently": "9.1.2",
133133
"cooky-cutter": "1.5.4",
134134
"cypress": "13.12.0",
135135
"cypress-axe": "1.5.0",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6801,17 +6801,15 @@ concat-stream@^1.6.2:
68016801
readable-stream "^2.2.2"
68026802
typedarray "^0.0.6"
68036803

6804-
concurrently@8.2.2:
6805-
version "8.2.2"
6806-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-8.2.2.tgz#353141985c198cfa5e4a3ef90082c336b5851784"
6807-
integrity sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==
6804+
concurrently@9.1.2:
6805+
version "9.1.2"
6806+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.2.tgz#22d9109296961eaee773e12bfb1ce9a66bc9836c"
6807+
integrity sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==
68086808
dependencies:
68096809
chalk "^4.1.2"
6810-
date-fns "^2.30.0"
68116810
lodash "^4.17.21"
68126811
rxjs "^7.8.1"
68136812
shell-quote "^1.8.1"
6814-
spawn-command "0.0.2"
68156813
supports-color "^8.1.1"
68166814
tree-kill "^1.2.2"
68176815
yargs "^17.7.2"
@@ -7140,7 +7138,7 @@ date-fns-tz@2.0.1:
71407138
resolved "https://registry.yarnpkg.com/date-fns-tz/-/date-fns-tz-2.0.1.tgz#0a9b2099031c0d74120b45de9fd23192e48ea495"
71417139
integrity sha512-fJCG3Pwx8HUoLhkepdsP7Z5RsucUi+ZBOxyM5d0ZZ6c4SdYustq0VMmOu6Wf7bli+yS/Jwp91TOCqn9jMcVrUA==
71427140

7143-
date-fns@2.30.0, date-fns@^2.30.0:
7141+
date-fns@2.30.0:
71447142
version "2.30.0"
71457143
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
71467144
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
@@ -12897,11 +12895,6 @@ space-separated-tokens@^1.0.0:
1289712895
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz#85f32c3d10d9682007e917414ddc5c26d1aa6899"
1289812896
integrity sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==
1289912897

12900-
spawn-command@0.0.2:
12901-
version "0.0.2"
12902-
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2.tgz#9544e1a43ca045f8531aac1a48cb29bdae62338e"
12903-
integrity sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==
12904-
1290512898
spdx-correct@^3.0.0:
1290612899
version "3.1.1"
1290712900
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9"

0 commit comments

Comments
 (0)