@salesforce/cli 2.14.0 → 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.
package/README.md CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.14.0 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.14.1 linux-x64 node-v18.18.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -3163,7 +3163,7 @@ DESCRIPTION
3163
3163
  Display help for sf.
3164
3164
  ```
3165
3165
 
3166
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/5.2.20/src/commands/help.ts)_
3166
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.2/src/commands/help.ts)_
3167
3167
 
3168
3168
  ## `sf info releasenotes display`
3169
3169
 
@@ -7108,7 +7108,7 @@ DESCRIPTION
7108
7108
  Once you select a command, hit enter and it will show the help for that command.
7109
7109
  ```
7110
7110
 
7111
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/0.0.24/src/commands/search.ts)_
7111
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.2/src/commands/search.ts)_
7112
7112
 
7113
7113
  ## `sf sobject describe`
7114
7114
 
@@ -7258,10 +7258,10 @@ update the sf CLI
7258
7258
 
7259
7259
  ```
7260
7260
  USAGE
7261
- $ sf update [CHANNEL] [-a] [-v <value> | -i] [--force]
7261
+ $ sf update [CHANNEL] [-a] [--force] [-i | -v <value>]
7262
7262
 
7263
7263
  FLAGS
7264
- -a, --available Install a specific version.
7264
+ -a, --available See available versions.
7265
7265
  -i, --interactive Interactively select version to install. This is ignored if a channel is provided.
7266
7266
  -v, --version=<value> Install a specific version.
7267
7267
  --force Force a re-download of the requested version.
@@ -7287,7 +7287,7 @@ EXAMPLES
7287
7287
  $ sf update --available
7288
7288
  ```
7289
7289
 
7290
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/3.2.4/src/commands/update.ts)_
7290
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.1/src/commands/update.ts)_
7291
7291
 
7292
7292
  ## `sf version`
7293
7293
 
@@ -7307,7 +7307,7 @@ FLAG DESCRIPTIONS
7307
7307
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
7308
7308
  ```
7309
7309
 
7310
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.1/src/commands/version.ts)_
7310
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.2/src/commands/version.ts)_
7311
7311
 
7312
7312
  ## `sf visualforce generate component`
7313
7313
 
@@ -7429,6 +7429,6 @@ EXAMPLES
7429
7429
  $ sf which help
7430
7430
  ```
7431
7431
 
7432
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/2.2.34/src/commands/which.ts)_
7432
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.2/src/commands/which.ts)_
7433
7433
 
7434
7434
  <!-- commandsstop -->
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.14.0",
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.14.0",
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",
16
+ "@oclif/plugin-help": "6.0.2",
17
17
  "@oclif/plugin-not-found": "3.0.1",
18
18
  "@oclif/plugin-plugins": "3.9.1",
19
- "@oclif/plugin-search": "0.0.24",
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",
@@ -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": {
@@ -2437,9 +2510,9 @@
2437
2510
  }
2438
2511
  },
2439
2512
  "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
2440
- "version": "3.0.6",
2441
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.6.tgz",
2442
- "integrity": "sha512-tBe72CDHkst4bpbL1wVspleFnIkwNYgNeXI5dWyWP+Z0Rk4HUe3AdZzqndbm8a9n1OG5l4SOm0O4Qmp60gmsQQ==",
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
2518
  "ansi-escapes": "^4.3.2",
@@ -2630,28 +2703,24 @@
2630
2703
  }
2631
2704
  },
2632
2705
  "node_modules/@oclif/plugin-search": {
2633
- "version": "0.0.24",
2634
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-0.0.24.tgz",
2635
- "integrity": "sha512-DIn3yT7lIRCe/YtWnV3QzlNd3UsckSO8BFVZ5dGSFAEroJVK5jP/i7G3+a4TBoFiL87gzbJUcbNdlNVkhjos3Q==",
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==",
2636
2709
  "license": "MIT",
2637
2710
  "dependencies": {
2638
- "@oclif/core": "^2.9.3",
2639
- "chalk": "^4",
2640
- "fuse.js": "^6.6.2",
2641
- "inquirer": "^8.2.6",
2642
- "rxjs": "^7.8.1"
2711
+ "@oclif/core": "^3.0.9",
2712
+ "inquirer-autocomplete-standalone": "^0.7.0"
2643
2713
  },
2644
2714
  "engines": {
2645
- "node": ">=14.0.0"
2715
+ "node": ">=18.0.0"
2646
2716
  }
2647
2717
  },
2648
2718
  "node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
2649
- "version": "2.15.0",
2650
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2651
- "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==",
2652
2722
  "license": "MIT",
2653
2723
  "dependencies": {
2654
- "@types/cli-progress": "^3.11.0",
2655
2724
  "ansi-escapes": "^4.3.2",
2656
2725
  "ansi-styles": "^4.3.0",
2657
2726
  "cardinal": "^2.1.1",
@@ -2674,14 +2743,12 @@
2674
2743
  "strip-ansi": "^6.0.1",
2675
2744
  "supports-color": "^8.1.1",
2676
2745
  "supports-hyperlinks": "^2.2.0",
2677
- "ts-node": "^10.9.1",
2678
- "tslib": "^2.5.0",
2679
2746
  "widest-line": "^3.1.0",
2680
2747
  "wordwrap": "^1.0.0",
2681
2748
  "wrap-ansi": "^7.0.0"
2682
2749
  },
2683
2750
  "engines": {
2684
- "node": ">=14.0.0"
2751
+ "node": ">=18.0.0"
2685
2752
  }
2686
2753
  },
2687
2754
  "node_modules/@oclif/plugin-search/node_modules/supports-color": {
@@ -2700,35 +2767,32 @@
2700
2767
  }
2701
2768
  },
2702
2769
  "node_modules/@oclif/plugin-update": {
2703
- "version": "3.2.4",
2704
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.2.4.tgz",
2705
- "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==",
2706
2773
  "license": "MIT",
2707
2774
  "dependencies": {
2708
- "@oclif/core": "^2.11.8",
2709
- "chalk": "^4",
2775
+ "@oclif/core": "^3.0.9",
2776
+ "chalk": "^5",
2710
2777
  "cross-spawn": "^7.0.3",
2711
2778
  "debug": "^4.3.1",
2712
2779
  "filesize": "^6.1.0",
2713
- "fs-extra": "^9.0.1",
2714
2780
  "http-call": "^5.3.0",
2715
- "inquirer": "^8.2.6",
2781
+ "inquirer": "^9.2.11",
2716
2782
  "lodash.throttle": "^4.1.1",
2717
- "log-chopper": "^1.0.2",
2718
2783
  "semver": "^7.5.4",
2719
2784
  "tar-fs": "^2.1.1"
2720
2785
  },
2721
2786
  "engines": {
2722
- "node": ">=12.0.0"
2787
+ "node": ">=18.0.0"
2723
2788
  }
2724
2789
  },
2725
2790
  "node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
2726
- "version": "2.15.0",
2727
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2728
- "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==",
2729
2794
  "license": "MIT",
2730
2795
  "dependencies": {
2731
- "@types/cli-progress": "^3.11.0",
2732
2796
  "ansi-escapes": "^4.3.2",
2733
2797
  "ansi-styles": "^4.3.0",
2734
2798
  "cardinal": "^2.1.1",
@@ -2751,29 +2815,136 @@
2751
2815
  "strip-ansi": "^6.0.1",
2752
2816
  "supports-color": "^8.1.1",
2753
2817
  "supports-hyperlinks": "^2.2.0",
2754
- "ts-node": "^10.9.1",
2755
- "tslib": "^2.5.0",
2756
2818
  "widest-line": "^3.1.0",
2757
2819
  "wordwrap": "^1.0.0",
2758
2820
  "wrap-ansi": "^7.0.0"
2759
2821
  },
2760
2822
  "engines": {
2761
- "node": ">=14.0.0"
2823
+ "node": ">=18.0.0"
2762
2824
  }
2763
2825
  },
2764
- "node_modules/@oclif/plugin-update/node_modules/fs-extra": {
2765
- "version": "9.1.0",
2766
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
2767
- "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==",
2768
2830
  "license": "MIT",
2769
2831
  "dependencies": {
2770
- "at-least-node": "^1.0.0",
2771
- "graceful-fs": "^4.2.0",
2772
- "jsonfile": "^6.0.1",
2773
- "universalify": "^2.0.0"
2832
+ "ansi-styles": "^4.1.0",
2833
+ "supports-color": "^7.1.0"
2774
2834
  },
2775
2835
  "engines": {
2776
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"
2777
2948
  }
2778
2949
  },
2779
2950
  "node_modules/@oclif/plugin-update/node_modules/supports-color": {
@@ -2792,21 +2963,21 @@
2792
2963
  }
2793
2964
  },
2794
2965
  "node_modules/@oclif/plugin-version": {
2795
- "version": "2.0.1",
2796
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.1.tgz",
2797
- "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==",
2798
2969
  "license": "MIT",
2799
2970
  "dependencies": {
2800
- "@oclif/core": "^3.0.4"
2971
+ "@oclif/core": "^3.0.9"
2801
2972
  },
2802
2973
  "engines": {
2803
2974
  "node": ">=18.0.0"
2804
2975
  }
2805
2976
  },
2806
2977
  "node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
2807
- "version": "3.0.6",
2808
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.6.tgz",
2809
- "integrity": "sha512-tBe72CDHkst4bpbL1wVspleFnIkwNYgNeXI5dWyWP+Z0Rk4HUe3AdZzqndbm8a9n1OG5l4SOm0O4Qmp60gmsQQ==",
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==",
2810
2981
  "license": "MIT",
2811
2982
  "dependencies": {
2812
2983
  "ansi-escapes": "^4.3.2",
@@ -2926,25 +3097,23 @@
2926
3097
  }
2927
3098
  },
2928
3099
  "node_modules/@oclif/plugin-which": {
2929
- "version": "2.2.34",
2930
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.34.tgz",
2931
- "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==",
2932
3103
  "license": "MIT",
2933
3104
  "dependencies": {
2934
- "@oclif/core": "^2.11.10",
2935
- "tslib": "^2.6.2"
3105
+ "@oclif/core": "^3.0.9"
2936
3106
  },
2937
3107
  "engines": {
2938
- "node": ">=12.0.0"
3108
+ "node": ">=18.0.0"
2939
3109
  }
2940
3110
  },
2941
3111
  "node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
2942
- "version": "2.15.0",
2943
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2944
- "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==",
2945
3115
  "license": "MIT",
2946
3116
  "dependencies": {
2947
- "@types/cli-progress": "^3.11.0",
2948
3117
  "ansi-escapes": "^4.3.2",
2949
3118
  "ansi-styles": "^4.3.0",
2950
3119
  "cardinal": "^2.1.1",
@@ -2967,14 +3136,12 @@
2967
3136
  "strip-ansi": "^6.0.1",
2968
3137
  "supports-color": "^8.1.1",
2969
3138
  "supports-hyperlinks": "^2.2.0",
2970
- "ts-node": "^10.9.1",
2971
- "tslib": "^2.5.0",
2972
3139
  "widest-line": "^3.1.0",
2973
3140
  "wordwrap": "^1.0.0",
2974
3141
  "wrap-ansi": "^7.0.0"
2975
3142
  },
2976
3143
  "engines": {
2977
- "node": ">=14.0.0"
3144
+ "node": ">=18.0.0"
2978
3145
  }
2979
3146
  },
2980
3147
  "node_modules/@oclif/plugin-which/node_modules/supports-color": {
@@ -5787,9 +5954,9 @@
5787
5954
  }
5788
5955
  },
5789
5956
  "node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
5790
- "version": "3.0.6",
5791
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.6.tgz",
5792
- "integrity": "sha512-tBe72CDHkst4bpbL1wVspleFnIkwNYgNeXI5dWyWP+Z0Rk4HUe3AdZzqndbm8a9n1OG5l4SOm0O4Qmp60gmsQQ==",
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==",
5793
5960
  "license": "MIT",
5794
5961
  "dependencies": {
5795
5962
  "ansi-escapes": "^4.3.2",
@@ -6413,11 +6580,23 @@
6413
6580
  "dev": true,
6414
6581
  "license": "MIT"
6415
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
+ },
6416
6592
  "node_modules/@types/node": {
6417
- "version": "20.4.0",
6418
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.0.tgz",
6419
- "integrity": "sha512-jfT7iTf/4kOQ9S7CHV9BIyRaQqHu67mOjsIQBC3BKZvzvUB6zLxEwJ6sBE3ozcvP8kF6Uk5PXN0Q+c0dfhGX0g==",
6420
- "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
+ }
6421
6600
  },
6422
6601
  "node_modules/@types/normalize-package-data": {
6423
6602
  "version": "2.4.1",
@@ -6491,6 +6670,12 @@
6491
6670
  "@types/node": "*"
6492
6671
  }
6493
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
+ },
6494
6679
  "node_modules/@typescript-eslint/eslint-plugin": {
6495
6680
  "version": "5.62.0",
6496
6681
  "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
@@ -7334,15 +7519,6 @@
7334
7519
  "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
7335
7520
  "license": "MIT"
7336
7521
  },
7337
- "node_modules/at-least-node": {
7338
- "version": "1.0.0",
7339
- "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
7340
- "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
7341
- "license": "ISC",
7342
- "engines": {
7343
- "node": ">= 4.0.0"
7344
- }
7345
- },
7346
7522
  "node_modules/atomic-sleep": {
7347
7523
  "version": "1.0.0",
7348
7524
  "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
@@ -7684,15 +7860,6 @@
7684
7860
  "semver": "^7.0.0"
7685
7861
  }
7686
7862
  },
7687
- "node_modules/byline": {
7688
- "version": "5.0.0",
7689
- "resolved": "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz",
7690
- "integrity": "sha512-s6webAy+R4SR8XVuJWt2V2rGvhnrhxN+9S15GNuTK3wKPOXFF6RNc+8ug2XhH+2s4f+uudG4kUVYmYOQWL2g0Q==",
7691
- "license": "MIT",
7692
- "engines": {
7693
- "node": ">=0.10.0"
7694
- }
7695
- },
7696
7863
  "node_modules/cacache": {
7697
7864
  "version": "17.1.4",
7698
7865
  "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.4.tgz",
@@ -7850,7 +8017,6 @@
7850
8017
  "version": "1.0.2",
7851
8018
  "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
7852
8019
  "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
7853
- "dev": true,
7854
8020
  "license": "MIT",
7855
8021
  "dependencies": {
7856
8022
  "function-bind": "^1.1.1",
@@ -8214,9 +8380,9 @@
8214
8380
  }
8215
8381
  },
8216
8382
  "node_modules/cli-spinners": {
8217
- "version": "2.9.0",
8218
- "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz",
8219
- "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==",
8220
8386
  "license": "MIT",
8221
8387
  "engines": {
8222
8388
  "node": ">=6"
@@ -11459,15 +11625,6 @@
11459
11625
  "node": ">=6 <7 || >=8"
11460
11626
  }
11461
11627
  },
11462
- "node_modules/fs-extra/node_modules/jsonfile": {
11463
- "version": "4.0.0",
11464
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
11465
- "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
11466
- "license": "MIT",
11467
- "optionalDependencies": {
11468
- "graceful-fs": "^4.1.6"
11469
- }
11470
- },
11471
11628
  "node_modules/fs-extra/node_modules/universalify": {
11472
11629
  "version": "0.1.2",
11473
11630
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
@@ -11578,15 +11735,6 @@
11578
11735
  "url": "https://github.com/sponsors/ljharb"
11579
11736
  }
11580
11737
  },
11581
- "node_modules/fuse.js": {
11582
- "version": "6.6.2",
11583
- "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz",
11584
- "integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==",
11585
- "license": "Apache-2.0",
11586
- "engines": {
11587
- "node": ">=10"
11588
- }
11589
- },
11590
11738
  "node_modules/gauge": {
11591
11739
  "version": "5.0.1",
11592
11740
  "resolved": "https://registry.npmjs.org/gauge/-/gauge-5.0.1.tgz",
@@ -11654,7 +11802,6 @@
11654
11802
  "version": "1.2.1",
11655
11803
  "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
11656
11804
  "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
11657
- "dev": true,
11658
11805
  "license": "MIT",
11659
11806
  "dependencies": {
11660
11807
  "function-bind": "^1.1.1",
@@ -12187,7 +12334,6 @@
12187
12334
  "version": "1.0.1",
12188
12335
  "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
12189
12336
  "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
12190
- "dev": true,
12191
12337
  "license": "MIT",
12192
12338
  "engines": {
12193
12339
  "node": ">= 0.4"
@@ -12200,7 +12346,6 @@
12200
12346
  "version": "1.0.3",
12201
12347
  "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
12202
12348
  "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
12203
- "dev": true,
12204
12349
  "license": "MIT",
12205
12350
  "engines": {
12206
12351
  "node": ">= 0.4"
@@ -12644,6 +12789,67 @@
12644
12789
  "node": ">=12.0.0"
12645
12790
  }
12646
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
+ },
12647
12853
  "node_modules/internal-slot": {
12648
12854
  "version": "1.0.5",
12649
12855
  "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
@@ -13546,6 +13752,12 @@
13546
13752
  "node": ">=8.0.0"
13547
13753
  }
13548
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
+ },
13549
13761
  "node_modules/jsforce/node_modules/open": {
13550
13762
  "version": "7.4.2",
13551
13763
  "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
@@ -13652,13 +13864,10 @@
13652
13864
  "license": "MIT"
13653
13865
  },
13654
13866
  "node_modules/jsonfile": {
13655
- "version": "6.1.0",
13656
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
13657
- "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==",
13658
13870
  "license": "MIT",
13659
- "dependencies": {
13660
- "universalify": "^2.0.0"
13661
- },
13662
13871
  "optionalDependencies": {
13663
13872
  "graceful-fs": "^4.1.6"
13664
13873
  }
@@ -14811,18 +15020,6 @@
14811
15020
  "dev": true,
14812
15021
  "license": "MIT"
14813
15022
  },
14814
- "node_modules/log-chopper": {
14815
- "version": "1.0.2",
14816
- "resolved": "https://registry.npmjs.org/log-chopper/-/log-chopper-1.0.2.tgz",
14817
- "integrity": "sha512-tEWS6Fb+Xv0yLChJ6saA1DP3H1yPL0PfiIN7SDJ+U/CyP+fD4G/dhKfow+P5UuJWi6BdE4mUcPkJclGXCWxDrg==",
14818
- "license": "ISC",
14819
- "dependencies": {
14820
- "byline": "5.x"
14821
- },
14822
- "engines": {
14823
- "node": ">=6.0.0"
14824
- }
14825
- },
14826
15023
  "node_modules/log-symbols": {
14827
15024
  "version": "4.1.0",
14828
15025
  "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
@@ -15690,10 +15887,13 @@
15690
15887
  }
15691
15888
  },
15692
15889
  "node_modules/mute-stream": {
15693
- "version": "0.0.8",
15694
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
15695
- "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
15696
- "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
+ }
15697
15897
  },
15698
15898
  "node_modules/nanoid": {
15699
15899
  "version": "3.3.3",
@@ -19893,9 +20093,9 @@
19893
20093
  }
19894
20094
  },
19895
20095
  "node_modules/oclif/node_modules/@oclif/core": {
19896
- "version": "3.0.6",
19897
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.6.tgz",
19898
- "integrity": "sha512-tBe72CDHkst4bpbL1wVspleFnIkwNYgNeXI5dWyWP+Z0Rk4HUe3AdZzqndbm8a9n1OG5l4SOm0O4Qmp60gmsQQ==",
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==",
19899
20099
  "dev": true,
19900
20100
  "license": "MIT",
19901
20101
  "dependencies": {
@@ -19929,6 +20129,59 @@
19929
20129
  "node": ">=18.0.0"
19930
20130
  }
19931
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
+ },
19932
20185
  "node_modules/oclif/node_modules/@oclif/plugin-not-found": {
19933
20186
  "version": "2.4.3",
19934
20187
  "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.3.tgz",
@@ -20643,7 +20896,6 @@
20643
20896
  "version": "1.0.0",
20644
20897
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
20645
20898
  "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
20646
- "dev": true,
20647
20899
  "license": "ISC"
20648
20900
  },
20649
20901
  "node_modules/picomatch": {
@@ -21703,16 +21955,6 @@
21703
21955
  "semver": "bin/semver"
21704
21956
  }
21705
21957
  },
21706
- "node_modules/read/node_modules/mute-stream": {
21707
- "version": "1.0.0",
21708
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
21709
- "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
21710
- "extraneous": true,
21711
- "license": "ISC",
21712
- "engines": {
21713
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
21714
- }
21715
- },
21716
21958
  "node_modules/readable-stream": {
21717
21959
  "version": "3.6.2",
21718
21960
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
@@ -23764,6 +24006,12 @@
23764
24006
  "url": "https://github.com/sponsors/ljharb"
23765
24007
  }
23766
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
+ },
23767
24015
  "node_modules/unique-filename": {
23768
24016
  "version": "3.0.0",
23769
24017
  "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
@@ -23798,6 +24046,7 @@
23798
24046
  "version": "2.0.0",
23799
24047
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
23800
24048
  "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
24049
+ "dev": true,
23801
24050
  "license": "MIT",
23802
24051
  "engines": {
23803
24052
  "node": ">= 10.0.0"
@@ -6594,5 +6594,5 @@
6594
6594
  ]
6595
6595
  }
6596
6596
  },
6597
- "version": "2.14.0"
6597
+ "version": "2.14.1"
6598
6598
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.14.0",
4
+ "version": "2.14.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -125,14 +125,14 @@
125
125
  "@oclif/core": "3.0.3",
126
126
  "@oclif/plugin-autocomplete": "2.3.9",
127
127
  "@oclif/plugin-commands": "2.2.28",
128
- "@oclif/plugin-help": "5.2.20",
128
+ "@oclif/plugin-help": "6.0.2",
129
129
  "@oclif/plugin-not-found": "3.0.1",
130
130
  "@oclif/plugin-plugins": "3.9.1",
131
- "@oclif/plugin-search": "0.0.24",
132
- "@oclif/plugin-update": "3.2.4",
133
- "@oclif/plugin-version": "2.0.1",
131
+ "@oclif/plugin-search": "1.0.2",
132
+ "@oclif/plugin-update": "4.1.1",
133
+ "@oclif/plugin-version": "2.0.2",
134
134
  "@oclif/plugin-warn-if-update-available": "2.1.1",
135
- "@oclif/plugin-which": "2.2.34",
135
+ "@oclif/plugin-which": "3.0.2",
136
136
  "@salesforce/core": "^5.2.0",
137
137
  "@salesforce/plugin-apex": "2.3.19",
138
138
  "@salesforce/plugin-auth": "2.8.20",