@salesforce/plugin-agent 1.14.0 → 1.14.1-dev.1

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,19 +1,19 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-agent",
3
- "version": "1.14.0",
3
+ "version": "1.14.1-dev.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-agent",
9
- "version": "1.14.0",
9
+ "version": "1.14.1-dev.1",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/figures": "^1.0.7",
13
13
  "@inquirer/prompts": "^7.2.0",
14
14
  "@oclif/core": "^4",
15
15
  "@oclif/multi-stage-output": "^0.7.12",
16
- "@salesforce/agents": "^0.9.2",
16
+ "@salesforce/agents": "0.9.5-dev.1",
17
17
  "@salesforce/core": "^8.8.0",
18
18
  "@salesforce/kit": "^3.2.1",
19
19
  "@salesforce/sf-plugins-core": "^12.1.0",
@@ -2209,6 +2209,21 @@
2209
2209
  "node": ">=18"
2210
2210
  }
2211
2211
  },
2212
+ "node_modules/@inquirer/confirm/node_modules/ansi-styles": {
2213
+ "version": "4.3.0",
2214
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2215
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2216
+ "license": "MIT",
2217
+ "dependencies": {
2218
+ "color-convert": "^2.0.1"
2219
+ },
2220
+ "engines": {
2221
+ "node": ">=8"
2222
+ },
2223
+ "funding": {
2224
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2225
+ }
2226
+ },
2212
2227
  "node_modules/@inquirer/confirm/node_modules/signal-exit": {
2213
2228
  "version": "4.1.0",
2214
2229
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2221,6 +2236,20 @@
2221
2236
  "url": "https://github.com/sponsors/isaacs"
2222
2237
  }
2223
2238
  },
2239
+ "node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
2240
+ "version": "6.2.0",
2241
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2242
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2243
+ "license": "MIT",
2244
+ "dependencies": {
2245
+ "ansi-styles": "^4.0.0",
2246
+ "string-width": "^4.1.0",
2247
+ "strip-ansi": "^6.0.0"
2248
+ },
2249
+ "engines": {
2250
+ "node": ">=8"
2251
+ }
2252
+ },
2224
2253
  "node_modules/@inquirer/core": {
2225
2254
  "version": "10.1.4",
2226
2255
  "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.4.tgz",
@@ -2241,6 +2270,21 @@
2241
2270
  "node": ">=18"
2242
2271
  }
2243
2272
  },
2273
+ "node_modules/@inquirer/core/node_modules/ansi-styles": {
2274
+ "version": "4.3.0",
2275
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2276
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2277
+ "license": "MIT",
2278
+ "dependencies": {
2279
+ "color-convert": "^2.0.1"
2280
+ },
2281
+ "engines": {
2282
+ "node": ">=8"
2283
+ },
2284
+ "funding": {
2285
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2286
+ }
2287
+ },
2244
2288
  "node_modules/@inquirer/core/node_modules/mute-stream": {
2245
2289
  "version": "2.0.0",
2246
2290
  "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
@@ -2262,6 +2306,20 @@
2262
2306
  "url": "https://github.com/sponsors/isaacs"
2263
2307
  }
2264
2308
  },
2309
+ "node_modules/@inquirer/core/node_modules/wrap-ansi": {
2310
+ "version": "6.2.0",
2311
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2312
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2313
+ "license": "MIT",
2314
+ "dependencies": {
2315
+ "ansi-styles": "^4.0.0",
2316
+ "string-width": "^4.1.0",
2317
+ "strip-ansi": "^6.0.0"
2318
+ },
2319
+ "engines": {
2320
+ "node": ">=8"
2321
+ }
2322
+ },
2265
2323
  "node_modules/@inquirer/editor": {
2266
2324
  "version": "4.2.3",
2267
2325
  "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.3.tgz",
@@ -2357,6 +2415,22 @@
2357
2415
  "node": ">=18"
2358
2416
  }
2359
2417
  },
2418
+ "node_modules/@inquirer/input/node_modules/ansi-styles": {
2419
+ "version": "4.3.0",
2420
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2421
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2422
+ "dev": true,
2423
+ "license": "MIT",
2424
+ "dependencies": {
2425
+ "color-convert": "^2.0.1"
2426
+ },
2427
+ "engines": {
2428
+ "node": ">=8"
2429
+ },
2430
+ "funding": {
2431
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2432
+ }
2433
+ },
2360
2434
  "node_modules/@inquirer/input/node_modules/signal-exit": {
2361
2435
  "version": "4.1.0",
2362
2436
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2370,6 +2444,21 @@
2370
2444
  "url": "https://github.com/sponsors/isaacs"
2371
2445
  }
2372
2446
  },
2447
+ "node_modules/@inquirer/input/node_modules/wrap-ansi": {
2448
+ "version": "6.2.0",
2449
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2450
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2451
+ "dev": true,
2452
+ "license": "MIT",
2453
+ "dependencies": {
2454
+ "ansi-styles": "^4.0.0",
2455
+ "string-width": "^4.1.0",
2456
+ "strip-ansi": "^6.0.0"
2457
+ },
2458
+ "engines": {
2459
+ "node": ">=8"
2460
+ }
2461
+ },
2373
2462
  "node_modules/@inquirer/number": {
2374
2463
  "version": "3.0.6",
2375
2464
  "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.6.tgz",
@@ -2436,6 +2525,21 @@
2436
2525
  "node": ">=18"
2437
2526
  }
2438
2527
  },
2528
+ "node_modules/@inquirer/password/node_modules/ansi-styles": {
2529
+ "version": "4.3.0",
2530
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2531
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2532
+ "license": "MIT",
2533
+ "dependencies": {
2534
+ "color-convert": "^2.0.1"
2535
+ },
2536
+ "engines": {
2537
+ "node": ">=8"
2538
+ },
2539
+ "funding": {
2540
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2541
+ }
2542
+ },
2439
2543
  "node_modules/@inquirer/password/node_modules/signal-exit": {
2440
2544
  "version": "4.1.0",
2441
2545
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2448,6 +2552,20 @@
2448
2552
  "url": "https://github.com/sponsors/isaacs"
2449
2553
  }
2450
2554
  },
2555
+ "node_modules/@inquirer/password/node_modules/wrap-ansi": {
2556
+ "version": "6.2.0",
2557
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2558
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2559
+ "license": "MIT",
2560
+ "dependencies": {
2561
+ "ansi-styles": "^4.0.0",
2562
+ "string-width": "^4.1.0",
2563
+ "strip-ansi": "^6.0.0"
2564
+ },
2565
+ "engines": {
2566
+ "node": ">=8"
2567
+ }
2568
+ },
2451
2569
  "node_modules/@inquirer/prompts": {
2452
2570
  "version": "7.2.3",
2453
2571
  "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.2.3.tgz",
@@ -2630,6 +2748,22 @@
2630
2748
  "node": ">=18"
2631
2749
  }
2632
2750
  },
2751
+ "node_modules/@inquirer/select/node_modules/ansi-styles": {
2752
+ "version": "4.3.0",
2753
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2754
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2755
+ "dev": true,
2756
+ "license": "MIT",
2757
+ "dependencies": {
2758
+ "color-convert": "^2.0.1"
2759
+ },
2760
+ "engines": {
2761
+ "node": ">=8"
2762
+ },
2763
+ "funding": {
2764
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2765
+ }
2766
+ },
2633
2767
  "node_modules/@inquirer/select/node_modules/signal-exit": {
2634
2768
  "version": "4.1.0",
2635
2769
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2643,6 +2777,21 @@
2643
2777
  "url": "https://github.com/sponsors/isaacs"
2644
2778
  }
2645
2779
  },
2780
+ "node_modules/@inquirer/select/node_modules/wrap-ansi": {
2781
+ "version": "6.2.0",
2782
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2783
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2784
+ "dev": true,
2785
+ "license": "MIT",
2786
+ "dependencies": {
2787
+ "ansi-styles": "^4.0.0",
2788
+ "string-width": "^4.1.0",
2789
+ "strip-ansi": "^6.0.0"
2790
+ },
2791
+ "engines": {
2792
+ "node": ">=8"
2793
+ }
2794
+ },
2646
2795
  "node_modules/@inquirer/type": {
2647
2796
  "version": "3.0.2",
2648
2797
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.2.tgz",
@@ -3046,73 +3195,6 @@
3046
3195
  "node": ">=18.0.0"
3047
3196
  }
3048
3197
  },
3049
- "node_modules/@oclif/multi-stage-output/node_modules/ansi-regex": {
3050
- "version": "6.0.1",
3051
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
3052
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
3053
- "license": "MIT",
3054
- "engines": {
3055
- "node": ">=12"
3056
- },
3057
- "funding": {
3058
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3059
- }
3060
- },
3061
- "node_modules/@oclif/multi-stage-output/node_modules/emoji-regex": {
3062
- "version": "10.3.0",
3063
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
3064
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
3065
- "license": "MIT"
3066
- },
3067
- "node_modules/@oclif/multi-stage-output/node_modules/string-width": {
3068
- "version": "7.2.0",
3069
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
3070
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
3071
- "license": "MIT",
3072
- "dependencies": {
3073
- "emoji-regex": "^10.3.0",
3074
- "get-east-asian-width": "^1.0.0",
3075
- "strip-ansi": "^7.1.0"
3076
- },
3077
- "engines": {
3078
- "node": ">=18"
3079
- },
3080
- "funding": {
3081
- "url": "https://github.com/sponsors/sindresorhus"
3082
- }
3083
- },
3084
- "node_modules/@oclif/multi-stage-output/node_modules/strip-ansi": {
3085
- "version": "7.1.0",
3086
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3087
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
3088
- "license": "MIT",
3089
- "dependencies": {
3090
- "ansi-regex": "^6.0.1"
3091
- },
3092
- "engines": {
3093
- "node": ">=12"
3094
- },
3095
- "funding": {
3096
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3097
- }
3098
- },
3099
- "node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi": {
3100
- "version": "9.0.0",
3101
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
3102
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
3103
- "license": "MIT",
3104
- "dependencies": {
3105
- "ansi-styles": "^6.2.1",
3106
- "string-width": "^7.0.0",
3107
- "strip-ansi": "^7.1.0"
3108
- },
3109
- "engines": {
3110
- "node": ">=18"
3111
- },
3112
- "funding": {
3113
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3114
- }
3115
- },
3116
3198
  "node_modules/@oclif/plugin-command-snapshot": {
3117
3199
  "version": "5.2.19",
3118
3200
  "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.19.tgz",
@@ -3248,7 +3330,237 @@
3248
3330
  "node": ">=18.0.0"
3249
3331
  }
3250
3332
  },
3251
- "node_modules/@oclif/table/node_modules/ansi-regex": {
3333
+ "node_modules/@oclif/table/node_modules/ansi-regex": {
3334
+ "version": "6.0.1",
3335
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
3336
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
3337
+ "license": "MIT",
3338
+ "engines": {
3339
+ "node": ">=12"
3340
+ },
3341
+ "funding": {
3342
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3343
+ }
3344
+ },
3345
+ "node_modules/@oclif/table/node_modules/change-case": {
3346
+ "version": "5.4.4",
3347
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
3348
+ "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
3349
+ "license": "MIT"
3350
+ },
3351
+ "node_modules/@oclif/table/node_modules/strip-ansi": {
3352
+ "version": "7.1.0",
3353
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3354
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
3355
+ "license": "MIT",
3356
+ "dependencies": {
3357
+ "ansi-regex": "^6.0.1"
3358
+ },
3359
+ "engines": {
3360
+ "node": ">=12"
3361
+ },
3362
+ "funding": {
3363
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3364
+ }
3365
+ },
3366
+ "node_modules/@oclif/test": {
3367
+ "version": "4.1.0",
3368
+ "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.0.tgz",
3369
+ "integrity": "sha512-2ugir6NhRsWJqHM9d2lMEWNiOTD678Jlx5chF/fg6TCAlc7E6E/6+zt+polrCTnTIpih5P/HxOtDekgtjgARwQ==",
3370
+ "dev": true,
3371
+ "license": "MIT",
3372
+ "dependencies": {
3373
+ "ansis": "^3.3.2",
3374
+ "debug": "^4.3.6"
3375
+ },
3376
+ "engines": {
3377
+ "node": ">=18.0.0"
3378
+ },
3379
+ "peerDependencies": {
3380
+ "@oclif/core": ">= 3.0.0"
3381
+ }
3382
+ },
3383
+ "node_modules/@pkgjs/parseargs": {
3384
+ "version": "0.11.0",
3385
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
3386
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
3387
+ "dev": true,
3388
+ "license": "MIT",
3389
+ "optional": true,
3390
+ "engines": {
3391
+ "node": ">=14"
3392
+ }
3393
+ },
3394
+ "node_modules/@salesforce/agents": {
3395
+ "version": "0.9.5-dev.1",
3396
+ "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.9.5-dev.1.tgz",
3397
+ "integrity": "sha512-3NUC3D2rK1EDtlSGDAfqK2vmhjcdvGq4uu223fszKO5eZHyqlqw8FBALANykmpqITV0ZD5KMTBNsYj7FfZ6jSw==",
3398
+ "license": "BSD-3-Clause",
3399
+ "dependencies": {
3400
+ "@salesforce/core": "^8.8.2",
3401
+ "@salesforce/kit": "^3.2.3",
3402
+ "@salesforce/sf-plugins-core": "^12.1.3",
3403
+ "@salesforce/source-deploy-retrieve": "^12.14.1",
3404
+ "ansis": "^3.10.0",
3405
+ "fast-xml-parser": "^4.5.1",
3406
+ "nock": "^13.5.6",
3407
+ "yaml": "^2.7.0"
3408
+ },
3409
+ "engines": {
3410
+ "node": ">=18.0.0"
3411
+ }
3412
+ },
3413
+ "node_modules/@salesforce/agents/node_modules/@oclif/core": {
3414
+ "version": "4.2.6",
3415
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.6.tgz",
3416
+ "integrity": "sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww==",
3417
+ "license": "MIT",
3418
+ "dependencies": {
3419
+ "ansi-escapes": "^4.3.2",
3420
+ "ansis": "^3.10.0",
3421
+ "clean-stack": "^3.0.1",
3422
+ "cli-spinners": "^2.9.2",
3423
+ "debug": "^4.4.0",
3424
+ "ejs": "^3.1.10",
3425
+ "get-package-type": "^0.1.0",
3426
+ "globby": "^11.1.0",
3427
+ "indent-string": "^4.0.0",
3428
+ "is-wsl": "^2.2.0",
3429
+ "lilconfig": "^3.1.3",
3430
+ "minimatch": "^9.0.5",
3431
+ "semver": "^7.6.3",
3432
+ "string-width": "^4.2.3",
3433
+ "supports-color": "^8",
3434
+ "widest-line": "^3.1.0",
3435
+ "wordwrap": "^1.0.0",
3436
+ "wrap-ansi": "^7.0.0"
3437
+ },
3438
+ "engines": {
3439
+ "node": ">=18.0.0"
3440
+ }
3441
+ },
3442
+ "node_modules/@salesforce/agents/node_modules/@oclif/table": {
3443
+ "version": "0.4.6",
3444
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.6.tgz",
3445
+ "integrity": "sha512-NXh72vHHYnDrWPmVfh4i7kDydz3CXm/tSAr17fWhmWfMM+8jGn5uo6FXtvB0cd9s4skvDqzoRcsRwOeR73zIKA==",
3446
+ "license": "MIT",
3447
+ "dependencies": {
3448
+ "@types/react": "^18.3.12",
3449
+ "change-case": "^5.4.4",
3450
+ "cli-truncate": "^4.0.0",
3451
+ "ink": "5.0.1",
3452
+ "natural-orderby": "^3.0.2",
3453
+ "object-hash": "^3.0.0",
3454
+ "react": "^18.3.1",
3455
+ "strip-ansi": "^7.1.0",
3456
+ "wrap-ansi": "^9.0.0"
3457
+ },
3458
+ "engines": {
3459
+ "node": ">=18.0.0"
3460
+ }
3461
+ },
3462
+ "node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/ansi-styles": {
3463
+ "version": "6.2.1",
3464
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
3465
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
3466
+ "license": "MIT",
3467
+ "engines": {
3468
+ "node": ">=12"
3469
+ },
3470
+ "funding": {
3471
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3472
+ }
3473
+ },
3474
+ "node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/string-width": {
3475
+ "version": "7.2.0",
3476
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
3477
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
3478
+ "license": "MIT",
3479
+ "dependencies": {
3480
+ "emoji-regex": "^10.3.0",
3481
+ "get-east-asian-width": "^1.0.0",
3482
+ "strip-ansi": "^7.1.0"
3483
+ },
3484
+ "engines": {
3485
+ "node": ">=18"
3486
+ },
3487
+ "funding": {
3488
+ "url": "https://github.com/sponsors/sindresorhus"
3489
+ }
3490
+ },
3491
+ "node_modules/@salesforce/agents/node_modules/@oclif/table/node_modules/wrap-ansi": {
3492
+ "version": "9.0.0",
3493
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
3494
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
3495
+ "license": "MIT",
3496
+ "dependencies": {
3497
+ "ansi-styles": "^6.2.1",
3498
+ "string-width": "^7.0.0",
3499
+ "strip-ansi": "^7.1.0"
3500
+ },
3501
+ "engines": {
3502
+ "node": ">=18"
3503
+ },
3504
+ "funding": {
3505
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3506
+ }
3507
+ },
3508
+ "node_modules/@salesforce/agents/node_modules/@salesforce/sf-plugins-core": {
3509
+ "version": "12.1.4",
3510
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.4.tgz",
3511
+ "integrity": "sha512-inSWsy9omNc4dIULVpoOJPX6DdEaqkA4CxmzTVrylc7P08jCbsv6LpS79wUaYC7Ah3krBQvbopP4wR9f3XvLeQ==",
3512
+ "license": "BSD-3-Clause",
3513
+ "dependencies": {
3514
+ "@inquirer/confirm": "^3.1.22",
3515
+ "@inquirer/password": "^2.2.0",
3516
+ "@oclif/core": "^4.2.4",
3517
+ "@oclif/table": "^0.4.6",
3518
+ "@salesforce/core": "^8.5.1",
3519
+ "@salesforce/kit": "^3.2.3",
3520
+ "@salesforce/ts-types": "^2.0.12",
3521
+ "ansis": "^3.3.2",
3522
+ "cli-progress": "^3.12.0",
3523
+ "terminal-link": "^3.0.0"
3524
+ },
3525
+ "engines": {
3526
+ "node": ">=18.0.0"
3527
+ }
3528
+ },
3529
+ "node_modules/@salesforce/agents/node_modules/@salesforce/sf-plugins-core/node_modules/ansis": {
3530
+ "version": "3.9.0",
3531
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.9.0.tgz",
3532
+ "integrity": "sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==",
3533
+ "license": "ISC",
3534
+ "engines": {
3535
+ "node": ">=16"
3536
+ }
3537
+ },
3538
+ "node_modules/@salesforce/agents/node_modules/@salesforce/source-deploy-retrieve": {
3539
+ "version": "12.14.1",
3540
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.14.1.tgz",
3541
+ "integrity": "sha512-8POp6tqoeciDFAv7a40LG21aHZ2XGHvX0/ySqcjcAVhTVhVhcP0EpC+qO+SSKjB6Ocf0/6iXMo5ciU2Eq32ydw==",
3542
+ "license": "BSD-3-Clause",
3543
+ "dependencies": {
3544
+ "@salesforce/core": "^8.8.2",
3545
+ "@salesforce/kit": "^3.2.3",
3546
+ "@salesforce/ts-types": "^2.0.12",
3547
+ "fast-levenshtein": "^3.0.0",
3548
+ "fast-xml-parser": "^4.5.1",
3549
+ "got": "^11.8.6",
3550
+ "graceful-fs": "^4.2.11",
3551
+ "ignore": "^5.3.2",
3552
+ "isbinaryfile": "^5.0.2",
3553
+ "jszip": "^3.10.1",
3554
+ "mime": "2.6.0",
3555
+ "minimatch": "^9.0.5",
3556
+ "proxy-agent": "^6.4.0",
3557
+ "yaml": "^2.6.1"
3558
+ },
3559
+ "engines": {
3560
+ "node": ">=18.0.0"
3561
+ }
3562
+ },
3563
+ "node_modules/@salesforce/agents/node_modules/ansi-regex": {
3252
3564
  "version": "6.0.1",
3253
3565
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
3254
3566
  "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
@@ -3260,36 +3572,58 @@
3260
3572
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3261
3573
  }
3262
3574
  },
3263
- "node_modules/@oclif/table/node_modules/change-case": {
3575
+ "node_modules/@salesforce/agents/node_modules/ansi-styles": {
3576
+ "version": "4.3.0",
3577
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3578
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3579
+ "license": "MIT",
3580
+ "dependencies": {
3581
+ "color-convert": "^2.0.1"
3582
+ },
3583
+ "engines": {
3584
+ "node": ">=8"
3585
+ },
3586
+ "funding": {
3587
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3588
+ }
3589
+ },
3590
+ "node_modules/@salesforce/agents/node_modules/ansis": {
3591
+ "version": "3.10.0",
3592
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.10.0.tgz",
3593
+ "integrity": "sha512-hxDKLYT7hy3Y4sF3HxI926A3urzPxi73mZBB629m9bCVF+NyKNxbwCqqm+C/YrGPtxLwnl6d8/ZASCsz6SyvJA==",
3594
+ "license": "ISC",
3595
+ "engines": {
3596
+ "node": ">=16"
3597
+ }
3598
+ },
3599
+ "node_modules/@salesforce/agents/node_modules/change-case": {
3264
3600
  "version": "5.4.4",
3265
3601
  "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
3266
3602
  "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
3267
3603
  "license": "MIT"
3268
3604
  },
3269
- "node_modules/@oclif/table/node_modules/emoji-regex": {
3605
+ "node_modules/@salesforce/agents/node_modules/emoji-regex": {
3270
3606
  "version": "10.3.0",
3271
3607
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
3272
3608
  "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
3273
3609
  "license": "MIT"
3274
3610
  },
3275
- "node_modules/@oclif/table/node_modules/string-width": {
3276
- "version": "7.2.0",
3277
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
3278
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
3279
- "license": "MIT",
3611
+ "node_modules/@salesforce/agents/node_modules/minimatch": {
3612
+ "version": "9.0.5",
3613
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
3614
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
3615
+ "license": "ISC",
3280
3616
  "dependencies": {
3281
- "emoji-regex": "^10.3.0",
3282
- "get-east-asian-width": "^1.0.0",
3283
- "strip-ansi": "^7.1.0"
3617
+ "brace-expansion": "^2.0.1"
3284
3618
  },
3285
3619
  "engines": {
3286
- "node": ">=18"
3620
+ "node": ">=16 || 14 >=14.17"
3287
3621
  },
3288
3622
  "funding": {
3289
- "url": "https://github.com/sponsors/sindresorhus"
3623
+ "url": "https://github.com/sponsors/isaacs"
3290
3624
  }
3291
3625
  },
3292
- "node_modules/@oclif/table/node_modules/strip-ansi": {
3626
+ "node_modules/@salesforce/agents/node_modules/strip-ansi": {
3293
3627
  "version": "7.1.0",
3294
3628
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3295
3629
  "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
@@ -3304,108 +3638,57 @@
3304
3638
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3305
3639
  }
3306
3640
  },
3307
- "node_modules/@oclif/table/node_modules/wrap-ansi": {
3308
- "version": "9.0.0",
3309
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
3310
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
3641
+ "node_modules/@salesforce/agents/node_modules/supports-color": {
3642
+ "version": "8.1.1",
3643
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3644
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3311
3645
  "license": "MIT",
3312
3646
  "dependencies": {
3313
- "ansi-styles": "^6.2.1",
3314
- "string-width": "^7.0.0",
3315
- "strip-ansi": "^7.1.0"
3647
+ "has-flag": "^4.0.0"
3316
3648
  },
3317
3649
  "engines": {
3318
- "node": ">=18"
3650
+ "node": ">=10"
3319
3651
  },
3320
3652
  "funding": {
3321
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3653
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
3322
3654
  }
3323
3655
  },
3324
- "node_modules/@oclif/test": {
3325
- "version": "4.1.0",
3326
- "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.0.tgz",
3327
- "integrity": "sha512-2ugir6NhRsWJqHM9d2lMEWNiOTD678Jlx5chF/fg6TCAlc7E6E/6+zt+polrCTnTIpih5P/HxOtDekgtjgARwQ==",
3328
- "dev": true,
3656
+ "node_modules/@salesforce/agents/node_modules/wrap-ansi": {
3657
+ "version": "7.0.0",
3658
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3659
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3329
3660
  "license": "MIT",
3330
3661
  "dependencies": {
3331
- "ansis": "^3.3.2",
3332
- "debug": "^4.3.6"
3662
+ "ansi-styles": "^4.0.0",
3663
+ "string-width": "^4.1.0",
3664
+ "strip-ansi": "^6.0.0"
3333
3665
  },
3334
3666
  "engines": {
3335
- "node": ">=18.0.0"
3667
+ "node": ">=10"
3336
3668
  },
3337
- "peerDependencies": {
3338
- "@oclif/core": ">= 3.0.0"
3669
+ "funding": {
3670
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3339
3671
  }
3340
3672
  },
3341
- "node_modules/@pkgjs/parseargs": {
3342
- "version": "0.11.0",
3343
- "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
3344
- "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
3345
- "dev": true,
3673
+ "node_modules/@salesforce/agents/node_modules/wrap-ansi/node_modules/ansi-regex": {
3674
+ "version": "5.0.1",
3675
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3676
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
3346
3677
  "license": "MIT",
3347
- "optional": true,
3348
- "engines": {
3349
- "node": ">=14"
3350
- }
3351
- },
3352
- "node_modules/@salesforce/agents": {
3353
- "version": "0.9.2",
3354
- "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.9.2.tgz",
3355
- "integrity": "sha512-z/+mMa1GgiEwFpg+FD40ahzJhtf7Am5G8H+qHXjrUBijk7CdFm5lGZGvX0+LzhxD/Atn44qOo05V3Z3RuN7qYw==",
3356
- "license": "BSD-3-Clause",
3357
- "dependencies": {
3358
- "@salesforce/core": "^8.8.2",
3359
- "@salesforce/kit": "^3.2.3",
3360
- "@salesforce/sf-plugins-core": "^12.1.2",
3361
- "@salesforce/source-deploy-retrieve": "^12.14.1",
3362
- "ansis": "^3.9.0",
3363
- "fast-xml-parser": "^4.5.1",
3364
- "nock": "^13.5.6",
3365
- "yaml": "^2.7.0"
3366
- },
3367
- "engines": {
3368
- "node": ">=18.0.0"
3369
- }
3370
- },
3371
- "node_modules/@salesforce/agents/node_modules/@salesforce/source-deploy-retrieve": {
3372
- "version": "12.14.1",
3373
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.14.1.tgz",
3374
- "integrity": "sha512-8POp6tqoeciDFAv7a40LG21aHZ2XGHvX0/ySqcjcAVhTVhVhcP0EpC+qO+SSKjB6Ocf0/6iXMo5ciU2Eq32ydw==",
3375
- "license": "BSD-3-Clause",
3376
- "dependencies": {
3377
- "@salesforce/core": "^8.8.2",
3378
- "@salesforce/kit": "^3.2.3",
3379
- "@salesforce/ts-types": "^2.0.12",
3380
- "fast-levenshtein": "^3.0.0",
3381
- "fast-xml-parser": "^4.5.1",
3382
- "got": "^11.8.6",
3383
- "graceful-fs": "^4.2.11",
3384
- "ignore": "^5.3.2",
3385
- "isbinaryfile": "^5.0.2",
3386
- "jszip": "^3.10.1",
3387
- "mime": "2.6.0",
3388
- "minimatch": "^9.0.5",
3389
- "proxy-agent": "^6.4.0",
3390
- "yaml": "^2.6.1"
3391
- },
3392
3678
  "engines": {
3393
- "node": ">=18.0.0"
3679
+ "node": ">=8"
3394
3680
  }
3395
3681
  },
3396
- "node_modules/@salesforce/agents/node_modules/minimatch": {
3397
- "version": "9.0.5",
3398
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
3399
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
3400
- "license": "ISC",
3682
+ "node_modules/@salesforce/agents/node_modules/wrap-ansi/node_modules/strip-ansi": {
3683
+ "version": "6.0.1",
3684
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3685
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3686
+ "license": "MIT",
3401
3687
  "dependencies": {
3402
- "brace-expansion": "^2.0.1"
3688
+ "ansi-regex": "^5.0.1"
3403
3689
  },
3404
3690
  "engines": {
3405
- "node": ">=16 || 14 >=14.17"
3406
- },
3407
- "funding": {
3408
- "url": "https://github.com/sponsors/isaacs"
3691
+ "node": ">=8"
3409
3692
  }
3410
3693
  },
3411
3694
  "node_modules/@salesforce/cli-plugins-testkit": {
@@ -9547,23 +9830,6 @@
9547
9830
  "url": "https://github.com/sponsors/sindresorhus"
9548
9831
  }
9549
9832
  },
9550
- "node_modules/ink/node_modules/wrap-ansi": {
9551
- "version": "9.0.0",
9552
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
9553
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
9554
- "license": "MIT",
9555
- "dependencies": {
9556
- "ansi-styles": "^6.2.1",
9557
- "string-width": "^7.0.0",
9558
- "strip-ansi": "^7.1.0"
9559
- },
9560
- "engines": {
9561
- "node": ">=18"
9562
- },
9563
- "funding": {
9564
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
9565
- }
9566
- },
9567
9833
  "node_modules/internal-slot": {
9568
9834
  "version": "1.0.7",
9569
9835
  "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
@@ -15126,17 +15392,20 @@
15126
15392
  "license": "Apache-2.0"
15127
15393
  },
15128
15394
  "node_modules/wrap-ansi": {
15129
- "version": "6.2.0",
15130
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
15131
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
15395
+ "version": "9.0.0",
15396
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
15397
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
15132
15398
  "license": "MIT",
15133
15399
  "dependencies": {
15134
- "ansi-styles": "^4.0.0",
15135
- "string-width": "^4.1.0",
15136
- "strip-ansi": "^6.0.0"
15400
+ "ansi-styles": "^6.2.1",
15401
+ "string-width": "^7.0.0",
15402
+ "strip-ansi": "^7.1.0"
15137
15403
  },
15138
15404
  "engines": {
15139
- "node": ">=8"
15405
+ "node": ">=18"
15406
+ },
15407
+ "funding": {
15408
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
15140
15409
  }
15141
15410
  },
15142
15411
  "node_modules/wrap-ansi-cjs": {
@@ -15174,19 +15443,54 @@
15174
15443
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
15175
15444
  }
15176
15445
  },
15177
- "node_modules/wrap-ansi/node_modules/ansi-styles": {
15178
- "version": "4.3.0",
15179
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
15180
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
15446
+ "node_modules/wrap-ansi/node_modules/ansi-regex": {
15447
+ "version": "6.0.1",
15448
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
15449
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
15450
+ "license": "MIT",
15451
+ "engines": {
15452
+ "node": ">=12"
15453
+ },
15454
+ "funding": {
15455
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
15456
+ }
15457
+ },
15458
+ "node_modules/wrap-ansi/node_modules/emoji-regex": {
15459
+ "version": "10.3.0",
15460
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
15461
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
15462
+ "license": "MIT"
15463
+ },
15464
+ "node_modules/wrap-ansi/node_modules/string-width": {
15465
+ "version": "7.2.0",
15466
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
15467
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
15181
15468
  "license": "MIT",
15182
15469
  "dependencies": {
15183
- "color-convert": "^2.0.1"
15470
+ "emoji-regex": "^10.3.0",
15471
+ "get-east-asian-width": "^1.0.0",
15472
+ "strip-ansi": "^7.1.0"
15184
15473
  },
15185
15474
  "engines": {
15186
- "node": ">=8"
15475
+ "node": ">=18"
15187
15476
  },
15188
15477
  "funding": {
15189
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
15478
+ "url": "https://github.com/sponsors/sindresorhus"
15479
+ }
15480
+ },
15481
+ "node_modules/wrap-ansi/node_modules/strip-ansi": {
15482
+ "version": "7.1.0",
15483
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
15484
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
15485
+ "license": "MIT",
15486
+ "dependencies": {
15487
+ "ansi-regex": "^6.0.1"
15488
+ },
15489
+ "engines": {
15490
+ "node": ">=12"
15491
+ },
15492
+ "funding": {
15493
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
15190
15494
  }
15191
15495
  },
15192
15496
  "node_modules/wrappy": {
@@ -15371,6 +15675,22 @@
15371
15675
  "node": ">=8"
15372
15676
  }
15373
15677
  },
15678
+ "node_modules/yargs/node_modules/ansi-styles": {
15679
+ "version": "4.3.0",
15680
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
15681
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
15682
+ "dev": true,
15683
+ "license": "MIT",
15684
+ "dependencies": {
15685
+ "color-convert": "^2.0.1"
15686
+ },
15687
+ "engines": {
15688
+ "node": ">=8"
15689
+ },
15690
+ "funding": {
15691
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
15692
+ }
15693
+ },
15374
15694
  "node_modules/yargs/node_modules/cliui": {
15375
15695
  "version": "6.0.0",
15376
15696
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
@@ -15383,6 +15703,21 @@
15383
15703
  "wrap-ansi": "^6.2.0"
15384
15704
  }
15385
15705
  },
15706
+ "node_modules/yargs/node_modules/wrap-ansi": {
15707
+ "version": "6.2.0",
15708
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
15709
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
15710
+ "dev": true,
15711
+ "license": "MIT",
15712
+ "dependencies": {
15713
+ "ansi-styles": "^4.0.0",
15714
+ "string-width": "^4.1.0",
15715
+ "strip-ansi": "^6.0.0"
15716
+ },
15717
+ "engines": {
15718
+ "node": ">=8"
15719
+ }
15720
+ },
15386
15721
  "node_modules/yargs/node_modules/y18n": {
15387
15722
  "version": "4.0.3",
15388
15723
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",