@salesforce/plugin-lightning-dev 4.0.3 → 4.0.5

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "4.0.3",
9
+ "version": "4.0.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -14,10 +14,10 @@
14
14
  "@lwc/lwc-dev-server": "~12.3.4",
15
15
  "@lwc/sfdc-lwc-compiler": "~12.3.4",
16
16
  "@lwrjs/api": "0.18.3",
17
- "@oclif/core": "^4.3.0",
17
+ "@oclif/core": "^4.4.0",
18
18
  "@salesforce/core": "^8.12.0",
19
19
  "@salesforce/kit": "^3.1.6",
20
- "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.9",
20
+ "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10",
21
21
  "@salesforce/sf-plugins-core": "^11.2.4",
22
22
  "axios": "^1.8.2",
23
23
  "glob": "^10.4.5",
@@ -27,7 +27,7 @@
27
27
  "xml2js": "^0.6.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@oclif/plugin-command-snapshot": "^5.2.40",
30
+ "@oclif/plugin-command-snapshot": "^5.3.2",
31
31
  "@salesforce/cli-plugins-testkit": "^5.3.39",
32
32
  "@salesforce/dev-scripts": "^11.0.2",
33
33
  "@salesforce/plugin-command-reference": "^3.1.56",
@@ -49,6 +49,31 @@
49
49
  "node": ">=18.0.0"
50
50
  }
51
51
  },
52
+ "node_modules/@alcalzone/ansi-tokenize": {
53
+ "version": "0.1.3",
54
+ "resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.1.3.tgz",
55
+ "integrity": "sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==",
56
+ "license": "MIT",
57
+ "dependencies": {
58
+ "ansi-styles": "^6.2.1",
59
+ "is-fullwidth-code-point": "^4.0.0"
60
+ },
61
+ "engines": {
62
+ "node": ">=14.13.1"
63
+ }
64
+ },
65
+ "node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point": {
66
+ "version": "4.0.0",
67
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
68
+ "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
69
+ "license": "MIT",
70
+ "engines": {
71
+ "node": ">=12"
72
+ },
73
+ "funding": {
74
+ "url": "https://github.com/sponsors/sindresorhus"
75
+ }
76
+ },
52
77
  "node_modules/@ampproject/remapping": {
53
78
  "version": "2.3.0",
54
79
  "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
@@ -2972,6 +2997,21 @@
2972
2997
  "node": ">=18"
2973
2998
  }
2974
2999
  },
3000
+ "node_modules/@inquirer/checkbox/node_modules/ansi-styles": {
3001
+ "version": "4.3.0",
3002
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3003
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3004
+ "license": "MIT",
3005
+ "dependencies": {
3006
+ "color-convert": "^2.0.1"
3007
+ },
3008
+ "engines": {
3009
+ "node": ">=8"
3010
+ },
3011
+ "funding": {
3012
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3013
+ }
3014
+ },
2975
3015
  "node_modules/@inquirer/checkbox/node_modules/signal-exit": {
2976
3016
  "version": "4.1.0",
2977
3017
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2984,6 +3024,20 @@
2984
3024
  "url": "https://github.com/sponsors/isaacs"
2985
3025
  }
2986
3026
  },
3027
+ "node_modules/@inquirer/checkbox/node_modules/wrap-ansi": {
3028
+ "version": "6.2.0",
3029
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3030
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3031
+ "license": "MIT",
3032
+ "dependencies": {
3033
+ "ansi-styles": "^4.0.0",
3034
+ "string-width": "^4.1.0",
3035
+ "strip-ansi": "^6.0.0"
3036
+ },
3037
+ "engines": {
3038
+ "node": ">=8"
3039
+ }
3040
+ },
2987
3041
  "node_modules/@inquirer/confirm": {
2988
3042
  "version": "3.2.0",
2989
3043
  "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
@@ -3021,6 +3075,21 @@
3021
3075
  "node": ">=18"
3022
3076
  }
3023
3077
  },
3078
+ "node_modules/@inquirer/confirm/node_modules/ansi-styles": {
3079
+ "version": "4.3.0",
3080
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3081
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3082
+ "license": "MIT",
3083
+ "dependencies": {
3084
+ "color-convert": "^2.0.1"
3085
+ },
3086
+ "engines": {
3087
+ "node": ">=8"
3088
+ },
3089
+ "funding": {
3090
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3091
+ }
3092
+ },
3024
3093
  "node_modules/@inquirer/confirm/node_modules/signal-exit": {
3025
3094
  "version": "4.1.0",
3026
3095
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -3033,6 +3102,20 @@
3033
3102
  "url": "https://github.com/sponsors/isaacs"
3034
3103
  }
3035
3104
  },
3105
+ "node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
3106
+ "version": "6.2.0",
3107
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3108
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3109
+ "license": "MIT",
3110
+ "dependencies": {
3111
+ "ansi-styles": "^4.0.0",
3112
+ "string-width": "^4.1.0",
3113
+ "strip-ansi": "^6.0.0"
3114
+ },
3115
+ "engines": {
3116
+ "node": ">=8"
3117
+ }
3118
+ },
3036
3119
  "node_modules/@inquirer/core": {
3037
3120
  "version": "10.1.13",
3038
3121
  "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.13.tgz",
@@ -3089,6 +3172,22 @@
3089
3172
  }
3090
3173
  }
3091
3174
  },
3175
+ "node_modules/@inquirer/core/node_modules/ansi-styles": {
3176
+ "version": "4.3.0",
3177
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3178
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3179
+ "dev": true,
3180
+ "license": "MIT",
3181
+ "dependencies": {
3182
+ "color-convert": "^2.0.1"
3183
+ },
3184
+ "engines": {
3185
+ "node": ">=8"
3186
+ },
3187
+ "funding": {
3188
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3189
+ }
3190
+ },
3092
3191
  "node_modules/@inquirer/core/node_modules/mute-stream": {
3093
3192
  "version": "2.0.0",
3094
3193
  "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
@@ -3112,6 +3211,21 @@
3112
3211
  "url": "https://github.com/sponsors/isaacs"
3113
3212
  }
3114
3213
  },
3214
+ "node_modules/@inquirer/core/node_modules/wrap-ansi": {
3215
+ "version": "6.2.0",
3216
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3217
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3218
+ "dev": true,
3219
+ "license": "MIT",
3220
+ "dependencies": {
3221
+ "ansi-styles": "^4.0.0",
3222
+ "string-width": "^4.1.0",
3223
+ "strip-ansi": "^6.0.0"
3224
+ },
3225
+ "engines": {
3226
+ "node": ">=8"
3227
+ }
3228
+ },
3115
3229
  "node_modules/@inquirer/editor": {
3116
3230
  "version": "2.2.0",
3117
3231
  "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-2.2.0.tgz",
@@ -3150,6 +3264,21 @@
3150
3264
  "node": ">=18"
3151
3265
  }
3152
3266
  },
3267
+ "node_modules/@inquirer/editor/node_modules/ansi-styles": {
3268
+ "version": "4.3.0",
3269
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3270
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3271
+ "license": "MIT",
3272
+ "dependencies": {
3273
+ "color-convert": "^2.0.1"
3274
+ },
3275
+ "engines": {
3276
+ "node": ">=8"
3277
+ },
3278
+ "funding": {
3279
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3280
+ }
3281
+ },
3153
3282
  "node_modules/@inquirer/editor/node_modules/signal-exit": {
3154
3283
  "version": "4.1.0",
3155
3284
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -3162,6 +3291,20 @@
3162
3291
  "url": "https://github.com/sponsors/isaacs"
3163
3292
  }
3164
3293
  },
3294
+ "node_modules/@inquirer/editor/node_modules/wrap-ansi": {
3295
+ "version": "6.2.0",
3296
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3297
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3298
+ "license": "MIT",
3299
+ "dependencies": {
3300
+ "ansi-styles": "^4.0.0",
3301
+ "string-width": "^4.1.0",
3302
+ "strip-ansi": "^6.0.0"
3303
+ },
3304
+ "engines": {
3305
+ "node": ">=8"
3306
+ }
3307
+ },
3165
3308
  "node_modules/@inquirer/expand": {
3166
3309
  "version": "2.3.0",
3167
3310
  "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-2.3.0.tgz",
@@ -3200,6 +3343,21 @@
3200
3343
  "node": ">=18"
3201
3344
  }
3202
3345
  },
3346
+ "node_modules/@inquirer/expand/node_modules/ansi-styles": {
3347
+ "version": "4.3.0",
3348
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3349
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3350
+ "license": "MIT",
3351
+ "dependencies": {
3352
+ "color-convert": "^2.0.1"
3353
+ },
3354
+ "engines": {
3355
+ "node": ">=8"
3356
+ },
3357
+ "funding": {
3358
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3359
+ }
3360
+ },
3203
3361
  "node_modules/@inquirer/expand/node_modules/signal-exit": {
3204
3362
  "version": "4.1.0",
3205
3363
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -3212,6 +3370,20 @@
3212
3370
  "url": "https://github.com/sponsors/isaacs"
3213
3371
  }
3214
3372
  },
3373
+ "node_modules/@inquirer/expand/node_modules/wrap-ansi": {
3374
+ "version": "6.2.0",
3375
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3376
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3377
+ "license": "MIT",
3378
+ "dependencies": {
3379
+ "ansi-styles": "^4.0.0",
3380
+ "string-width": "^4.1.0",
3381
+ "strip-ansi": "^6.0.0"
3382
+ },
3383
+ "engines": {
3384
+ "node": ">=8"
3385
+ }
3386
+ },
3215
3387
  "node_modules/@inquirer/figures": {
3216
3388
  "version": "1.0.10",
3217
3389
  "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.10.tgz",
@@ -3258,6 +3430,21 @@
3258
3430
  "node": ">=18"
3259
3431
  }
3260
3432
  },
3433
+ "node_modules/@inquirer/input/node_modules/ansi-styles": {
3434
+ "version": "4.3.0",
3435
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3436
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3437
+ "license": "MIT",
3438
+ "dependencies": {
3439
+ "color-convert": "^2.0.1"
3440
+ },
3441
+ "engines": {
3442
+ "node": ">=8"
3443
+ },
3444
+ "funding": {
3445
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3446
+ }
3447
+ },
3261
3448
  "node_modules/@inquirer/input/node_modules/signal-exit": {
3262
3449
  "version": "4.1.0",
3263
3450
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -3270,6 +3457,20 @@
3270
3457
  "url": "https://github.com/sponsors/isaacs"
3271
3458
  }
3272
3459
  },
3460
+ "node_modules/@inquirer/input/node_modules/wrap-ansi": {
3461
+ "version": "6.2.0",
3462
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3463
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3464
+ "license": "MIT",
3465
+ "dependencies": {
3466
+ "ansi-styles": "^4.0.0",
3467
+ "string-width": "^4.1.0",
3468
+ "strip-ansi": "^6.0.0"
3469
+ },
3470
+ "engines": {
3471
+ "node": ">=8"
3472
+ }
3473
+ },
3273
3474
  "node_modules/@inquirer/number": {
3274
3475
  "version": "1.1.0",
3275
3476
  "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-1.1.0.tgz",
@@ -3307,6 +3508,21 @@
3307
3508
  "node": ">=18"
3308
3509
  }
3309
3510
  },
3511
+ "node_modules/@inquirer/number/node_modules/ansi-styles": {
3512
+ "version": "4.3.0",
3513
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3514
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3515
+ "license": "MIT",
3516
+ "dependencies": {
3517
+ "color-convert": "^2.0.1"
3518
+ },
3519
+ "engines": {
3520
+ "node": ">=8"
3521
+ },
3522
+ "funding": {
3523
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3524
+ }
3525
+ },
3310
3526
  "node_modules/@inquirer/number/node_modules/signal-exit": {
3311
3527
  "version": "4.1.0",
3312
3528
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -3319,6 +3535,20 @@
3319
3535
  "url": "https://github.com/sponsors/isaacs"
3320
3536
  }
3321
3537
  },
3538
+ "node_modules/@inquirer/number/node_modules/wrap-ansi": {
3539
+ "version": "6.2.0",
3540
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3541
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3542
+ "license": "MIT",
3543
+ "dependencies": {
3544
+ "ansi-styles": "^4.0.0",
3545
+ "string-width": "^4.1.0",
3546
+ "strip-ansi": "^6.0.0"
3547
+ },
3548
+ "engines": {
3549
+ "node": ">=8"
3550
+ }
3551
+ },
3322
3552
  "node_modules/@inquirer/password": {
3323
3553
  "version": "2.2.0",
3324
3554
  "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz",
@@ -3357,6 +3587,21 @@
3357
3587
  "node": ">=18"
3358
3588
  }
3359
3589
  },
3590
+ "node_modules/@inquirer/password/node_modules/ansi-styles": {
3591
+ "version": "4.3.0",
3592
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3593
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3594
+ "license": "MIT",
3595
+ "dependencies": {
3596
+ "color-convert": "^2.0.1"
3597
+ },
3598
+ "engines": {
3599
+ "node": ">=8"
3600
+ },
3601
+ "funding": {
3602
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3603
+ }
3604
+ },
3360
3605
  "node_modules/@inquirer/password/node_modules/signal-exit": {
3361
3606
  "version": "4.1.0",
3362
3607
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -3369,6 +3614,20 @@
3369
3614
  "url": "https://github.com/sponsors/isaacs"
3370
3615
  }
3371
3616
  },
3617
+ "node_modules/@inquirer/password/node_modules/wrap-ansi": {
3618
+ "version": "6.2.0",
3619
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3620
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3621
+ "license": "MIT",
3622
+ "dependencies": {
3623
+ "ansi-styles": "^4.0.0",
3624
+ "string-width": "^4.1.0",
3625
+ "strip-ansi": "^6.0.0"
3626
+ },
3627
+ "engines": {
3628
+ "node": ">=8"
3629
+ }
3630
+ },
3372
3631
  "node_modules/@inquirer/prompts": {
3373
3632
  "version": "5.5.0",
3374
3633
  "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-5.5.0.tgz",
@@ -3428,6 +3687,21 @@
3428
3687
  "node": ">=18"
3429
3688
  }
3430
3689
  },
3690
+ "node_modules/@inquirer/rawlist/node_modules/ansi-styles": {
3691
+ "version": "4.3.0",
3692
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3693
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3694
+ "license": "MIT",
3695
+ "dependencies": {
3696
+ "color-convert": "^2.0.1"
3697
+ },
3698
+ "engines": {
3699
+ "node": ">=8"
3700
+ },
3701
+ "funding": {
3702
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3703
+ }
3704
+ },
3431
3705
  "node_modules/@inquirer/rawlist/node_modules/signal-exit": {
3432
3706
  "version": "4.1.0",
3433
3707
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -3440,7 +3714,21 @@
3440
3714
  "url": "https://github.com/sponsors/isaacs"
3441
3715
  }
3442
3716
  },
3443
- "node_modules/@inquirer/search": {
3717
+ "node_modules/@inquirer/rawlist/node_modules/wrap-ansi": {
3718
+ "version": "6.2.0",
3719
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3720
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3721
+ "license": "MIT",
3722
+ "dependencies": {
3723
+ "ansi-styles": "^4.0.0",
3724
+ "string-width": "^4.1.0",
3725
+ "strip-ansi": "^6.0.0"
3726
+ },
3727
+ "engines": {
3728
+ "node": ">=8"
3729
+ }
3730
+ },
3731
+ "node_modules/@inquirer/search": {
3444
3732
  "version": "1.1.0",
3445
3733
  "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-1.1.0.tgz",
3446
3734
  "integrity": "sha512-h+/5LSj51dx7hp5xOn4QFnUaKeARwUCLs6mIhtkJ0JYPBLmEYjdHSYh7I6GrLg9LwpJ3xeX0FZgAG1q0QdCpVQ==",
@@ -3479,6 +3767,21 @@
3479
3767
  "node": ">=18"
3480
3768
  }
3481
3769
  },
3770
+ "node_modules/@inquirer/search/node_modules/ansi-styles": {
3771
+ "version": "4.3.0",
3772
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3773
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3774
+ "license": "MIT",
3775
+ "dependencies": {
3776
+ "color-convert": "^2.0.1"
3777
+ },
3778
+ "engines": {
3779
+ "node": ">=8"
3780
+ },
3781
+ "funding": {
3782
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3783
+ }
3784
+ },
3482
3785
  "node_modules/@inquirer/search/node_modules/signal-exit": {
3483
3786
  "version": "4.1.0",
3484
3787
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -3491,6 +3794,20 @@
3491
3794
  "url": "https://github.com/sponsors/isaacs"
3492
3795
  }
3493
3796
  },
3797
+ "node_modules/@inquirer/search/node_modules/wrap-ansi": {
3798
+ "version": "6.2.0",
3799
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3800
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3801
+ "license": "MIT",
3802
+ "dependencies": {
3803
+ "ansi-styles": "^4.0.0",
3804
+ "string-width": "^4.1.0",
3805
+ "strip-ansi": "^6.0.0"
3806
+ },
3807
+ "engines": {
3808
+ "node": ">=8"
3809
+ }
3810
+ },
3494
3811
  "node_modules/@inquirer/select": {
3495
3812
  "version": "2.5.0",
3496
3813
  "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz",
@@ -3531,6 +3848,21 @@
3531
3848
  "node": ">=18"
3532
3849
  }
3533
3850
  },
3851
+ "node_modules/@inquirer/select/node_modules/ansi-styles": {
3852
+ "version": "4.3.0",
3853
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3854
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3855
+ "license": "MIT",
3856
+ "dependencies": {
3857
+ "color-convert": "^2.0.1"
3858
+ },
3859
+ "engines": {
3860
+ "node": ">=8"
3861
+ },
3862
+ "funding": {
3863
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3864
+ }
3865
+ },
3534
3866
  "node_modules/@inquirer/select/node_modules/signal-exit": {
3535
3867
  "version": "4.1.0",
3536
3868
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -3543,6 +3875,20 @@
3543
3875
  "url": "https://github.com/sponsors/isaacs"
3544
3876
  }
3545
3877
  },
3878
+ "node_modules/@inquirer/select/node_modules/wrap-ansi": {
3879
+ "version": "6.2.0",
3880
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3881
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3882
+ "license": "MIT",
3883
+ "dependencies": {
3884
+ "ansi-styles": "^4.0.0",
3885
+ "string-width": "^4.1.0",
3886
+ "strip-ansi": "^6.0.0"
3887
+ },
3888
+ "engines": {
3889
+ "node": ">=8"
3890
+ }
3891
+ },
3546
3892
  "node_modules/@inquirer/type": {
3547
3893
  "version": "1.5.3",
3548
3894
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
@@ -3584,18 +3930,6 @@
3584
3930
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3585
3931
  }
3586
3932
  },
3587
- "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
3588
- "version": "6.2.1",
3589
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
3590
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
3591
- "license": "MIT",
3592
- "engines": {
3593
- "node": ">=12"
3594
- },
3595
- "funding": {
3596
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3597
- }
3598
- },
3599
3933
  "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
3600
3934
  "version": "9.2.2",
3601
3935
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
@@ -6520,9 +6854,9 @@
6520
6854
  }
6521
6855
  },
6522
6856
  "node_modules/@oclif/core": {
6523
- "version": "4.3.3",
6524
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz",
6525
- "integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==",
6857
+ "version": "4.4.0",
6858
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.0.tgz",
6859
+ "integrity": "sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==",
6526
6860
  "license": "MIT",
6527
6861
  "dependencies": {
6528
6862
  "ansi-escapes": "^4.3.2",
@@ -6548,6 +6882,21 @@
6548
6882
  "node": ">=18.0.0"
6549
6883
  }
6550
6884
  },
6885
+ "node_modules/@oclif/core/node_modules/ansi-styles": {
6886
+ "version": "4.3.0",
6887
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6888
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6889
+ "license": "MIT",
6890
+ "dependencies": {
6891
+ "color-convert": "^2.0.1"
6892
+ },
6893
+ "engines": {
6894
+ "node": ">=8"
6895
+ },
6896
+ "funding": {
6897
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6898
+ }
6899
+ },
6551
6900
  "node_modules/@oclif/core/node_modules/minimatch": {
6552
6901
  "version": "9.0.5",
6553
6902
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -6596,9 +6945,9 @@
6596
6945
  }
6597
6946
  },
6598
6947
  "node_modules/@oclif/plugin-command-snapshot": {
6599
- "version": "5.2.40",
6600
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
6601
- "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
6948
+ "version": "5.3.2",
6949
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.2.tgz",
6950
+ "integrity": "sha512-PdzFQ1BRbv1YqOo5+5P/FzpS3xQQs6xVUZFM+kbdhyhFf9baVGrzkyDqa+nWp9SIvBD0cMb4QrLuKMIfNG9JyA==",
6602
6951
  "dev": true,
6603
6952
  "license": "MIT",
6604
6953
  "dependencies": {
@@ -6612,6 +6961,9 @@
6612
6961
  "semver": "^7.7.2",
6613
6962
  "ts-json-schema-generator": "^1.5.1"
6614
6963
  },
6964
+ "bin": {
6965
+ "oclif-snapshot": "bin/run.js"
6966
+ },
6615
6967
  "engines": {
6616
6968
  "node": ">=18.0.0"
6617
6969
  }
@@ -7010,6 +7362,59 @@
7010
7362
  "node": ">=18.0.0"
7011
7363
  }
7012
7364
  },
7365
+ "node_modules/@oclif/table": {
7366
+ "version": "0.4.8",
7367
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.8.tgz",
7368
+ "integrity": "sha512-HgyeNTyUF67OQ2eOCFia0mfxyPFcPwa8sIq1SiiZf8oxw6JtUciWGXb0cmmo5vnbxRJ3er0PHLwMV0/hBG6NWw==",
7369
+ "license": "MIT",
7370
+ "dependencies": {
7371
+ "@types/react": "^18.3.12",
7372
+ "change-case": "^5.4.4",
7373
+ "cli-truncate": "^4.0.0",
7374
+ "ink": "5.0.1",
7375
+ "natural-orderby": "^3.0.2",
7376
+ "object-hash": "^3.0.0",
7377
+ "react": "^18.3.1",
7378
+ "strip-ansi": "^7.1.0",
7379
+ "wrap-ansi": "^9.0.0"
7380
+ },
7381
+ "engines": {
7382
+ "node": ">=18.0.0"
7383
+ }
7384
+ },
7385
+ "node_modules/@oclif/table/node_modules/ansi-regex": {
7386
+ "version": "6.0.1",
7387
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
7388
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
7389
+ "license": "MIT",
7390
+ "engines": {
7391
+ "node": ">=12"
7392
+ },
7393
+ "funding": {
7394
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
7395
+ }
7396
+ },
7397
+ "node_modules/@oclif/table/node_modules/change-case": {
7398
+ "version": "5.4.4",
7399
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
7400
+ "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
7401
+ "license": "MIT"
7402
+ },
7403
+ "node_modules/@oclif/table/node_modules/strip-ansi": {
7404
+ "version": "7.1.0",
7405
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
7406
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
7407
+ "license": "MIT",
7408
+ "dependencies": {
7409
+ "ansi-regex": "^6.0.1"
7410
+ },
7411
+ "engines": {
7412
+ "node": ">=12"
7413
+ },
7414
+ "funding": {
7415
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
7416
+ }
7417
+ },
7013
7418
  "node_modules/@opentelemetry/api": {
7014
7419
  "version": "1.9.0",
7015
7420
  "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
@@ -7739,6 +8144,18 @@
7739
8144
  "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
7740
8145
  "license": "MIT"
7741
8146
  },
8147
+ "node_modules/@rollup/pluginutils/node_modules/picomatch": {
8148
+ "version": "4.0.2",
8149
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
8150
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
8151
+ "license": "MIT",
8152
+ "engines": {
8153
+ "node": ">=12"
8154
+ },
8155
+ "funding": {
8156
+ "url": "https://github.com/sponsors/jonschlinkert"
8157
+ }
8158
+ },
7742
8159
  "node_modules/@rollup/wasm-node": {
7743
8160
  "version": "4.10.0",
7744
8161
  "resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.10.0.tgz",
@@ -7905,9 +8322,9 @@
7905
8322
  }
7906
8323
  },
7907
8324
  "node_modules/@salesforce/core": {
7908
- "version": "8.12.0",
7909
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
7910
- "integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
8325
+ "version": "8.14.0",
8326
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
8327
+ "integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
7911
8328
  "license": "BSD-3-Clause",
7912
8329
  "dependencies": {
7913
8330
  "@jsforce/jsforce-node": "^3.8.2",
@@ -8602,20 +9019,41 @@
8602
9019
  }
8603
9020
  },
8604
9021
  "node_modules/@salesforce/lwc-dev-mobile-core": {
8605
- "version": "4.0.0-alpha.9",
8606
- "resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.9.tgz",
8607
- "integrity": "sha512-XKxOgJc4fKbQm3CFeXqK8gvezPh/+yjv/LP+8RVx83ueMZyzMXfgINCadjZEq3iOLHPcAt+Pw+ubDxH0CeLx2w==",
9022
+ "version": "4.0.0-alpha.10",
9023
+ "resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.10.tgz",
9024
+ "integrity": "sha512-3jGr9VyGJ4RTmNCM4+bIV6KAvX5UzROJsWEwWmyVX/vOXA4Y24Mdp8EGRPuKsfBztkE9hEF9EyuWstxi25P+Pg==",
8608
9025
  "license": "MIT",
8609
9026
  "dependencies": {
8610
- "@oclif/core": "^4.0.21",
8611
- "@salesforce/core": "^8.5.7",
8612
- "@salesforce/sf-plugins-core": "^11.3.10",
9027
+ "@oclif/core": "^4.2.7",
9028
+ "@salesforce/core": "^8.8.2",
9029
+ "@salesforce/sf-plugins-core": "^12.2.0",
8613
9030
  "@salesforce/ts-types": "^2.0.12",
8614
9031
  "ajv": "^8.17.1",
8615
- "chalk": "^5.3.0",
8616
- "listr2": "^8.2.4",
9032
+ "chalk": "^5.4.1",
9033
+ "listr2": "^8.2.5",
8617
9034
  "node-forge": "^1.3.1"
8618
9035
  },
9036
+ "engines": {
9037
+ "node": ">=20.0.0"
9038
+ }
9039
+ },
9040
+ "node_modules/@salesforce/lwc-dev-mobile-core/node_modules/@salesforce/sf-plugins-core": {
9041
+ "version": "12.2.2",
9042
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz",
9043
+ "integrity": "sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==",
9044
+ "license": "BSD-3-Clause",
9045
+ "dependencies": {
9046
+ "@inquirer/confirm": "^3.1.22",
9047
+ "@inquirer/password": "^2.2.0",
9048
+ "@oclif/core": "^4.3.0",
9049
+ "@oclif/table": "^0.4.6",
9050
+ "@salesforce/core": "^8.10.0",
9051
+ "@salesforce/kit": "^3.2.3",
9052
+ "@salesforce/ts-types": "^2.0.12",
9053
+ "ansis": "^3.3.2",
9054
+ "cli-progress": "^3.12.0",
9055
+ "terminal-link": "^3.0.0"
9056
+ },
8619
9057
  "engines": {
8620
9058
  "node": ">=18.0.0"
8621
9059
  }
@@ -10003,6 +10441,12 @@
10003
10441
  "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==",
10004
10442
  "license": "MIT"
10005
10443
  },
10444
+ "node_modules/@types/prop-types": {
10445
+ "version": "15.7.15",
10446
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
10447
+ "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
10448
+ "license": "MIT"
10449
+ },
10006
10450
  "node_modules/@types/qs": {
10007
10451
  "version": "6.9.15",
10008
10452
  "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz",
@@ -10015,6 +10459,16 @@
10015
10459
  "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
10016
10460
  "license": "MIT"
10017
10461
  },
10462
+ "node_modules/@types/react": {
10463
+ "version": "18.3.23",
10464
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz",
10465
+ "integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==",
10466
+ "license": "MIT",
10467
+ "dependencies": {
10468
+ "@types/prop-types": "*",
10469
+ "csstype": "^3.0.2"
10470
+ }
10471
+ },
10018
10472
  "node_modules/@types/resolve": {
10019
10473
  "version": "1.20.2",
10020
10474
  "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
@@ -10510,15 +10964,12 @@
10510
10964
  "license": "MIT"
10511
10965
  },
10512
10966
  "node_modules/ansi-styles": {
10513
- "version": "4.3.0",
10514
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
10515
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
10967
+ "version": "6.2.1",
10968
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
10969
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
10516
10970
  "license": "MIT",
10517
- "dependencies": {
10518
- "color-convert": "^2.0.1"
10519
- },
10520
10971
  "engines": {
10521
- "node": ">=8"
10972
+ "node": ">=12"
10522
10973
  },
10523
10974
  "funding": {
10524
10975
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
@@ -10546,18 +10997,6 @@
10546
10997
  "node": ">= 8"
10547
10998
  }
10548
10999
  },
10549
- "node_modules/anymatch/node_modules/picomatch": {
10550
- "version": "2.3.1",
10551
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
10552
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
10553
- "license": "MIT",
10554
- "engines": {
10555
- "node": ">=8.6"
10556
- },
10557
- "funding": {
10558
- "url": "https://github.com/sponsors/jonschlinkert"
10559
- }
10560
- },
10561
11000
  "node_modules/append-transform": {
10562
11001
  "version": "2.0.0",
10563
11002
  "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
@@ -10813,6 +11252,18 @@
10813
11252
  "node": ">=8.0.0"
10814
11253
  }
10815
11254
  },
11255
+ "node_modules/auto-bind": {
11256
+ "version": "5.0.1",
11257
+ "resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-5.0.1.tgz",
11258
+ "integrity": "sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==",
11259
+ "license": "MIT",
11260
+ "engines": {
11261
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11262
+ },
11263
+ "funding": {
11264
+ "url": "https://github.com/sponsors/sindresorhus"
11265
+ }
11266
+ },
10816
11267
  "node_modules/available-typed-arrays": {
10817
11268
  "version": "1.0.7",
10818
11269
  "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
@@ -11314,6 +11765,21 @@
11314
11765
  "url": "https://github.com/chalk/chalk?sponsor=1"
11315
11766
  }
11316
11767
  },
11768
+ "node_modules/chalk/node_modules/ansi-styles": {
11769
+ "version": "4.3.0",
11770
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
11771
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
11772
+ "license": "MIT",
11773
+ "dependencies": {
11774
+ "color-convert": "^2.0.1"
11775
+ },
11776
+ "engines": {
11777
+ "node": ">=8"
11778
+ },
11779
+ "funding": {
11780
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11781
+ }
11782
+ },
11317
11783
  "node_modules/change-case": {
11318
11784
  "version": "4.1.2",
11319
11785
  "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
@@ -11486,6 +11952,18 @@
11486
11952
  "url": "https://github.com/sponsors/sindresorhus"
11487
11953
  }
11488
11954
  },
11955
+ "node_modules/cli-boxes": {
11956
+ "version": "3.0.0",
11957
+ "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
11958
+ "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
11959
+ "license": "MIT",
11960
+ "engines": {
11961
+ "node": ">=10"
11962
+ },
11963
+ "funding": {
11964
+ "url": "https://github.com/sponsors/sindresorhus"
11965
+ }
11966
+ },
11489
11967
  "node_modules/cli-cursor": {
11490
11968
  "version": "5.0.0",
11491
11969
  "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
@@ -11553,18 +12031,6 @@
11553
12031
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
11554
12032
  }
11555
12033
  },
11556
- "node_modules/cli-truncate/node_modules/ansi-styles": {
11557
- "version": "6.2.1",
11558
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
11559
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
11560
- "license": "MIT",
11561
- "engines": {
11562
- "node": ">=12"
11563
- },
11564
- "funding": {
11565
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11566
- }
11567
- },
11568
12034
  "node_modules/cli-truncate/node_modules/emoji-regex": {
11569
12035
  "version": "10.3.0",
11570
12036
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
@@ -11654,6 +12120,21 @@
11654
12120
  "node": ">=12"
11655
12121
  }
11656
12122
  },
12123
+ "node_modules/cliui/node_modules/ansi-styles": {
12124
+ "version": "4.3.0",
12125
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
12126
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
12127
+ "license": "MIT",
12128
+ "dependencies": {
12129
+ "color-convert": "^2.0.1"
12130
+ },
12131
+ "engines": {
12132
+ "node": ">=8"
12133
+ },
12134
+ "funding": {
12135
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
12136
+ }
12137
+ },
11657
12138
  "node_modules/cliui/node_modules/wrap-ansi": {
11658
12139
  "version": "7.0.0",
11659
12140
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
@@ -11681,6 +12162,18 @@
11681
12162
  "node": ">= 0.12.0"
11682
12163
  }
11683
12164
  },
12165
+ "node_modules/code-excerpt": {
12166
+ "version": "4.0.0",
12167
+ "resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz",
12168
+ "integrity": "sha512-xxodCmBen3iy2i0WtAK8FlFNrRzjUqjRsMfho58xT/wvZU1YTM3fCnRjcy1gJPMepaRlgm/0e6w8SpWHpn3/cA==",
12169
+ "license": "MIT",
12170
+ "dependencies": {
12171
+ "convert-to-spaces": "^2.0.1"
12172
+ },
12173
+ "engines": {
12174
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
12175
+ }
12176
+ },
11684
12177
  "node_modules/color-convert": {
11685
12178
  "version": "2.0.1",
11686
12179
  "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
@@ -11861,7 +12354,16 @@
11861
12354
  "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
11862
12355
  "license": "MIT"
11863
12356
  },
11864
- "node_modules/cookie": {
12357
+ "node_modules/convert-to-spaces": {
12358
+ "version": "2.0.1",
12359
+ "resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz",
12360
+ "integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==",
12361
+ "license": "MIT",
12362
+ "engines": {
12363
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
12364
+ }
12365
+ },
12366
+ "node_modules/cookie": {
11865
12367
  "version": "0.7.1",
11866
12368
  "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
11867
12369
  "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
@@ -11981,6 +12483,12 @@
11981
12483
  "node": ">=4"
11982
12484
  }
11983
12485
  },
12486
+ "node_modules/csstype": {
12487
+ "version": "3.1.3",
12488
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
12489
+ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
12490
+ "license": "MIT"
12491
+ },
11984
12492
  "node_modules/csv-parse": {
11985
12493
  "version": "5.5.6",
11986
12494
  "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.6.tgz",
@@ -14368,20 +14876,6 @@
14368
14876
  "node": ">=0.8.0"
14369
14877
  }
14370
14878
  },
14371
- "node_modules/fdir": {
14372
- "version": "6.4.6",
14373
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
14374
- "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
14375
- "license": "MIT",
14376
- "peerDependencies": {
14377
- "picomatch": "^3 || ^4"
14378
- },
14379
- "peerDependenciesMeta": {
14380
- "picomatch": {
14381
- "optional": true
14382
- }
14383
- }
14384
- },
14385
14879
  "node_modules/fetch-blob": {
14386
14880
  "version": "3.2.0",
14387
14881
  "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
@@ -15985,6 +16479,222 @@
15985
16479
  "dev": true,
15986
16480
  "license": "ISC"
15987
16481
  },
16482
+ "node_modules/ink": {
16483
+ "version": "5.0.1",
16484
+ "resolved": "https://registry.npmjs.org/ink/-/ink-5.0.1.tgz",
16485
+ "integrity": "sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==",
16486
+ "license": "MIT",
16487
+ "dependencies": {
16488
+ "@alcalzone/ansi-tokenize": "^0.1.3",
16489
+ "ansi-escapes": "^7.0.0",
16490
+ "ansi-styles": "^6.2.1",
16491
+ "auto-bind": "^5.0.1",
16492
+ "chalk": "^5.3.0",
16493
+ "cli-boxes": "^3.0.0",
16494
+ "cli-cursor": "^4.0.0",
16495
+ "cli-truncate": "^4.0.0",
16496
+ "code-excerpt": "^4.0.0",
16497
+ "indent-string": "^5.0.0",
16498
+ "is-in-ci": "^0.1.0",
16499
+ "lodash": "^4.17.21",
16500
+ "patch-console": "^2.0.0",
16501
+ "react-reconciler": "^0.29.0",
16502
+ "scheduler": "^0.23.0",
16503
+ "signal-exit": "^3.0.7",
16504
+ "slice-ansi": "^7.1.0",
16505
+ "stack-utils": "^2.0.6",
16506
+ "string-width": "^7.0.0",
16507
+ "type-fest": "^4.8.3",
16508
+ "widest-line": "^5.0.0",
16509
+ "wrap-ansi": "^9.0.0",
16510
+ "ws": "^8.15.0",
16511
+ "yoga-wasm-web": "~0.3.3"
16512
+ },
16513
+ "engines": {
16514
+ "node": ">=18"
16515
+ },
16516
+ "peerDependencies": {
16517
+ "@types/react": ">=18.0.0",
16518
+ "react": ">=18.0.0",
16519
+ "react-devtools-core": "^4.19.1"
16520
+ },
16521
+ "peerDependenciesMeta": {
16522
+ "@types/react": {
16523
+ "optional": true
16524
+ },
16525
+ "react-devtools-core": {
16526
+ "optional": true
16527
+ }
16528
+ }
16529
+ },
16530
+ "node_modules/ink/node_modules/ansi-escapes": {
16531
+ "version": "7.0.0",
16532
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
16533
+ "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
16534
+ "license": "MIT",
16535
+ "dependencies": {
16536
+ "environment": "^1.0.0"
16537
+ },
16538
+ "engines": {
16539
+ "node": ">=18"
16540
+ },
16541
+ "funding": {
16542
+ "url": "https://github.com/sponsors/sindresorhus"
16543
+ }
16544
+ },
16545
+ "node_modules/ink/node_modules/ansi-regex": {
16546
+ "version": "6.0.1",
16547
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
16548
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
16549
+ "license": "MIT",
16550
+ "engines": {
16551
+ "node": ">=12"
16552
+ },
16553
+ "funding": {
16554
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
16555
+ }
16556
+ },
16557
+ "node_modules/ink/node_modules/chalk": {
16558
+ "version": "5.4.1",
16559
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
16560
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
16561
+ "license": "MIT",
16562
+ "engines": {
16563
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
16564
+ },
16565
+ "funding": {
16566
+ "url": "https://github.com/chalk/chalk?sponsor=1"
16567
+ }
16568
+ },
16569
+ "node_modules/ink/node_modules/cli-cursor": {
16570
+ "version": "4.0.0",
16571
+ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
16572
+ "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
16573
+ "license": "MIT",
16574
+ "dependencies": {
16575
+ "restore-cursor": "^4.0.0"
16576
+ },
16577
+ "engines": {
16578
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
16579
+ },
16580
+ "funding": {
16581
+ "url": "https://github.com/sponsors/sindresorhus"
16582
+ }
16583
+ },
16584
+ "node_modules/ink/node_modules/emoji-regex": {
16585
+ "version": "10.3.0",
16586
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
16587
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
16588
+ "license": "MIT"
16589
+ },
16590
+ "node_modules/ink/node_modules/indent-string": {
16591
+ "version": "5.0.0",
16592
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
16593
+ "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
16594
+ "license": "MIT",
16595
+ "engines": {
16596
+ "node": ">=12"
16597
+ },
16598
+ "funding": {
16599
+ "url": "https://github.com/sponsors/sindresorhus"
16600
+ }
16601
+ },
16602
+ "node_modules/ink/node_modules/restore-cursor": {
16603
+ "version": "4.0.0",
16604
+ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
16605
+ "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
16606
+ "license": "MIT",
16607
+ "dependencies": {
16608
+ "onetime": "^5.1.0",
16609
+ "signal-exit": "^3.0.2"
16610
+ },
16611
+ "engines": {
16612
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
16613
+ },
16614
+ "funding": {
16615
+ "url": "https://github.com/sponsors/sindresorhus"
16616
+ }
16617
+ },
16618
+ "node_modules/ink/node_modules/string-width": {
16619
+ "version": "7.2.0",
16620
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
16621
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
16622
+ "license": "MIT",
16623
+ "dependencies": {
16624
+ "emoji-regex": "^10.3.0",
16625
+ "get-east-asian-width": "^1.0.0",
16626
+ "strip-ansi": "^7.1.0"
16627
+ },
16628
+ "engines": {
16629
+ "node": ">=18"
16630
+ },
16631
+ "funding": {
16632
+ "url": "https://github.com/sponsors/sindresorhus"
16633
+ }
16634
+ },
16635
+ "node_modules/ink/node_modules/strip-ansi": {
16636
+ "version": "7.1.0",
16637
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
16638
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
16639
+ "license": "MIT",
16640
+ "dependencies": {
16641
+ "ansi-regex": "^6.0.1"
16642
+ },
16643
+ "engines": {
16644
+ "node": ">=12"
16645
+ },
16646
+ "funding": {
16647
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
16648
+ }
16649
+ },
16650
+ "node_modules/ink/node_modules/type-fest": {
16651
+ "version": "4.41.0",
16652
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
16653
+ "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
16654
+ "license": "(MIT OR CC0-1.0)",
16655
+ "engines": {
16656
+ "node": ">=16"
16657
+ },
16658
+ "funding": {
16659
+ "url": "https://github.com/sponsors/sindresorhus"
16660
+ }
16661
+ },
16662
+ "node_modules/ink/node_modules/widest-line": {
16663
+ "version": "5.0.0",
16664
+ "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
16665
+ "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
16666
+ "license": "MIT",
16667
+ "dependencies": {
16668
+ "string-width": "^7.0.0"
16669
+ },
16670
+ "engines": {
16671
+ "node": ">=18"
16672
+ },
16673
+ "funding": {
16674
+ "url": "https://github.com/sponsors/sindresorhus"
16675
+ }
16676
+ },
16677
+ "node_modules/ink/node_modules/ws": {
16678
+ "version": "8.18.2",
16679
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
16680
+ "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
16681
+ "license": "MIT",
16682
+ "engines": {
16683
+ "node": ">=10.0.0"
16684
+ },
16685
+ "peerDependencies": {
16686
+ "bufferutil": "^4.0.1",
16687
+ "utf-8-validate": ">=5.0.2"
16688
+ },
16689
+ "peerDependenciesMeta": {
16690
+ "bufferutil": {
16691
+ "optional": true
16692
+ },
16693
+ "utf-8-validate": {
16694
+ "optional": true
16695
+ }
16696
+ }
16697
+ },
15988
16698
  "node_modules/inline-style-parser": {
15989
16699
  "version": "0.1.1",
15990
16700
  "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
@@ -16340,6 +17050,21 @@
16340
17050
  "url": "https://github.com/sponsors/wooorm"
16341
17051
  }
16342
17052
  },
17053
+ "node_modules/is-in-ci": {
17054
+ "version": "0.1.0",
17055
+ "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz",
17056
+ "integrity": "sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==",
17057
+ "license": "MIT",
17058
+ "bin": {
17059
+ "is-in-ci": "cli.js"
17060
+ },
17061
+ "engines": {
17062
+ "node": ">=18"
17063
+ },
17064
+ "funding": {
17065
+ "url": "https://github.com/sponsors/sindresorhus"
17066
+ }
17067
+ },
16343
17068
  "node_modules/is-map": {
16344
17069
  "version": "2.0.3",
16345
17070
  "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
@@ -17303,9 +18028,9 @@
17303
18028
  }
17304
18029
  },
17305
18030
  "node_modules/listr2": {
17306
- "version": "8.2.4",
17307
- "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.4.tgz",
17308
- "integrity": "sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==",
18031
+ "version": "8.3.3",
18032
+ "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.3.3.tgz",
18033
+ "integrity": "sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==",
17309
18034
  "license": "MIT",
17310
18035
  "dependencies": {
17311
18036
  "cli-truncate": "^4.0.0",
@@ -17319,85 +18044,6 @@
17319
18044
  "node": ">=18.0.0"
17320
18045
  }
17321
18046
  },
17322
- "node_modules/listr2/node_modules/ansi-regex": {
17323
- "version": "6.0.1",
17324
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
17325
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
17326
- "license": "MIT",
17327
- "engines": {
17328
- "node": ">=12"
17329
- },
17330
- "funding": {
17331
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
17332
- }
17333
- },
17334
- "node_modules/listr2/node_modules/ansi-styles": {
17335
- "version": "6.2.1",
17336
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
17337
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
17338
- "license": "MIT",
17339
- "engines": {
17340
- "node": ">=12"
17341
- },
17342
- "funding": {
17343
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
17344
- }
17345
- },
17346
- "node_modules/listr2/node_modules/emoji-regex": {
17347
- "version": "10.3.0",
17348
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
17349
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
17350
- "license": "MIT"
17351
- },
17352
- "node_modules/listr2/node_modules/string-width": {
17353
- "version": "7.2.0",
17354
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
17355
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
17356
- "license": "MIT",
17357
- "dependencies": {
17358
- "emoji-regex": "^10.3.0",
17359
- "get-east-asian-width": "^1.0.0",
17360
- "strip-ansi": "^7.1.0"
17361
- },
17362
- "engines": {
17363
- "node": ">=18"
17364
- },
17365
- "funding": {
17366
- "url": "https://github.com/sponsors/sindresorhus"
17367
- }
17368
- },
17369
- "node_modules/listr2/node_modules/strip-ansi": {
17370
- "version": "7.1.0",
17371
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
17372
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
17373
- "license": "MIT",
17374
- "dependencies": {
17375
- "ansi-regex": "^6.0.1"
17376
- },
17377
- "engines": {
17378
- "node": ">=12"
17379
- },
17380
- "funding": {
17381
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
17382
- }
17383
- },
17384
- "node_modules/listr2/node_modules/wrap-ansi": {
17385
- "version": "9.0.0",
17386
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
17387
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
17388
- "license": "MIT",
17389
- "dependencies": {
17390
- "ansi-styles": "^6.2.1",
17391
- "string-width": "^7.0.0",
17392
- "strip-ansi": "^7.1.0"
17393
- },
17394
- "engines": {
17395
- "node": ">=18"
17396
- },
17397
- "funding": {
17398
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
17399
- }
17400
- },
17401
18047
  "node_modules/locate-path": {
17402
18048
  "version": "5.0.0",
17403
18049
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -17415,7 +18061,6 @@
17415
18061
  "version": "4.17.21",
17416
18062
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
17417
18063
  "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
17418
- "dev": true,
17419
18064
  "license": "MIT"
17420
18065
  },
17421
18066
  "node_modules/lodash.camelcase": {
@@ -17612,41 +18257,6 @@
17612
18257
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
17613
18258
  }
17614
18259
  },
17615
- "node_modules/log-update/node_modules/ansi-styles": {
17616
- "version": "6.2.1",
17617
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
17618
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
17619
- "license": "MIT",
17620
- "engines": {
17621
- "node": ">=12"
17622
- },
17623
- "funding": {
17624
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
17625
- }
17626
- },
17627
- "node_modules/log-update/node_modules/emoji-regex": {
17628
- "version": "10.3.0",
17629
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
17630
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
17631
- "license": "MIT"
17632
- },
17633
- "node_modules/log-update/node_modules/string-width": {
17634
- "version": "7.2.0",
17635
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
17636
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
17637
- "license": "MIT",
17638
- "dependencies": {
17639
- "emoji-regex": "^10.3.0",
17640
- "get-east-asian-width": "^1.0.0",
17641
- "strip-ansi": "^7.1.0"
17642
- },
17643
- "engines": {
17644
- "node": ">=18"
17645
- },
17646
- "funding": {
17647
- "url": "https://github.com/sponsors/sindresorhus"
17648
- }
17649
- },
17650
18260
  "node_modules/log-update/node_modules/strip-ansi": {
17651
18261
  "version": "7.1.0",
17652
18262
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
@@ -17662,23 +18272,6 @@
17662
18272
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
17663
18273
  }
17664
18274
  },
17665
- "node_modules/log-update/node_modules/wrap-ansi": {
17666
- "version": "9.0.0",
17667
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
17668
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
17669
- "license": "MIT",
17670
- "dependencies": {
17671
- "ansi-styles": "^6.2.1",
17672
- "string-width": "^7.0.0",
17673
- "strip-ansi": "^7.1.0"
17674
- },
17675
- "engines": {
17676
- "node": ">=18"
17677
- },
17678
- "funding": {
17679
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
17680
- }
17681
- },
17682
18275
  "node_modules/long": {
17683
18276
  "version": "5.2.3",
17684
18277
  "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
@@ -17695,6 +18288,18 @@
17695
18288
  "url": "https://github.com/sponsors/wooorm"
17696
18289
  }
17697
18290
  },
18291
+ "node_modules/loose-envify": {
18292
+ "version": "1.4.0",
18293
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
18294
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
18295
+ "license": "MIT",
18296
+ "dependencies": {
18297
+ "js-tokens": "^3.0.0 || ^4.0.0"
18298
+ },
18299
+ "bin": {
18300
+ "loose-envify": "cli.js"
18301
+ }
18302
+ },
17698
18303
  "node_modules/loupe": {
17699
18304
  "version": "2.3.7",
17700
18305
  "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz",
@@ -18245,28 +18850,16 @@
18245
18850
  }
18246
18851
  },
18247
18852
  "node_modules/micromatch": {
18248
- "version": "4.0.8",
18249
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
18250
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
18251
- "license": "MIT",
18252
- "dependencies": {
18253
- "braces": "^3.0.3",
18254
- "picomatch": "^2.3.1"
18255
- },
18256
- "engines": {
18257
- "node": ">=8.6"
18258
- }
18259
- },
18260
- "node_modules/micromatch/node_modules/picomatch": {
18261
- "version": "2.3.1",
18262
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
18263
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
18853
+ "version": "4.0.8",
18854
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
18855
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
18264
18856
  "license": "MIT",
18857
+ "dependencies": {
18858
+ "braces": "^3.0.3",
18859
+ "picomatch": "^2.3.1"
18860
+ },
18265
18861
  "engines": {
18266
18862
  "node": ">=8.6"
18267
- },
18268
- "funding": {
18269
- "url": "https://github.com/sponsors/jonschlinkert"
18270
18863
  }
18271
18864
  },
18272
18865
  "node_modules/mime": {
@@ -18310,7 +18903,6 @@
18310
18903
  "version": "2.1.0",
18311
18904
  "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
18312
18905
  "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
18313
- "dev": true,
18314
18906
  "license": "MIT",
18315
18907
  "engines": {
18316
18908
  "node": ">=6"
@@ -18480,6 +19072,22 @@
18480
19072
  "node": ">= 14.0.0"
18481
19073
  }
18482
19074
  },
19075
+ "node_modules/mocha/node_modules/ansi-styles": {
19076
+ "version": "4.3.0",
19077
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
19078
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
19079
+ "dev": true,
19080
+ "license": "MIT",
19081
+ "dependencies": {
19082
+ "color-convert": "^2.0.1"
19083
+ },
19084
+ "engines": {
19085
+ "node": ">=8"
19086
+ },
19087
+ "funding": {
19088
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
19089
+ }
19090
+ },
18483
19091
  "node_modules/mocha/node_modules/cliui": {
18484
19092
  "version": "7.0.4",
18485
19093
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
@@ -18986,6 +19594,22 @@
18986
19594
  "node": ">=18"
18987
19595
  }
18988
19596
  },
19597
+ "node_modules/nyc/node_modules/ansi-styles": {
19598
+ "version": "4.3.0",
19599
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
19600
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
19601
+ "dev": true,
19602
+ "license": "MIT",
19603
+ "dependencies": {
19604
+ "color-convert": "^2.0.1"
19605
+ },
19606
+ "engines": {
19607
+ "node": ">=8"
19608
+ },
19609
+ "funding": {
19610
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
19611
+ }
19612
+ },
18989
19613
  "node_modules/nyc/node_modules/cliui": {
18990
19614
  "version": "6.0.0",
18991
19615
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
@@ -19026,6 +19650,21 @@
19026
19650
  "url": "https://github.com/sponsors/isaacs"
19027
19651
  }
19028
19652
  },
19653
+ "node_modules/nyc/node_modules/wrap-ansi": {
19654
+ "version": "6.2.0",
19655
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
19656
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
19657
+ "dev": true,
19658
+ "license": "MIT",
19659
+ "dependencies": {
19660
+ "ansi-styles": "^4.0.0",
19661
+ "string-width": "^4.1.0",
19662
+ "strip-ansi": "^6.0.0"
19663
+ },
19664
+ "engines": {
19665
+ "node": ">=8"
19666
+ }
19667
+ },
19029
19668
  "node_modules/nyc/node_modules/y18n": {
19030
19669
  "version": "4.0.3",
19031
19670
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
@@ -19070,6 +19709,15 @@
19070
19709
  "node": ">=6"
19071
19710
  }
19072
19711
  },
19712
+ "node_modules/object-hash": {
19713
+ "version": "3.0.0",
19714
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
19715
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
19716
+ "license": "MIT",
19717
+ "engines": {
19718
+ "node": ">= 6"
19719
+ }
19720
+ },
19073
19721
  "node_modules/object-inspect": {
19074
19722
  "version": "1.13.4",
19075
19723
  "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
@@ -19297,7 +19945,6 @@
19297
19945
  "version": "5.1.2",
19298
19946
  "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
19299
19947
  "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
19300
- "dev": true,
19301
19948
  "license": "MIT",
19302
19949
  "dependencies": {
19303
19950
  "mimic-fn": "^2.1.0"
@@ -19546,6 +20193,15 @@
19546
20193
  "tslib": "^2.0.3"
19547
20194
  }
19548
20195
  },
20196
+ "node_modules/patch-console": {
20197
+ "version": "2.0.0",
20198
+ "resolved": "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz",
20199
+ "integrity": "sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==",
20200
+ "license": "MIT",
20201
+ "engines": {
20202
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
20203
+ }
20204
+ },
19549
20205
  "node_modules/path-case": {
19550
20206
  "version": "3.0.4",
19551
20207
  "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
@@ -19647,12 +20303,12 @@
19647
20303
  "license": "ISC"
19648
20304
  },
19649
20305
  "node_modules/picomatch": {
19650
- "version": "4.0.2",
19651
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
19652
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
20306
+ "version": "2.3.1",
20307
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
20308
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
19653
20309
  "license": "MIT",
19654
20310
  "engines": {
19655
- "node": ">=12"
20311
+ "node": ">=8.6"
19656
20312
  },
19657
20313
  "funding": {
19658
20314
  "url": "https://github.com/sponsors/jonschlinkert"
@@ -20188,6 +20844,34 @@
20188
20844
  "node": ">= 0.8"
20189
20845
  }
20190
20846
  },
20847
+ "node_modules/react": {
20848
+ "version": "18.3.1",
20849
+ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
20850
+ "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
20851
+ "license": "MIT",
20852
+ "dependencies": {
20853
+ "loose-envify": "^1.1.0"
20854
+ },
20855
+ "engines": {
20856
+ "node": ">=0.10.0"
20857
+ }
20858
+ },
20859
+ "node_modules/react-reconciler": {
20860
+ "version": "0.29.2",
20861
+ "resolved": "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.29.2.tgz",
20862
+ "integrity": "sha512-zZQqIiYgDCTP/f1N/mAR10nJGrPD2ZR+jDSEsKWJHYC7Cm2wodlwbR3upZRdC3cjIjSlTLNVyO7Iu0Yy7t2AYg==",
20863
+ "license": "MIT",
20864
+ "dependencies": {
20865
+ "loose-envify": "^1.1.0",
20866
+ "scheduler": "^0.23.2"
20867
+ },
20868
+ "engines": {
20869
+ "node": ">=0.10.0"
20870
+ },
20871
+ "peerDependencies": {
20872
+ "react": "^18.3.1"
20873
+ }
20874
+ },
20191
20875
  "node_modules/read-pkg": {
20192
20876
  "version": "5.2.0",
20193
20877
  "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
@@ -20288,18 +20972,6 @@
20288
20972
  "node": ">=8.10.0"
20289
20973
  }
20290
20974
  },
20291
- "node_modules/readdirp/node_modules/picomatch": {
20292
- "version": "2.3.1",
20293
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
20294
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
20295
- "license": "MIT",
20296
- "engines": {
20297
- "node": ">=8.6"
20298
- },
20299
- "funding": {
20300
- "url": "https://github.com/sponsors/jonschlinkert"
20301
- }
20302
- },
20303
20975
  "node_modules/real-require": {
20304
20976
  "version": "0.2.0",
20305
20977
  "resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
@@ -20906,6 +21578,15 @@
20906
21578
  "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
20907
21579
  "license": "ISC"
20908
21580
  },
21581
+ "node_modules/scheduler": {
21582
+ "version": "0.23.2",
21583
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
21584
+ "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
21585
+ "license": "MIT",
21586
+ "dependencies": {
21587
+ "loose-envify": "^1.1.0"
21588
+ }
21589
+ },
20909
21590
  "node_modules/section-matter": {
20910
21591
  "version": "1.0.0",
20911
21592
  "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz",
@@ -21340,18 +22021,6 @@
21340
22021
  "url": "https://github.com/chalk/slice-ansi?sponsor=1"
21341
22022
  }
21342
22023
  },
21343
- "node_modules/slice-ansi/node_modules/ansi-styles": {
21344
- "version": "6.2.1",
21345
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
21346
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
21347
- "license": "MIT",
21348
- "engines": {
21349
- "node": ">=12"
21350
- },
21351
- "funding": {
21352
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
21353
- }
21354
- },
21355
22024
  "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
21356
22025
  "version": "5.0.0",
21357
22026
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
@@ -21428,21 +22097,6 @@
21428
22097
  "sort-package-json": "cli.js"
21429
22098
  }
21430
22099
  },
21431
- "node_modules/sort-package-json/node_modules/fdir": {
21432
- "version": "6.4.3",
21433
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
21434
- "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
21435
- "dev": true,
21436
- "license": "MIT",
21437
- "peerDependencies": {
21438
- "picomatch": "^3 || ^4"
21439
- },
21440
- "peerDependenciesMeta": {
21441
- "picomatch": {
21442
- "optional": true
21443
- }
21444
- }
21445
- },
21446
22100
  "node_modules/sort-package-json/node_modules/is-plain-obj": {
21447
22101
  "version": "4.1.0",
21448
22102
  "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
@@ -21456,20 +22110,6 @@
21456
22110
  "url": "https://github.com/sponsors/sindresorhus"
21457
22111
  }
21458
22112
  },
21459
- "node_modules/sort-package-json/node_modules/tinyglobby": {
21460
- "version": "0.2.10",
21461
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
21462
- "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
21463
- "dev": true,
21464
- "license": "MIT",
21465
- "dependencies": {
21466
- "fdir": "^6.4.2",
21467
- "picomatch": "^4.0.2"
21468
- },
21469
- "engines": {
21470
- "node": ">=12.0.0"
21471
- }
21472
- },
21473
22113
  "node_modules/source-map": {
21474
22114
  "version": "0.6.1",
21475
22115
  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@@ -21597,6 +22237,27 @@
21597
22237
  "url": "https://github.com/sponsors/sindresorhus"
21598
22238
  }
21599
22239
  },
22240
+ "node_modules/stack-utils": {
22241
+ "version": "2.0.6",
22242
+ "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
22243
+ "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
22244
+ "license": "MIT",
22245
+ "dependencies": {
22246
+ "escape-string-regexp": "^2.0.0"
22247
+ },
22248
+ "engines": {
22249
+ "node": ">=10"
22250
+ }
22251
+ },
22252
+ "node_modules/stack-utils/node_modules/escape-string-regexp": {
22253
+ "version": "2.0.0",
22254
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
22255
+ "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
22256
+ "license": "MIT",
22257
+ "engines": {
22258
+ "node": ">=8"
22259
+ }
22260
+ },
21600
22261
  "node_modules/statuses": {
21601
22262
  "version": "2.0.1",
21602
22263
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
@@ -22034,6 +22695,32 @@
22034
22695
  "url": "https://github.com/sponsors/SuperchupuDev"
22035
22696
  }
22036
22697
  },
22698
+ "node_modules/tinyglobby/node_modules/fdir": {
22699
+ "version": "6.4.6",
22700
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
22701
+ "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
22702
+ "license": "MIT",
22703
+ "peerDependencies": {
22704
+ "picomatch": "^3 || ^4"
22705
+ },
22706
+ "peerDependenciesMeta": {
22707
+ "picomatch": {
22708
+ "optional": true
22709
+ }
22710
+ }
22711
+ },
22712
+ "node_modules/tinyglobby/node_modules/picomatch": {
22713
+ "version": "4.0.2",
22714
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
22715
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
22716
+ "license": "MIT",
22717
+ "engines": {
22718
+ "node": ">=12"
22719
+ },
22720
+ "funding": {
22721
+ "url": "https://github.com/sponsors/jonschlinkert"
22722
+ }
22723
+ },
22037
22724
  "node_modules/tmp": {
22038
22725
  "version": "0.0.33",
22039
22726
  "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
@@ -23126,17 +23813,20 @@
23126
23813
  "license": "Apache-2.0"
23127
23814
  },
23128
23815
  "node_modules/wrap-ansi": {
23129
- "version": "6.2.0",
23130
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
23131
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
23816
+ "version": "9.0.0",
23817
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
23818
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
23132
23819
  "license": "MIT",
23133
23820
  "dependencies": {
23134
- "ansi-styles": "^4.0.0",
23135
- "string-width": "^4.1.0",
23136
- "strip-ansi": "^6.0.0"
23821
+ "ansi-styles": "^6.2.1",
23822
+ "string-width": "^7.0.0",
23823
+ "strip-ansi": "^7.1.0"
23137
23824
  },
23138
23825
  "engines": {
23139
- "node": ">=8"
23826
+ "node": ">=18"
23827
+ },
23828
+ "funding": {
23829
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
23140
23830
  }
23141
23831
  },
23142
23832
  "node_modules/wrap-ansi-cjs": {
@@ -23157,6 +23847,71 @@
23157
23847
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
23158
23848
  }
23159
23849
  },
23850
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
23851
+ "version": "4.3.0",
23852
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
23853
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
23854
+ "license": "MIT",
23855
+ "dependencies": {
23856
+ "color-convert": "^2.0.1"
23857
+ },
23858
+ "engines": {
23859
+ "node": ">=8"
23860
+ },
23861
+ "funding": {
23862
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
23863
+ }
23864
+ },
23865
+ "node_modules/wrap-ansi/node_modules/ansi-regex": {
23866
+ "version": "6.0.1",
23867
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
23868
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
23869
+ "license": "MIT",
23870
+ "engines": {
23871
+ "node": ">=12"
23872
+ },
23873
+ "funding": {
23874
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
23875
+ }
23876
+ },
23877
+ "node_modules/wrap-ansi/node_modules/emoji-regex": {
23878
+ "version": "10.3.0",
23879
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
23880
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
23881
+ "license": "MIT"
23882
+ },
23883
+ "node_modules/wrap-ansi/node_modules/string-width": {
23884
+ "version": "7.2.0",
23885
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
23886
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
23887
+ "license": "MIT",
23888
+ "dependencies": {
23889
+ "emoji-regex": "^10.3.0",
23890
+ "get-east-asian-width": "^1.0.0",
23891
+ "strip-ansi": "^7.1.0"
23892
+ },
23893
+ "engines": {
23894
+ "node": ">=18"
23895
+ },
23896
+ "funding": {
23897
+ "url": "https://github.com/sponsors/sindresorhus"
23898
+ }
23899
+ },
23900
+ "node_modules/wrap-ansi/node_modules/strip-ansi": {
23901
+ "version": "7.1.0",
23902
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
23903
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
23904
+ "license": "MIT",
23905
+ "dependencies": {
23906
+ "ansi-regex": "^6.0.1"
23907
+ },
23908
+ "engines": {
23909
+ "node": ">=12"
23910
+ },
23911
+ "funding": {
23912
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
23913
+ }
23914
+ },
23160
23915
  "node_modules/wrappy": {
23161
23916
  "version": "1.0.2",
23162
23917
  "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
@@ -23384,6 +24139,12 @@
23384
24139
  "url": "https://github.com/sponsors/sindresorhus"
23385
24140
  }
23386
24141
  },
24142
+ "node_modules/yoga-wasm-web": {
24143
+ "version": "0.3.3",
24144
+ "resolved": "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz",
24145
+ "integrity": "sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==",
24146
+ "license": "MIT"
24147
+ },
23387
24148
  "node_modules/zwitch": {
23388
24149
  "version": "1.0.5",
23389
24150
  "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz",