Skip to content

Commit 81f440b

Browse files
chore(deps): update dependency concurrently to ^9.2.1
1 parent d5053dd commit 81f440b

File tree

2 files changed

+48
-33
lines changed

2 files changed

+48
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/react": "^18.3.27",
4747
"@types/react-dom": "^18.3.7",
4848
"babel-jest": "^29.7.0",
49-
"concurrently": "^9.1.2",
49+
"concurrently": "^9.2.1",
5050
"eslint": "^9.32.0",
5151
"eslint-config-prettier": "^10.1.8",
5252
"eslint-plugin-markdown": "^5.1.0",

yarn.lock

Lines changed: 47 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4729,7 +4729,7 @@ __metadata:
47294729
"@types/react": "npm:^18.3.27"
47304730
"@types/react-dom": "npm:^18.3.7"
47314731
babel-jest: "npm:^29.7.0"
4732-
concurrently: "npm:^9.1.2"
4732+
concurrently: "npm:^9.2.1"
47334733
eslint: "npm:^9.32.0"
47344734
eslint-config-prettier: "npm:^10.1.8"
47354735
eslint-plugin-markdown: "npm:^5.1.0"
@@ -8310,6 +8310,16 @@ __metadata:
83108310
languageName: node
83118311
linkType: hard
83128312

8313+
"chalk@npm:4.1.2, chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2":
8314+
version: 4.1.2
8315+
resolution: "chalk@npm:4.1.2"
8316+
dependencies:
8317+
ansi-styles: "npm:^4.1.0"
8318+
supports-color: "npm:^7.1.0"
8319+
checksum: 10c0/4a3fef5cc34975c898ffe77141450f679721df9dde00f6c304353fa9c8b571929123b26a0e4617bde5018977eb655b31970c297b91b63ee83bb82aeb04666880
8320+
languageName: node
8321+
linkType: hard
8322+
83138323
"chalk@npm:^2.0.1, chalk@npm:^2.1.0, chalk@npm:^2.4.1, chalk@npm:^2.4.2":
83148324
version: 2.4.2
83158325
resolution: "chalk@npm:2.4.2"
@@ -8321,16 +8331,6 @@ __metadata:
83218331
languageName: node
83228332
linkType: hard
83238333

8324-
"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2":
8325-
version: 4.1.2
8326-
resolution: "chalk@npm:4.1.2"
8327-
dependencies:
8328-
ansi-styles: "npm:^4.1.0"
8329-
supports-color: "npm:^7.1.0"
8330-
checksum: 10c0/4a3fef5cc34975c898ffe77141450f679721df9dde00f6c304353fa9c8b571929123b26a0e4617bde5018977eb655b31970c297b91b63ee83bb82aeb04666880
8331-
languageName: node
8332-
linkType: hard
8333-
83348334
"chalk@npm:^5.4.1":
83358335
version: 5.4.1
83368336
resolution: "chalk@npm:5.4.1"
@@ -9050,21 +9050,20 @@ __metadata:
90509050
languageName: node
90519051
linkType: hard
90529052

9053-
"concurrently@npm:^9.1.2":
9054-
version: 9.1.2
9055-
resolution: "concurrently@npm:9.1.2"
9053+
"concurrently@npm:^9.2.1":
9054+
version: 9.2.1
9055+
resolution: "concurrently@npm:9.2.1"
90569056
dependencies:
9057-
chalk: "npm:^4.1.2"
9058-
lodash: "npm:^4.17.21"
9059-
rxjs: "npm:^7.8.1"
9060-
shell-quote: "npm:^1.8.1"
9061-
supports-color: "npm:^8.1.1"
9062-
tree-kill: "npm:^1.2.2"
9063-
yargs: "npm:^17.7.2"
9057+
chalk: "npm:4.1.2"
9058+
rxjs: "npm:7.8.2"
9059+
shell-quote: "npm:1.8.3"
9060+
supports-color: "npm:8.1.1"
9061+
tree-kill: "npm:1.2.2"
9062+
yargs: "npm:17.7.2"
90649063
bin:
90659064
conc: dist/bin/concurrently.js
90669065
concurrently: dist/bin/concurrently.js
9067-
checksum: 10c0/88e00269366aa885ca2b97fd53b04e7af2b0f31774d991bfc0e88c0de61cdebdf115ddacc9c897fbd1f1b90369014637fa77045a171d072a75693332b36dcc70
9066+
checksum: 10c0/da37f239f82eb7ac24f5ddb56259861e5f1d6da2ade7602b6ea7ad3101b13b5ccec02a77b7001402d1028ff2fdc38eed55644b32853ad5abf30e057002a963aa
90689067
languageName: node
90699068
linkType: hard
90709069

@@ -20290,6 +20289,15 @@ __metadata:
2029020289
languageName: node
2029120290
linkType: hard
2029220291

20292+
"rxjs@npm:7.8.2":
20293+
version: 7.8.2
20294+
resolution: "rxjs@npm:7.8.2"
20295+
dependencies:
20296+
tslib: "npm:^2.1.0"
20297+
checksum: 10c0/1fcd33d2066ada98ba8f21fcbbcaee9f0b271de1d38dc7f4e256bfbc6ffcdde68c8bfb69093de7eeb46f24b1fb820620bf0223706cff26b4ab99a7ff7b2e2c45
20298+
languageName: node
20299+
linkType: hard
20300+
2029320301
"rxjs@npm:^6.4.0":
2029420302
version: 6.6.7
2029520303
resolution: "rxjs@npm:6.6.7"
@@ -20798,6 +20806,13 @@ __metadata:
2079820806
languageName: node
2079920807
linkType: hard
2080020808

20809+
"shell-quote@npm:1.8.3":
20810+
version: 1.8.3
20811+
resolution: "shell-quote@npm:1.8.3"
20812+
checksum: 10c0/bee87c34e1e986cfb4c30846b8e6327d18874f10b535699866f368ade11ea4ee45433d97bf5eada22c4320c27df79c3a6a7eb1bf3ecfc47f2c997d9e5e2672fd
20813+
languageName: node
20814+
linkType: hard
20815+
2080120816
"shell-quote@npm:^1.8.1":
2080220817
version: 1.8.1
2080320818
resolution: "shell-quote@npm:1.8.1"
@@ -21666,6 +21681,15 @@ __metadata:
2166621681
languageName: node
2166721682
linkType: hard
2166821683

21684+
"supports-color@npm:8.1.1, supports-color@npm:^8.0.0, supports-color@npm:^8.1.1":
21685+
version: 8.1.1
21686+
resolution: "supports-color@npm:8.1.1"
21687+
dependencies:
21688+
has-flag: "npm:^4.0.0"
21689+
checksum: 10c0/ea1d3c275dd604c974670f63943ed9bd83623edc102430c05adb8efc56ba492746b6e95386e7831b872ec3807fd89dd8eb43f735195f37b5ec343e4234cc7e89
21690+
languageName: node
21691+
linkType: hard
21692+
2166921693
"supports-color@npm:^5.3.0":
2167021694
version: 5.5.0
2167121695
resolution: "supports-color@npm:5.5.0"
@@ -21693,15 +21717,6 @@ __metadata:
2169321717
languageName: node
2169421718
linkType: hard
2169521719

21696-
"supports-color@npm:^8.0.0, supports-color@npm:^8.1.1":
21697-
version: 8.1.1
21698-
resolution: "supports-color@npm:8.1.1"
21699-
dependencies:
21700-
has-flag: "npm:^4.0.0"
21701-
checksum: 10c0/ea1d3c275dd604c974670f63943ed9bd83623edc102430c05adb8efc56ba492746b6e95386e7831b872ec3807fd89dd8eb43f735195f37b5ec343e4234cc7e89
21702-
languageName: node
21703-
linkType: hard
21704-
2170521720
"supports-preserve-symlinks-flag@npm:^1.0.0":
2170621721
version: 1.0.0
2170721722
resolution: "supports-preserve-symlinks-flag@npm:1.0.0"
@@ -22279,7 +22294,7 @@ __metadata:
2227922294
languageName: node
2228022295
linkType: hard
2228122296

22282-
"tree-kill@npm:1.2.2, tree-kill@npm:^1.2.2":
22297+
"tree-kill@npm:1.2.2":
2228322298
version: 1.2.2
2228422299
resolution: "tree-kill@npm:1.2.2"
2228522300
bin:

0 commit comments

Comments
 (0)