@salesforce/cli 2.13.9 → 2.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,30 +1,30 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.13.9",
3
+ "version": "2.14.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.13.9",
9
+ "version": "2.14.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@oclif/core": "3.0.3",
14
14
  "@oclif/plugin-autocomplete": "2.3.9",
15
15
  "@oclif/plugin-commands": "2.2.28",
16
- "@oclif/plugin-help": "5.2.20",
17
- "@oclif/plugin-not-found": "2.4.3",
16
+ "@oclif/plugin-help": "6.0.2",
17
+ "@oclif/plugin-not-found": "3.0.1",
18
18
  "@oclif/plugin-plugins": "3.9.1",
19
- "@oclif/plugin-search": "0.0.23",
20
- "@oclif/plugin-update": "3.2.4",
21
- "@oclif/plugin-version": "2.0.1",
19
+ "@oclif/plugin-search": "1.0.2",
20
+ "@oclif/plugin-update": "4.1.1",
21
+ "@oclif/plugin-version": "2.0.2",
22
22
  "@oclif/plugin-warn-if-update-available": "2.1.1",
23
- "@oclif/plugin-which": "2.2.34",
23
+ "@oclif/plugin-which": "3.0.2",
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.19",
26
26
  "@salesforce/plugin-auth": "2.8.20",
27
- "@salesforce/plugin-data": "2.5.16",
27
+ "@salesforce/plugin-data": "2.5.17",
28
28
  "@salesforce/plugin-deploy-retrieve": "1.19.0",
29
29
  "@salesforce/plugin-info": "2.6.49",
30
30
  "@salesforce/plugin-limits": "2.3.38",
@@ -37,7 +37,7 @@
37
37
  "@salesforce/plugin-source": "2.10.40",
38
38
  "@salesforce/plugin-telemetry": "2.3.6",
39
39
  "@salesforce/plugin-templates": "55.5.14",
40
- "@salesforce/plugin-trust": "2.6.18",
40
+ "@salesforce/plugin-trust": "2.6.19",
41
41
  "@salesforce/plugin-user": "2.3.36",
42
42
  "@salesforce/sf-plugins-core": "4.0.0",
43
43
  "debug": "^4.3.4"
@@ -981,6 +981,19 @@
981
981
  "node": ">=14.14"
982
982
  }
983
983
  },
984
+ "node_modules/@commitlint/read/node_modules/jsonfile": {
985
+ "version": "6.1.0",
986
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
987
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
988
+ "dev": true,
989
+ "license": "MIT",
990
+ "dependencies": {
991
+ "universalify": "^2.0.0"
992
+ },
993
+ "optionalDependencies": {
994
+ "graceful-fs": "^4.1.6"
995
+ }
996
+ },
984
997
  "node_modules/@commitlint/resolve-extends": {
985
998
  "version": "17.4.4",
986
999
  "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.4.4.tgz",
@@ -1240,6 +1253,57 @@
1240
1253
  "node": ">=6.9.0"
1241
1254
  }
1242
1255
  },
1256
+ "node_modules/@inquirer/core": {
1257
+ "version": "3.1.2",
1258
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-3.1.2.tgz",
1259
+ "integrity": "sha512-lR2GaqBkp42Ew9BOAOqf2pSp+ymVES1qN8OC90WWh45yeoYLl0Ty1GyCxmkKqBJtq/+Ea1MF12AdFcZcpRNFsw==",
1260
+ "license": "MIT",
1261
+ "dependencies": {
1262
+ "@inquirer/type": "^1.1.2",
1263
+ "@types/mute-stream": "^0.0.1",
1264
+ "@types/node": "^20.4.8",
1265
+ "@types/wrap-ansi": "^3.0.0",
1266
+ "ansi-escapes": "^4.3.2",
1267
+ "chalk": "^4.1.2",
1268
+ "cli-spinners": "^2.9.0",
1269
+ "cli-width": "^4.1.0",
1270
+ "figures": "^3.2.0",
1271
+ "mute-stream": "^1.0.0",
1272
+ "run-async": "^3.0.0",
1273
+ "strip-ansi": "^6.0.1",
1274
+ "wrap-ansi": "^6.2.0"
1275
+ },
1276
+ "engines": {
1277
+ "node": ">=14.18.0"
1278
+ }
1279
+ },
1280
+ "node_modules/@inquirer/core/node_modules/cli-width": {
1281
+ "version": "4.1.0",
1282
+ "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
1283
+ "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
1284
+ "license": "ISC",
1285
+ "engines": {
1286
+ "node": ">= 12"
1287
+ }
1288
+ },
1289
+ "node_modules/@inquirer/core/node_modules/run-async": {
1290
+ "version": "3.0.0",
1291
+ "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
1292
+ "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
1293
+ "license": "MIT",
1294
+ "engines": {
1295
+ "node": ">=0.12.0"
1296
+ }
1297
+ },
1298
+ "node_modules/@inquirer/type": {
1299
+ "version": "1.1.5",
1300
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.1.5.tgz",
1301
+ "integrity": "sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==",
1302
+ "license": "MIT",
1303
+ "engines": {
1304
+ "node": ">=14.18.0"
1305
+ }
1306
+ },
1243
1307
  "node_modules/@isaacs/cliui": {
1244
1308
  "version": "8.0.2",
1245
1309
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -1468,6 +1532,18 @@
1468
1532
  "dev": true,
1469
1533
  "license": "MIT"
1470
1534
  },
1535
+ "node_modules/@ljharb/through": {
1536
+ "version": "2.3.11",
1537
+ "resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.11.tgz",
1538
+ "integrity": "sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==",
1539
+ "license": "MIT",
1540
+ "dependencies": {
1541
+ "call-bind": "^1.0.2"
1542
+ },
1543
+ "engines": {
1544
+ "node": ">= 0.4"
1545
+ }
1546
+ },
1471
1547
  "node_modules/@microsoft/applicationinsights-web-snippet": {
1472
1548
  "version": "1.0.1",
1473
1549
  "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz",
@@ -2357,24 +2433,23 @@
2357
2433
  }
2358
2434
  },
2359
2435
  "node_modules/@oclif/plugin-help": {
2360
- "version": "5.2.20",
2361
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.20.tgz",
2362
- "integrity": "sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==",
2436
+ "version": "6.0.2",
2437
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.2.tgz",
2438
+ "integrity": "sha512-rHe19ySqU+sIA1qJYQrnB8Jh+LvdMxIN2cIQPSsMobhdOThW5R7jRpMDe9iZwO+okQmvXiP/gIx/vEnWST33HQ==",
2363
2439
  "license": "MIT",
2364
2440
  "dependencies": {
2365
- "@oclif/core": "^2.15.0"
2441
+ "@oclif/core": "^3.0.9"
2366
2442
  },
2367
2443
  "engines": {
2368
- "node": ">=12.0.0"
2444
+ "node": ">=18.0.0"
2369
2445
  }
2370
2446
  },
2371
2447
  "node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
2372
- "version": "2.15.0",
2373
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2374
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
2448
+ "version": "3.0.9",
2449
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.9.tgz",
2450
+ "integrity": "sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==",
2375
2451
  "license": "MIT",
2376
2452
  "dependencies": {
2377
- "@types/cli-progress": "^3.11.0",
2378
2453
  "ansi-escapes": "^4.3.2",
2379
2454
  "ansi-styles": "^4.3.0",
2380
2455
  "cardinal": "^2.1.1",
@@ -2397,14 +2472,12 @@
2397
2472
  "strip-ansi": "^6.0.1",
2398
2473
  "supports-color": "^8.1.1",
2399
2474
  "supports-hyperlinks": "^2.2.0",
2400
- "ts-node": "^10.9.1",
2401
- "tslib": "^2.5.0",
2402
2475
  "widest-line": "^3.1.0",
2403
2476
  "wordwrap": "^1.0.0",
2404
2477
  "wrap-ansi": "^7.0.0"
2405
2478
  },
2406
2479
  "engines": {
2407
- "node": ">=14.0.0"
2480
+ "node": ">=18.0.0"
2408
2481
  }
2409
2482
  },
2410
2483
  "node_modules/@oclif/plugin-help/node_modules/supports-color": {
@@ -2423,26 +2496,25 @@
2423
2496
  }
2424
2497
  },
2425
2498
  "node_modules/@oclif/plugin-not-found": {
2426
- "version": "2.4.3",
2427
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.3.tgz",
2428
- "integrity": "sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==",
2499
+ "version": "3.0.1",
2500
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.1.tgz",
2501
+ "integrity": "sha512-5tbLvxwb7bNkQn5M9F4nE43QttlrL/oHm6SeTqstvstyquJs3u251Iy2uGPP1tF7lZAvD/VMrsZ3tznTe4SoJg==",
2429
2502
  "license": "MIT",
2430
2503
  "dependencies": {
2431
- "@oclif/core": "^2.15.0",
2432
- "chalk": "^4",
2504
+ "@oclif/core": "^3.0.5",
2505
+ "chalk": "^5.3.0",
2433
2506
  "fast-levenshtein": "^3.0.0"
2434
2507
  },
2435
2508
  "engines": {
2436
- "node": ">=12.0.0"
2509
+ "node": ">=18.0.0"
2437
2510
  }
2438
2511
  },
2439
2512
  "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
2440
- "version": "2.15.0",
2441
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2442
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
2513
+ "version": "3.0.9",
2514
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.9.tgz",
2515
+ "integrity": "sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==",
2443
2516
  "license": "MIT",
2444
2517
  "dependencies": {
2445
- "@types/cli-progress": "^3.11.0",
2446
2518
  "ansi-escapes": "^4.3.2",
2447
2519
  "ansi-styles": "^4.3.0",
2448
2520
  "cardinal": "^2.1.1",
@@ -2465,14 +2537,52 @@
2465
2537
  "strip-ansi": "^6.0.1",
2466
2538
  "supports-color": "^8.1.1",
2467
2539
  "supports-hyperlinks": "^2.2.0",
2468
- "ts-node": "^10.9.1",
2469
- "tslib": "^2.5.0",
2470
2540
  "widest-line": "^3.1.0",
2471
2541
  "wordwrap": "^1.0.0",
2472
2542
  "wrap-ansi": "^7.0.0"
2473
2543
  },
2474
2544
  "engines": {
2475
- "node": ">=14.0.0"
2545
+ "node": ">=18.0.0"
2546
+ }
2547
+ },
2548
+ "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk": {
2549
+ "version": "4.1.2",
2550
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2551
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2552
+ "license": "MIT",
2553
+ "dependencies": {
2554
+ "ansi-styles": "^4.1.0",
2555
+ "supports-color": "^7.1.0"
2556
+ },
2557
+ "engines": {
2558
+ "node": ">=10"
2559
+ },
2560
+ "funding": {
2561
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2562
+ }
2563
+ },
2564
+ "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
2565
+ "version": "7.2.0",
2566
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2567
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2568
+ "license": "MIT",
2569
+ "dependencies": {
2570
+ "has-flag": "^4.0.0"
2571
+ },
2572
+ "engines": {
2573
+ "node": ">=8"
2574
+ }
2575
+ },
2576
+ "node_modules/@oclif/plugin-not-found/node_modules/chalk": {
2577
+ "version": "5.3.0",
2578
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
2579
+ "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
2580
+ "license": "MIT",
2581
+ "engines": {
2582
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
2583
+ },
2584
+ "funding": {
2585
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2476
2586
  }
2477
2587
  },
2478
2588
  "node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
@@ -2593,28 +2703,24 @@
2593
2703
  }
2594
2704
  },
2595
2705
  "node_modules/@oclif/plugin-search": {
2596
- "version": "0.0.23",
2597
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-0.0.23.tgz",
2598
- "integrity": "sha512-KkRbglnDIAr6ycEIr82VyA8iKhrSj53CL7Ou5pSpshlrQZUD7HM0TGATXC4td504Ga6o8b3qE7YZwSuC4B+FtQ==",
2706
+ "version": "1.0.2",
2707
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.2.tgz",
2708
+ "integrity": "sha512-sWiECpCQhiFIs0WU0uqknPWqP74FaEiVWK++ZdVCbX1shG/JWDNKbgSa3bYtPkggrRUHIUur3SytxA0nJuTZ2A==",
2599
2709
  "license": "MIT",
2600
2710
  "dependencies": {
2601
- "@oclif/core": "^2.9.3",
2602
- "chalk": "^4",
2603
- "fuse.js": "^6.6.2",
2604
- "inquirer": "^8.2.6",
2605
- "rxjs": "^7.8.1"
2711
+ "@oclif/core": "^3.0.9",
2712
+ "inquirer-autocomplete-standalone": "^0.7.0"
2606
2713
  },
2607
2714
  "engines": {
2608
- "node": ">=14.0.0"
2715
+ "node": ">=18.0.0"
2609
2716
  }
2610
2717
  },
2611
2718
  "node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
2612
- "version": "2.15.0",
2613
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2614
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
2719
+ "version": "3.0.9",
2720
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.9.tgz",
2721
+ "integrity": "sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==",
2615
2722
  "license": "MIT",
2616
2723
  "dependencies": {
2617
- "@types/cli-progress": "^3.11.0",
2618
2724
  "ansi-escapes": "^4.3.2",
2619
2725
  "ansi-styles": "^4.3.0",
2620
2726
  "cardinal": "^2.1.1",
@@ -2637,14 +2743,12 @@
2637
2743
  "strip-ansi": "^6.0.1",
2638
2744
  "supports-color": "^8.1.1",
2639
2745
  "supports-hyperlinks": "^2.2.0",
2640
- "ts-node": "^10.9.1",
2641
- "tslib": "^2.5.0",
2642
2746
  "widest-line": "^3.1.0",
2643
2747
  "wordwrap": "^1.0.0",
2644
2748
  "wrap-ansi": "^7.0.0"
2645
2749
  },
2646
2750
  "engines": {
2647
- "node": ">=14.0.0"
2751
+ "node": ">=18.0.0"
2648
2752
  }
2649
2753
  },
2650
2754
  "node_modules/@oclif/plugin-search/node_modules/supports-color": {
@@ -2663,35 +2767,32 @@
2663
2767
  }
2664
2768
  },
2665
2769
  "node_modules/@oclif/plugin-update": {
2666
- "version": "3.2.4",
2667
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.2.4.tgz",
2668
- "integrity": "sha512-41G7NTKND+yTpb8LHlvlMIcNoaEUIIJuEwju9igL+ME/pN/53opeXgFV2IjjeFiexXj50OfesY9OQ6lqOZHw+g==",
2770
+ "version": "4.1.1",
2771
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.1.tgz",
2772
+ "integrity": "sha512-SP+hdzHOU1UmwV3rR3zP8+mcDOkQAUf6Z19Pb4y36BrOUVhcI9qKGnDa5OJjFdWhuxN+kUbKPNw0kvdusWQNNQ==",
2669
2773
  "license": "MIT",
2670
2774
  "dependencies": {
2671
- "@oclif/core": "^2.11.8",
2672
- "chalk": "^4",
2775
+ "@oclif/core": "^3.0.9",
2776
+ "chalk": "^5",
2673
2777
  "cross-spawn": "^7.0.3",
2674
2778
  "debug": "^4.3.1",
2675
2779
  "filesize": "^6.1.0",
2676
- "fs-extra": "^9.0.1",
2677
2780
  "http-call": "^5.3.0",
2678
- "inquirer": "^8.2.6",
2781
+ "inquirer": "^9.2.11",
2679
2782
  "lodash.throttle": "^4.1.1",
2680
- "log-chopper": "^1.0.2",
2681
2783
  "semver": "^7.5.4",
2682
2784
  "tar-fs": "^2.1.1"
2683
2785
  },
2684
2786
  "engines": {
2685
- "node": ">=12.0.0"
2787
+ "node": ">=18.0.0"
2686
2788
  }
2687
2789
  },
2688
2790
  "node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
2689
- "version": "2.15.0",
2690
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2691
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
2791
+ "version": "3.0.9",
2792
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.9.tgz",
2793
+ "integrity": "sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==",
2692
2794
  "license": "MIT",
2693
2795
  "dependencies": {
2694
- "@types/cli-progress": "^3.11.0",
2695
2796
  "ansi-escapes": "^4.3.2",
2696
2797
  "ansi-styles": "^4.3.0",
2697
2798
  "cardinal": "^2.1.1",
@@ -2714,29 +2815,136 @@
2714
2815
  "strip-ansi": "^6.0.1",
2715
2816
  "supports-color": "^8.1.1",
2716
2817
  "supports-hyperlinks": "^2.2.0",
2717
- "ts-node": "^10.9.1",
2718
- "tslib": "^2.5.0",
2719
2818
  "widest-line": "^3.1.0",
2720
2819
  "wordwrap": "^1.0.0",
2721
2820
  "wrap-ansi": "^7.0.0"
2722
2821
  },
2723
2822
  "engines": {
2724
- "node": ">=14.0.0"
2823
+ "node": ">=18.0.0"
2725
2824
  }
2726
2825
  },
2727
- "node_modules/@oclif/plugin-update/node_modules/fs-extra": {
2728
- "version": "9.1.0",
2729
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
2730
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
2826
+ "node_modules/@oclif/plugin-update/node_modules/@oclif/core/node_modules/chalk": {
2827
+ "version": "4.1.2",
2828
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2829
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2731
2830
  "license": "MIT",
2732
2831
  "dependencies": {
2733
- "at-least-node": "^1.0.0",
2734
- "graceful-fs": "^4.2.0",
2735
- "jsonfile": "^6.0.1",
2736
- "universalify": "^2.0.0"
2832
+ "ansi-styles": "^4.1.0",
2833
+ "supports-color": "^7.1.0"
2737
2834
  },
2738
2835
  "engines": {
2739
2836
  "node": ">=10"
2837
+ },
2838
+ "funding": {
2839
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2840
+ }
2841
+ },
2842
+ "node_modules/@oclif/plugin-update/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
2843
+ "version": "7.2.0",
2844
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2845
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2846
+ "license": "MIT",
2847
+ "dependencies": {
2848
+ "has-flag": "^4.0.0"
2849
+ },
2850
+ "engines": {
2851
+ "node": ">=8"
2852
+ }
2853
+ },
2854
+ "node_modules/@oclif/plugin-update/node_modules/chalk": {
2855
+ "version": "5.3.0",
2856
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
2857
+ "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
2858
+ "license": "MIT",
2859
+ "engines": {
2860
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
2861
+ },
2862
+ "funding": {
2863
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2864
+ }
2865
+ },
2866
+ "node_modules/@oclif/plugin-update/node_modules/cli-width": {
2867
+ "version": "4.1.0",
2868
+ "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
2869
+ "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
2870
+ "license": "ISC",
2871
+ "engines": {
2872
+ "node": ">= 12"
2873
+ }
2874
+ },
2875
+ "node_modules/@oclif/plugin-update/node_modules/escape-string-regexp": {
2876
+ "version": "5.0.0",
2877
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
2878
+ "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
2879
+ "license": "MIT",
2880
+ "engines": {
2881
+ "node": ">=12"
2882
+ },
2883
+ "funding": {
2884
+ "url": "https://github.com/sponsors/sindresorhus"
2885
+ }
2886
+ },
2887
+ "node_modules/@oclif/plugin-update/node_modules/figures": {
2888
+ "version": "5.0.0",
2889
+ "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
2890
+ "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==",
2891
+ "license": "MIT",
2892
+ "dependencies": {
2893
+ "escape-string-regexp": "^5.0.0",
2894
+ "is-unicode-supported": "^1.2.0"
2895
+ },
2896
+ "engines": {
2897
+ "node": ">=14"
2898
+ },
2899
+ "funding": {
2900
+ "url": "https://github.com/sponsors/sindresorhus"
2901
+ }
2902
+ },
2903
+ "node_modules/@oclif/plugin-update/node_modules/inquirer": {
2904
+ "version": "9.2.11",
2905
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.11.tgz",
2906
+ "integrity": "sha512-B2LafrnnhbRzCWfAdOXisUzL89Kg8cVJlYmhqoi3flSiV/TveO+nsXwgKr9h9PIo+J1hz7nBSk6gegRIMBBf7g==",
2907
+ "license": "MIT",
2908
+ "dependencies": {
2909
+ "@ljharb/through": "^2.3.9",
2910
+ "ansi-escapes": "^4.3.2",
2911
+ "chalk": "^5.3.0",
2912
+ "cli-cursor": "^3.1.0",
2913
+ "cli-width": "^4.1.0",
2914
+ "external-editor": "^3.1.0",
2915
+ "figures": "^5.0.0",
2916
+ "lodash": "^4.17.21",
2917
+ "mute-stream": "1.0.0",
2918
+ "ora": "^5.4.1",
2919
+ "run-async": "^3.0.0",
2920
+ "rxjs": "^7.8.1",
2921
+ "string-width": "^4.2.3",
2922
+ "strip-ansi": "^6.0.1",
2923
+ "wrap-ansi": "^6.2.0"
2924
+ },
2925
+ "engines": {
2926
+ "node": ">=14.18.0"
2927
+ }
2928
+ },
2929
+ "node_modules/@oclif/plugin-update/node_modules/is-unicode-supported": {
2930
+ "version": "1.3.0",
2931
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
2932
+ "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
2933
+ "license": "MIT",
2934
+ "engines": {
2935
+ "node": ">=12"
2936
+ },
2937
+ "funding": {
2938
+ "url": "https://github.com/sponsors/sindresorhus"
2939
+ }
2940
+ },
2941
+ "node_modules/@oclif/plugin-update/node_modules/run-async": {
2942
+ "version": "3.0.0",
2943
+ "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
2944
+ "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
2945
+ "license": "MIT",
2946
+ "engines": {
2947
+ "node": ">=0.12.0"
2740
2948
  }
2741
2949
  },
2742
2950
  "node_modules/@oclif/plugin-update/node_modules/supports-color": {
@@ -2755,21 +2963,21 @@
2755
2963
  }
2756
2964
  },
2757
2965
  "node_modules/@oclif/plugin-version": {
2758
- "version": "2.0.1",
2759
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.1.tgz",
2760
- "integrity": "sha512-5gEwB74Mqbe5ob5f1Agvb8ebBH0xm/jt0iqaOEYGrYN2gLu32UgqsLpccu+LCd89C2LdzIRIQ8DR5Yro3IY8jQ==",
2966
+ "version": "2.0.2",
2967
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.2.tgz",
2968
+ "integrity": "sha512-qCS4KFCT9T+mIPCclF5++zmL5fQrM56C08Gw98a81SllYElnYZhDNl9jrU64YmlL0VVP52D0NiFdL3s/+EtcXA==",
2761
2969
  "license": "MIT",
2762
2970
  "dependencies": {
2763
- "@oclif/core": "^3.0.4"
2971
+ "@oclif/core": "^3.0.9"
2764
2972
  },
2765
2973
  "engines": {
2766
2974
  "node": ">=18.0.0"
2767
2975
  }
2768
2976
  },
2769
2977
  "node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
2770
- "version": "3.0.5",
2771
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.5.tgz",
2772
- "integrity": "sha512-P2zr0viYDHxP3Q0+9z4Lr2g5xsLN5i/QmQTPxgCW7RJu8BB608RMm8xk/K60vW/vjwJdM7Zz1GZtGWltCvRq4Q==",
2978
+ "version": "3.0.9",
2979
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.9.tgz",
2980
+ "integrity": "sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==",
2773
2981
  "license": "MIT",
2774
2982
  "dependencies": {
2775
2983
  "ansi-escapes": "^4.3.2",
@@ -2889,25 +3097,23 @@
2889
3097
  }
2890
3098
  },
2891
3099
  "node_modules/@oclif/plugin-which": {
2892
- "version": "2.2.34",
2893
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.34.tgz",
2894
- "integrity": "sha512-9RJUmdzecSA2YFDlBnnrC7cCKFht9NM9tRqhhT/1h52Hj4dIz6/SWStVv3ioZm4RKP/MJO/dPkt7igfiR3Epjg==",
3100
+ "version": "3.0.2",
3101
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.2.tgz",
3102
+ "integrity": "sha512-ghqkNAIiawjbhFob1JkH3yT1gKKwZiVJY1jUSkARN4uyWGmwM7siziWHhpDWkWyaR/HcIYXRzbLV7qslYwtRbw==",
2895
3103
  "license": "MIT",
2896
3104
  "dependencies": {
2897
- "@oclif/core": "^2.11.10",
2898
- "tslib": "^2.6.2"
3105
+ "@oclif/core": "^3.0.9"
2899
3106
  },
2900
3107
  "engines": {
2901
- "node": ">=12.0.0"
3108
+ "node": ">=18.0.0"
2902
3109
  }
2903
3110
  },
2904
3111
  "node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
2905
- "version": "2.15.0",
2906
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2907
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
3112
+ "version": "3.0.9",
3113
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.9.tgz",
3114
+ "integrity": "sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==",
2908
3115
  "license": "MIT",
2909
3116
  "dependencies": {
2910
- "@types/cli-progress": "^3.11.0",
2911
3117
  "ansi-escapes": "^4.3.2",
2912
3118
  "ansi-styles": "^4.3.0",
2913
3119
  "cardinal": "^2.1.1",
@@ -2930,14 +3136,12 @@
2930
3136
  "strip-ansi": "^6.0.1",
2931
3137
  "supports-color": "^8.1.1",
2932
3138
  "supports-hyperlinks": "^2.2.0",
2933
- "ts-node": "^10.9.1",
2934
- "tslib": "^2.5.0",
2935
3139
  "widest-line": "^3.1.0",
2936
3140
  "wordwrap": "^1.0.0",
2937
3141
  "wrap-ansi": "^7.0.0"
2938
3142
  },
2939
3143
  "engines": {
2940
- "node": ">=14.0.0"
3144
+ "node": ">=18.0.0"
2941
3145
  }
2942
3146
  },
2943
3147
  "node_modules/@oclif/plugin-which/node_modules/supports-color": {
@@ -4117,9 +4321,9 @@
4117
4321
  }
4118
4322
  },
4119
4323
  "node_modules/@salesforce/plugin-data": {
4120
- "version": "2.5.16",
4121
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.16.tgz",
4122
- "integrity": "sha512-xKmGRVG8q45PYJGhgUIX/VPI0V+wC3y5KpuPovtS/+SGZ4QECbLoM+LR7JbWBZy0YOkXaJg9aN9mRdlN6PIUHg==",
4324
+ "version": "2.5.17",
4325
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.17.tgz",
4326
+ "integrity": "sha512-bcvTg7BqDDPvhcBGSEZ8GQ5EneKRzOAKHzL/L5HDdloKD9ZHdqHn42jmdjsSjZ4kWO905MZCCp5ySfilMW2jfA==",
4123
4327
  "license": "BSD-3-Clause",
4124
4328
  "dependencies": {
4125
4329
  "@oclif/core": "^2.15.0",
@@ -5538,9 +5742,9 @@
5538
5742
  }
5539
5743
  },
5540
5744
  "node_modules/@salesforce/plugin-trust": {
5541
- "version": "2.6.18",
5542
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.18.tgz",
5543
- "integrity": "sha512-N8PdEpJv6i+txwC9lxwJjz6Yjb9Jfc8Azi0+WJSMi0Pn1H3J99YWYHk2UeGfEfv0OiQoC1yWT7AGEPfHczh6Dg==",
5745
+ "version": "2.6.19",
5746
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.19.tgz",
5747
+ "integrity": "sha512-OKr5DFvc7aHk0AiUvQXWEKX2MISebClW/aOHz9GkWqU5gZfGMLbBeyieBoOCcaA5ESq8FAB4GZbDNVshba33qg==",
5544
5748
  "license": "BSD-3-Clause",
5545
5749
  "dependencies": {
5546
5750
  "@oclif/core": "^2.15.0",
@@ -5750,9 +5954,9 @@
5750
5954
  }
5751
5955
  },
5752
5956
  "node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
5753
- "version": "3.0.5",
5754
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.5.tgz",
5755
- "integrity": "sha512-P2zr0viYDHxP3Q0+9z4Lr2g5xsLN5i/QmQTPxgCW7RJu8BB608RMm8xk/K60vW/vjwJdM7Zz1GZtGWltCvRq4Q==",
5957
+ "version": "3.0.9",
5958
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.9.tgz",
5959
+ "integrity": "sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==",
5756
5960
  "license": "MIT",
5757
5961
  "dependencies": {
5758
5962
  "ansi-escapes": "^4.3.2",
@@ -6376,11 +6580,23 @@
6376
6580
  "dev": true,
6377
6581
  "license": "MIT"
6378
6582
  },
6583
+ "node_modules/@types/mute-stream": {
6584
+ "version": "0.0.1",
6585
+ "resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.1.tgz",
6586
+ "integrity": "sha512-0yQLzYhCqGz7CQPE3iDmYjhb7KMBFOP+tBkyw+/Y2YyDI5wpS7itXXxneN1zSsUwWx3Ji6YiVYrhAnpQGS/vkw==",
6587
+ "license": "MIT",
6588
+ "dependencies": {
6589
+ "@types/node": "*"
6590
+ }
6591
+ },
6379
6592
  "node_modules/@types/node": {
6380
- "version": "20.4.0",
6381
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.0.tgz",
6382
- "integrity": "sha512-jfT7iTf/4kOQ9S7CHV9BIyRaQqHu67mOjsIQBC3BKZvzvUB6zLxEwJ6sBE3ozcvP8kF6Uk5PXN0Q+c0dfhGX0g==",
6383
- "license": "MIT"
6593
+ "version": "20.8.5",
6594
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.5.tgz",
6595
+ "integrity": "sha512-SPlobFgbidfIeOYlzXiEjSYeIJiOCthv+9tSQVpvk4PAdIIc+2SmjNVzWXk9t0Y7dl73Zdf+OgXKHX9XtkqUpw==",
6596
+ "license": "MIT",
6597
+ "dependencies": {
6598
+ "undici-types": "~5.25.1"
6599
+ }
6384
6600
  },
6385
6601
  "node_modules/@types/normalize-package-data": {
6386
6602
  "version": "2.4.1",
@@ -6454,6 +6670,12 @@
6454
6670
  "@types/node": "*"
6455
6671
  }
6456
6672
  },
6673
+ "node_modules/@types/wrap-ansi": {
6674
+ "version": "3.0.0",
6675
+ "resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
6676
+ "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==",
6677
+ "license": "MIT"
6678
+ },
6457
6679
  "node_modules/@typescript-eslint/eslint-plugin": {
6458
6680
  "version": "5.62.0",
6459
6681
  "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
@@ -7297,15 +7519,6 @@
7297
7519
  "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
7298
7520
  "license": "MIT"
7299
7521
  },
7300
- "node_modules/at-least-node": {
7301
- "version": "1.0.0",
7302
- "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
7303
- "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
7304
- "license": "ISC",
7305
- "engines": {
7306
- "node": ">= 4.0.0"
7307
- }
7308
- },
7309
7522
  "node_modules/atomic-sleep": {
7310
7523
  "version": "1.0.0",
7311
7524
  "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
@@ -7647,15 +7860,6 @@
7647
7860
  "semver": "^7.0.0"
7648
7861
  }
7649
7862
  },
7650
- "node_modules/byline": {
7651
- "version": "5.0.0",
7652
- "resolved": "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz",
7653
- "integrity": "sha512-s6webAy+R4SR8XVuJWt2V2rGvhnrhxN+9S15GNuTK3wKPOXFF6RNc+8ug2XhH+2s4f+uudG4kUVYmYOQWL2g0Q==",
7654
- "license": "MIT",
7655
- "engines": {
7656
- "node": ">=0.10.0"
7657
- }
7658
- },
7659
7863
  "node_modules/cacache": {
7660
7864
  "version": "17.1.4",
7661
7865
  "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.4.tgz",
@@ -7813,7 +8017,6 @@
7813
8017
  "version": "1.0.2",
7814
8018
  "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
7815
8019
  "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
7816
- "dev": true,
7817
8020
  "license": "MIT",
7818
8021
  "dependencies": {
7819
8022
  "function-bind": "^1.1.1",
@@ -8177,9 +8380,9 @@
8177
8380
  }
8178
8381
  },
8179
8382
  "node_modules/cli-spinners": {
8180
- "version": "2.9.0",
8181
- "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz",
8182
- "integrity": "sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==",
8383
+ "version": "2.9.1",
8384
+ "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.1.tgz",
8385
+ "integrity": "sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==",
8183
8386
  "license": "MIT",
8184
8387
  "engines": {
8185
8388
  "node": ">=6"
@@ -11422,15 +11625,6 @@
11422
11625
  "node": ">=6 <7 || >=8"
11423
11626
  }
11424
11627
  },
11425
- "node_modules/fs-extra/node_modules/jsonfile": {
11426
- "version": "4.0.0",
11427
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
11428
- "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
11429
- "license": "MIT",
11430
- "optionalDependencies": {
11431
- "graceful-fs": "^4.1.6"
11432
- }
11433
- },
11434
11628
  "node_modules/fs-extra/node_modules/universalify": {
11435
11629
  "version": "0.1.2",
11436
11630
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
@@ -11541,15 +11735,6 @@
11541
11735
  "url": "https://github.com/sponsors/ljharb"
11542
11736
  }
11543
11737
  },
11544
- "node_modules/fuse.js": {
11545
- "version": "6.6.2",
11546
- "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz",
11547
- "integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==",
11548
- "license": "Apache-2.0",
11549
- "engines": {
11550
- "node": ">=10"
11551
- }
11552
- },
11553
11738
  "node_modules/gauge": {
11554
11739
  "version": "5.0.1",
11555
11740
  "resolved": "https://registry.npmjs.org/gauge/-/gauge-5.0.1.tgz",
@@ -11617,7 +11802,6 @@
11617
11802
  "version": "1.2.1",
11618
11803
  "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
11619
11804
  "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
11620
- "dev": true,
11621
11805
  "license": "MIT",
11622
11806
  "dependencies": {
11623
11807
  "function-bind": "^1.1.1",
@@ -12150,7 +12334,6 @@
12150
12334
  "version": "1.0.1",
12151
12335
  "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
12152
12336
  "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
12153
- "dev": true,
12154
12337
  "license": "MIT",
12155
12338
  "engines": {
12156
12339
  "node": ">= 0.4"
@@ -12163,7 +12346,6 @@
12163
12346
  "version": "1.0.3",
12164
12347
  "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
12165
12348
  "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
12166
- "dev": true,
12167
12349
  "license": "MIT",
12168
12350
  "engines": {
12169
12351
  "node": ">= 0.4"
@@ -12607,6 +12789,67 @@
12607
12789
  "node": ">=12.0.0"
12608
12790
  }
12609
12791
  },
12792
+ "node_modules/inquirer-autocomplete-standalone": {
12793
+ "version": "0.7.0",
12794
+ "resolved": "https://registry.npmjs.org/inquirer-autocomplete-standalone/-/inquirer-autocomplete-standalone-0.7.0.tgz",
12795
+ "integrity": "sha512-DZ3abNGnQ6DmmCJiwpkljMZNE5Zwx3U8ZqUzl4aW9pV3ooXySERRL2PTYlCoG26qwCzEwTrftfN1QQz5cenwPw==",
12796
+ "license": "ISC",
12797
+ "dependencies": {
12798
+ "@inquirer/core": "^3.1.1",
12799
+ "@inquirer/type": "^1.1.2",
12800
+ "figures": "^5.0.0",
12801
+ "picocolors": "^1.0.0"
12802
+ },
12803
+ "engines": {
12804
+ "node": ">=16"
12805
+ }
12806
+ },
12807
+ "node_modules/inquirer-autocomplete-standalone/node_modules/escape-string-regexp": {
12808
+ "version": "5.0.0",
12809
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
12810
+ "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
12811
+ "license": "MIT",
12812
+ "engines": {
12813
+ "node": ">=12"
12814
+ },
12815
+ "funding": {
12816
+ "url": "https://github.com/sponsors/sindresorhus"
12817
+ }
12818
+ },
12819
+ "node_modules/inquirer-autocomplete-standalone/node_modules/figures": {
12820
+ "version": "5.0.0",
12821
+ "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
12822
+ "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==",
12823
+ "license": "MIT",
12824
+ "dependencies": {
12825
+ "escape-string-regexp": "^5.0.0",
12826
+ "is-unicode-supported": "^1.2.0"
12827
+ },
12828
+ "engines": {
12829
+ "node": ">=14"
12830
+ },
12831
+ "funding": {
12832
+ "url": "https://github.com/sponsors/sindresorhus"
12833
+ }
12834
+ },
12835
+ "node_modules/inquirer-autocomplete-standalone/node_modules/is-unicode-supported": {
12836
+ "version": "1.3.0",
12837
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
12838
+ "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
12839
+ "license": "MIT",
12840
+ "engines": {
12841
+ "node": ">=12"
12842
+ },
12843
+ "funding": {
12844
+ "url": "https://github.com/sponsors/sindresorhus"
12845
+ }
12846
+ },
12847
+ "node_modules/inquirer/node_modules/mute-stream": {
12848
+ "version": "0.0.8",
12849
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
12850
+ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
12851
+ "license": "ISC"
12852
+ },
12610
12853
  "node_modules/internal-slot": {
12611
12854
  "version": "1.0.5",
12612
12855
  "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
@@ -13509,6 +13752,12 @@
13509
13752
  "node": ">=8.0.0"
13510
13753
  }
13511
13754
  },
13755
+ "node_modules/jsforce/node_modules/mute-stream": {
13756
+ "version": "0.0.8",
13757
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
13758
+ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
13759
+ "license": "ISC"
13760
+ },
13512
13761
  "node_modules/jsforce/node_modules/open": {
13513
13762
  "version": "7.4.2",
13514
13763
  "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
@@ -13615,13 +13864,10 @@
13615
13864
  "license": "MIT"
13616
13865
  },
13617
13866
  "node_modules/jsonfile": {
13618
- "version": "6.1.0",
13619
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
13620
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
13867
+ "version": "4.0.0",
13868
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
13869
+ "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
13621
13870
  "license": "MIT",
13622
- "dependencies": {
13623
- "universalify": "^2.0.0"
13624
- },
13625
13871
  "optionalDependencies": {
13626
13872
  "graceful-fs": "^4.1.6"
13627
13873
  }
@@ -14774,18 +15020,6 @@
14774
15020
  "dev": true,
14775
15021
  "license": "MIT"
14776
15022
  },
14777
- "node_modules/log-chopper": {
14778
- "version": "1.0.2",
14779
- "resolved": "https://registry.npmjs.org/log-chopper/-/log-chopper-1.0.2.tgz",
14780
- "integrity": "sha512-tEWS6Fb+Xv0yLChJ6saA1DP3H1yPL0PfiIN7SDJ+U/CyP+fD4G/dhKfow+P5UuJWi6BdE4mUcPkJclGXCWxDrg==",
14781
- "license": "ISC",
14782
- "dependencies": {
14783
- "byline": "5.x"
14784
- },
14785
- "engines": {
14786
- "node": ">=6.0.0"
14787
- }
14788
- },
14789
15023
  "node_modules/log-symbols": {
14790
15024
  "version": "4.1.0",
14791
15025
  "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
@@ -15653,10 +15887,13 @@
15653
15887
  }
15654
15888
  },
15655
15889
  "node_modules/mute-stream": {
15656
- "version": "0.0.8",
15657
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
15658
- "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
15659
- "license": "ISC"
15890
+ "version": "1.0.0",
15891
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
15892
+ "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
15893
+ "license": "ISC",
15894
+ "engines": {
15895
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15896
+ }
15660
15897
  },
15661
15898
  "node_modules/nanoid": {
15662
15899
  "version": "3.3.3",
@@ -19856,9 +20093,9 @@
19856
20093
  }
19857
20094
  },
19858
20095
  "node_modules/oclif/node_modules/@oclif/core": {
19859
- "version": "3.0.5",
19860
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.5.tgz",
19861
- "integrity": "sha512-P2zr0viYDHxP3Q0+9z4Lr2g5xsLN5i/QmQTPxgCW7RJu8BB608RMm8xk/K60vW/vjwJdM7Zz1GZtGWltCvRq4Q==",
20096
+ "version": "3.0.9",
20097
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.9.tgz",
20098
+ "integrity": "sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==",
19862
20099
  "dev": true,
19863
20100
  "license": "MIT",
19864
20101
  "dependencies": {
@@ -19892,6 +20129,114 @@
19892
20129
  "node": ">=18.0.0"
19893
20130
  }
19894
20131
  },
20132
+ "node_modules/oclif/node_modules/@oclif/plugin-help": {
20133
+ "version": "5.2.20",
20134
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.20.tgz",
20135
+ "integrity": "sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==",
20136
+ "dev": true,
20137
+ "license": "MIT",
20138
+ "dependencies": {
20139
+ "@oclif/core": "^2.15.0"
20140
+ },
20141
+ "engines": {
20142
+ "node": ">=12.0.0"
20143
+ }
20144
+ },
20145
+ "node_modules/oclif/node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
20146
+ "version": "2.15.0",
20147
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
20148
+ "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
20149
+ "dev": true,
20150
+ "license": "MIT",
20151
+ "dependencies": {
20152
+ "@types/cli-progress": "^3.11.0",
20153
+ "ansi-escapes": "^4.3.2",
20154
+ "ansi-styles": "^4.3.0",
20155
+ "cardinal": "^2.1.1",
20156
+ "chalk": "^4.1.2",
20157
+ "clean-stack": "^3.0.1",
20158
+ "cli-progress": "^3.12.0",
20159
+ "debug": "^4.3.4",
20160
+ "ejs": "^3.1.8",
20161
+ "get-package-type": "^0.1.0",
20162
+ "globby": "^11.1.0",
20163
+ "hyperlinker": "^1.0.0",
20164
+ "indent-string": "^4.0.0",
20165
+ "is-wsl": "^2.2.0",
20166
+ "js-yaml": "^3.14.1",
20167
+ "natural-orderby": "^2.0.3",
20168
+ "object-treeify": "^1.1.33",
20169
+ "password-prompt": "^1.1.2",
20170
+ "slice-ansi": "^4.0.0",
20171
+ "string-width": "^4.2.3",
20172
+ "strip-ansi": "^6.0.1",
20173
+ "supports-color": "^8.1.1",
20174
+ "supports-hyperlinks": "^2.2.0",
20175
+ "ts-node": "^10.9.1",
20176
+ "tslib": "^2.5.0",
20177
+ "widest-line": "^3.1.0",
20178
+ "wordwrap": "^1.0.0",
20179
+ "wrap-ansi": "^7.0.0"
20180
+ },
20181
+ "engines": {
20182
+ "node": ">=14.0.0"
20183
+ }
20184
+ },
20185
+ "node_modules/oclif/node_modules/@oclif/plugin-not-found": {
20186
+ "version": "2.4.3",
20187
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.3.tgz",
20188
+ "integrity": "sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==",
20189
+ "dev": true,
20190
+ "license": "MIT",
20191
+ "dependencies": {
20192
+ "@oclif/core": "^2.15.0",
20193
+ "chalk": "^4",
20194
+ "fast-levenshtein": "^3.0.0"
20195
+ },
20196
+ "engines": {
20197
+ "node": ">=12.0.0"
20198
+ }
20199
+ },
20200
+ "node_modules/oclif/node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
20201
+ "version": "2.15.0",
20202
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
20203
+ "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
20204
+ "dev": true,
20205
+ "license": "MIT",
20206
+ "dependencies": {
20207
+ "@types/cli-progress": "^3.11.0",
20208
+ "ansi-escapes": "^4.3.2",
20209
+ "ansi-styles": "^4.3.0",
20210
+ "cardinal": "^2.1.1",
20211
+ "chalk": "^4.1.2",
20212
+ "clean-stack": "^3.0.1",
20213
+ "cli-progress": "^3.12.0",
20214
+ "debug": "^4.3.4",
20215
+ "ejs": "^3.1.8",
20216
+ "get-package-type": "^0.1.0",
20217
+ "globby": "^11.1.0",
20218
+ "hyperlinker": "^1.0.0",
20219
+ "indent-string": "^4.0.0",
20220
+ "is-wsl": "^2.2.0",
20221
+ "js-yaml": "^3.14.1",
20222
+ "natural-orderby": "^2.0.3",
20223
+ "object-treeify": "^1.1.33",
20224
+ "password-prompt": "^1.1.2",
20225
+ "slice-ansi": "^4.0.0",
20226
+ "string-width": "^4.2.3",
20227
+ "strip-ansi": "^6.0.1",
20228
+ "supports-color": "^8.1.1",
20229
+ "supports-hyperlinks": "^2.2.0",
20230
+ "ts-node": "^10.9.1",
20231
+ "tslib": "^2.5.0",
20232
+ "widest-line": "^3.1.0",
20233
+ "wordwrap": "^1.0.0",
20234
+ "wrap-ansi": "^7.0.0"
20235
+ },
20236
+ "engines": {
20237
+ "node": ">=14.0.0"
20238
+ }
20239
+ },
19895
20240
  "node_modules/oclif/node_modules/supports-color": {
19896
20241
  "version": "8.1.1",
19897
20242
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -20551,7 +20896,6 @@
20551
20896
  "version": "1.0.0",
20552
20897
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
20553
20898
  "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
20554
- "dev": true,
20555
20899
  "license": "ISC"
20556
20900
  },
20557
20901
  "node_modules/picomatch": {
@@ -21611,16 +21955,6 @@
21611
21955
  "semver": "bin/semver"
21612
21956
  }
21613
21957
  },
21614
- "node_modules/read/node_modules/mute-stream": {
21615
- "version": "1.0.0",
21616
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
21617
- "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
21618
- "extraneous": true,
21619
- "license": "ISC",
21620
- "engines": {
21621
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21622
- }
21623
- },
21624
21958
  "node_modules/readable-stream": {
21625
21959
  "version": "3.6.2",
21626
21960
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
@@ -23672,6 +24006,12 @@
23672
24006
  "url": "https://github.com/sponsors/ljharb"
23673
24007
  }
23674
24008
  },
24009
+ "node_modules/undici-types": {
24010
+ "version": "5.25.3",
24011
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz",
24012
+ "integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==",
24013
+ "license": "MIT"
24014
+ },
23675
24015
  "node_modules/unique-filename": {
23676
24016
  "version": "3.0.0",
23677
24017
  "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
@@ -23706,6 +24046,7 @@
23706
24046
  "version": "2.0.0",
23707
24047
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
23708
24048
  "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
24049
+ "dev": true,
23709
24050
  "license": "MIT",
23710
24051
  "engines": {
23711
24052
  "node": ">= 10.0.0"