@salesforce/cli 2.98.4 → 2.98.6

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,45 +1,45 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.98.4",
3
+ "version": "2.98.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.98.4",
9
+ "version": "2.98.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.5.1",
15
- "@oclif/plugin-autocomplete": "3.2.32",
15
+ "@oclif/plugin-autocomplete": "3.2.33",
16
16
  "@oclif/plugin-commands": "4.1.29",
17
- "@oclif/plugin-help": "6.2.30",
18
- "@oclif/plugin-not-found": "3.2.59",
19
- "@oclif/plugin-plugins": "5.4.44",
20
- "@oclif/plugin-search": "1.2.26",
21
- "@oclif/plugin-update": "4.7.0",
17
+ "@oclif/plugin-help": "6.2.31",
18
+ "@oclif/plugin-not-found": "3.2.60",
19
+ "@oclif/plugin-plugins": "5.4.45",
20
+ "@oclif/plugin-search": "1.2.27",
21
+ "@oclif/plugin-update": "4.7.1",
22
22
  "@oclif/plugin-version": "2.2.31",
23
- "@oclif/plugin-warn-if-update-available": "3.1.43",
24
- "@oclif/plugin-which": "3.2.38",
23
+ "@oclif/plugin-warn-if-update-available": "3.1.44",
24
+ "@oclif/plugin-which": "3.2.39",
25
25
  "@salesforce/core": "^8.9.1",
26
26
  "@salesforce/kit": "^3.1.6",
27
- "@salesforce/plugin-agent": "1.23.2",
27
+ "@salesforce/plugin-agent": "1.23.3",
28
28
  "@salesforce/plugin-apex": "3.6.19",
29
29
  "@salesforce/plugin-api": "1.3.3",
30
- "@salesforce/plugin-auth": "3.7.7",
31
- "@salesforce/plugin-data": "4.0.44",
32
- "@salesforce/plugin-deploy-retrieve": "3.22.32",
33
- "@salesforce/plugin-info": "3.4.72",
34
- "@salesforce/plugin-limits": "3.3.59",
30
+ "@salesforce/plugin-auth": "3.7.9",
31
+ "@salesforce/plugin-data": "4.0.46",
32
+ "@salesforce/plugin-deploy-retrieve": "3.22.33",
33
+ "@salesforce/plugin-info": "3.4.73",
34
+ "@salesforce/plugin-limits": "3.3.60",
35
35
  "@salesforce/plugin-marketplace": "1.3.8",
36
- "@salesforce/plugin-org": "5.9.5",
36
+ "@salesforce/plugin-org": "5.9.9",
37
37
  "@salesforce/plugin-packaging": "2.18.0",
38
- "@salesforce/plugin-schema": "3.3.71",
38
+ "@salesforce/plugin-schema": "3.3.73",
39
39
  "@salesforce/plugin-settings": "2.4.36",
40
- "@salesforce/plugin-sobject": "1.4.64",
40
+ "@salesforce/plugin-sobject": "1.4.65",
41
41
  "@salesforce/plugin-telemetry": "3.6.48",
42
- "@salesforce/plugin-templates": "56.3.53",
42
+ "@salesforce/plugin-templates": "56.3.54",
43
43
  "@salesforce/plugin-trust": "3.7.109",
44
44
  "@salesforce/plugin-user": "3.6.29",
45
45
  "@salesforce/sf-plugins-core": "12.2.3",
@@ -2263,21 +2263,6 @@
2263
2263
  "node": ">=18"
2264
2264
  }
2265
2265
  },
2266
- "node_modules/@inquirer/checkbox/node_modules/ansi-styles": {
2267
- "version": "4.3.0",
2268
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2269
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2270
- "license": "MIT",
2271
- "dependencies": {
2272
- "color-convert": "^2.0.1"
2273
- },
2274
- "engines": {
2275
- "node": ">=8"
2276
- },
2277
- "funding": {
2278
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2279
- }
2280
- },
2281
2266
  "node_modules/@inquirer/checkbox/node_modules/signal-exit": {
2282
2267
  "version": "4.1.0",
2283
2268
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2290,20 +2275,6 @@
2290
2275
  "url": "https://github.com/sponsors/isaacs"
2291
2276
  }
2292
2277
  },
2293
- "node_modules/@inquirer/checkbox/node_modules/wrap-ansi": {
2294
- "version": "6.2.0",
2295
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2296
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2297
- "license": "MIT",
2298
- "dependencies": {
2299
- "ansi-styles": "^4.0.0",
2300
- "string-width": "^4.1.0",
2301
- "strip-ansi": "^6.0.0"
2302
- },
2303
- "engines": {
2304
- "node": ">=8"
2305
- }
2306
- },
2307
2278
  "node_modules/@inquirer/confirm": {
2308
2279
  "version": "3.2.0",
2309
2280
  "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
@@ -2353,21 +2324,6 @@
2353
2324
  "node": ">=18"
2354
2325
  }
2355
2326
  },
2356
- "node_modules/@inquirer/confirm/node_modules/ansi-styles": {
2357
- "version": "4.3.0",
2358
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2359
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2360
- "license": "MIT",
2361
- "dependencies": {
2362
- "color-convert": "^2.0.1"
2363
- },
2364
- "engines": {
2365
- "node": ">=8"
2366
- },
2367
- "funding": {
2368
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2369
- }
2370
- },
2371
2327
  "node_modules/@inquirer/confirm/node_modules/signal-exit": {
2372
2328
  "version": "4.1.0",
2373
2329
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2380,20 +2336,6 @@
2380
2336
  "url": "https://github.com/sponsors/isaacs"
2381
2337
  }
2382
2338
  },
2383
- "node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
2384
- "version": "6.2.0",
2385
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2386
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2387
- "license": "MIT",
2388
- "dependencies": {
2389
- "ansi-styles": "^4.0.0",
2390
- "string-width": "^4.1.0",
2391
- "strip-ansi": "^6.0.0"
2392
- },
2393
- "engines": {
2394
- "node": ">=8"
2395
- }
2396
- },
2397
2339
  "node_modules/@inquirer/core": {
2398
2340
  "version": "10.1.14",
2399
2341
  "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.14.tgz",
@@ -2421,21 +2363,6 @@
2421
2363
  }
2422
2364
  }
2423
2365
  },
2424
- "node_modules/@inquirer/core/node_modules/ansi-styles": {
2425
- "version": "4.3.0",
2426
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2427
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2428
- "license": "MIT",
2429
- "dependencies": {
2430
- "color-convert": "^2.0.1"
2431
- },
2432
- "engines": {
2433
- "node": ">=8"
2434
- },
2435
- "funding": {
2436
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2437
- }
2438
- },
2439
2366
  "node_modules/@inquirer/core/node_modules/mute-stream": {
2440
2367
  "version": "2.0.0",
2441
2368
  "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
@@ -2457,20 +2384,6 @@
2457
2384
  "url": "https://github.com/sponsors/isaacs"
2458
2385
  }
2459
2386
  },
2460
- "node_modules/@inquirer/core/node_modules/wrap-ansi": {
2461
- "version": "6.2.0",
2462
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2463
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2464
- "license": "MIT",
2465
- "dependencies": {
2466
- "ansi-styles": "^4.0.0",
2467
- "string-width": "^4.1.0",
2468
- "strip-ansi": "^6.0.0"
2469
- },
2470
- "engines": {
2471
- "node": ">=8"
2472
- }
2473
- },
2474
2387
  "node_modules/@inquirer/editor": {
2475
2388
  "version": "4.2.14",
2476
2389
  "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.14.tgz",
@@ -2573,21 +2486,6 @@
2573
2486
  "node": ">=18"
2574
2487
  }
2575
2488
  },
2576
- "node_modules/@inquirer/input/node_modules/ansi-styles": {
2577
- "version": "4.3.0",
2578
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2579
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2580
- "license": "MIT",
2581
- "dependencies": {
2582
- "color-convert": "^2.0.1"
2583
- },
2584
- "engines": {
2585
- "node": ">=8"
2586
- },
2587
- "funding": {
2588
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2589
- }
2590
- },
2591
2489
  "node_modules/@inquirer/input/node_modules/signal-exit": {
2592
2490
  "version": "4.1.0",
2593
2491
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2600,20 +2498,6 @@
2600
2498
  "url": "https://github.com/sponsors/isaacs"
2601
2499
  }
2602
2500
  },
2603
- "node_modules/@inquirer/input/node_modules/wrap-ansi": {
2604
- "version": "6.2.0",
2605
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2606
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2607
- "license": "MIT",
2608
- "dependencies": {
2609
- "ansi-styles": "^4.0.0",
2610
- "string-width": "^4.1.0",
2611
- "strip-ansi": "^6.0.0"
2612
- },
2613
- "engines": {
2614
- "node": ">=8"
2615
- }
2616
- },
2617
2501
  "node_modules/@inquirer/number": {
2618
2502
  "version": "3.0.16",
2619
2503
  "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.16.tgz",
@@ -2685,21 +2569,6 @@
2685
2569
  "node": ">=18"
2686
2570
  }
2687
2571
  },
2688
- "node_modules/@inquirer/password/node_modules/ansi-styles": {
2689
- "version": "4.3.0",
2690
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2691
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2692
- "license": "MIT",
2693
- "dependencies": {
2694
- "color-convert": "^2.0.1"
2695
- },
2696
- "engines": {
2697
- "node": ">=8"
2698
- },
2699
- "funding": {
2700
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2701
- }
2702
- },
2703
2572
  "node_modules/@inquirer/password/node_modules/signal-exit": {
2704
2573
  "version": "4.1.0",
2705
2574
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2712,20 +2581,6 @@
2712
2581
  "url": "https://github.com/sponsors/isaacs"
2713
2582
  }
2714
2583
  },
2715
- "node_modules/@inquirer/password/node_modules/wrap-ansi": {
2716
- "version": "6.2.0",
2717
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2718
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2719
- "license": "MIT",
2720
- "dependencies": {
2721
- "ansi-styles": "^4.0.0",
2722
- "string-width": "^4.1.0",
2723
- "strip-ansi": "^6.0.0"
2724
- },
2725
- "engines": {
2726
- "node": ">=8"
2727
- }
2728
- },
2729
2584
  "node_modules/@inquirer/prompts": {
2730
2585
  "version": "7.6.0",
2731
2586
  "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.6.0.tgz",
@@ -2964,21 +2819,6 @@
2964
2819
  "node": ">=18"
2965
2820
  }
2966
2821
  },
2967
- "node_modules/@inquirer/select/node_modules/ansi-styles": {
2968
- "version": "4.3.0",
2969
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2970
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2971
- "license": "MIT",
2972
- "dependencies": {
2973
- "color-convert": "^2.0.1"
2974
- },
2975
- "engines": {
2976
- "node": ">=8"
2977
- },
2978
- "funding": {
2979
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2980
- }
2981
- },
2982
2822
  "node_modules/@inquirer/select/node_modules/signal-exit": {
2983
2823
  "version": "4.1.0",
2984
2824
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2991,20 +2831,6 @@
2991
2831
  "url": "https://github.com/sponsors/isaacs"
2992
2832
  }
2993
2833
  },
2994
- "node_modules/@inquirer/select/node_modules/wrap-ansi": {
2995
- "version": "6.2.0",
2996
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2997
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2998
- "license": "MIT",
2999
- "dependencies": {
3000
- "ansi-styles": "^4.0.0",
3001
- "string-width": "^4.1.0",
3002
- "strip-ansi": "^6.0.0"
3003
- },
3004
- "engines": {
3005
- "node": ">=8"
3006
- }
3007
- },
3008
2834
  "node_modules/@inquirer/type": {
3009
2835
  "version": "3.0.7",
3010
2836
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.7.tgz",
@@ -3685,18 +3511,6 @@
3685
3511
  "url": "https://github.com/chalk/supports-color?sponsor=1"
3686
3512
  }
3687
3513
  },
3688
- "node_modules/@oclif/core/node_modules/widest-line": {
3689
- "version": "3.1.0",
3690
- "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
3691
- "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
3692
- "license": "MIT",
3693
- "dependencies": {
3694
- "string-width": "^4.0.0"
3695
- },
3696
- "engines": {
3697
- "node": ">=8"
3698
- }
3699
- },
3700
3514
  "node_modules/@oclif/core/node_modules/wrap-ansi": {
3701
3515
  "version": "7.0.0",
3702
3516
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
@@ -3715,9 +3529,9 @@
3715
3529
  }
3716
3530
  },
3717
3531
  "node_modules/@oclif/multi-stage-output": {
3718
- "version": "0.8.16",
3719
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.16.tgz",
3720
- "integrity": "sha512-r44G3+02dGt7OUQeD4fswdmCqqxQTj1FfmhTPOhM+dEmkrSHsbXAbMCyynXDfqOTbllIWZDJ9oShW1PVT4rMiw==",
3532
+ "version": "0.8.18",
3533
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.18.tgz",
3534
+ "integrity": "sha512-QmhencP0a5OVxOnHfCYb6rim6cDmSgC0J7WRIgw9ZdnPNYPnsLlgU0iWxct/cs+KBL7Vv6tXDQK4wDeUoqFe3Q==",
3721
3535
  "license": "MIT",
3722
3536
  "dependencies": {
3723
3537
  "@oclif/core": "^4",
@@ -3732,6 +3546,24 @@
3732
3546
  "node": ">=18.0.0"
3733
3547
  }
3734
3548
  },
3549
+ "node_modules/@oclif/multi-stage-output/node_modules/ansi-regex": {
3550
+ "version": "6.0.1",
3551
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
3552
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
3553
+ "license": "MIT",
3554
+ "engines": {
3555
+ "node": ">=12"
3556
+ },
3557
+ "funding": {
3558
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3559
+ }
3560
+ },
3561
+ "node_modules/@oclif/multi-stage-output/node_modules/emoji-regex": {
3562
+ "version": "10.3.0",
3563
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
3564
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
3565
+ "license": "MIT"
3566
+ },
3735
3567
  "node_modules/@oclif/multi-stage-output/node_modules/figures": {
3736
3568
  "version": "6.1.0",
3737
3569
  "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
@@ -3747,10 +3579,71 @@
3747
3579
  "url": "https://github.com/sponsors/sindresorhus"
3748
3580
  }
3749
3581
  },
3582
+ "node_modules/@oclif/multi-stage-output/node_modules/is-unicode-supported": {
3583
+ "version": "2.1.0",
3584
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
3585
+ "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
3586
+ "license": "MIT",
3587
+ "engines": {
3588
+ "node": ">=18"
3589
+ },
3590
+ "funding": {
3591
+ "url": "https://github.com/sponsors/sindresorhus"
3592
+ }
3593
+ },
3594
+ "node_modules/@oclif/multi-stage-output/node_modules/string-width": {
3595
+ "version": "7.2.0",
3596
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
3597
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
3598
+ "license": "MIT",
3599
+ "dependencies": {
3600
+ "emoji-regex": "^10.3.0",
3601
+ "get-east-asian-width": "^1.0.0",
3602
+ "strip-ansi": "^7.1.0"
3603
+ },
3604
+ "engines": {
3605
+ "node": ">=18"
3606
+ },
3607
+ "funding": {
3608
+ "url": "https://github.com/sponsors/sindresorhus"
3609
+ }
3610
+ },
3611
+ "node_modules/@oclif/multi-stage-output/node_modules/strip-ansi": {
3612
+ "version": "7.1.0",
3613
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3614
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
3615
+ "license": "MIT",
3616
+ "dependencies": {
3617
+ "ansi-regex": "^6.0.1"
3618
+ },
3619
+ "engines": {
3620
+ "node": ">=12"
3621
+ },
3622
+ "funding": {
3623
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3624
+ }
3625
+ },
3626
+ "node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi": {
3627
+ "version": "9.0.0",
3628
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
3629
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
3630
+ "license": "MIT",
3631
+ "dependencies": {
3632
+ "ansi-styles": "^6.2.1",
3633
+ "string-width": "^7.0.0",
3634
+ "strip-ansi": "^7.1.0"
3635
+ },
3636
+ "engines": {
3637
+ "node": ">=18"
3638
+ },
3639
+ "funding": {
3640
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3641
+ }
3642
+ },
3750
3643
  "node_modules/@oclif/plugin-autocomplete": {
3751
- "version": "3.2.32",
3752
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.32.tgz",
3753
- "integrity": "sha512-j1+eoeJf6pf8WQD5U4PPCz+mlBqc9sfiRnBrcrh+wNd5zhL0cmjY4sWxpLBD+2OoQ/GnnRwoalDb0GyInakIow==",
3644
+ "version": "3.2.33",
3645
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.33.tgz",
3646
+ "integrity": "sha512-/RuTqQUZQlc05rBVzUZQ9ilc+dqYee35f+Axm7yyV1+OomAuLpIyCTvv8f07Su6kiQf9SHTNvxTdi44cZVBsxQ==",
3754
3647
  "license": "MIT",
3755
3648
  "dependencies": {
3756
3649
  "@oclif/core": "^4",
@@ -3846,9 +3739,9 @@
3846
3739
  }
3847
3740
  },
3848
3741
  "node_modules/@oclif/plugin-help": {
3849
- "version": "6.2.30",
3850
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.30.tgz",
3851
- "integrity": "sha512-D8qY2F0TYoM1MuLnaYEVo2MQVwdOKJtw7T9MqNrqn4Hh/9cjJxzKKgaesTdRrL5SxjgGBbqftirnje8rNyJ2Kw==",
3742
+ "version": "6.2.31",
3743
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.31.tgz",
3744
+ "integrity": "sha512-o4xR98DEFf+VqY+M9B3ZooTm2T/mlGvyBHwHcnsPJCEnvzHqEA9xUlCUK4jm7FBXHhkppziMgCC2snsueLoIpQ==",
3852
3745
  "license": "MIT",
3853
3746
  "dependencies": {
3854
3747
  "@oclif/core": "^4"
@@ -3858,13 +3751,13 @@
3858
3751
  }
3859
3752
  },
3860
3753
  "node_modules/@oclif/plugin-not-found": {
3861
- "version": "3.2.59",
3862
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.59.tgz",
3863
- "integrity": "sha512-xHyDo1YBSQOBaDqJis41k4LWG9OaCkjlbHO0pqwauW3l2tYoT9AMMSkAb8sJ73z2/YceAbMlm0gzQcO9W6xtMw==",
3754
+ "version": "3.2.60",
3755
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.60.tgz",
3756
+ "integrity": "sha512-TK+o2gdFK/IEOR/A9lk2Ob7qm7Z+fEaaHlNls4AfKcEgxfSGaDwGu6cF9lxtMq87pVJ47uiAjjZaBtGYmS01Wg==",
3864
3757
  "license": "MIT",
3865
3758
  "dependencies": {
3866
3759
  "@inquirer/prompts": "^7.6.0",
3867
- "@oclif/core": "^4",
3760
+ "@oclif/core": "^4.5.1",
3868
3761
  "ansis": "^3.17.0",
3869
3762
  "fast-levenshtein": "^3.0.0"
3870
3763
  },
@@ -3873,12 +3766,12 @@
3873
3766
  }
3874
3767
  },
3875
3768
  "node_modules/@oclif/plugin-plugins": {
3876
- "version": "5.4.44",
3877
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.44.tgz",
3878
- "integrity": "sha512-jroNZjUph19Ns+bsMH33Yjof38LxNtVxT2JuYx6o2Rxuh8Q8CzgZcUqSthmw1sXT6gNJ5NRS8tJGlssdQ6b5jA==",
3769
+ "version": "5.4.45",
3770
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.45.tgz",
3771
+ "integrity": "sha512-M68eqQCaS7IHvYET1f2ZQP60jChX6emdgObcpDt5jeYifLd+MZFnGSsh5spOE3y3CAAZX5U4tCCksz++YKw0RA==",
3879
3772
  "license": "MIT",
3880
3773
  "dependencies": {
3881
- "@oclif/core": "^4.4.1",
3774
+ "@oclif/core": "^4.5.1",
3882
3775
  "ansis": "^3.17.0",
3883
3776
  "debug": "^4.4.0",
3884
3777
  "npm": "^10.9.3",
@@ -3973,9 +3866,9 @@
3973
3866
  }
3974
3867
  },
3975
3868
  "node_modules/@oclif/plugin-search": {
3976
- "version": "1.2.26",
3977
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.26.tgz",
3978
- "integrity": "sha512-oiNsAgno3u3VsgFYpEBn6HMfCsAFpZ3B1TsxxWJsElAyd2bQ8+01aXHXwR9EmEYxS3rK6yMGKj49rkOdscY1ew==",
3869
+ "version": "1.2.27",
3870
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.27.tgz",
3871
+ "integrity": "sha512-CJ9qr3arH7/1ampfLGh7JCKbXLri7+jEUqkHt4fUqa8JLdeUoKC3J9zzA5wtlfbYi09TtdkyuXVCTDf6RvmAtQ==",
3979
3872
  "license": "MIT",
3980
3873
  "dependencies": {
3981
3874
  "@oclif/core": "^4",
@@ -4002,9 +3895,9 @@
4002
3895
  }
4003
3896
  },
4004
3897
  "node_modules/@oclif/plugin-update": {
4005
- "version": "4.7.0",
4006
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.0.tgz",
4007
- "integrity": "sha512-nefWWfwx8rAp0Xr3l9J9jVyKUZ20L/kKZncJcRp86lEgBuiA/nZkNx7jPKTtJv4DyFKlFb5bEoSADkvMybYRvw==",
3898
+ "version": "4.7.1",
3899
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.1.tgz",
3900
+ "integrity": "sha512-YyZM1QO+l6XegbvPk86TRgIUfqgkEpFWuSORjPx3Hri99fPHDrIMLtiZnk9VJlDQUG6PK+P9YLGXd+85h9txzQ==",
4008
3901
  "license": "MIT",
4009
3902
  "dependencies": {
4010
3903
  "@inquirer/select": "^2.5.0",
@@ -4036,9 +3929,9 @@
4036
3929
  }
4037
3930
  },
4038
3931
  "node_modules/@oclif/plugin-warn-if-update-available": {
4039
- "version": "3.1.43",
4040
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.43.tgz",
4041
- "integrity": "sha512-tQL+gYmzgIKQt0cxcSxYXNdh8543hPwe+L4bg631TL5rw8cE89pOLqFcbyMZyLllQketeXuAmsMXI5pGdKCbMQ==",
3932
+ "version": "3.1.44",
3933
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.44.tgz",
3934
+ "integrity": "sha512-nGYH6j4GZngSWDB0Ah8OZOSreDrS+lN6tyEeBtcP9pYO5fQlsepUy11/XzZmr3o1+3mUk0CTdOYHy/nbTFODNg==",
4042
3935
  "license": "MIT",
4043
3936
  "dependencies": {
4044
3937
  "@oclif/core": "^4",
@@ -4053,9 +3946,9 @@
4053
3946
  }
4054
3947
  },
4055
3948
  "node_modules/@oclif/plugin-which": {
4056
- "version": "3.2.38",
4057
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.38.tgz",
4058
- "integrity": "sha512-4gl6uTuuYjQ9+gFf7CgWZUP9bX9jX+hOSDX4JL88z3pQbMQxkV5iA85YgTp5Ddn8RdTyJMgIOHPNNcis9bsMKw==",
3949
+ "version": "3.2.39",
3950
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.39.tgz",
3951
+ "integrity": "sha512-KtC6wSaI2o0kj48bCyYkDVcRJ96hYmGP0iKzbG2WC4D0oTOQqKoS2dotEQinRJtzcjFX82f2kHQCqVRCQo9o+g==",
4059
3952
  "license": "MIT",
4060
3953
  "dependencies": {
4061
3954
  "@oclif/core": "^4",
@@ -4097,6 +3990,29 @@
4097
3990
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4098
3991
  }
4099
3992
  },
3993
+ "node_modules/@oclif/table/node_modules/emoji-regex": {
3994
+ "version": "10.3.0",
3995
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
3996
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
3997
+ "license": "MIT"
3998
+ },
3999
+ "node_modules/@oclif/table/node_modules/string-width": {
4000
+ "version": "7.2.0",
4001
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4002
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4003
+ "license": "MIT",
4004
+ "dependencies": {
4005
+ "emoji-regex": "^10.3.0",
4006
+ "get-east-asian-width": "^1.0.0",
4007
+ "strip-ansi": "^7.1.0"
4008
+ },
4009
+ "engines": {
4010
+ "node": ">=18"
4011
+ },
4012
+ "funding": {
4013
+ "url": "https://github.com/sponsors/sindresorhus"
4014
+ }
4015
+ },
4100
4016
  "node_modules/@oclif/table/node_modules/strip-ansi": {
4101
4017
  "version": "7.1.0",
4102
4018
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
@@ -4112,6 +4028,23 @@
4112
4028
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4113
4029
  }
4114
4030
  },
4031
+ "node_modules/@oclif/table/node_modules/wrap-ansi": {
4032
+ "version": "9.0.0",
4033
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
4034
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
4035
+ "license": "MIT",
4036
+ "dependencies": {
4037
+ "ansi-styles": "^6.2.1",
4038
+ "string-width": "^7.0.0",
4039
+ "strip-ansi": "^7.1.0"
4040
+ },
4041
+ "engines": {
4042
+ "node": ">=18"
4043
+ },
4044
+ "funding": {
4045
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4046
+ }
4047
+ },
4115
4048
  "node_modules/@oclif/test": {
4116
4049
  "version": "4.1.13",
4117
4050
  "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.13.tgz",
@@ -4775,15 +4708,15 @@
4775
4708
  }
4776
4709
  },
4777
4710
  "node_modules/@salesforce/plugin-agent": {
4778
- "version": "1.23.2",
4779
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.2.tgz",
4780
- "integrity": "sha512-HTP4CI/XvF0Xo+cjncvXInqG6M6vpm2mB4Gc2qXpNSYgbMLBkydFLoOL2+mGeNF51BHjwqT2QxrYwycDJeIlrA==",
4711
+ "version": "1.23.3",
4712
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.3.tgz",
4713
+ "integrity": "sha512-rZcbO0kN0wFIz5t4n8ntSBsrVlVfVwZPyydBUBOjBOFqnUAUJsQjmpG8L+nxynA/H+PebvpNgkDCWnSs4TS1Fw==",
4781
4714
  "license": "BSD-3-Clause",
4782
4715
  "dependencies": {
4783
4716
  "@inquirer/core": "^10.1.6",
4784
4717
  "@inquirer/prompts": "^7.2.0",
4785
4718
  "@oclif/core": "^4",
4786
- "@oclif/multi-stage-output": "^0.7.12",
4719
+ "@oclif/multi-stage-output": "^0.8.17",
4787
4720
  "@salesforce/agents": "0.15.3",
4788
4721
  "@salesforce/core": "^8.13.0",
4789
4722
  "@salesforce/kit": "^3.2.3",
@@ -4802,191 +4735,6 @@
4802
4735
  "node": ">=18.0.0"
4803
4736
  }
4804
4737
  },
4805
- "node_modules/@salesforce/plugin-agent/node_modules/@oclif/multi-stage-output": {
4806
- "version": "0.7.18",
4807
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.18.tgz",
4808
- "integrity": "sha512-lWFih9hXnDIdSYnB0sJTea9WK7SAmSljUh5YZcK7fKdwtPwM0sfW+Vtl+mDU83pXdd9SrXPnKzC3F7N+CdM9Rg==",
4809
- "license": "MIT",
4810
- "dependencies": {
4811
- "@oclif/core": "^4",
4812
- "@types/react": "^18.3.12",
4813
- "cli-spinners": "^2",
4814
- "figures": "^6.1.0",
4815
- "ink": "^5.1.0",
4816
- "react": "^18.3.1",
4817
- "wrap-ansi": "^9.0.0"
4818
- },
4819
- "engines": {
4820
- "node": ">=18.0.0"
4821
- }
4822
- },
4823
- "node_modules/@salesforce/plugin-agent/node_modules/@oclif/multi-stage-output/node_modules/ink": {
4824
- "version": "5.2.1",
4825
- "resolved": "https://registry.npmjs.org/ink/-/ink-5.2.1.tgz",
4826
- "integrity": "sha512-BqcUyWrG9zq5HIwW6JcfFHsIYebJkWWb4fczNah1goUO0vv5vneIlfwuS85twyJ5hYR/y18FlAYUxrO9ChIWVg==",
4827
- "license": "MIT",
4828
- "dependencies": {
4829
- "@alcalzone/ansi-tokenize": "^0.1.3",
4830
- "ansi-escapes": "^7.0.0",
4831
- "ansi-styles": "^6.2.1",
4832
- "auto-bind": "^5.0.1",
4833
- "chalk": "^5.3.0",
4834
- "cli-boxes": "^3.0.0",
4835
- "cli-cursor": "^4.0.0",
4836
- "cli-truncate": "^4.0.0",
4837
- "code-excerpt": "^4.0.0",
4838
- "es-toolkit": "^1.22.0",
4839
- "indent-string": "^5.0.0",
4840
- "is-in-ci": "^1.0.0",
4841
- "patch-console": "^2.0.0",
4842
- "react-reconciler": "^0.29.0",
4843
- "scheduler": "^0.23.0",
4844
- "signal-exit": "^3.0.7",
4845
- "slice-ansi": "^7.1.0",
4846
- "stack-utils": "^2.0.6",
4847
- "string-width": "^7.2.0",
4848
- "type-fest": "^4.27.0",
4849
- "widest-line": "^5.0.0",
4850
- "wrap-ansi": "^9.0.0",
4851
- "ws": "^8.18.0",
4852
- "yoga-layout": "~3.2.1"
4853
- },
4854
- "engines": {
4855
- "node": ">=18"
4856
- },
4857
- "peerDependencies": {
4858
- "@types/react": ">=18.0.0",
4859
- "react": ">=18.0.0",
4860
- "react-devtools-core": "^4.19.1"
4861
- },
4862
- "peerDependenciesMeta": {
4863
- "@types/react": {
4864
- "optional": true
4865
- },
4866
- "react-devtools-core": {
4867
- "optional": true
4868
- }
4869
- }
4870
- },
4871
- "node_modules/@salesforce/plugin-agent/node_modules/ansi-escapes": {
4872
- "version": "7.0.0",
4873
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
4874
- "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
4875
- "license": "MIT",
4876
- "dependencies": {
4877
- "environment": "^1.0.0"
4878
- },
4879
- "engines": {
4880
- "node": ">=18"
4881
- },
4882
- "funding": {
4883
- "url": "https://github.com/sponsors/sindresorhus"
4884
- }
4885
- },
4886
- "node_modules/@salesforce/plugin-agent/node_modules/ansi-regex": {
4887
- "version": "6.0.1",
4888
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
4889
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
4890
- "license": "MIT",
4891
- "engines": {
4892
- "node": ">=12"
4893
- },
4894
- "funding": {
4895
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4896
- }
4897
- },
4898
- "node_modules/@salesforce/plugin-agent/node_modules/chalk": {
4899
- "version": "5.4.1",
4900
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
4901
- "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
4902
- "license": "MIT",
4903
- "engines": {
4904
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
4905
- },
4906
- "funding": {
4907
- "url": "https://github.com/chalk/chalk?sponsor=1"
4908
- }
4909
- },
4910
- "node_modules/@salesforce/plugin-agent/node_modules/emoji-regex": {
4911
- "version": "10.3.0",
4912
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
4913
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
4914
- "license": "MIT"
4915
- },
4916
- "node_modules/@salesforce/plugin-agent/node_modules/figures": {
4917
- "version": "6.1.0",
4918
- "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
4919
- "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
4920
- "license": "MIT",
4921
- "dependencies": {
4922
- "is-unicode-supported": "^2.0.0"
4923
- },
4924
- "engines": {
4925
- "node": ">=18"
4926
- },
4927
- "funding": {
4928
- "url": "https://github.com/sponsors/sindresorhus"
4929
- }
4930
- },
4931
- "node_modules/@salesforce/plugin-agent/node_modules/indent-string": {
4932
- "version": "5.0.0",
4933
- "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
4934
- "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
4935
- "license": "MIT",
4936
- "engines": {
4937
- "node": ">=12"
4938
- },
4939
- "funding": {
4940
- "url": "https://github.com/sponsors/sindresorhus"
4941
- }
4942
- },
4943
- "node_modules/@salesforce/plugin-agent/node_modules/is-in-ci": {
4944
- "version": "1.0.0",
4945
- "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz",
4946
- "integrity": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==",
4947
- "license": "MIT",
4948
- "bin": {
4949
- "is-in-ci": "cli.js"
4950
- },
4951
- "engines": {
4952
- "node": ">=18"
4953
- },
4954
- "funding": {
4955
- "url": "https://github.com/sponsors/sindresorhus"
4956
- }
4957
- },
4958
- "node_modules/@salesforce/plugin-agent/node_modules/string-width": {
4959
- "version": "7.2.0",
4960
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4961
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4962
- "license": "MIT",
4963
- "dependencies": {
4964
- "emoji-regex": "^10.3.0",
4965
- "get-east-asian-width": "^1.0.0",
4966
- "strip-ansi": "^7.1.0"
4967
- },
4968
- "engines": {
4969
- "node": ">=18"
4970
- },
4971
- "funding": {
4972
- "url": "https://github.com/sponsors/sindresorhus"
4973
- }
4974
- },
4975
- "node_modules/@salesforce/plugin-agent/node_modules/strip-ansi": {
4976
- "version": "7.1.0",
4977
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
4978
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
4979
- "license": "MIT",
4980
- "dependencies": {
4981
- "ansi-regex": "^6.0.1"
4982
- },
4983
- "engines": {
4984
- "node": ">=12"
4985
- },
4986
- "funding": {
4987
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4988
- }
4989
- },
4990
4738
  "node_modules/@salesforce/plugin-apex": {
4991
4739
  "version": "3.6.19",
4992
4740
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.6.19.tgz",
@@ -5024,9 +4772,9 @@
5024
4772
  }
5025
4773
  },
5026
4774
  "node_modules/@salesforce/plugin-auth": {
5027
- "version": "3.7.7",
5028
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.7.tgz",
5029
- "integrity": "sha512-CMNs3T9hbIeHH6h5HUZMmLb/nJxUnSaFgmLliemdsqd4/y+/POpudCvOvqLsiWeoDTo8BBCvMbIrtXuQHpJr7g==",
4775
+ "version": "3.7.9",
4776
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.9.tgz",
4777
+ "integrity": "sha512-T6ZdBNQRYq5o0EJrWzKDOHomk87X1PP1rUXtfY9Po7nbcGZ/xIqA1JIJi2Px2srfoVuN9tDyfr/eSpY5FL/Slw==",
5030
4778
  "license": "Apache-2.0",
5031
4779
  "dependencies": {
5032
4780
  "@inquirer/checkbox": "^2.5.0",
@@ -5034,8 +4782,8 @@
5034
4782
  "@oclif/core": "^4",
5035
4783
  "@salesforce/core": "^8.18.1",
5036
4784
  "@salesforce/kit": "^3.2.3",
5037
- "@salesforce/plugin-info": "^3.4.69",
5038
- "@salesforce/sf-plugins-core": "^12.2.2",
4785
+ "@salesforce/plugin-info": "^3.4.72",
4786
+ "@salesforce/sf-plugins-core": "^12.2.3",
5039
4787
  "@salesforce/ts-types": "^2.0.11",
5040
4788
  "open": "^10.1.2"
5041
4789
  },
@@ -5155,21 +4903,21 @@
5155
4903
  }
5156
4904
  },
5157
4905
  "node_modules/@salesforce/plugin-data": {
5158
- "version": "4.0.44",
5159
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.44.tgz",
5160
- "integrity": "sha512-QeXlEUfAuXcVBjO2VI80CBWpgglzmtVJjxopJbH7Wa2Lj/Gsv6bBHoCfjtdL5dhWYqcJ+22xy+MosLQpQzE72g==",
4906
+ "version": "4.0.46",
4907
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.46.tgz",
4908
+ "integrity": "sha512-MSWaFxazb/JSBQL5u5A6F+QaDR6cUOuZNttI/QAmDT2dDZADtrRgM2XsJZzVB+77v5t/a8gXFIdILTZGfaHi+g==",
5161
4909
  "license": "Apache-2.0",
5162
4910
  "dependencies": {
5163
4911
  "@jsforce/jsforce-node": "^3.9.1",
5164
4912
  "@oclif/multi-stage-output": "^0.8.16",
5165
- "@salesforce/core": "^8.12.0",
4913
+ "@salesforce/core": "^8.18.1",
5166
4914
  "@salesforce/kit": "^3.2.2",
5167
4915
  "@salesforce/sf-plugins-core": "^12.2.3",
5168
4916
  "@salesforce/ts-types": "^2.0.11",
5169
4917
  "ansis": "^3.16.0",
5170
4918
  "change-case": "^5.4.4",
5171
4919
  "csv-parse": "^5.6.0",
5172
- "csv-stringify": "^6.5.2",
4920
+ "csv-stringify": "^6.6.0",
5173
4921
  "form-data": "^4.0.3",
5174
4922
  "terminal-link": "^3.0.0"
5175
4923
  },
@@ -5178,9 +4926,9 @@
5178
4926
  }
5179
4927
  },
5180
4928
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5181
- "version": "3.22.32",
5182
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.32.tgz",
5183
- "integrity": "sha512-4YQRxVStOFDLMYl50D5fs8Of3eVi8mbhrPCzodA8NCvkq4cKqXad8lcfykD1WmJ2CelPnuKVFzfc50JiUzGeOw==",
4929
+ "version": "3.22.33",
4930
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.22.33.tgz",
4931
+ "integrity": "sha512-WwYPKE4bAQUH/DWWLuKRGSwg+uPnF1DDSNa97NaLCvM0Yix15cwNKrYy6iKYGu1E3rsEnuPDBOTT3tfZSR1dmg==",
5184
4932
  "license": "Apache-2.0",
5185
4933
  "dependencies": {
5186
4934
  "@inquirer/prompts": "^7.5.3",
@@ -5202,15 +4950,15 @@
5202
4950
  }
5203
4951
  },
5204
4952
  "node_modules/@salesforce/plugin-info": {
5205
- "version": "3.4.72",
5206
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.72.tgz",
5207
- "integrity": "sha512-cg0UlJpArywslqriFuIhcghiFdpWtHld65pYQzrFXDFqrLeiS+CYDeOdjcFtp+F6nKElmm07q7LxKYDeO2CzLQ==",
4953
+ "version": "3.4.73",
4954
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.73.tgz",
4955
+ "integrity": "sha512-REspJvUoRPR4Y0nR172pMB0B+LeMhjmJM77MQMujnAaUBH/8gX+IV8C9iqpDtRP9BbCxVDtmfozHJwboCtHKIg==",
5208
4956
  "license": "Apache-2.0",
5209
4957
  "dependencies": {
5210
4958
  "@inquirer/input": "^2.3.0",
5211
4959
  "@jsforce/jsforce-node": "^3.9.1",
5212
4960
  "@oclif/core": "^4",
5213
- "@salesforce/core": "^8.15.0",
4961
+ "@salesforce/core": "^8.18.1",
5214
4962
  "@salesforce/kit": "^3.2.3",
5215
4963
  "@salesforce/sf-plugins-core": "^12",
5216
4964
  "got": "^13.0.0",
@@ -5225,12 +4973,12 @@
5225
4973
  }
5226
4974
  },
5227
4975
  "node_modules/@salesforce/plugin-limits": {
5228
- "version": "3.3.59",
5229
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.59.tgz",
5230
- "integrity": "sha512-mfDFBBUmPQuC5ytLWXyc8EOunRw5JrzcTOHlHwn1hXUir8BQgqAu+BKT5bAF95UoA8HllqM+Ezi2lq0RGyB02Q==",
4976
+ "version": "3.3.60",
4977
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.60.tgz",
4978
+ "integrity": "sha512-NaHhI99FlCrZYxQwj7F778UXXuk1xNwsOhdjlDCGZKcolZeMrndY7vr6ERrPI0luVCcvIx+WExnCUCfoTKua/g==",
5231
4979
  "license": "Apache-2.0",
5232
4980
  "dependencies": {
5233
- "@salesforce/core": "^8.17.0",
4981
+ "@salesforce/core": "^8.18.1",
5234
4982
  "@salesforce/sf-plugins-core": "^12.2.3"
5235
4983
  },
5236
4984
  "engines": {
@@ -5254,17 +5002,17 @@
5254
5002
  }
5255
5003
  },
5256
5004
  "node_modules/@salesforce/plugin-org": {
5257
- "version": "5.9.5",
5258
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.5.tgz",
5259
- "integrity": "sha512-4TAj4pvPaKlBFStASQmD/dC/jCHOOhyUKjHE4SgzqR44OZ57g9861OiVAiU8EMNwPu+GHXyHi05XbkYlN9SuAg==",
5005
+ "version": "5.9.9",
5006
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.9.tgz",
5007
+ "integrity": "sha512-0wUB2YEOko+SO1csfwEMHdJ102/GF1qJKV6mT9YHIypSjT7+Kv78rzAtGUrNayorkS48eI+w9k5Vb7Z2ZL0pCw==",
5260
5008
  "license": "Apache-2.0",
5261
5009
  "dependencies": {
5262
- "@oclif/core": "^4.4.1",
5263
- "@oclif/multi-stage-output": "^0.8.16",
5264
- "@salesforce/core": "^8.17.0",
5010
+ "@oclif/core": "^4.5.0",
5011
+ "@oclif/multi-stage-output": "^0.8.17",
5012
+ "@salesforce/core": "^8.18.1",
5265
5013
  "@salesforce/kit": "^3.2.3",
5266
5014
  "@salesforce/sf-plugins-core": "^12.2.3",
5267
- "@salesforce/source-deploy-retrieve": "^12.21.0",
5015
+ "@salesforce/source-deploy-retrieve": "^12.21.1",
5268
5016
  "@salesforce/ts-types": "^2.0.12",
5269
5017
  "ansis": "^3.16.0",
5270
5018
  "change-case": "^5.4.4",
@@ -5356,13 +5104,13 @@
5356
5104
  }
5357
5105
  },
5358
5106
  "node_modules/@salesforce/plugin-schema": {
5359
- "version": "3.3.71",
5360
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.71.tgz",
5361
- "integrity": "sha512-vgVwESqv7VutaYTKT3RIPMgpfsM3uecrVcS55EXvV1A6fllYIhp/Hgkw/IG15exE4nD/pWqKxeAjt+IEbLLsFg==",
5107
+ "version": "3.3.73",
5108
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.73.tgz",
5109
+ "integrity": "sha512-HMY2HNTvS/cKl9PrGQJyPy5/TgUQtXDqlupDKyvxwprrzBGgWURlsXk/eIbhAuyDflyfFBKK5eqpGRCdadpSwg==",
5362
5110
  "license": "Apache-2.0",
5363
5111
  "dependencies": {
5364
5112
  "@oclif/core": "^4",
5365
- "@salesforce/core": "^8.17.0",
5113
+ "@salesforce/core": "^8.18.1",
5366
5114
  "@salesforce/sf-plugins-core": "^11.3.12"
5367
5115
  },
5368
5116
  "engines": {
@@ -5458,16 +5206,16 @@
5458
5206
  }
5459
5207
  },
5460
5208
  "node_modules/@salesforce/plugin-sobject": {
5461
- "version": "1.4.64",
5462
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.64.tgz",
5463
- "integrity": "sha512-xO6i6Ft6nBC8MlgLDo/sf3u39p1pIe2y8sNgByX6oP7M0x0MxCCxmou9kL9syxTE0x1ryMDNj5uOfGmTfgBanQ==",
5209
+ "version": "1.4.65",
5210
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.65.tgz",
5211
+ "integrity": "sha512-m+y1+prMno3V3MQ9KTwQxyzh0xv399i451yK5XGSOo6KbmnawzpwYl0Ohr3blPl52pVN8cJ23Lqxh08kK0EA+A==",
5464
5212
  "license": "Apache-2.0",
5465
5213
  "dependencies": {
5466
5214
  "@inquirer/confirm": "^3.2.0",
5467
5215
  "@inquirer/input": "^2.3.0",
5468
5216
  "@inquirer/select": "^2.5.0",
5469
5217
  "@oclif/core": "^4",
5470
- "@salesforce/core": "^8.14.0",
5218
+ "@salesforce/core": "^8.18.1",
5471
5219
  "@salesforce/kit": "^3.1.6",
5472
5220
  "@salesforce/sf-plugins-core": "^11.3.12",
5473
5221
  "fast-glob": "^3.3.3",
@@ -5570,12 +5318,12 @@
5570
5318
  }
5571
5319
  },
5572
5320
  "node_modules/@salesforce/plugin-templates": {
5573
- "version": "56.3.53",
5574
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.53.tgz",
5575
- "integrity": "sha512-xIo1PgFzWRw3kL6j4FYQIAUnDjlyhL1UJdSy9pRm1q/wQVoI1xzVb22hNCpL3bWmM9brOeAlF0cwpSU78s2Y3A==",
5321
+ "version": "56.3.54",
5322
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.54.tgz",
5323
+ "integrity": "sha512-AsItpZwEmvWcZ0ayepYEA18nGi6OQBZtA+uKaKL2E3Kui3lvsngBmpmqRL/UIs3vxCgTNxVBA+TwNF8g6Zurxg==",
5576
5324
  "license": "Apache-2.0",
5577
5325
  "dependencies": {
5578
- "@salesforce/core": "^8.14.0",
5326
+ "@salesforce/core": "^8.18.1",
5579
5327
  "@salesforce/sf-plugins-core": "^12",
5580
5328
  "@salesforce/templates": "^64.2.0"
5581
5329
  },
@@ -10193,9 +9941,9 @@
10193
9941
  "license": "MIT"
10194
9942
  },
10195
9943
  "node_modules/csv-stringify": {
10196
- "version": "6.5.2",
10197
- "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.5.2.tgz",
10198
- "integrity": "sha512-RFPahj0sXcmUyjrObAK+DOWtMvMIFV328n4qZJhgX3x2RqkQgOTU2mCUmiFR0CzM6AzChlRSUErjiJeEt8BaQA==",
9944
+ "version": "6.6.0",
9945
+ "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.6.0.tgz",
9946
+ "integrity": "sha512-YW32lKOmIBgbxtu3g5SaiqWNwa/9ISQt2EcgOq0+RAIFufFp9is6tqNnKahqE5kuKvrnYAzs28r+s6pXJR8Vcw==",
10199
9947
  "license": "MIT"
10200
9948
  },
10201
9949
  "node_modules/dargs": {
@@ -11070,16 +10818,6 @@
11070
10818
  "url": "https://github.com/sponsors/ljharb"
11071
10819
  }
11072
10820
  },
11073
- "node_modules/es-toolkit": {
11074
- "version": "1.38.0",
11075
- "resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.38.0.tgz",
11076
- "integrity": "sha512-OT3AxczYYd3W50bCj4V0hKoOAfqIy9tof0leNQYekEDxVKir3RTVTJOLij7VAe6fsCNsGhC0JqIkURpMXTCSEA==",
11077
- "license": "MIT",
11078
- "workspaces": [
11079
- "docs",
11080
- "benchmarks"
11081
- ]
11082
- },
11083
10821
  "node_modules/es6-error": {
11084
10822
  "version": "4.1.1",
11085
10823
  "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
@@ -12990,16 +12728,6 @@
12990
12728
  "url": "https://github.com/sponsors/sindresorhus"
12991
12729
  }
12992
12730
  },
12993
- "node_modules/hasha/node_modules/type-fest": {
12994
- "version": "0.8.1",
12995
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
12996
- "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
12997
- "dev": true,
12998
- "license": "(MIT OR CC0-1.0)",
12999
- "engines": {
13000
- "node": ">=8"
13001
- }
13002
- },
13003
12731
  "node_modules/hasown": {
13004
12732
  "version": "2.0.2",
13005
12733
  "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
@@ -13484,6 +13212,18 @@
13484
13212
  "url": "https://github.com/chalk/chalk?sponsor=1"
13485
13213
  }
13486
13214
  },
13215
+ "node_modules/ink-text-input/node_modules/type-fest": {
13216
+ "version": "4.41.0",
13217
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
13218
+ "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
13219
+ "license": "(MIT OR CC0-1.0)",
13220
+ "engines": {
13221
+ "node": ">=16"
13222
+ },
13223
+ "funding": {
13224
+ "url": "https://github.com/sponsors/sindresorhus"
13225
+ }
13226
+ },
13487
13227
  "node_modules/ink/node_modules/ansi-escapes": {
13488
13228
  "version": "7.0.0",
13489
13229
  "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
@@ -13535,21 +13275,63 @@
13535
13275
  "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
13536
13276
  "license": "MIT",
13537
13277
  "engines": {
13538
- "node": ">=12"
13278
+ "node": ">=12"
13279
+ },
13280
+ "funding": {
13281
+ "url": "https://github.com/sponsors/sindresorhus"
13282
+ }
13283
+ },
13284
+ "node_modules/ink/node_modules/string-width": {
13285
+ "version": "7.2.0",
13286
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
13287
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
13288
+ "license": "MIT",
13289
+ "dependencies": {
13290
+ "emoji-regex": "^10.3.0",
13291
+ "get-east-asian-width": "^1.0.0",
13292
+ "strip-ansi": "^7.1.0"
13293
+ },
13294
+ "engines": {
13295
+ "node": ">=18"
13296
+ },
13297
+ "funding": {
13298
+ "url": "https://github.com/sponsors/sindresorhus"
13299
+ }
13300
+ },
13301
+ "node_modules/ink/node_modules/strip-ansi": {
13302
+ "version": "7.1.0",
13303
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
13304
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
13305
+ "license": "MIT",
13306
+ "dependencies": {
13307
+ "ansi-regex": "^6.0.1"
13308
+ },
13309
+ "engines": {
13310
+ "node": ">=12"
13311
+ },
13312
+ "funding": {
13313
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
13314
+ }
13315
+ },
13316
+ "node_modules/ink/node_modules/type-fest": {
13317
+ "version": "4.41.0",
13318
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
13319
+ "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
13320
+ "license": "(MIT OR CC0-1.0)",
13321
+ "engines": {
13322
+ "node": ">=16"
13539
13323
  },
13540
13324
  "funding": {
13541
13325
  "url": "https://github.com/sponsors/sindresorhus"
13542
13326
  }
13543
13327
  },
13544
- "node_modules/ink/node_modules/string-width": {
13545
- "version": "7.2.0",
13546
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
13547
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
13328
+ "node_modules/ink/node_modules/widest-line": {
13329
+ "version": "5.0.0",
13330
+ "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
13331
+ "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
13548
13332
  "license": "MIT",
13549
13333
  "dependencies": {
13550
- "emoji-regex": "^10.3.0",
13551
- "get-east-asian-width": "^1.0.0",
13552
- "strip-ansi": "^7.1.0"
13334
+ "string-width": "^7.0.0"
13553
13335
  },
13554
13336
  "engines": {
13555
13337
  "node": ">=18"
@@ -13558,19 +13340,21 @@
13558
13340
  "url": "https://github.com/sponsors/sindresorhus"
13559
13341
  }
13560
13342
  },
13561
- "node_modules/ink/node_modules/strip-ansi": {
13562
- "version": "7.1.0",
13563
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
13564
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
13343
+ "node_modules/ink/node_modules/wrap-ansi": {
13344
+ "version": "9.0.0",
13345
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
13346
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
13565
13347
  "license": "MIT",
13566
13348
  "dependencies": {
13567
- "ansi-regex": "^6.0.1"
13349
+ "ansi-styles": "^6.2.1",
13350
+ "string-width": "^7.0.0",
13351
+ "strip-ansi": "^7.1.0"
13568
13352
  },
13569
13353
  "engines": {
13570
- "node": ">=12"
13354
+ "node": ">=18"
13571
13355
  },
13572
13356
  "funding": {
13573
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
13357
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
13574
13358
  }
13575
13359
  },
13576
13360
  "node_modules/inquirer-autocomplete-standalone": {
@@ -13681,21 +13465,6 @@
13681
13465
  "undici-types": "~5.26.4"
13682
13466
  }
13683
13467
  },
13684
- "node_modules/inquirer-autocomplete-standalone/node_modules/ansi-styles": {
13685
- "version": "4.3.0",
13686
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
13687
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
13688
- "license": "MIT",
13689
- "dependencies": {
13690
- "color-convert": "^2.0.1"
13691
- },
13692
- "engines": {
13693
- "node": ">=8"
13694
- },
13695
- "funding": {
13696
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
13697
- }
13698
- },
13699
13468
  "node_modules/inquirer-autocomplete-standalone/node_modules/escape-string-regexp": {
13700
13469
  "version": "5.0.0",
13701
13470
  "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
@@ -13736,20 +13505,6 @@
13736
13505
  "url": "https://github.com/sponsors/sindresorhus"
13737
13506
  }
13738
13507
  },
13739
- "node_modules/inquirer-autocomplete-standalone/node_modules/wrap-ansi": {
13740
- "version": "6.2.0",
13741
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
13742
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
13743
- "license": "MIT",
13744
- "dependencies": {
13745
- "ansi-styles": "^4.0.0",
13746
- "string-width": "^4.1.0",
13747
- "strip-ansi": "^6.0.0"
13748
- },
13749
- "engines": {
13750
- "node": ">=8"
13751
- }
13752
- },
13753
13508
  "node_modules/internal-slot": {
13754
13509
  "version": "1.0.7",
13755
13510
  "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
@@ -14269,12 +14024,13 @@
14269
14024
  "license": "MIT"
14270
14025
  },
14271
14026
  "node_modules/is-unicode-supported": {
14272
- "version": "2.1.0",
14273
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
14274
- "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
14027
+ "version": "0.1.0",
14028
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
14029
+ "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
14030
+ "dev": true,
14275
14031
  "license": "MIT",
14276
14032
  "engines": {
14277
- "node": ">=18"
14033
+ "node": ">=10"
14278
14034
  },
14279
14035
  "funding": {
14280
14036
  "url": "https://github.com/sponsors/sindresorhus"
@@ -15437,19 +15193,6 @@
15437
15193
  "url": "https://github.com/sponsors/sindresorhus"
15438
15194
  }
15439
15195
  },
15440
- "node_modules/log-symbols/node_modules/is-unicode-supported": {
15441
- "version": "0.1.0",
15442
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
15443
- "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
15444
- "dev": true,
15445
- "license": "MIT",
15446
- "engines": {
15447
- "node": ">=10"
15448
- },
15449
- "funding": {
15450
- "url": "https://github.com/sponsors/sindresorhus"
15451
- }
15452
- },
15453
15196
  "node_modules/lolex": {
15454
15197
  "version": "2.7.5",
15455
15198
  "resolved": "https://registry.npmjs.org/lolex/-/lolex-2.7.5.tgz",
@@ -19717,22 +19460,6 @@
19717
19460
  "node": ">=18"
19718
19461
  }
19719
19462
  },
19720
- "node_modules/nyc/node_modules/ansi-styles": {
19721
- "version": "4.3.0",
19722
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
19723
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
19724
- "dev": true,
19725
- "license": "MIT",
19726
- "dependencies": {
19727
- "color-convert": "^2.0.1"
19728
- },
19729
- "engines": {
19730
- "node": ">=8"
19731
- },
19732
- "funding": {
19733
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
19734
- }
19735
- },
19736
19463
  "node_modules/nyc/node_modules/brace-expansion": {
19737
19464
  "version": "1.1.11",
19738
19465
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -19790,21 +19517,6 @@
19790
19517
  "node": "*"
19791
19518
  }
19792
19519
  },
19793
- "node_modules/nyc/node_modules/wrap-ansi": {
19794
- "version": "6.2.0",
19795
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
19796
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
19797
- "dev": true,
19798
- "license": "MIT",
19799
- "dependencies": {
19800
- "ansi-styles": "^4.0.0",
19801
- "string-width": "^4.1.0",
19802
- "strip-ansi": "^6.0.0"
19803
- },
19804
- "engines": {
19805
- "node": ">=8"
19806
- }
19807
- },
19808
19520
  "node_modules/nyc/node_modules/y18n": {
19809
19521
  "version": "4.0.3",
19810
19522
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
@@ -21305,16 +21017,6 @@
21305
21017
  "node": ">=8"
21306
21018
  }
21307
21019
  },
21308
- "node_modules/read-pkg-up/node_modules/type-fest": {
21309
- "version": "0.8.1",
21310
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
21311
- "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
21312
- "dev": true,
21313
- "license": "(MIT OR CC0-1.0)",
21314
- "engines": {
21315
- "node": ">=8"
21316
- }
21317
- },
21318
21020
  "node_modules/read-pkg/node_modules/path-type": {
21319
21021
  "version": "3.0.0",
21320
21022
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
@@ -23646,15 +23348,13 @@
23646
23348
  }
23647
23349
  },
23648
23350
  "node_modules/type-fest": {
23649
- "version": "4.41.0",
23650
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
23651
- "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
23351
+ "version": "0.8.1",
23352
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
23353
+ "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
23354
+ "dev": true,
23652
23355
  "license": "(MIT OR CC0-1.0)",
23653
23356
  "engines": {
23654
- "node": ">=16"
23655
- },
23656
- "funding": {
23657
- "url": "https://github.com/sponsors/sindresorhus"
23357
+ "node": ">=8"
23658
23358
  }
23659
23359
  },
23660
23360
  "node_modules/typed-array-buffer": {
@@ -24260,68 +23960,15 @@
24260
23960
  }
24261
23961
  },
24262
23962
  "node_modules/widest-line": {
24263
- "version": "5.0.0",
24264
- "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
24265
- "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
24266
- "license": "MIT",
24267
- "dependencies": {
24268
- "string-width": "^7.0.0"
24269
- },
24270
- "engines": {
24271
- "node": ">=18"
24272
- },
24273
- "funding": {
24274
- "url": "https://github.com/sponsors/sindresorhus"
24275
- }
24276
- },
24277
- "node_modules/widest-line/node_modules/ansi-regex": {
24278
- "version": "6.0.1",
24279
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
24280
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
24281
- "license": "MIT",
24282
- "engines": {
24283
- "node": ">=12"
24284
- },
24285
- "funding": {
24286
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
24287
- }
24288
- },
24289
- "node_modules/widest-line/node_modules/emoji-regex": {
24290
- "version": "10.3.0",
24291
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
24292
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
24293
- "license": "MIT"
24294
- },
24295
- "node_modules/widest-line/node_modules/string-width": {
24296
- "version": "7.2.0",
24297
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
24298
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
24299
- "license": "MIT",
24300
- "dependencies": {
24301
- "emoji-regex": "^10.3.0",
24302
- "get-east-asian-width": "^1.0.0",
24303
- "strip-ansi": "^7.1.0"
24304
- },
24305
- "engines": {
24306
- "node": ">=18"
24307
- },
24308
- "funding": {
24309
- "url": "https://github.com/sponsors/sindresorhus"
24310
- }
24311
- },
24312
- "node_modules/widest-line/node_modules/strip-ansi": {
24313
- "version": "7.1.0",
24314
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
24315
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
23963
+ "version": "3.1.0",
23964
+ "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
23965
+ "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
24316
23966
  "license": "MIT",
24317
23967
  "dependencies": {
24318
- "ansi-regex": "^6.0.1"
23968
+ "string-width": "^4.0.0"
24319
23969
  },
24320
23970
  "engines": {
24321
- "node": ">=12"
24322
- },
24323
- "funding": {
24324
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
23971
+ "node": ">=8"
24325
23972
  }
24326
23973
  },
24327
23974
  "node_modules/wireit": {
@@ -24394,20 +24041,17 @@
24394
24041
  "license": "Apache-2.0"
24395
24042
  },
24396
24043
  "node_modules/wrap-ansi": {
24397
- "version": "9.0.0",
24398
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
24399
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
24044
+ "version": "6.2.0",
24045
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
24046
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
24400
24047
  "license": "MIT",
24401
24048
  "dependencies": {
24402
- "ansi-styles": "^6.2.1",
24403
- "string-width": "^7.0.0",
24404
- "strip-ansi": "^7.1.0"
24049
+ "ansi-styles": "^4.0.0",
24050
+ "string-width": "^4.1.0",
24051
+ "strip-ansi": "^6.0.0"
24405
24052
  },
24406
24053
  "engines": {
24407
- "node": ">=18"
24408
- },
24409
- "funding": {
24410
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
24054
+ "node": ">=8"
24411
24055
  }
24412
24056
  },
24413
24057
  "node_modules/wrap-ansi-cjs": {
@@ -24445,54 +24089,19 @@
24445
24089
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
24446
24090
  }
24447
24091
  },
24448
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
24449
- "version": "6.0.1",
24450
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
24451
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
24452
- "license": "MIT",
24453
- "engines": {
24454
- "node": ">=12"
24455
- },
24456
- "funding": {
24457
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
24458
- }
24459
- },
24460
- "node_modules/wrap-ansi/node_modules/emoji-regex": {
24461
- "version": "10.3.0",
24462
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
24463
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
24464
- "license": "MIT"
24465
- },
24466
- "node_modules/wrap-ansi/node_modules/string-width": {
24467
- "version": "7.2.0",
24468
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
24469
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
24470
- "license": "MIT",
24471
- "dependencies": {
24472
- "emoji-regex": "^10.3.0",
24473
- "get-east-asian-width": "^1.0.0",
24474
- "strip-ansi": "^7.1.0"
24475
- },
24476
- "engines": {
24477
- "node": ">=18"
24478
- },
24479
- "funding": {
24480
- "url": "https://github.com/sponsors/sindresorhus"
24481
- }
24482
- },
24483
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
24484
- "version": "7.1.0",
24485
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
24486
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
24092
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
24093
+ "version": "4.3.0",
24094
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24095
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24487
24096
  "license": "MIT",
24488
24097
  "dependencies": {
24489
- "ansi-regex": "^6.0.1"
24098
+ "color-convert": "^2.0.1"
24490
24099
  },
24491
24100
  "engines": {
24492
- "node": ">=12"
24101
+ "node": ">=8"
24493
24102
  },
24494
24103
  "funding": {
24495
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
24104
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
24496
24105
  }
24497
24106
  },
24498
24107
  "node_modules/wrappy": {
@@ -24771,12 +24380,6 @@
24771
24380
  "url": "https://github.com/sponsors/sindresorhus"
24772
24381
  }
24773
24382
  },
24774
- "node_modules/yoga-layout": {
24775
- "version": "3.2.1",
24776
- "resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-3.2.1.tgz",
24777
- "integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==",
24778
- "license": "MIT"
24779
- },
24780
24383
  "node_modules/yoga-wasm-web": {
24781
24384
  "version": "0.3.3",
24782
24385
  "resolved": "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz",