@salesforce/plugin-agent 1.14.1-dev.0 → 1.14.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.1-dev.0",
3
+ "version": "1.14.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-agent",
9
- "version": "1.14.1-dev.0",
9
+ "version": "1.14.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.5-dev.0",
16
+ "@salesforce/agents": "^0.9.2",
17
17
  "@salesforce/core": "^8.8.0",
18
18
  "@salesforce/kit": "^3.2.1",
19
19
  "@salesforce/sf-plugins-core": "^12.1.0",
@@ -2209,21 +2209,6 @@
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
- },
2227
2212
  "node_modules/@inquirer/confirm/node_modules/signal-exit": {
2228
2213
  "version": "4.1.0",
2229
2214
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2236,20 +2221,6 @@
2236
2221
  "url": "https://github.com/sponsors/isaacs"
2237
2222
  }
2238
2223
  },
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
- },
2253
2224
  "node_modules/@inquirer/core": {
2254
2225
  "version": "10.1.4",
2255
2226
  "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.4.tgz",
@@ -2270,21 +2241,6 @@
2270
2241
  "node": ">=18"
2271
2242
  }
2272
2243
  },
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
- },
2288
2244
  "node_modules/@inquirer/core/node_modules/mute-stream": {
2289
2245
  "version": "2.0.0",
2290
2246
  "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
@@ -2306,20 +2262,6 @@
2306
2262
  "url": "https://github.com/sponsors/isaacs"
2307
2263
  }
2308
2264
  },
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
- },
2323
2265
  "node_modules/@inquirer/editor": {
2324
2266
  "version": "4.2.3",
2325
2267
  "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.3.tgz",
@@ -2415,22 +2357,6 @@
2415
2357
  "node": ">=18"
2416
2358
  }
2417
2359
  },
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
- },
2434
2360
  "node_modules/@inquirer/input/node_modules/signal-exit": {
2435
2361
  "version": "4.1.0",
2436
2362
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2444,21 +2370,6 @@
2444
2370
  "url": "https://github.com/sponsors/isaacs"
2445
2371
  }
2446
2372
  },
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
- },
2462
2373
  "node_modules/@inquirer/number": {
2463
2374
  "version": "3.0.6",
2464
2375
  "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.6.tgz",
@@ -2525,21 +2436,6 @@
2525
2436
  "node": ">=18"
2526
2437
  }
2527
2438
  },
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
- },
2543
2439
  "node_modules/@inquirer/password/node_modules/signal-exit": {
2544
2440
  "version": "4.1.0",
2545
2441
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2552,20 +2448,6 @@
2552
2448
  "url": "https://github.com/sponsors/isaacs"
2553
2449
  }
2554
2450
  },
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
- },
2569
2451
  "node_modules/@inquirer/prompts": {
2570
2452
  "version": "7.2.3",
2571
2453
  "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.2.3.tgz",
@@ -2748,22 +2630,6 @@
2748
2630
  "node": ">=18"
2749
2631
  }
2750
2632
  },
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
- },
2767
2633
  "node_modules/@inquirer/select/node_modules/signal-exit": {
2768
2634
  "version": "4.1.0",
2769
2635
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2777,21 +2643,6 @@
2777
2643
  "url": "https://github.com/sponsors/isaacs"
2778
2644
  }
2779
2645
  },
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
- },
2795
2646
  "node_modules/@inquirer/type": {
2796
2647
  "version": "3.0.2",
2797
2648
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.2.tgz",
@@ -3195,6 +3046,73 @@
3195
3046
  "node": ">=18.0.0"
3196
3047
  }
3197
3048
  },
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
+ },
3198
3116
  "node_modules/@oclif/plugin-command-snapshot": {
3199
3117
  "version": "5.2.19",
3200
3118
  "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.19.tgz",
@@ -3313,254 +3231,24 @@
3313
3231
  "version": "0.4.3",
3314
3232
  "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.3.tgz",
3315
3233
  "integrity": "sha512-fioTULPaOilLeLVKfgcd7cJXzFBHeRKumjYcj3NeuYiyl6J4EcaCDYsy6tSyrBASqoWD0xzc5Hv21zCLG0CS+g==",
3316
- "license": "MIT",
3317
- "dependencies": {
3318
- "@oclif/core": "^4",
3319
- "@types/react": "^18.3.12",
3320
- "change-case": "^5.4.4",
3321
- "cli-truncate": "^4.0.0",
3322
- "ink": "5.0.1",
3323
- "natural-orderby": "^3.0.2",
3324
- "object-hash": "^3.0.0",
3325
- "react": "^18.3.1",
3326
- "strip-ansi": "^7.1.0",
3327
- "wrap-ansi": "^9.0.0"
3328
- },
3329
- "engines": {
3330
- "node": ">=18.0.0"
3331
- }
3332
- },
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.0",
3396
- "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.9.5-dev.0.tgz",
3397
- "integrity": "sha512-dKgk9Dmgmc+w+qMz8zHgsEzykIAwO5hUDncaRfo43ENIRnbXWaw2hgoo1Ae82uadHunF9scWjo2PpCQmivcT/w==",
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"
3234
+ "license": "MIT",
3235
+ "dependencies": {
3236
+ "@oclif/core": "^4",
3237
+ "@types/react": "^18.3.12",
3238
+ "change-case": "^5.4.4",
3239
+ "cli-truncate": "^4.0.0",
3240
+ "ink": "5.0.1",
3241
+ "natural-orderby": "^3.0.2",
3242
+ "object-hash": "^3.0.0",
3243
+ "react": "^18.3.1",
3244
+ "strip-ansi": "^7.1.0",
3245
+ "wrap-ansi": "^9.0.0"
3558
3246
  },
3559
3247
  "engines": {
3560
3248
  "node": ">=18.0.0"
3561
3249
  }
3562
3250
  },
3563
- "node_modules/@salesforce/agents/node_modules/ansi-regex": {
3251
+ "node_modules/@oclif/table/node_modules/ansi-regex": {
3564
3252
  "version": "6.0.1",
3565
3253
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
3566
3254
  "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
@@ -3572,58 +3260,36 @@
3572
3260
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3573
3261
  }
3574
3262
  },
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": {
3263
+ "node_modules/@oclif/table/node_modules/change-case": {
3600
3264
  "version": "5.4.4",
3601
3265
  "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
3602
3266
  "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
3603
3267
  "license": "MIT"
3604
3268
  },
3605
- "node_modules/@salesforce/agents/node_modules/emoji-regex": {
3269
+ "node_modules/@oclif/table/node_modules/emoji-regex": {
3606
3270
  "version": "10.3.0",
3607
3271
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
3608
3272
  "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
3609
3273
  "license": "MIT"
3610
3274
  },
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",
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",
3616
3280
  "dependencies": {
3617
- "brace-expansion": "^2.0.1"
3281
+ "emoji-regex": "^10.3.0",
3282
+ "get-east-asian-width": "^1.0.0",
3283
+ "strip-ansi": "^7.1.0"
3618
3284
  },
3619
3285
  "engines": {
3620
- "node": ">=16 || 14 >=14.17"
3286
+ "node": ">=18"
3621
3287
  },
3622
3288
  "funding": {
3623
- "url": "https://github.com/sponsors/isaacs"
3289
+ "url": "https://github.com/sponsors/sindresorhus"
3624
3290
  }
3625
3291
  },
3626
- "node_modules/@salesforce/agents/node_modules/strip-ansi": {
3292
+ "node_modules/@oclif/table/node_modules/strip-ansi": {
3627
3293
  "version": "7.1.0",
3628
3294
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3629
3295
  "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
@@ -3638,57 +3304,108 @@
3638
3304
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3639
3305
  }
3640
3306
  },
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==",
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==",
3645
3311
  "license": "MIT",
3646
3312
  "dependencies": {
3647
- "has-flag": "^4.0.0"
3313
+ "ansi-styles": "^6.2.1",
3314
+ "string-width": "^7.0.0",
3315
+ "strip-ansi": "^7.1.0"
3648
3316
  },
3649
3317
  "engines": {
3650
- "node": ">=10"
3318
+ "node": ">=18"
3651
3319
  },
3652
3320
  "funding": {
3653
- "url": "https://github.com/chalk/supports-color?sponsor=1"
3321
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3654
3322
  }
3655
3323
  },
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==",
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,
3660
3329
  "license": "MIT",
3661
3330
  "dependencies": {
3662
- "ansi-styles": "^4.0.0",
3663
- "string-width": "^4.1.0",
3664
- "strip-ansi": "^6.0.0"
3331
+ "ansis": "^3.3.2",
3332
+ "debug": "^4.3.6"
3665
3333
  },
3666
3334
  "engines": {
3667
- "node": ">=10"
3335
+ "node": ">=18.0.0"
3668
3336
  },
3669
- "funding": {
3670
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3337
+ "peerDependencies": {
3338
+ "@oclif/core": ">= 3.0.0"
3671
3339
  }
3672
3340
  },
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==",
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,
3677
3346
  "license": "MIT",
3347
+ "optional": true,
3678
3348
  "engines": {
3679
- "node": ">=8"
3349
+ "node": ">=14"
3680
3350
  }
3681
3351
  },
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",
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",
3687
3357
  "dependencies": {
3688
- "ansi-regex": "^5.0.1"
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"
3689
3366
  },
3690
3367
  "engines": {
3691
- "node": ">=8"
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
+ "engines": {
3393
+ "node": ">=18.0.0"
3394
+ }
3395
+ },
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",
3401
+ "dependencies": {
3402
+ "brace-expansion": "^2.0.1"
3403
+ },
3404
+ "engines": {
3405
+ "node": ">=16 || 14 >=14.17"
3406
+ },
3407
+ "funding": {
3408
+ "url": "https://github.com/sponsors/isaacs"
3692
3409
  }
3693
3410
  },
3694
3411
  "node_modules/@salesforce/cli-plugins-testkit": {
@@ -9830,6 +9547,23 @@
9830
9547
  "url": "https://github.com/sponsors/sindresorhus"
9831
9548
  }
9832
9549
  },
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
+ },
9833
9567
  "node_modules/internal-slot": {
9834
9568
  "version": "1.0.7",
9835
9569
  "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
@@ -15392,20 +15126,17 @@
15392
15126
  "license": "Apache-2.0"
15393
15127
  },
15394
15128
  "node_modules/wrap-ansi": {
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==",
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==",
15398
15132
  "license": "MIT",
15399
15133
  "dependencies": {
15400
- "ansi-styles": "^6.2.1",
15401
- "string-width": "^7.0.0",
15402
- "strip-ansi": "^7.1.0"
15134
+ "ansi-styles": "^4.0.0",
15135
+ "string-width": "^4.1.0",
15136
+ "strip-ansi": "^6.0.0"
15403
15137
  },
15404
15138
  "engines": {
15405
- "node": ">=18"
15406
- },
15407
- "funding": {
15408
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
15139
+ "node": ">=8"
15409
15140
  }
15410
15141
  },
15411
15142
  "node_modules/wrap-ansi-cjs": {
@@ -15443,54 +15174,19 @@
15443
15174
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
15444
15175
  }
15445
15176
  },
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==",
15468
- "license": "MIT",
15469
- "dependencies": {
15470
- "emoji-regex": "^10.3.0",
15471
- "get-east-asian-width": "^1.0.0",
15472
- "strip-ansi": "^7.1.0"
15473
- },
15474
- "engines": {
15475
- "node": ">=18"
15476
- },
15477
- "funding": {
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==",
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==",
15485
15181
  "license": "MIT",
15486
15182
  "dependencies": {
15487
- "ansi-regex": "^6.0.1"
15183
+ "color-convert": "^2.0.1"
15488
15184
  },
15489
15185
  "engines": {
15490
- "node": ">=12"
15186
+ "node": ">=8"
15491
15187
  },
15492
15188
  "funding": {
15493
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
15189
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
15494
15190
  }
15495
15191
  },
15496
15192
  "node_modules/wrappy": {
@@ -15675,22 +15371,6 @@
15675
15371
  "node": ">=8"
15676
15372
  }
15677
15373
  },
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
- },
15694
15374
  "node_modules/yargs/node_modules/cliui": {
15695
15375
  "version": "6.0.0",
15696
15376
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
@@ -15703,21 +15383,6 @@
15703
15383
  "wrap-ansi": "^6.2.0"
15704
15384
  }
15705
15385
  },
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
- },
15721
15386
  "node_modules/yargs/node_modules/y18n": {
15722
15387
  "version": "4.0.3",
15723
15388
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",