Skip to content

Commit eb46e02

Browse files
chore(deps): update dependency concurrently to v9.2.1 (#2296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25a4a17 commit eb46e02

File tree

2 files changed

+39
-40
lines changed

2 files changed

+39
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@vitejs/plugin-vue": "6.0.1",
6060
"@vitest/coverage-istanbul": "3.2.4",
6161
"@vue/test-utils": "2.4.6",
62-
"concurrently": "9.2.0",
62+
"concurrently": "9.2.1",
6363
"cross-fetch": "4.1.0",
6464
"cypress": "14.5.4",
6565
"cypress-vite": "1.7.0",

yarn.lock

Lines changed: 38 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4421,21 +4421,20 @@ __metadata:
44214421
languageName: node
44224422
linkType: hard
44234423

4424-
"concurrently@npm:9.2.0":
4425-
version: 9.2.0
4426-
resolution: "concurrently@npm:9.2.0"
4424+
"concurrently@npm:9.2.1":
4425+
version: 9.2.1
4426+
resolution: "concurrently@npm:9.2.1"
44274427
dependencies:
4428-
chalk: "npm:^4.1.2"
4429-
lodash: "npm:^4.17.21"
4430-
rxjs: "npm:^7.8.1"
4431-
shell-quote: "npm:^1.8.1"
4432-
supports-color: "npm:^8.1.1"
4433-
tree-kill: "npm:^1.2.2"
4434-
yargs: "npm:^17.7.2"
4428+
chalk: "npm:4.1.2"
4429+
rxjs: "npm:7.8.2"
4430+
shell-quote: "npm:1.8.3"
4431+
supports-color: "npm:8.1.1"
4432+
tree-kill: "npm:1.2.2"
4433+
yargs: "npm:17.7.2"
44354434
bin:
44364435
conc: dist/bin/concurrently.js
44374436
concurrently: dist/bin/concurrently.js
4438-
checksum: 10c0/adbb5c42d9b36d345654187003c73e2e97e600b038729eec8f8fe735e01d543097b44990f0655fba8266753f4a0bef45fec69850a2c66d119dc1eddeb427858c
4437+
checksum: 10c0/da37f239f82eb7ac24f5ddb56259861e5f1d6da2ade7602b6ea7ad3101b13b5ccec02a77b7001402d1028ff2fdc38eed55644b32853ad5abf30e057002a963aa
44394438
languageName: node
44404439
linkType: hard
44414440

@@ -4612,7 +4611,7 @@ __metadata:
46124611
"@vueuse/core": "npm:13.6.0"
46134612
apexcharts: "npm:3.54.1"
46144613
axios: "npm:1.11.0"
4615-
concurrently: "npm:9.2.0"
4614+
concurrently: "npm:9.2.1"
46164615
cross-fetch: "npm:4.1.0"
46174616
cypress: "npm:14.5.4"
46184617
cypress-vite: "npm:1.7.0"
@@ -9920,7 +9919,7 @@ __metadata:
99209919
languageName: node
99219920
linkType: hard
99229921

9923-
"rxjs@npm:^7.4.0, rxjs@npm:^7.5.1, rxjs@npm:^7.8.1":
9922+
"rxjs@npm:7.8.2, rxjs@npm:^7.4.0, rxjs@npm:^7.5.1":
99249923
version: 7.8.2
99259924
resolution: "rxjs@npm:7.8.2"
99269925
dependencies:
@@ -10386,7 +10385,7 @@ __metadata:
1038610385
languageName: node
1038710386
linkType: hard
1038810387

10389-
"shell-quote@npm:^1.8.1":
10388+
"shell-quote@npm:1.8.3":
1039010389
version: 1.8.3
1039110390
resolution: "shell-quote@npm:1.8.3"
1039210391
checksum: 10c0/bee87c34e1e986cfb4c30846b8e6327d18874f10b535699866f368ade11ea4ee45433d97bf5eada22c4320c27df79c3a6a7eb1bf3ecfc47f2c997d9e5e2672fd
@@ -10877,6 +10876,15 @@ __metadata:
1087710876
languageName: node
1087810877
linkType: hard
1087910878

10879+
"supports-color@npm:8.1.1, supports-color@npm:^8.1.1":
10880+
version: 8.1.1
10881+
resolution: "supports-color@npm:8.1.1"
10882+
dependencies:
10883+
has-flag: "npm:^4.0.0"
10884+
checksum: 10c0/ea1d3c275dd604c974670f63943ed9bd83623edc102430c05adb8efc56ba492746b6e95386e7831b872ec3807fd89dd8eb43f735195f37b5ec343e4234cc7e89
10885+
languageName: node
10886+
linkType: hard
10887+
1088010888
"supports-color@npm:^5.3.0, supports-color@npm:^5.5.0":
1088110889
version: 5.5.0
1088210890
resolution: "supports-color@npm:5.5.0"
@@ -10895,15 +10903,6 @@ __metadata:
1089510903
languageName: node
1089610904
linkType: hard
1089710905

10898-
"supports-color@npm:^8.1.1":
10899-
version: 8.1.1
10900-
resolution: "supports-color@npm:8.1.1"
10901-
dependencies:
10902-
has-flag: "npm:^4.0.0"
10903-
checksum: 10c0/ea1d3c275dd604c974670f63943ed9bd83623edc102430c05adb8efc56ba492746b6e95386e7831b872ec3807fd89dd8eb43f735195f37b5ec343e4234cc7e89
10904-
languageName: node
10905-
linkType: hard
10906-
1090710906
"supports-preserve-symlinks-flag@npm:^1.0.0":
1090810907
version: 1.0.0
1090910908
resolution: "supports-preserve-symlinks-flag@npm:1.0.0"
@@ -11224,7 +11223,7 @@ __metadata:
1122411223
languageName: node
1122511224
linkType: hard
1122611225

11227-
"tree-kill@npm:1.2.2, tree-kill@npm:^1.2.2":
11226+
"tree-kill@npm:1.2.2":
1122811227
version: 1.2.2
1122911228
resolution: "tree-kill@npm:1.2.2"
1123011229
bin:
@@ -12302,6 +12301,21 @@ __metadata:
1230212301
languageName: node
1230312302
linkType: hard
1230412303

12304+
"yargs@npm:17.7.2, yargs@npm:^17.0.1":
12305+
version: 17.7.2
12306+
resolution: "yargs@npm:17.7.2"
12307+
dependencies:
12308+
cliui: "npm:^8.0.1"
12309+
escalade: "npm:^3.1.1"
12310+
get-caller-file: "npm:^2.0.5"
12311+
require-directory: "npm:^2.1.1"
12312+
string-width: "npm:^4.2.3"
12313+
y18n: "npm:^5.0.5"
12314+
yargs-parser: "npm:^21.1.1"
12315+
checksum: 10c0/ccd7e723e61ad5965fffbb791366db689572b80cca80e0f96aad968dfff4156cd7cd1ad18607afe1046d8241e6fb2d6c08bf7fa7bfb5eaec818735d8feac8f05
12316+
languageName: node
12317+
linkType: hard
12318+
1230512319
"yargs@npm:18.0.0":
1230612320
version: 18.0.0
1230712321
resolution: "yargs@npm:18.0.0"
@@ -12335,21 +12349,6 @@ __metadata:
1233512349
languageName: node
1233612350
linkType: hard
1233712351

12338-
"yargs@npm:^17.0.1, yargs@npm:^17.7.2":
12339-
version: 17.7.2
12340-
resolution: "yargs@npm:17.7.2"
12341-
dependencies:
12342-
cliui: "npm:^8.0.1"
12343-
escalade: "npm:^3.1.1"
12344-
get-caller-file: "npm:^2.0.5"
12345-
require-directory: "npm:^2.1.1"
12346-
string-width: "npm:^4.2.3"
12347-
y18n: "npm:^5.0.5"
12348-
yargs-parser: "npm:^21.1.1"
12349-
checksum: 10c0/ccd7e723e61ad5965fffbb791366db689572b80cca80e0f96aad968dfff4156cd7cd1ad18607afe1046d8241e6fb2d6c08bf7fa7bfb5eaec818735d8feac8f05
12350-
languageName: node
12351-
linkType: hard
12352-
1235312352
"yauzl@npm:^2.10.0":
1235412353
version: 2.10.0
1235512354
resolution: "yauzl@npm:2.10.0"

0 commit comments

Comments
 (0)