@salesforce/cli 2.56.5 → 2.57.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.56.5",
3
+ "version": "2.57.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.56.5",
9
+ "version": "2.57.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.0.17",
14
+ "@oclif/core": "4.0.18",
15
15
  "@oclif/plugin-autocomplete": "3.2.0",
16
16
  "@oclif/plugin-commands": "4.0.11",
17
17
  "@oclif/plugin-help": "6.2.8",
@@ -25,13 +25,14 @@
25
25
  "@salesforce/core": "^8.2.3",
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-apex": "3.4.2",
28
+ "@salesforce/plugin-api": "1.1.0",
28
29
  "@salesforce/plugin-auth": "3.6.48",
29
30
  "@salesforce/plugin-data": "3.6.1",
30
- "@salesforce/plugin-deploy-retrieve": "3.10.0",
31
+ "@salesforce/plugin-deploy-retrieve": "3.11.0",
31
32
  "@salesforce/plugin-info": "3.3.29",
32
33
  "@salesforce/plugin-limits": "3.3.25",
33
34
  "@salesforce/plugin-marketplace": "1.2.22",
34
- "@salesforce/plugin-org": "4.4.8",
35
+ "@salesforce/plugin-org": "4.5.1",
35
36
  "@salesforce/plugin-packaging": "2.8.0",
36
37
  "@salesforce/plugin-schema": "3.3.24",
37
38
  "@salesforce/plugin-settings": "2.3.13",
@@ -54,7 +55,7 @@
54
55
  "@salesforce/plugin-release-management": "^5.5.13",
55
56
  "@salesforce/ts-sinon": "^1.4.24",
56
57
  "@salesforce/ts-types": "^2.0.10",
57
- "aws-sdk": "^2.1672.0",
58
+ "aws-sdk": "^2.1678.0",
58
59
  "oclif": "^4.14.22",
59
60
  "ts-node": "^10.9.2",
60
61
  "typescript": "^5.5.4"
@@ -73,6 +74,31 @@
73
74
  "node": ">=0.10.0"
74
75
  }
75
76
  },
77
+ "node_modules/@alcalzone/ansi-tokenize": {
78
+ "version": "0.1.3",
79
+ "resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.1.3.tgz",
80
+ "integrity": "sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==",
81
+ "license": "MIT",
82
+ "dependencies": {
83
+ "ansi-styles": "^6.2.1",
84
+ "is-fullwidth-code-point": "^4.0.0"
85
+ },
86
+ "engines": {
87
+ "node": ">=14.13.1"
88
+ }
89
+ },
90
+ "node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point": {
91
+ "version": "4.0.0",
92
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
93
+ "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
94
+ "license": "MIT",
95
+ "engines": {
96
+ "node": ">=12"
97
+ },
98
+ "funding": {
99
+ "url": "https://github.com/sponsors/sindresorhus"
100
+ }
101
+ },
76
102
  "node_modules/@ampproject/remapping": {
77
103
  "version": "2.3.0",
78
104
  "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
@@ -1936,6 +1962,22 @@
1936
1962
  "node": ">=v14"
1937
1963
  }
1938
1964
  },
1965
+ "node_modules/@commitlint/cli/node_modules/ansi-styles": {
1966
+ "version": "4.3.0",
1967
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1968
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1969
+ "dev": true,
1970
+ "license": "MIT",
1971
+ "dependencies": {
1972
+ "color-convert": "^2.0.1"
1973
+ },
1974
+ "engines": {
1975
+ "node": ">=8"
1976
+ },
1977
+ "funding": {
1978
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1979
+ }
1980
+ },
1939
1981
  "node_modules/@commitlint/cli/node_modules/cliui": {
1940
1982
  "version": "8.0.1",
1941
1983
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
@@ -2785,19 +2827,6 @@
2785
2827
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
2786
2828
  }
2787
2829
  },
2788
- "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
2789
- "version": "6.2.1",
2790
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
2791
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
2792
- "dev": true,
2793
- "license": "MIT",
2794
- "engines": {
2795
- "node": ">=12"
2796
- },
2797
- "funding": {
2798
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2799
- }
2800
- },
2801
2830
  "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
2802
2831
  "version": "9.2.2",
2803
2832
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
@@ -3338,9 +3367,9 @@
3338
3367
  }
3339
3368
  },
3340
3369
  "node_modules/@oclif/core": {
3341
- "version": "4.0.17",
3342
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.17.tgz",
3343
- "integrity": "sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA==",
3370
+ "version": "4.0.18",
3371
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.18.tgz",
3372
+ "integrity": "sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==",
3344
3373
  "license": "MIT",
3345
3374
  "dependencies": {
3346
3375
  "ansi-escapes": "^4.3.2",
@@ -3365,6 +3394,21 @@
3365
3394
  "node": ">=18.0.0"
3366
3395
  }
3367
3396
  },
3397
+ "node_modules/@oclif/core/node_modules/ansi-styles": {
3398
+ "version": "4.3.0",
3399
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3400
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3401
+ "license": "MIT",
3402
+ "dependencies": {
3403
+ "color-convert": "^2.0.1"
3404
+ },
3405
+ "engines": {
3406
+ "node": ">=8"
3407
+ },
3408
+ "funding": {
3409
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3410
+ }
3411
+ },
3368
3412
  "node_modules/@oclif/core/node_modules/is-wsl": {
3369
3413
  "version": "2.2.0",
3370
3414
  "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
@@ -3409,6 +3453,51 @@
3409
3453
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3410
3454
  }
3411
3455
  },
3456
+ "node_modules/@oclif/multi-stage-output": {
3457
+ "version": "0.3.1",
3458
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.3.1.tgz",
3459
+ "integrity": "sha512-CBE8Cesd3Pxd0n+9GUqaml1yHKi93dNGvP5ksS0SnUfkfFVI6AMPWDzFLmMiqNxl1k78+IklKoMygw0rqaZCvA==",
3460
+ "license": "MIT",
3461
+ "dependencies": {
3462
+ "@oclif/core": "^4",
3463
+ "@types/react": "^18.3.3",
3464
+ "change-case": "^5.4.4",
3465
+ "cli-spinners": "^2",
3466
+ "figures": "^6.1.0",
3467
+ "ink": "^5.0.1",
3468
+ "react": "^18.3.1"
3469
+ },
3470
+ "engines": {
3471
+ "node": ">=18.0.0"
3472
+ }
3473
+ },
3474
+ "node_modules/@oclif/multi-stage-output/node_modules/figures": {
3475
+ "version": "6.1.0",
3476
+ "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
3477
+ "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
3478
+ "license": "MIT",
3479
+ "dependencies": {
3480
+ "is-unicode-supported": "^2.0.0"
3481
+ },
3482
+ "engines": {
3483
+ "node": ">=18"
3484
+ },
3485
+ "funding": {
3486
+ "url": "https://github.com/sponsors/sindresorhus"
3487
+ }
3488
+ },
3489
+ "node_modules/@oclif/multi-stage-output/node_modules/is-unicode-supported": {
3490
+ "version": "2.0.0",
3491
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.0.0.tgz",
3492
+ "integrity": "sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==",
3493
+ "license": "MIT",
3494
+ "engines": {
3495
+ "node": ">=18"
3496
+ },
3497
+ "funding": {
3498
+ "url": "https://github.com/sponsors/sindresorhus"
3499
+ }
3500
+ },
3412
3501
  "node_modules/@oclif/plugin-autocomplete": {
3413
3502
  "version": "3.2.0",
3414
3503
  "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.0.tgz",
@@ -4098,6 +4187,26 @@
4098
4187
  "url": "https://github.com/sponsors/epoberezkin"
4099
4188
  }
4100
4189
  },
4190
+ "node_modules/@salesforce/core/node_modules/change-case": {
4191
+ "version": "4.1.2",
4192
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
4193
+ "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
4194
+ "license": "MIT",
4195
+ "dependencies": {
4196
+ "camel-case": "^4.1.2",
4197
+ "capital-case": "^1.0.4",
4198
+ "constant-case": "^3.0.4",
4199
+ "dot-case": "^3.0.4",
4200
+ "header-case": "^2.0.4",
4201
+ "no-case": "^3.0.4",
4202
+ "param-case": "^3.0.4",
4203
+ "pascal-case": "^3.1.2",
4204
+ "path-case": "^3.0.4",
4205
+ "sentence-case": "^3.0.4",
4206
+ "snake-case": "^3.0.4",
4207
+ "tslib": "^2.0.3"
4208
+ }
4209
+ },
4101
4210
  "node_modules/@salesforce/core/node_modules/json-schema-traverse": {
4102
4211
  "version": "1.0.0",
4103
4212
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
@@ -4221,6 +4330,24 @@
4221
4330
  "node": ">=18.0.0"
4222
4331
  }
4223
4332
  },
4333
+ "node_modules/@salesforce/plugin-api": {
4334
+ "version": "1.1.0",
4335
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.1.0.tgz",
4336
+ "integrity": "sha512-bOh/Q5sUKbPC9KimowZJXZLHXuUfJzjlixAwT5LFY2VlYrEe6wxfSae1M+tke4gRcA6GdT7HQOGo77tLMoLOxQ==",
4337
+ "license": "BSD-3-Clause",
4338
+ "dependencies": {
4339
+ "@oclif/core": "^4",
4340
+ "@salesforce/core": "^8.4.0",
4341
+ "@salesforce/kit": "^3.2.1",
4342
+ "@salesforce/sf-plugins-core": "^11.3.2",
4343
+ "ansis": "^3.3.2",
4344
+ "got": "^13.0.0",
4345
+ "proxy-agent": "^6.4.0"
4346
+ },
4347
+ "engines": {
4348
+ "node": ">=18.0.0"
4349
+ }
4350
+ },
4224
4351
  "node_modules/@salesforce/plugin-auth": {
4225
4352
  "version": "3.6.48",
4226
4353
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.48.tgz",
@@ -4295,25 +4422,20 @@
4295
4422
  "node": ">=18.0.0"
4296
4423
  }
4297
4424
  },
4298
- "node_modules/@salesforce/plugin-data/node_modules/change-case": {
4299
- "version": "5.4.4",
4300
- "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
4301
- "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
4302
- "license": "MIT"
4303
- },
4304
4425
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4305
- "version": "3.10.0",
4306
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.10.0.tgz",
4307
- "integrity": "sha512-UNlOyWA99ZPyGgWu2AkUmKUmTRa9ELj2XDriV6OmW6RRDCS+tMDJlv5M22sn3/YInJWB2vKUgpemamXWXml+2w==",
4426
+ "version": "3.11.0",
4427
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.11.0.tgz",
4428
+ "integrity": "sha512-5OPiuT3x7ULTeBOEVdDVG5EjAKWxIQUZkWktCewt9hdGeXatThoJ9f8laeOBvCHynKAghYayJ/36BnJs1K4wVA==",
4308
4429
  "license": "BSD-3-Clause",
4309
4430
  "dependencies": {
4310
4431
  "@oclif/core": "^4.0.17",
4432
+ "@oclif/multi-stage-output": "^0.3.0",
4311
4433
  "@salesforce/apex-node": "^8.1.3",
4312
4434
  "@salesforce/core": "^8.4.0",
4313
4435
  "@salesforce/kit": "^3.2.1",
4314
4436
  "@salesforce/plugin-info": "^3.3.28",
4315
4437
  "@salesforce/sf-plugins-core": "^11.3.2",
4316
- "@salesforce/source-deploy-retrieve": "^12.4.0",
4438
+ "@salesforce/source-deploy-retrieve": "^12.5.1",
4317
4439
  "@salesforce/source-tracking": "^7.1.7",
4318
4440
  "@salesforce/ts-types": "^2.0.12",
4319
4441
  "ansis": "^3.3.2"
@@ -4375,12 +4497,13 @@
4375
4497
  }
4376
4498
  },
4377
4499
  "node_modules/@salesforce/plugin-org": {
4378
- "version": "4.4.8",
4379
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.4.8.tgz",
4380
- "integrity": "sha512-dbS5eAiiwIm/RS0JRSNNjfaILLL0aULOHGqVnrPkmyhuMh0qnbi364R2XPwEeydpYBT/rw5qwYBri2fO+ky/YQ==",
4500
+ "version": "4.5.1",
4501
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.1.tgz",
4502
+ "integrity": "sha512-T8X7ZBo6Egw3pXKRhUj2Y9iOwRkfshdZayx6iqs1bTC9cRqY8N1AqVDnCUxzJKSPax7kdqAQ09lez9sh3dx9xA==",
4381
4503
  "license": "BSD-3-Clause",
4382
4504
  "dependencies": {
4383
4505
  "@oclif/core": "^4.0.16",
4506
+ "@oclif/multi-stage-output": "^0.3.1",
4384
4507
  "@salesforce/core": "^8.4.0",
4385
4508
  "@salesforce/kit": "^3.2.0",
4386
4509
  "@salesforce/sf-plugins-core": "^11.3.3",
@@ -4388,18 +4511,13 @@
4388
4511
  "ansis": "^3.2.0",
4389
4512
  "change-case": "^5.4.4",
4390
4513
  "is-wsl": "^3.1.0",
4391
- "open": "^10.1.0"
4514
+ "open": "^10.1.0",
4515
+ "terminal-link": "^3.0.0"
4392
4516
  },
4393
4517
  "engines": {
4394
4518
  "node": ">=18.0.0"
4395
4519
  }
4396
4520
  },
4397
- "node_modules/@salesforce/plugin-org/node_modules/change-case": {
4398
- "version": "5.4.4",
4399
- "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
4400
- "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
4401
- "license": "MIT"
4402
- },
4403
4521
  "node_modules/@salesforce/plugin-packaging": {
4404
4522
  "version": "2.8.0",
4405
4523
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.0.tgz",
@@ -4723,9 +4841,9 @@
4723
4841
  }
4724
4842
  },
4725
4843
  "node_modules/@salesforce/source-deploy-retrieve": {
4726
- "version": "12.4.0",
4727
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.4.0.tgz",
4728
- "integrity": "sha512-gvTEjLPbNRt62GEKvejt/f1TtG6Zx8JPd/5BYjnXyEJu8BeOy5kL4zJm9GD3ZiTzBnPGHLzfVL09JjWfNBbo0A==",
4844
+ "version": "12.5.1",
4845
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.5.1.tgz",
4846
+ "integrity": "sha512-jakBWFSIb8oZlUAf0QKHXaeFA/KuTQZwaKZVevdwaiuy43lJHzVVrSRfcNv/kjXxmg0oq5TAI8vUo2CC5Hq04A==",
4729
4847
  "license": "BSD-3-Clause",
4730
4848
  "dependencies": {
4731
4849
  "@salesforce/core": "^8.4.0",
@@ -4735,7 +4853,7 @@
4735
4853
  "fast-xml-parser": "^4.4.1",
4736
4854
  "got": "^11.8.6",
4737
4855
  "graceful-fs": "^4.2.11",
4738
- "ignore": "^5.3.1",
4856
+ "ignore": "^5.3.2",
4739
4857
  "jszip": "^3.10.1",
4740
4858
  "mime": "2.6.0",
4741
4859
  "minimatch": "^9.0.5",
@@ -6323,6 +6441,22 @@
6323
6441
  "dev": true,
6324
6442
  "license": "MIT"
6325
6443
  },
6444
+ "node_modules/@types/prop-types": {
6445
+ "version": "15.7.12",
6446
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz",
6447
+ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==",
6448
+ "license": "MIT"
6449
+ },
6450
+ "node_modules/@types/react": {
6451
+ "version": "18.3.4",
6452
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.4.tgz",
6453
+ "integrity": "sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==",
6454
+ "license": "MIT",
6455
+ "dependencies": {
6456
+ "@types/prop-types": "*",
6457
+ "csstype": "^3.0.2"
6458
+ }
6459
+ },
6326
6460
  "node_modules/@types/responselike": {
6327
6461
  "version": "1.0.3",
6328
6462
  "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz",
@@ -6784,15 +6918,12 @@
6784
6918
  "license": "MIT"
6785
6919
  },
6786
6920
  "node_modules/ansi-styles": {
6787
- "version": "4.3.0",
6788
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6789
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6921
+ "version": "6.2.1",
6922
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
6923
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
6790
6924
  "license": "MIT",
6791
- "dependencies": {
6792
- "color-convert": "^2.0.1"
6793
- },
6794
6925
  "engines": {
6795
- "node": ">=8"
6926
+ "node": ">=12"
6796
6927
  },
6797
6928
  "funding": {
6798
6929
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
@@ -7168,6 +7299,18 @@
7168
7299
  "node": ">=8.0.0"
7169
7300
  }
7170
7301
  },
7302
+ "node_modules/auto-bind": {
7303
+ "version": "5.0.1",
7304
+ "resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-5.0.1.tgz",
7305
+ "integrity": "sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==",
7306
+ "license": "MIT",
7307
+ "engines": {
7308
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
7309
+ },
7310
+ "funding": {
7311
+ "url": "https://github.com/sponsors/sindresorhus"
7312
+ }
7313
+ },
7171
7314
  "node_modules/available-typed-arrays": {
7172
7315
  "version": "1.0.7",
7173
7316
  "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
@@ -7184,9 +7327,9 @@
7184
7327
  }
7185
7328
  },
7186
7329
  "node_modules/aws-sdk": {
7187
- "version": "2.1672.0",
7188
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1672.0.tgz",
7189
- "integrity": "sha512-en4uaVWE/wPa9YsF2XAYtKP0hLQ10s93/nWe+SQ8Yox1xrDn1Tr32MMOtSLRXLxPRKcvmI7Yzw7jiQMgs1jqBQ==",
7330
+ "version": "2.1678.0",
7331
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1678.0.tgz",
7332
+ "integrity": "sha512-7+MNi7hholVrQYBu8bVbfzOBHxKlC63BfuxUwwMaUrFN1hok4pdB0QsEvL6YHwZtF+3Bq5zhONImnT2Q7W15yg==",
7190
7333
  "dev": true,
7191
7334
  "hasInstallScript": true,
7192
7335
  "license": "Apache-2.0",
@@ -7811,26 +7954,27 @@
7811
7954
  "url": "https://github.com/chalk/chalk?sponsor=1"
7812
7955
  }
7813
7956
  },
7814
- "node_modules/change-case": {
7815
- "version": "4.1.2",
7816
- "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
7817
- "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
7957
+ "node_modules/chalk/node_modules/ansi-styles": {
7958
+ "version": "4.3.0",
7959
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
7960
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
7818
7961
  "license": "MIT",
7819
7962
  "dependencies": {
7820
- "camel-case": "^4.1.2",
7821
- "capital-case": "^1.0.4",
7822
- "constant-case": "^3.0.4",
7823
- "dot-case": "^3.0.4",
7824
- "header-case": "^2.0.4",
7825
- "no-case": "^3.0.4",
7826
- "param-case": "^3.0.4",
7827
- "pascal-case": "^3.1.2",
7828
- "path-case": "^3.0.4",
7829
- "sentence-case": "^3.0.4",
7830
- "snake-case": "^3.0.4",
7831
- "tslib": "^2.0.3"
7963
+ "color-convert": "^2.0.1"
7964
+ },
7965
+ "engines": {
7966
+ "node": ">=8"
7967
+ },
7968
+ "funding": {
7969
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7832
7970
  }
7833
7971
  },
7972
+ "node_modules/change-case": {
7973
+ "version": "5.4.4",
7974
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
7975
+ "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
7976
+ "license": "MIT"
7977
+ },
7834
7978
  "node_modules/check-error": {
7835
7979
  "version": "1.0.3",
7836
7980
  "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz",
@@ -7963,6 +8107,18 @@
7963
8107
  "url": "https://github.com/sponsors/sindresorhus"
7964
8108
  }
7965
8109
  },
8110
+ "node_modules/cli-boxes": {
8111
+ "version": "3.0.0",
8112
+ "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
8113
+ "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
8114
+ "license": "MIT",
8115
+ "engines": {
8116
+ "node": ">=10"
8117
+ },
8118
+ "funding": {
8119
+ "url": "https://github.com/sponsors/sindresorhus"
8120
+ }
8121
+ },
7966
8122
  "node_modules/cli-columns": {
7967
8123
  "version": "4.0.0",
7968
8124
  "resolved": "https://registry.npmjs.org/cli-columns/-/cli-columns-4.0.0.tgz",
@@ -7977,6 +8133,21 @@
7977
8133
  "node": ">= 10"
7978
8134
  }
7979
8135
  },
8136
+ "node_modules/cli-cursor": {
8137
+ "version": "4.0.0",
8138
+ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
8139
+ "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
8140
+ "license": "MIT",
8141
+ "dependencies": {
8142
+ "restore-cursor": "^4.0.0"
8143
+ },
8144
+ "engines": {
8145
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
8146
+ },
8147
+ "funding": {
8148
+ "url": "https://github.com/sponsors/sindresorhus"
8149
+ }
8150
+ },
7980
8151
  "node_modules/cli-progress": {
7981
8152
  "version": "3.12.0",
7982
8153
  "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.12.0.tgz",
@@ -8016,6 +8187,100 @@
8016
8187
  "@colors/colors": "1.5.0"
8017
8188
  }
8018
8189
  },
8190
+ "node_modules/cli-truncate": {
8191
+ "version": "4.0.0",
8192
+ "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz",
8193
+ "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==",
8194
+ "license": "MIT",
8195
+ "dependencies": {
8196
+ "slice-ansi": "^5.0.0",
8197
+ "string-width": "^7.0.0"
8198
+ },
8199
+ "engines": {
8200
+ "node": ">=18"
8201
+ },
8202
+ "funding": {
8203
+ "url": "https://github.com/sponsors/sindresorhus"
8204
+ }
8205
+ },
8206
+ "node_modules/cli-truncate/node_modules/ansi-regex": {
8207
+ "version": "6.0.1",
8208
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
8209
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
8210
+ "license": "MIT",
8211
+ "engines": {
8212
+ "node": ">=12"
8213
+ },
8214
+ "funding": {
8215
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
8216
+ }
8217
+ },
8218
+ "node_modules/cli-truncate/node_modules/emoji-regex": {
8219
+ "version": "10.3.0",
8220
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
8221
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
8222
+ "license": "MIT"
8223
+ },
8224
+ "node_modules/cli-truncate/node_modules/is-fullwidth-code-point": {
8225
+ "version": "4.0.0",
8226
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
8227
+ "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
8228
+ "license": "MIT",
8229
+ "engines": {
8230
+ "node": ">=12"
8231
+ },
8232
+ "funding": {
8233
+ "url": "https://github.com/sponsors/sindresorhus"
8234
+ }
8235
+ },
8236
+ "node_modules/cli-truncate/node_modules/slice-ansi": {
8237
+ "version": "5.0.0",
8238
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
8239
+ "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
8240
+ "license": "MIT",
8241
+ "dependencies": {
8242
+ "ansi-styles": "^6.0.0",
8243
+ "is-fullwidth-code-point": "^4.0.0"
8244
+ },
8245
+ "engines": {
8246
+ "node": ">=12"
8247
+ },
8248
+ "funding": {
8249
+ "url": "https://github.com/chalk/slice-ansi?sponsor=1"
8250
+ }
8251
+ },
8252
+ "node_modules/cli-truncate/node_modules/string-width": {
8253
+ "version": "7.2.0",
8254
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
8255
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
8256
+ "license": "MIT",
8257
+ "dependencies": {
8258
+ "emoji-regex": "^10.3.0",
8259
+ "get-east-asian-width": "^1.0.0",
8260
+ "strip-ansi": "^7.1.0"
8261
+ },
8262
+ "engines": {
8263
+ "node": ">=18"
8264
+ },
8265
+ "funding": {
8266
+ "url": "https://github.com/sponsors/sindresorhus"
8267
+ }
8268
+ },
8269
+ "node_modules/cli-truncate/node_modules/strip-ansi": {
8270
+ "version": "7.1.0",
8271
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
8272
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
8273
+ "license": "MIT",
8274
+ "dependencies": {
8275
+ "ansi-regex": "^6.0.1"
8276
+ },
8277
+ "engines": {
8278
+ "node": ">=12"
8279
+ },
8280
+ "funding": {
8281
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
8282
+ }
8283
+ },
8019
8284
  "node_modules/cli-width": {
8020
8285
  "version": "4.1.0",
8021
8286
  "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
@@ -8037,6 +8302,22 @@
8037
8302
  "wrap-ansi": "^7.0.0"
8038
8303
  }
8039
8304
  },
8305
+ "node_modules/cliui/node_modules/ansi-styles": {
8306
+ "version": "4.3.0",
8307
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
8308
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
8309
+ "dev": true,
8310
+ "license": "MIT",
8311
+ "dependencies": {
8312
+ "color-convert": "^2.0.1"
8313
+ },
8314
+ "engines": {
8315
+ "node": ">=8"
8316
+ },
8317
+ "funding": {
8318
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8319
+ }
8320
+ },
8040
8321
  "node_modules/cliui/node_modules/wrap-ansi": {
8041
8322
  "version": "7.0.0",
8042
8323
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
@@ -8118,6 +8399,18 @@
8118
8399
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
8119
8400
  }
8120
8401
  },
8402
+ "node_modules/code-excerpt": {
8403
+ "version": "4.0.0",
8404
+ "resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz",
8405
+ "integrity": "sha512-xxodCmBen3iy2i0WtAK8FlFNrRzjUqjRsMfho58xT/wvZU1YTM3fCnRjcy1gJPMepaRlgm/0e6w8SpWHpn3/cA==",
8406
+ "license": "MIT",
8407
+ "dependencies": {
8408
+ "convert-to-spaces": "^2.0.1"
8409
+ },
8410
+ "engines": {
8411
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
8412
+ }
8413
+ },
8121
8414
  "node_modules/color-convert": {
8122
8415
  "version": "2.0.1",
8123
8416
  "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
@@ -8656,6 +8949,15 @@
8656
8949
  "dev": true,
8657
8950
  "license": "MIT"
8658
8951
  },
8952
+ "node_modules/convert-to-spaces": {
8953
+ "version": "2.0.1",
8954
+ "resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz",
8955
+ "integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==",
8956
+ "license": "MIT",
8957
+ "engines": {
8958
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
8959
+ }
8960
+ },
8659
8961
  "node_modules/core-js-compat": {
8660
8962
  "version": "3.36.1",
8661
8963
  "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.1.tgz",
@@ -8811,6 +9113,12 @@
8811
9113
  "node": ">=4"
8812
9114
  }
8813
9115
  },
9116
+ "node_modules/csstype": {
9117
+ "version": "3.1.3",
9118
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
9119
+ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
9120
+ "license": "MIT"
9121
+ },
8814
9122
  "node_modules/csv": {
8815
9123
  "version": "5.5.3",
8816
9124
  "resolved": "https://registry.npmjs.org/csv/-/csv-5.5.3.tgz",
@@ -11781,9 +12089,9 @@
11781
12089
  "license": "BSD-3-Clause"
11782
12090
  },
11783
12091
  "node_modules/ignore": {
11784
- "version": "5.3.1",
11785
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
11786
- "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
12092
+ "version": "5.3.2",
12093
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
12094
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
11787
12095
  "license": "MIT",
11788
12096
  "engines": {
11789
12097
  "node": ">= 4"
@@ -11854,58 +12162,239 @@
11854
12162
  "dev": true,
11855
12163
  "license": "MIT",
11856
12164
  "engines": {
11857
- "node": ">=0.8.19"
12165
+ "node": ">=0.8.19"
12166
+ }
12167
+ },
12168
+ "node_modules/indent-string": {
12169
+ "version": "4.0.0",
12170
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
12171
+ "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
12172
+ "license": "MIT",
12173
+ "engines": {
12174
+ "node": ">=8"
12175
+ }
12176
+ },
12177
+ "node_modules/inflight": {
12178
+ "version": "1.0.6",
12179
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
12180
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
12181
+ "license": "ISC",
12182
+ "dependencies": {
12183
+ "once": "^1.3.0",
12184
+ "wrappy": "1"
12185
+ }
12186
+ },
12187
+ "node_modules/inherits": {
12188
+ "version": "2.0.4",
12189
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
12190
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
12191
+ "license": "ISC"
12192
+ },
12193
+ "node_modules/ini": {
12194
+ "version": "1.3.8",
12195
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
12196
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
12197
+ "dev": true,
12198
+ "license": "ISC"
12199
+ },
12200
+ "node_modules/init-package-json": {
12201
+ "version": "6.0.3",
12202
+ "resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.3.tgz",
12203
+ "integrity": "sha512-Zfeb5ol+H+eqJWHTaGca9BovufyGeIfr4zaaBorPmJBMrJ+KBnN+kQx2ZtXdsotUTgldHmHQV44xvUWOUA7E2w==",
12204
+ "extraneous": true,
12205
+ "license": "ISC",
12206
+ "dependencies": {
12207
+ "@npmcli/package-json": "^5.0.0",
12208
+ "npm-package-arg": "^11.0.0",
12209
+ "promzard": "^1.0.0",
12210
+ "read": "^3.0.1",
12211
+ "semver": "^7.3.5",
12212
+ "validate-npm-package-license": "^3.0.4",
12213
+ "validate-npm-package-name": "^5.0.0"
12214
+ },
12215
+ "engines": {
12216
+ "node": "^16.14.0 || >=18.0.0"
12217
+ }
12218
+ },
12219
+ "node_modules/ink": {
12220
+ "version": "5.0.1",
12221
+ "resolved": "https://registry.npmjs.org/ink/-/ink-5.0.1.tgz",
12222
+ "integrity": "sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==",
12223
+ "license": "MIT",
12224
+ "dependencies": {
12225
+ "@alcalzone/ansi-tokenize": "^0.1.3",
12226
+ "ansi-escapes": "^7.0.0",
12227
+ "ansi-styles": "^6.2.1",
12228
+ "auto-bind": "^5.0.1",
12229
+ "chalk": "^5.3.0",
12230
+ "cli-boxes": "^3.0.0",
12231
+ "cli-cursor": "^4.0.0",
12232
+ "cli-truncate": "^4.0.0",
12233
+ "code-excerpt": "^4.0.0",
12234
+ "indent-string": "^5.0.0",
12235
+ "is-in-ci": "^0.1.0",
12236
+ "lodash": "^4.17.21",
12237
+ "patch-console": "^2.0.0",
12238
+ "react-reconciler": "^0.29.0",
12239
+ "scheduler": "^0.23.0",
12240
+ "signal-exit": "^3.0.7",
12241
+ "slice-ansi": "^7.1.0",
12242
+ "stack-utils": "^2.0.6",
12243
+ "string-width": "^7.0.0",
12244
+ "type-fest": "^4.8.3",
12245
+ "widest-line": "^5.0.0",
12246
+ "wrap-ansi": "^9.0.0",
12247
+ "ws": "^8.15.0",
12248
+ "yoga-wasm-web": "~0.3.3"
12249
+ },
12250
+ "engines": {
12251
+ "node": ">=18"
12252
+ },
12253
+ "peerDependencies": {
12254
+ "@types/react": ">=18.0.0",
12255
+ "react": ">=18.0.0",
12256
+ "react-devtools-core": "^4.19.1"
12257
+ },
12258
+ "peerDependenciesMeta": {
12259
+ "@types/react": {
12260
+ "optional": true
12261
+ },
12262
+ "react-devtools-core": {
12263
+ "optional": true
12264
+ }
12265
+ }
12266
+ },
12267
+ "node_modules/ink/node_modules/ansi-escapes": {
12268
+ "version": "7.0.0",
12269
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
12270
+ "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
12271
+ "license": "MIT",
12272
+ "dependencies": {
12273
+ "environment": "^1.0.0"
12274
+ },
12275
+ "engines": {
12276
+ "node": ">=18"
12277
+ },
12278
+ "funding": {
12279
+ "url": "https://github.com/sponsors/sindresorhus"
12280
+ }
12281
+ },
12282
+ "node_modules/ink/node_modules/ansi-regex": {
12283
+ "version": "6.0.1",
12284
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
12285
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
12286
+ "license": "MIT",
12287
+ "engines": {
12288
+ "node": ">=12"
12289
+ },
12290
+ "funding": {
12291
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
12292
+ }
12293
+ },
12294
+ "node_modules/ink/node_modules/chalk": {
12295
+ "version": "5.3.0",
12296
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
12297
+ "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
12298
+ "license": "MIT",
12299
+ "engines": {
12300
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
12301
+ },
12302
+ "funding": {
12303
+ "url": "https://github.com/chalk/chalk?sponsor=1"
12304
+ }
12305
+ },
12306
+ "node_modules/ink/node_modules/emoji-regex": {
12307
+ "version": "10.3.0",
12308
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
12309
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
12310
+ "license": "MIT"
12311
+ },
12312
+ "node_modules/ink/node_modules/indent-string": {
12313
+ "version": "5.0.0",
12314
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
12315
+ "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
12316
+ "license": "MIT",
12317
+ "engines": {
12318
+ "node": ">=12"
12319
+ },
12320
+ "funding": {
12321
+ "url": "https://github.com/sponsors/sindresorhus"
11858
12322
  }
11859
12323
  },
11860
- "node_modules/indent-string": {
11861
- "version": "4.0.0",
11862
- "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
11863
- "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
12324
+ "node_modules/ink/node_modules/string-width": {
12325
+ "version": "7.2.0",
12326
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
12327
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
11864
12328
  "license": "MIT",
12329
+ "dependencies": {
12330
+ "emoji-regex": "^10.3.0",
12331
+ "get-east-asian-width": "^1.0.0",
12332
+ "strip-ansi": "^7.1.0"
12333
+ },
11865
12334
  "engines": {
11866
- "node": ">=8"
12335
+ "node": ">=18"
12336
+ },
12337
+ "funding": {
12338
+ "url": "https://github.com/sponsors/sindresorhus"
11867
12339
  }
11868
12340
  },
11869
- "node_modules/inflight": {
11870
- "version": "1.0.6",
11871
- "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
11872
- "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
11873
- "license": "ISC",
12341
+ "node_modules/ink/node_modules/strip-ansi": {
12342
+ "version": "7.1.0",
12343
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
12344
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
12345
+ "license": "MIT",
11874
12346
  "dependencies": {
11875
- "once": "^1.3.0",
11876
- "wrappy": "1"
12347
+ "ansi-regex": "^6.0.1"
12348
+ },
12349
+ "engines": {
12350
+ "node": ">=12"
12351
+ },
12352
+ "funding": {
12353
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
11877
12354
  }
11878
12355
  },
11879
- "node_modules/inherits": {
11880
- "version": "2.0.4",
11881
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
11882
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
11883
- "license": "ISC"
12356
+ "node_modules/ink/node_modules/type-fest": {
12357
+ "version": "4.25.0",
12358
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.25.0.tgz",
12359
+ "integrity": "sha512-bRkIGlXsnGBRBQRAY56UXBm//9qH4bmJfFvq83gSz41N282df+fjy8ofcEgc1sM8geNt5cl6mC2g9Fht1cs8Aw==",
12360
+ "license": "(MIT OR CC0-1.0)",
12361
+ "engines": {
12362
+ "node": ">=16"
12363
+ },
12364
+ "funding": {
12365
+ "url": "https://github.com/sponsors/sindresorhus"
12366
+ }
11884
12367
  },
11885
- "node_modules/ini": {
11886
- "version": "1.3.8",
11887
- "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
11888
- "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
11889
- "dev": true,
11890
- "license": "ISC"
12368
+ "node_modules/ink/node_modules/widest-line": {
12369
+ "version": "5.0.0",
12370
+ "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
12371
+ "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
12372
+ "license": "MIT",
12373
+ "dependencies": {
12374
+ "string-width": "^7.0.0"
12375
+ },
12376
+ "engines": {
12377
+ "node": ">=18"
12378
+ },
12379
+ "funding": {
12380
+ "url": "https://github.com/sponsors/sindresorhus"
12381
+ }
11891
12382
  },
11892
- "node_modules/init-package-json": {
11893
- "version": "6.0.3",
11894
- "resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.3.tgz",
11895
- "integrity": "sha512-Zfeb5ol+H+eqJWHTaGca9BovufyGeIfr4zaaBorPmJBMrJ+KBnN+kQx2ZtXdsotUTgldHmHQV44xvUWOUA7E2w==",
11896
- "extraneous": true,
11897
- "license": "ISC",
12383
+ "node_modules/ink/node_modules/wrap-ansi": {
12384
+ "version": "9.0.0",
12385
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
12386
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
12387
+ "license": "MIT",
11898
12388
  "dependencies": {
11899
- "@npmcli/package-json": "^5.0.0",
11900
- "npm-package-arg": "^11.0.0",
11901
- "promzard": "^1.0.0",
11902
- "read": "^3.0.1",
11903
- "semver": "^7.3.5",
11904
- "validate-npm-package-license": "^3.0.4",
11905
- "validate-npm-package-name": "^5.0.0"
12389
+ "ansi-styles": "^6.2.1",
12390
+ "string-width": "^7.0.0",
12391
+ "strip-ansi": "^7.1.0"
11906
12392
  },
11907
12393
  "engines": {
11908
- "node": "^16.14.0 || >=18.0.0"
12394
+ "node": ">=18"
12395
+ },
12396
+ "funding": {
12397
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
11909
12398
  }
11910
12399
  },
11911
12400
  "node_modules/inquirer-autocomplete-standalone": {
@@ -12317,6 +12806,21 @@
12317
12806
  "node": ">=0.10.0"
12318
12807
  }
12319
12808
  },
12809
+ "node_modules/is-in-ci": {
12810
+ "version": "0.1.0",
12811
+ "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz",
12812
+ "integrity": "sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==",
12813
+ "license": "MIT",
12814
+ "bin": {
12815
+ "is-in-ci": "cli.js"
12816
+ },
12817
+ "engines": {
12818
+ "node": ">=18"
12819
+ },
12820
+ "funding": {
12821
+ "url": "https://github.com/sponsors/sindresorhus"
12822
+ }
12823
+ },
12320
12824
  "node_modules/is-inside-container": {
12321
12825
  "version": "1.0.0",
12322
12826
  "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
@@ -12864,7 +13368,6 @@
12864
13368
  "version": "4.0.0",
12865
13369
  "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
12866
13370
  "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
12867
- "dev": true,
12868
13371
  "license": "MIT"
12869
13372
  },
12870
13373
  "node_modules/js-yaml": {
@@ -13717,6 +14220,18 @@
13717
14220
  "dev": true,
13718
14221
  "license": "BSD-3-Clause"
13719
14222
  },
14223
+ "node_modules/loose-envify": {
14224
+ "version": "1.4.0",
14225
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
14226
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
14227
+ "license": "MIT",
14228
+ "dependencies": {
14229
+ "js-tokens": "^3.0.0 || ^4.0.0"
14230
+ },
14231
+ "bin": {
14232
+ "loose-envify": "cli.js"
14233
+ }
14234
+ },
13720
14235
  "node_modules/loupe": {
13721
14236
  "version": "2.3.7",
13722
14237
  "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz",
@@ -14004,7 +14519,6 @@
14004
14519
  "version": "2.1.0",
14005
14520
  "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
14006
14521
  "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
14007
- "dev": true,
14008
14522
  "license": "MIT",
14009
14523
  "engines": {
14010
14524
  "node": ">=6"
@@ -17916,6 +18430,27 @@
17916
18430
  "node": ">=18.0.0"
17917
18431
  }
17918
18432
  },
18433
+ "node_modules/oclif/node_modules/change-case": {
18434
+ "version": "4.1.2",
18435
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
18436
+ "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
18437
+ "dev": true,
18438
+ "license": "MIT",
18439
+ "dependencies": {
18440
+ "camel-case": "^4.1.2",
18441
+ "capital-case": "^1.0.4",
18442
+ "constant-case": "^3.0.4",
18443
+ "dot-case": "^3.0.4",
18444
+ "header-case": "^2.0.4",
18445
+ "no-case": "^3.0.4",
18446
+ "param-case": "^3.0.4",
18447
+ "pascal-case": "^3.1.2",
18448
+ "path-case": "^3.0.4",
18449
+ "sentence-case": "^3.0.4",
18450
+ "snake-case": "^3.0.4",
18451
+ "tslib": "^2.0.3"
18452
+ }
18453
+ },
17919
18454
  "node_modules/oclif/node_modules/fs-extra": {
17920
18455
  "version": "8.1.0",
17921
18456
  "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
@@ -17973,7 +18508,6 @@
17973
18508
  "version": "5.1.2",
17974
18509
  "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
17975
18510
  "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
17976
- "dev": true,
17977
18511
  "license": "MIT",
17978
18512
  "dependencies": {
17979
18513
  "mimic-fn": "^2.1.0"
@@ -18270,6 +18804,15 @@
18270
18804
  "tslib": "^2.0.3"
18271
18805
  }
18272
18806
  },
18807
+ "node_modules/patch-console": {
18808
+ "version": "2.0.0",
18809
+ "resolved": "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz",
18810
+ "integrity": "sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==",
18811
+ "license": "MIT",
18812
+ "engines": {
18813
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
18814
+ }
18815
+ },
18273
18816
  "node_modules/path-case": {
18274
18817
  "version": "3.0.4",
18275
18818
  "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
@@ -18974,6 +19517,34 @@
18974
19517
  "safe-buffer": "^5.1.0"
18975
19518
  }
18976
19519
  },
19520
+ "node_modules/react": {
19521
+ "version": "18.3.1",
19522
+ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
19523
+ "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
19524
+ "license": "MIT",
19525
+ "dependencies": {
19526
+ "loose-envify": "^1.1.0"
19527
+ },
19528
+ "engines": {
19529
+ "node": ">=0.10.0"
19530
+ }
19531
+ },
19532
+ "node_modules/react-reconciler": {
19533
+ "version": "0.29.2",
19534
+ "resolved": "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.29.2.tgz",
19535
+ "integrity": "sha512-zZQqIiYgDCTP/f1N/mAR10nJGrPD2ZR+jDSEsKWJHYC7Cm2wodlwbR3upZRdC3cjIjSlTLNVyO7Iu0Yy7t2AYg==",
19536
+ "license": "MIT",
19537
+ "dependencies": {
19538
+ "loose-envify": "^1.1.0",
19539
+ "scheduler": "^0.23.2"
19540
+ },
19541
+ "engines": {
19542
+ "node": ">=0.10.0"
19543
+ },
19544
+ "peerDependencies": {
19545
+ "react": "^18.3.1"
19546
+ }
19547
+ },
18977
19548
  "node_modules/read": {
18978
19549
  "version": "3.0.1",
18979
19550
  "resolved": "https://registry.npmjs.org/read/-/read-3.0.1.tgz",
@@ -19404,6 +19975,22 @@
19404
19975
  "url": "https://github.com/sponsors/sindresorhus"
19405
19976
  }
19406
19977
  },
19978
+ "node_modules/restore-cursor": {
19979
+ "version": "4.0.0",
19980
+ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
19981
+ "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
19982
+ "license": "MIT",
19983
+ "dependencies": {
19984
+ "onetime": "^5.1.0",
19985
+ "signal-exit": "^3.0.2"
19986
+ },
19987
+ "engines": {
19988
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
19989
+ },
19990
+ "funding": {
19991
+ "url": "https://github.com/sponsors/sindresorhus"
19992
+ }
19993
+ },
19407
19994
  "node_modules/retry": {
19408
19995
  "version": "0.12.0",
19409
19996
  "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
@@ -19620,6 +20207,15 @@
19620
20207
  "dev": true,
19621
20208
  "license": "ISC"
19622
20209
  },
20210
+ "node_modules/scheduler": {
20211
+ "version": "0.23.2",
20212
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
20213
+ "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
20214
+ "license": "MIT",
20215
+ "dependencies": {
20216
+ "loose-envify": "^1.1.0"
20217
+ }
20218
+ },
19623
20219
  "node_modules/secure-json-parse": {
19624
20220
  "version": "2.7.0",
19625
20221
  "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz",
@@ -19988,18 +20584,6 @@
19988
20584
  "url": "https://github.com/chalk/slice-ansi?sponsor=1"
19989
20585
  }
19990
20586
  },
19991
- "node_modules/slice-ansi/node_modules/ansi-styles": {
19992
- "version": "6.2.1",
19993
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
19994
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
19995
- "license": "MIT",
19996
- "engines": {
19997
- "node": ">=12"
19998
- },
19999
- "funding": {
20000
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
20001
- }
20002
- },
20003
20587
  "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
20004
20588
  "version": "5.0.0",
20005
20589
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
@@ -20399,6 +20983,27 @@
20399
20983
  "integrity": "sha512-D8cWtWVdIe/jBA7v5p5Hwl5yOSOrmZPWDPe2KxQ5UAGD+nxbxU0lKXA4h85Ta6+qgdKVL3vUxsbIZjc1kBG7ug==",
20400
20984
  "license": "MIT"
20401
20985
  },
20986
+ "node_modules/stack-utils": {
20987
+ "version": "2.0.6",
20988
+ "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
20989
+ "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
20990
+ "license": "MIT",
20991
+ "dependencies": {
20992
+ "escape-string-regexp": "^2.0.0"
20993
+ },
20994
+ "engines": {
20995
+ "node": ">=10"
20996
+ }
20997
+ },
20998
+ "node_modules/stack-utils/node_modules/escape-string-regexp": {
20999
+ "version": "2.0.0",
21000
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
21001
+ "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
21002
+ "license": "MIT",
21003
+ "engines": {
21004
+ "node": ">=8"
21005
+ }
21006
+ },
20402
21007
  "node_modules/standard-version": {
20403
21008
  "version": "9.5.0",
20404
21009
  "resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.5.0.tgz",
@@ -21330,6 +21935,21 @@
21330
21935
  "node": ">=8.0.0"
21331
21936
  }
21332
21937
  },
21938
+ "node_modules/tty-table/node_modules/ansi-styles": {
21939
+ "version": "4.3.0",
21940
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
21941
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
21942
+ "license": "MIT",
21943
+ "dependencies": {
21944
+ "color-convert": "^2.0.1"
21945
+ },
21946
+ "engines": {
21947
+ "node": ">=8"
21948
+ },
21949
+ "funding": {
21950
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
21951
+ }
21952
+ },
21333
21953
  "node_modules/tty-table/node_modules/cliui": {
21334
21954
  "version": "8.0.1",
21335
21955
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
@@ -22068,6 +22688,37 @@
22068
22688
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
22069
22689
  }
22070
22690
  },
22691
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
22692
+ "version": "4.3.0",
22693
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
22694
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
22695
+ "dev": true,
22696
+ "license": "MIT",
22697
+ "dependencies": {
22698
+ "color-convert": "^2.0.1"
22699
+ },
22700
+ "engines": {
22701
+ "node": ">=8"
22702
+ },
22703
+ "funding": {
22704
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
22705
+ }
22706
+ },
22707
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
22708
+ "version": "4.3.0",
22709
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
22710
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
22711
+ "license": "MIT",
22712
+ "dependencies": {
22713
+ "color-convert": "^2.0.1"
22714
+ },
22715
+ "engines": {
22716
+ "node": ">=8"
22717
+ },
22718
+ "funding": {
22719
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
22720
+ }
22721
+ },
22071
22722
  "node_modules/wrappy": {
22072
22723
  "version": "1.0.2",
22073
22724
  "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
@@ -22101,6 +22752,27 @@
22101
22752
  "url": "https://github.com/sponsors/isaacs"
22102
22753
  }
22103
22754
  },
22755
+ "node_modules/ws": {
22756
+ "version": "8.18.0",
22757
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
22758
+ "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
22759
+ "license": "MIT",
22760
+ "engines": {
22761
+ "node": ">=10.0.0"
22762
+ },
22763
+ "peerDependencies": {
22764
+ "bufferutil": "^4.0.1",
22765
+ "utf-8-validate": ">=5.0.2"
22766
+ },
22767
+ "peerDependenciesMeta": {
22768
+ "bufferutil": {
22769
+ "optional": true
22770
+ },
22771
+ "utf-8-validate": {
22772
+ "optional": true
22773
+ }
22774
+ }
22775
+ },
22104
22776
  "node_modules/xml2js": {
22105
22777
  "version": "0.6.2",
22106
22778
  "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
@@ -22309,6 +22981,12 @@
22309
22981
  "funding": {
22310
22982
  "url": "https://github.com/sponsors/sindresorhus"
22311
22983
  }
22984
+ },
22985
+ "node_modules/yoga-wasm-web": {
22986
+ "version": "0.3.3",
22987
+ "resolved": "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz",
22988
+ "integrity": "sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==",
22989
+ "license": "MIT"
22312
22990
  }
22313
22991
  }
22314
22992
  }