@salesforce/cli 2.16.7 → 2.16.9

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.16.7 linux-x64 node-v20.9.0
27
+ @salesforce/cli/2.16.9 linux-x64 node-v20.9.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -133,6 +133,7 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
133
133
  - [`sf plugins:inspect PLUGIN...`](#sf-pluginsinspect-plugin)
134
134
  - [`sf plugins:install PLUGIN...`](#sf-pluginsinstall-plugin)
135
135
  - [`sf plugins:link PLUGIN`](#sf-pluginslink-plugin)
136
+ - [`sf plugins reset`](#sf-plugins-reset)
136
137
  - [`sf plugins trust verify`](#sf-plugins-trust-verify)
137
138
  - [`sf plugins:uninstall PLUGIN...`](#sf-pluginsuninstall-plugin)
138
139
  - [`sf plugins update`](#sf-plugins-update)
@@ -5117,7 +5118,7 @@ EXAMPLES
5117
5118
  $ sf plugins
5118
5119
  ```
5119
5120
 
5120
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/index.ts)_
5121
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/index.ts)_
5121
5122
 
5122
5123
  ## `sf plugins discover`
5123
5124
 
@@ -5161,7 +5162,7 @@ EXAMPLES
5161
5162
  $ sf plugins:inspect myplugin
5162
5163
  ```
5163
5164
 
5164
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/inspect.ts)_
5165
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/inspect.ts)_
5165
5166
 
5166
5167
  ## `sf plugins:install PLUGIN...`
5167
5168
 
@@ -5202,7 +5203,7 @@ EXAMPLES
5202
5203
  $ sf plugins:install someuser/someplugin
5203
5204
  ```
5204
5205
 
5205
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/install.ts)_
5206
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/install.ts)_
5206
5207
 
5207
5208
  ## `sf plugins:link PLUGIN`
5208
5209
 
@@ -5232,7 +5233,18 @@ EXAMPLES
5232
5233
  $ sf plugins:link myplugin
5233
5234
  ```
5234
5235
 
5235
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/link.ts)_
5236
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/link.ts)_
5237
+
5238
+ ## `sf plugins reset`
5239
+
5240
+ Remove all user-installed and linked plugins.
5241
+
5242
+ ```
5243
+ USAGE
5244
+ $ sf plugins reset
5245
+ ```
5246
+
5247
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/reset.ts)_
5236
5248
 
5237
5249
  ## `sf plugins trust verify`
5238
5250
 
@@ -5285,7 +5297,7 @@ ALIASES
5285
5297
  $ sf plugins remove
5286
5298
  ```
5287
5299
 
5288
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/uninstall.ts)_
5300
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/uninstall.ts)_
5289
5301
 
5290
5302
  ## `sf plugins update`
5291
5303
 
@@ -5303,7 +5315,7 @@ DESCRIPTION
5303
5315
  Update installed plugins.
5304
5316
  ```
5305
5317
 
5306
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/update.ts)_
5318
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.3/src/commands/plugins/update.ts)_
5307
5319
 
5308
5320
  ## `sf project convert mdapi`
5309
5321
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.16.7",
3
+ "version": "2.16.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.16.7",
9
+ "version": "2.16.9",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@oclif/plugin-commands": "3.0.5",
16
16
  "@oclif/plugin-help": "6.0.5",
17
17
  "@oclif/plugin-not-found": "3.0.2",
18
- "@oclif/plugin-plugins": "4.0.1",
18
+ "@oclif/plugin-plugins": "4.1.3",
19
19
  "@oclif/plugin-search": "1.0.5",
20
20
  "@oclif/plugin-update": "4.1.3",
21
21
  "@oclif/plugin-version": "2.0.4",
@@ -2168,9 +2168,9 @@
2168
2168
  }
2169
2169
  },
2170
2170
  "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
2171
- "version": "3.9.1",
2172
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2173
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2171
+ "version": "3.10.8",
2172
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2173
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2174
2174
  "license": "MIT",
2175
2175
  "dependencies": {
2176
2176
  "ansi-escapes": "^4.3.2",
@@ -2195,6 +2195,7 @@
2195
2195
  "strip-ansi": "^6.0.1",
2196
2196
  "supports-color": "^8.1.1",
2197
2197
  "supports-hyperlinks": "^2.2.0",
2198
+ "tsconfck": "^3.0.0",
2198
2199
  "widest-line": "^3.1.0",
2199
2200
  "wordwrap": "^1.0.0",
2200
2201
  "wrap-ansi": "^7.0.0"
@@ -2350,9 +2351,9 @@
2350
2351
  }
2351
2352
  },
2352
2353
  "node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
2353
- "version": "3.9.1",
2354
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2355
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2354
+ "version": "3.10.8",
2355
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2356
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2356
2357
  "license": "MIT",
2357
2358
  "dependencies": {
2358
2359
  "ansi-escapes": "^4.3.2",
@@ -2377,6 +2378,7 @@
2377
2378
  "strip-ansi": "^6.0.1",
2378
2379
  "supports-color": "^8.1.1",
2379
2380
  "supports-hyperlinks": "^2.2.0",
2381
+ "tsconfck": "^3.0.0",
2380
2382
  "widest-line": "^3.1.0",
2381
2383
  "wordwrap": "^1.0.0",
2382
2384
  "wrap-ansi": "^7.0.0"
@@ -2413,9 +2415,9 @@
2413
2415
  }
2414
2416
  },
2415
2417
  "node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
2416
- "version": "3.9.1",
2417
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2418
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2418
+ "version": "3.10.8",
2419
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2420
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2419
2421
  "license": "MIT",
2420
2422
  "dependencies": {
2421
2423
  "ansi-escapes": "^4.3.2",
@@ -2440,6 +2442,7 @@
2440
2442
  "strip-ansi": "^6.0.1",
2441
2443
  "supports-color": "^8.1.1",
2442
2444
  "supports-hyperlinks": "^2.2.0",
2445
+ "tsconfck": "^3.0.0",
2443
2446
  "widest-line": "^3.1.0",
2444
2447
  "wordwrap": "^1.0.0",
2445
2448
  "wrap-ansi": "^7.0.0"
@@ -2478,9 +2481,9 @@
2478
2481
  }
2479
2482
  },
2480
2483
  "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
2481
- "version": "3.9.1",
2482
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2483
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2484
+ "version": "3.10.8",
2485
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2486
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2484
2487
  "license": "MIT",
2485
2488
  "dependencies": {
2486
2489
  "ansi-escapes": "^4.3.2",
@@ -2505,6 +2508,7 @@
2505
2508
  "strip-ansi": "^6.0.1",
2506
2509
  "supports-color": "^8.1.1",
2507
2510
  "supports-hyperlinks": "^2.2.0",
2511
+ "tsconfck": "^3.0.0",
2508
2512
  "widest-line": "^3.1.0",
2509
2513
  "wordwrap": "^1.0.0",
2510
2514
  "wrap-ansi": "^7.0.0"
@@ -2569,12 +2573,12 @@
2569
2573
  }
2570
2574
  },
2571
2575
  "node_modules/@oclif/plugin-plugins": {
2572
- "version": "4.0.1",
2573
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.0.1.tgz",
2574
- "integrity": "sha512-eXMuP2E8BO0rs8Z4eIMFxQM8aVqz/H2to5NZ/EDWLeMxAo8krekBRe3AG5HBlgZmPEjmbEGpPbHx/l4f91dWnA==",
2576
+ "version": "4.1.3",
2577
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.3.tgz",
2578
+ "integrity": "sha512-EeKB8MnmImyO6rkiNfvtkg5aLPHJsrMA39Hd7VSuBeFpTCkHB7UGxTHLqRw59bVskppQJ97OmNn/wuqzY9wycA==",
2575
2579
  "license": "MIT",
2576
2580
  "dependencies": {
2577
- "@oclif/core": "^3.7.1",
2581
+ "@oclif/core": "^3.10.2",
2578
2582
  "chalk": "^5.3.0",
2579
2583
  "debug": "^4.3.4",
2580
2584
  "npm": "9.8.1",
@@ -2589,9 +2593,9 @@
2589
2593
  }
2590
2594
  },
2591
2595
  "node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": {
2592
- "version": "3.9.1",
2593
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2594
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2596
+ "version": "3.10.8",
2597
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2598
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2595
2599
  "license": "MIT",
2596
2600
  "dependencies": {
2597
2601
  "ansi-escapes": "^4.3.2",
@@ -2616,6 +2620,7 @@
2616
2620
  "strip-ansi": "^6.0.1",
2617
2621
  "supports-color": "^8.1.1",
2618
2622
  "supports-hyperlinks": "^2.2.0",
2623
+ "tsconfck": "^3.0.0",
2619
2624
  "widest-line": "^3.1.0",
2620
2625
  "wordwrap": "^1.0.0",
2621
2626
  "wrap-ansi": "^7.0.0"
@@ -2693,9 +2698,9 @@
2693
2698
  }
2694
2699
  },
2695
2700
  "node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
2696
- "version": "3.9.1",
2697
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2698
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2701
+ "version": "3.10.8",
2702
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2703
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2699
2704
  "license": "MIT",
2700
2705
  "dependencies": {
2701
2706
  "ansi-escapes": "^4.3.2",
@@ -2720,6 +2725,7 @@
2720
2725
  "strip-ansi": "^6.0.1",
2721
2726
  "supports-color": "^8.1.1",
2722
2727
  "supports-hyperlinks": "^2.2.0",
2728
+ "tsconfck": "^3.0.0",
2723
2729
  "widest-line": "^3.1.0",
2724
2730
  "wordwrap": "^1.0.0",
2725
2731
  "wrap-ansi": "^7.0.0"
@@ -2765,9 +2771,9 @@
2765
2771
  }
2766
2772
  },
2767
2773
  "node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
2768
- "version": "3.9.1",
2769
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2770
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2774
+ "version": "3.10.8",
2775
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2776
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2771
2777
  "license": "MIT",
2772
2778
  "dependencies": {
2773
2779
  "ansi-escapes": "^4.3.2",
@@ -2792,6 +2798,7 @@
2792
2798
  "strip-ansi": "^6.0.1",
2793
2799
  "supports-color": "^8.1.1",
2794
2800
  "supports-hyperlinks": "^2.2.0",
2801
+ "tsconfck": "^3.0.0",
2795
2802
  "widest-line": "^3.1.0",
2796
2803
  "wordwrap": "^1.0.0",
2797
2804
  "wrap-ansi": "^7.0.0"
@@ -2952,9 +2959,9 @@
2952
2959
  }
2953
2960
  },
2954
2961
  "node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
2955
- "version": "3.9.1",
2956
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2957
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2962
+ "version": "3.10.8",
2963
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2964
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2958
2965
  "license": "MIT",
2959
2966
  "dependencies": {
2960
2967
  "ansi-escapes": "^4.3.2",
@@ -2979,6 +2986,7 @@
2979
2986
  "strip-ansi": "^6.0.1",
2980
2987
  "supports-color": "^8.1.1",
2981
2988
  "supports-hyperlinks": "^2.2.0",
2989
+ "tsconfck": "^3.0.0",
2982
2990
  "widest-line": "^3.1.0",
2983
2991
  "wordwrap": "^1.0.0",
2984
2992
  "wrap-ansi": "^7.0.0"
@@ -3019,9 +3027,9 @@
3019
3027
  }
3020
3028
  },
3021
3029
  "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
3022
- "version": "3.9.1",
3023
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
3024
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
3030
+ "version": "3.10.8",
3031
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
3032
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
3025
3033
  "license": "MIT",
3026
3034
  "dependencies": {
3027
3035
  "ansi-escapes": "^4.3.2",
@@ -3046,6 +3054,7 @@
3046
3054
  "strip-ansi": "^6.0.1",
3047
3055
  "supports-color": "^8.1.1",
3048
3056
  "supports-hyperlinks": "^2.2.0",
3057
+ "tsconfck": "^3.0.0",
3049
3058
  "widest-line": "^3.1.0",
3050
3059
  "wordwrap": "^1.0.0",
3051
3060
  "wrap-ansi": "^7.0.0"
@@ -3122,9 +3131,9 @@
3122
3131
  }
3123
3132
  },
3124
3133
  "node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
3125
- "version": "3.9.1",
3126
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
3127
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
3134
+ "version": "3.10.8",
3135
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
3136
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
3128
3137
  "license": "MIT",
3129
3138
  "dependencies": {
3130
3139
  "ansi-escapes": "^4.3.2",
@@ -3149,6 +3158,7 @@
3149
3158
  "strip-ansi": "^6.0.1",
3150
3159
  "supports-color": "^8.1.1",
3151
3160
  "supports-hyperlinks": "^2.2.0",
3161
+ "tsconfck": "^3.0.0",
3152
3162
  "widest-line": "^3.1.0",
3153
3163
  "wordwrap": "^1.0.0",
3154
3164
  "wrap-ansi": "^7.0.0"
@@ -5941,9 +5951,9 @@
5941
5951
  }
5942
5952
  },
5943
5953
  "node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
5944
- "version": "3.9.1",
5945
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
5946
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
5954
+ "version": "3.10.8",
5955
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
5956
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
5947
5957
  "license": "MIT",
5948
5958
  "dependencies": {
5949
5959
  "ansi-escapes": "^4.3.2",
@@ -5968,6 +5978,7 @@
5968
5978
  "strip-ansi": "^6.0.1",
5969
5979
  "supports-color": "^8.1.1",
5970
5980
  "supports-hyperlinks": "^2.2.0",
5981
+ "tsconfck": "^3.0.0",
5971
5982
  "widest-line": "^3.1.0",
5972
5983
  "wordwrap": "^1.0.0",
5973
5984
  "wrap-ansi": "^7.0.0"
@@ -19858,9 +19869,9 @@
19858
19869
  }
19859
19870
  },
19860
19871
  "node_modules/oclif/node_modules/@oclif/core": {
19861
- "version": "3.9.1",
19862
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
19863
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
19872
+ "version": "3.10.8",
19873
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
19874
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
19864
19875
  "dev": true,
19865
19876
  "license": "MIT",
19866
19877
  "dependencies": {
@@ -19886,6 +19897,7 @@
19886
19897
  "strip-ansi": "^6.0.1",
19887
19898
  "supports-color": "^8.1.1",
19888
19899
  "supports-hyperlinks": "^2.2.0",
19900
+ "tsconfck": "^3.0.0",
19889
19901
  "widest-line": "^3.1.0",
19890
19902
  "wordwrap": "^1.0.0",
19891
19903
  "wrap-ansi": "^7.0.0"
@@ -23453,6 +23465,26 @@
23453
23465
  "node": ">=6"
23454
23466
  }
23455
23467
  },
23468
+ "node_modules/tsconfck": {
23469
+ "version": "3.0.0",
23470
+ "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.0.tgz",
23471
+ "integrity": "sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==",
23472
+ "license": "MIT",
23473
+ "bin": {
23474
+ "tsconfck": "bin/tsconfck.js"
23475
+ },
23476
+ "engines": {
23477
+ "node": "^18 || >=20"
23478
+ },
23479
+ "peerDependencies": {
23480
+ "typescript": "^5.0.0"
23481
+ },
23482
+ "peerDependenciesMeta": {
23483
+ "typescript": {
23484
+ "optional": true
23485
+ }
23486
+ }
23487
+ },
23456
23488
  "node_modules/tsconfig-paths": {
23457
23489
  "version": "3.14.2",
23458
23490
  "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
@@ -6602,5 +6602,5 @@
6602
6602
  ]
6603
6603
  }
6604
6604
  },
6605
- "version": "2.16.7"
6605
+ "version": "2.16.9"
6606
6606
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.16.7",
4
+ "version": "2.16.9",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -130,7 +130,7 @@
130
130
  "@oclif/plugin-commands": "3.0.5",
131
131
  "@oclif/plugin-help": "6.0.5",
132
132
  "@oclif/plugin-not-found": "3.0.2",
133
- "@oclif/plugin-plugins": "4.0.1",
133
+ "@oclif/plugin-plugins": "4.1.3",
134
134
  "@oclif/plugin-search": "1.0.5",
135
135
  "@oclif/plugin-update": "4.1.3",
136
136
  "@oclif/plugin-version": "2.0.4",