@salesforce/cli 2.14.0 → 2.14.2

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,26 +1,26 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.14.0",
3
+ "version": "2.14.2",
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.2",
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
- "@oclif/plugin-commands": "2.2.28",
16
- "@oclif/plugin-help": "5.2.20",
15
+ "@oclif/plugin-commands": "3.0.1",
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.2",
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.3",
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.19",
26
26
  "@salesforce/plugin-auth": "2.8.20",
@@ -28,9 +28,9 @@
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",
31
- "@salesforce/plugin-login": "1.2.35",
31
+ "@salesforce/plugin-login": "1.2.36",
32
32
  "@salesforce/plugin-marketplace": "0.3.0",
33
- "@salesforce/plugin-org": "2.10.12",
33
+ "@salesforce/plugin-org": "2.11.0",
34
34
  "@salesforce/plugin-schema": "2.3.29",
35
35
  "@salesforce/plugin-settings": "1.4.33",
36
36
  "@salesforce/plugin-sobject": "0.2.11",
@@ -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",
@@ -2290,25 +2366,27 @@
2290
2366
  }
2291
2367
  },
2292
2368
  "node_modules/@oclif/plugin-commands": {
2293
- "version": "2.2.28",
2294
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.28.tgz",
2295
- "integrity": "sha512-w1vQ6WGltMnyjJnnt6Vo/VVtyhz1V0O9McCy0qKIY+os7SunjnUMRNS/y8MZ7b6AjMSdbLGV9/VAYSlWyQg9SQ==",
2369
+ "version": "3.0.1",
2370
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.1.tgz",
2371
+ "integrity": "sha512-JDSOtQq7C+aaV6qYC7Hqb46WJ5xcEIy0EknS8OEyptjO3Gn1wAcVIkoeGBmSprqv76AzFLisvBIEwTMd6TSI9Q==",
2296
2372
  "license": "MIT",
2297
2373
  "dependencies": {
2298
- "@oclif/core": "^2.15.0",
2299
- "lodash": "^4.17.11"
2374
+ "@oclif/core": "^3.0.9",
2375
+ "lodash.pickby": "^4.6.0",
2376
+ "lodash.sortby": "^4.7.0",
2377
+ "lodash.template": "^4.5.0",
2378
+ "lodash.uniqby": "^4.7.0"
2300
2379
  },
2301
2380
  "engines": {
2302
- "node": ">=12.0.0"
2381
+ "node": ">=18.0.0"
2303
2382
  }
2304
2383
  },
2305
2384
  "node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
2306
- "version": "2.15.0",
2307
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2308
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
2385
+ "version": "3.0.9",
2386
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.9.tgz",
2387
+ "integrity": "sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==",
2309
2388
  "license": "MIT",
2310
2389
  "dependencies": {
2311
- "@types/cli-progress": "^3.11.0",
2312
2390
  "ansi-escapes": "^4.3.2",
2313
2391
  "ansi-styles": "^4.3.0",
2314
2392
  "cardinal": "^2.1.1",
@@ -2331,14 +2409,12 @@
2331
2409
  "strip-ansi": "^6.0.1",
2332
2410
  "supports-color": "^8.1.1",
2333
2411
  "supports-hyperlinks": "^2.2.0",
2334
- "ts-node": "^10.9.1",
2335
- "tslib": "^2.5.0",
2336
2412
  "widest-line": "^3.1.0",
2337
2413
  "wordwrap": "^1.0.0",
2338
2414
  "wrap-ansi": "^7.0.0"
2339
2415
  },
2340
2416
  "engines": {
2341
- "node": ">=14.0.0"
2417
+ "node": ">=18.0.0"
2342
2418
  }
2343
2419
  },
2344
2420
  "node_modules/@oclif/plugin-commands/node_modules/supports-color": {
@@ -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.2",
2771
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.2.tgz",
2772
+ "integrity": "sha512-2S2q+NT8M2SyqzDjB7ZIZYHQ923Xvnul5EE8epV3jC8Br8EoMDJRBXXJsPjhz33DsJDTeFJpa7ScwcxB92fxGA==",
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.3",
3101
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.3.tgz",
3102
+ "integrity": "sha512-o3NrdrQbBfccLAGjwIEkYX5QNH8oT4bR4ZqtLnkohivuZc5cERsTwb9bHCwoX95YwlNaXqUyXmHywDd0FIMruQ==",
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": {
@@ -4519,9 +4686,9 @@
4519
4686
  }
4520
4687
  },
4521
4688
  "node_modules/@salesforce/plugin-login": {
4522
- "version": "1.2.35",
4523
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.35.tgz",
4524
- "integrity": "sha512-dX4gfexjx0beQTrZVv1DYz3SFDxb99uJcgUrAjzZaiFg4W1b5ETRfX94XEvBrmlLRqJVWTCTErJr6htvWU917g==",
4689
+ "version": "1.2.36",
4690
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.36.tgz",
4691
+ "integrity": "sha512-rXpq8LkaZs+1axUW1XcMARy9Xh+MEw+1PVXrqu8g3Yn9NSdAoIw35srqPTyqX72E09/yqwmEfV1yJcmTB20j8w==",
4525
4692
  "license": "BSD-3-Clause",
4526
4693
  "dependencies": {
4527
4694
  "@oclif/core": "^2.15.0",
@@ -4696,9 +4863,9 @@
4696
4863
  }
4697
4864
  },
4698
4865
  "node_modules/@salesforce/plugin-org": {
4699
- "version": "2.10.12",
4700
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.10.12.tgz",
4701
- "integrity": "sha512-5uxZouvsvsrzaCiMSWgxb/uclT87B+GIS/mbvLW35yJ9Pkv6VgAYl0iZzwbzdDSPQ0yT3sqy+HpqmteyL2qZTA==",
4866
+ "version": "2.11.0",
4867
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.11.0.tgz",
4868
+ "integrity": "sha512-NiQwSjh4fIBAH9NL+aO4NeIlNiD/jhOc3SqET2RBNx4H+lzCnzJhlkTQbuAWSEj5ZcrWQXlVceA/hOPeboT7fQ==",
4702
4869
  "license": "BSD-3-Clause",
4703
4870
  "dependencies": {
4704
4871
  "@oclif/core": "^2.15.0",
@@ -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
  }
@@ -14758,6 +14967,12 @@
14758
14967
  "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
14759
14968
  "license": "MIT"
14760
14969
  },
14970
+ "node_modules/lodash.pickby": {
14971
+ "version": "4.6.0",
14972
+ "resolved": "https://registry.npmjs.org/lodash.pickby/-/lodash.pickby-4.6.0.tgz",
14973
+ "integrity": "sha512-AZV+GsS/6ckvPOVQPXSiFFacKvKB4kOQu6ynt9wz0F3LO4R9Ij4K1ddYsIytDpSgLz88JHd9P+oaLeej5/Sl7Q==",
14974
+ "license": "MIT"
14975
+ },
14761
14976
  "node_modules/lodash.snakecase": {
14762
14977
  "version": "4.1.1",
14763
14978
  "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz",
@@ -14765,6 +14980,12 @@
14765
14980
  "dev": true,
14766
14981
  "license": "MIT"
14767
14982
  },
14983
+ "node_modules/lodash.sortby": {
14984
+ "version": "4.7.0",
14985
+ "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
14986
+ "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
14987
+ "license": "MIT"
14988
+ },
14768
14989
  "node_modules/lodash.startcase": {
14769
14990
  "version": "4.4.0",
14770
14991
  "resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz",
@@ -14804,6 +15025,12 @@
14804
15025
  "dev": true,
14805
15026
  "license": "MIT"
14806
15027
  },
15028
+ "node_modules/lodash.uniqby": {
15029
+ "version": "4.7.0",
15030
+ "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz",
15031
+ "integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==",
15032
+ "license": "MIT"
15033
+ },
14807
15034
  "node_modules/lodash.upperfirst": {
14808
15035
  "version": "4.3.1",
14809
15036
  "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz",
@@ -14811,18 +15038,6 @@
14811
15038
  "dev": true,
14812
15039
  "license": "MIT"
14813
15040
  },
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
15041
  "node_modules/log-symbols": {
14827
15042
  "version": "4.1.0",
14828
15043
  "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
@@ -15690,10 +15905,13 @@
15690
15905
  }
15691
15906
  },
15692
15907
  "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"
15908
+ "version": "1.0.0",
15909
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
15910
+ "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
15911
+ "license": "ISC",
15912
+ "engines": {
15913
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15914
+ }
15697
15915
  },
15698
15916
  "node_modules/nanoid": {
15699
15917
  "version": "3.3.3",
@@ -19893,9 +20111,9 @@
19893
20111
  }
19894
20112
  },
19895
20113
  "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==",
20114
+ "version": "3.0.9",
20115
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.9.tgz",
20116
+ "integrity": "sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==",
19899
20117
  "dev": true,
19900
20118
  "license": "MIT",
19901
20119
  "dependencies": {
@@ -19929,6 +20147,59 @@
19929
20147
  "node": ">=18.0.0"
19930
20148
  }
19931
20149
  },
20150
+ "node_modules/oclif/node_modules/@oclif/plugin-help": {
20151
+ "version": "5.2.20",
20152
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.20.tgz",
20153
+ "integrity": "sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==",
20154
+ "dev": true,
20155
+ "license": "MIT",
20156
+ "dependencies": {
20157
+ "@oclif/core": "^2.15.0"
20158
+ },
20159
+ "engines": {
20160
+ "node": ">=12.0.0"
20161
+ }
20162
+ },
20163
+ "node_modules/oclif/node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
20164
+ "version": "2.15.0",
20165
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
20166
+ "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
20167
+ "dev": true,
20168
+ "license": "MIT",
20169
+ "dependencies": {
20170
+ "@types/cli-progress": "^3.11.0",
20171
+ "ansi-escapes": "^4.3.2",
20172
+ "ansi-styles": "^4.3.0",
20173
+ "cardinal": "^2.1.1",
20174
+ "chalk": "^4.1.2",
20175
+ "clean-stack": "^3.0.1",
20176
+ "cli-progress": "^3.12.0",
20177
+ "debug": "^4.3.4",
20178
+ "ejs": "^3.1.8",
20179
+ "get-package-type": "^0.1.0",
20180
+ "globby": "^11.1.0",
20181
+ "hyperlinker": "^1.0.0",
20182
+ "indent-string": "^4.0.0",
20183
+ "is-wsl": "^2.2.0",
20184
+ "js-yaml": "^3.14.1",
20185
+ "natural-orderby": "^2.0.3",
20186
+ "object-treeify": "^1.1.33",
20187
+ "password-prompt": "^1.1.2",
20188
+ "slice-ansi": "^4.0.0",
20189
+ "string-width": "^4.2.3",
20190
+ "strip-ansi": "^6.0.1",
20191
+ "supports-color": "^8.1.1",
20192
+ "supports-hyperlinks": "^2.2.0",
20193
+ "ts-node": "^10.9.1",
20194
+ "tslib": "^2.5.0",
20195
+ "widest-line": "^3.1.0",
20196
+ "wordwrap": "^1.0.0",
20197
+ "wrap-ansi": "^7.0.0"
20198
+ },
20199
+ "engines": {
20200
+ "node": ">=14.0.0"
20201
+ }
20202
+ },
19932
20203
  "node_modules/oclif/node_modules/@oclif/plugin-not-found": {
19933
20204
  "version": "2.4.3",
19934
20205
  "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.3.tgz",
@@ -20643,7 +20914,6 @@
20643
20914
  "version": "1.0.0",
20644
20915
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
20645
20916
  "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
20646
- "dev": true,
20647
20917
  "license": "ISC"
20648
20918
  },
20649
20919
  "node_modules/picomatch": {
@@ -21703,16 +21973,6 @@
21703
21973
  "semver": "bin/semver"
21704
21974
  }
21705
21975
  },
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
21976
  "node_modules/readable-stream": {
21717
21977
  "version": "3.6.2",
21718
21978
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
@@ -23764,6 +24024,12 @@
23764
24024
  "url": "https://github.com/sponsors/ljharb"
23765
24025
  }
23766
24026
  },
24027
+ "node_modules/undici-types": {
24028
+ "version": "5.25.3",
24029
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz",
24030
+ "integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==",
24031
+ "license": "MIT"
24032
+ },
23767
24033
  "node_modules/unique-filename": {
23768
24034
  "version": "3.0.0",
23769
24035
  "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
@@ -23798,6 +24064,7 @@
23798
24064
  "version": "2.0.0",
23799
24065
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
23800
24066
  "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
24067
+ "dev": true,
23801
24068
  "license": "MIT",
23802
24069
  "engines": {
23803
24070
  "node": ">= 10.0.0"