@salesforce/cli 2.16.8 → 2.16.10

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.8 linux-x64 node-v20.9.0
27
+ @salesforce/cli/2.16.10 linux-x64 node-v20.9.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -5118,7 +5118,7 @@ EXAMPLES
5118
5118
  $ sf plugins
5119
5119
  ```
5120
5120
 
5121
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/index.ts)_
5121
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/index.ts)_
5122
5122
 
5123
5123
  ## `sf plugins discover`
5124
5124
 
@@ -5162,7 +5162,7 @@ EXAMPLES
5162
5162
  $ sf plugins:inspect myplugin
5163
5163
  ```
5164
5164
 
5165
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/inspect.ts)_
5165
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/inspect.ts)_
5166
5166
 
5167
5167
  ## `sf plugins:install PLUGIN...`
5168
5168
 
@@ -5181,6 +5181,9 @@ FLAGS
5181
5181
  -s, --silent Silences yarn output.
5182
5182
  -v, --verbose Show verbose yarn output.
5183
5183
 
5184
+ GLOBAL FLAGS
5185
+ --json Format output as json.
5186
+
5184
5187
  DESCRIPTION
5185
5188
  Installs a plugin into the CLI.
5186
5189
  Can be installed from npm or a git url.
@@ -5203,7 +5206,7 @@ EXAMPLES
5203
5206
  $ sf plugins:install someuser/someplugin
5204
5207
  ```
5205
5208
 
5206
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/install.ts)_
5209
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/install.ts)_
5207
5210
 
5208
5211
  ## `sf plugins:link PLUGIN`
5209
5212
 
@@ -5233,7 +5236,7 @@ EXAMPLES
5233
5236
  $ sf plugins:link myplugin
5234
5237
  ```
5235
5238
 
5236
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/link.ts)_
5239
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/link.ts)_
5237
5240
 
5238
5241
  ## `sf plugins reset`
5239
5242
 
@@ -5244,7 +5247,7 @@ USAGE
5244
5247
  $ sf plugins reset
5245
5248
  ```
5246
5249
 
5247
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/reset.ts)_
5250
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/reset.ts)_
5248
5251
 
5249
5252
  ## `sf plugins trust verify`
5250
5253
 
@@ -5272,7 +5275,7 @@ EXAMPLES
5272
5275
  $ sf plugins trust verify --npm @scope/npmName
5273
5276
  ```
5274
5277
 
5275
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.22/src/commands/plugins/trust/verify.ts)_
5278
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0.2/src/commands/plugins/trust/verify.ts)_
5276
5279
 
5277
5280
  ## `sf plugins:uninstall PLUGIN...`
5278
5281
 
@@ -5297,7 +5300,7 @@ ALIASES
5297
5300
  $ sf plugins remove
5298
5301
  ```
5299
5302
 
5300
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/uninstall.ts)_
5303
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/uninstall.ts)_
5301
5304
 
5302
5305
  ## `sf plugins update`
5303
5306
 
@@ -5315,7 +5318,7 @@ DESCRIPTION
5315
5318
  Update installed plugins.
5316
5319
  ```
5317
5320
 
5318
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/update.ts)_
5321
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.4/src/commands/plugins/update.ts)_
5319
5322
 
5320
5323
  ## `sf project convert mdapi`
5321
5324
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.16.8",
3
+ "version": "2.16.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.16.8",
9
+ "version": "2.16.10",
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.1.2",
18
+ "@oclif/plugin-plugins": "4.1.4",
19
19
  "@oclif/plugin-search": "1.0.5",
20
20
  "@oclif/plugin-update": "4.1.3",
21
21
  "@oclif/plugin-version": "2.0.4",
@@ -37,7 +37,7 @@
37
37
  "@salesforce/plugin-source": "2.10.46",
38
38
  "@salesforce/plugin-telemetry": "2.3.8",
39
39
  "@salesforce/plugin-templates": "55.5.17",
40
- "@salesforce/plugin-trust": "2.6.22",
40
+ "@salesforce/plugin-trust": "3.0.2",
41
41
  "@salesforce/plugin-user": "2.3.41",
42
42
  "@salesforce/sf-plugins-core": "4.0.0",
43
43
  "debug": "^4.3.4"
@@ -2573,9 +2573,9 @@
2573
2573
  }
2574
2574
  },
2575
2575
  "node_modules/@oclif/plugin-plugins": {
2576
- "version": "4.1.2",
2577
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.2.tgz",
2578
- "integrity": "sha512-xEr3gId+UQoNCx4sNnFpPnvkjWCfEgRC694GC/ahg4d59Y0dkhNw/8flmalM1NpO5AW+62Hz107xPPv2nT4Rtw==",
2576
+ "version": "4.1.4",
2577
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.4.tgz",
2578
+ "integrity": "sha512-/aSLe4CKskaLelpSqH1+tuRX8hhT9ozXmPV7nsRVU3d5HCjsZBACrvkD1SpuVfVwKJIMESdsdgm7+SO0UYY9ow==",
2579
2579
  "license": "MIT",
2580
2580
  "dependencies": {
2581
2581
  "@oclif/core": "^3.10.2",
@@ -5169,6 +5169,30 @@
5169
5169
  "@octokit/openapi-types": "^18.0.0"
5170
5170
  }
5171
5171
  },
5172
+ "node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/plugin-trust": {
5173
+ "version": "2.6.22",
5174
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.22.tgz",
5175
+ "integrity": "sha512-UqG0LoMrQmnIw/yGbmwukQ5nlg3Fo0zxu/QsINuyjNWpLKgj75Ll+oYoZMf74JiCbgAHpwNhrgTUe7Zfqoy9oA==",
5176
+ "dev": true,
5177
+ "license": "BSD-3-Clause",
5178
+ "dependencies": {
5179
+ "@oclif/core": "^2.15.0",
5180
+ "@salesforce/core": "^5.3.10",
5181
+ "@salesforce/sf-plugins-core": "^3.1.23",
5182
+ "got": "^11",
5183
+ "npm": "9.8.1",
5184
+ "npm-run-path": "^4.0.1",
5185
+ "proxy-agent": "^6.3.1",
5186
+ "shelljs": "^0.8.4",
5187
+ "tslib": "^2"
5188
+ },
5189
+ "bin": {
5190
+ "sf-trust": "bin/dev"
5191
+ },
5192
+ "engines": {
5193
+ "node": ">=16.0.0"
5194
+ }
5195
+ },
5172
5196
  "node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/sf-plugins-core": {
5173
5197
  "version": "3.1.28",
5174
5198
  "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
@@ -5739,35 +5763,33 @@
5739
5763
  }
5740
5764
  },
5741
5765
  "node_modules/@salesforce/plugin-trust": {
5742
- "version": "2.6.22",
5743
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.22.tgz",
5744
- "integrity": "sha512-UqG0LoMrQmnIw/yGbmwukQ5nlg3Fo0zxu/QsINuyjNWpLKgj75Ll+oYoZMf74JiCbgAHpwNhrgTUe7Zfqoy9oA==",
5766
+ "version": "3.0.2",
5767
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.0.2.tgz",
5768
+ "integrity": "sha512-tYlMw8/aAoJDDauYQnS1YeUYfhQzQgTOlVs9C+z+TRPXbcA5yefVgBw8sdcUmnOp6RxxeqtYvn5116m0uxOHVQ==",
5745
5769
  "license": "BSD-3-Clause",
5746
5770
  "dependencies": {
5747
- "@oclif/core": "^2.15.0",
5748
- "@salesforce/core": "^5.3.10",
5749
- "@salesforce/sf-plugins-core": "^3.1.23",
5750
- "got": "^11",
5771
+ "@oclif/core": "^3.10.1",
5772
+ "@salesforce/core": "^5.3.16",
5773
+ "@salesforce/sf-plugins-core": "^4.0.0",
5774
+ "got": "^13.0.0",
5751
5775
  "npm": "9.8.1",
5752
5776
  "npm-run-path": "^4.0.1",
5753
5777
  "proxy-agent": "^6.3.1",
5754
- "shelljs": "^0.8.4",
5755
- "tslib": "^2"
5778
+ "shelljs": "^0.8.4"
5756
5779
  },
5757
5780
  "bin": {
5758
5781
  "sf-trust": "bin/dev"
5759
5782
  },
5760
5783
  "engines": {
5761
- "node": ">=16.0.0"
5784
+ "node": ">=18.0.0"
5762
5785
  }
5763
5786
  },
5764
5787
  "node_modules/@salesforce/plugin-trust/node_modules/@oclif/core": {
5765
- "version": "2.15.0",
5766
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
5767
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
5788
+ "version": "3.10.8",
5789
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
5790
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
5768
5791
  "license": "MIT",
5769
5792
  "dependencies": {
5770
- "@types/cli-progress": "^3.11.0",
5771
5793
  "ansi-escapes": "^4.3.2",
5772
5794
  "ansi-styles": "^4.3.0",
5773
5795
  "cardinal": "^2.1.1",
@@ -5775,7 +5797,7 @@
5775
5797
  "clean-stack": "^3.0.1",
5776
5798
  "cli-progress": "^3.12.0",
5777
5799
  "debug": "^4.3.4",
5778
- "ejs": "^3.1.8",
5800
+ "ejs": "^3.1.9",
5779
5801
  "get-package-type": "^0.1.0",
5780
5802
  "globby": "^11.1.0",
5781
5803
  "hyperlinker": "^1.0.0",
@@ -5790,26 +5812,26 @@
5790
5812
  "strip-ansi": "^6.0.1",
5791
5813
  "supports-color": "^8.1.1",
5792
5814
  "supports-hyperlinks": "^2.2.0",
5793
- "ts-node": "^10.9.1",
5794
- "tslib": "^2.5.0",
5815
+ "tsconfck": "^3.0.0",
5795
5816
  "widest-line": "^3.1.0",
5796
5817
  "wordwrap": "^1.0.0",
5797
5818
  "wrap-ansi": "^7.0.0"
5798
5819
  },
5799
5820
  "engines": {
5800
- "node": ">=14.0.0"
5821
+ "node": ">=18.0.0"
5801
5822
  }
5802
5823
  },
5803
5824
  "node_modules/@salesforce/plugin-trust/node_modules/@salesforce/sf-plugins-core": {
5804
- "version": "3.1.28",
5805
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
5806
- "integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
5825
+ "version": "4.1.1",
5826
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.1.tgz",
5827
+ "integrity": "sha512-oyRjy/WpU7F8sVWwsUuxZ+WnfnJ4s/60dsIOXyKYezHfywMp8APPmZwETpyFTkKl23rZQT1vciFwTDKXYEP82A==",
5807
5828
  "license": "BSD-3-Clause",
5808
5829
  "dependencies": {
5809
- "@oclif/core": "^2.15.0",
5830
+ "@oclif/core": "^3.0.0",
5810
5831
  "@salesforce/core": "^5.3.1",
5811
5832
  "@salesforce/kit": "^3.0.13",
5812
5833
  "@salesforce/ts-types": "^2.0.7",
5834
+ "@types/inquirer": "^8.2.3",
5813
5835
  "chalk": "^4",
5814
5836
  "inquirer": "^8.2.5"
5815
5837
  },
@@ -5817,6 +5839,155 @@
5817
5839
  "node": ">=16.0.0"
5818
5840
  }
5819
5841
  },
5842
+ "node_modules/@salesforce/plugin-trust/node_modules/@sindresorhus/is": {
5843
+ "version": "5.6.0",
5844
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
5845
+ "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
5846
+ "license": "MIT",
5847
+ "engines": {
5848
+ "node": ">=14.16"
5849
+ },
5850
+ "funding": {
5851
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
5852
+ }
5853
+ },
5854
+ "node_modules/@salesforce/plugin-trust/node_modules/@szmarczak/http-timer": {
5855
+ "version": "5.0.1",
5856
+ "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
5857
+ "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
5858
+ "license": "MIT",
5859
+ "dependencies": {
5860
+ "defer-to-connect": "^2.0.1"
5861
+ },
5862
+ "engines": {
5863
+ "node": ">=14.16"
5864
+ }
5865
+ },
5866
+ "node_modules/@salesforce/plugin-trust/node_modules/cacheable-lookup": {
5867
+ "version": "7.0.0",
5868
+ "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
5869
+ "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
5870
+ "license": "MIT",
5871
+ "engines": {
5872
+ "node": ">=14.16"
5873
+ }
5874
+ },
5875
+ "node_modules/@salesforce/plugin-trust/node_modules/cacheable-request": {
5876
+ "version": "10.2.14",
5877
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
5878
+ "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
5879
+ "license": "MIT",
5880
+ "dependencies": {
5881
+ "@types/http-cache-semantics": "^4.0.2",
5882
+ "get-stream": "^6.0.1",
5883
+ "http-cache-semantics": "^4.1.1",
5884
+ "keyv": "^4.5.3",
5885
+ "mimic-response": "^4.0.0",
5886
+ "normalize-url": "^8.0.0",
5887
+ "responselike": "^3.0.0"
5888
+ },
5889
+ "engines": {
5890
+ "node": ">=14.16"
5891
+ }
5892
+ },
5893
+ "node_modules/@salesforce/plugin-trust/node_modules/got": {
5894
+ "version": "13.0.0",
5895
+ "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
5896
+ "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
5897
+ "license": "MIT",
5898
+ "dependencies": {
5899
+ "@sindresorhus/is": "^5.2.0",
5900
+ "@szmarczak/http-timer": "^5.0.1",
5901
+ "cacheable-lookup": "^7.0.0",
5902
+ "cacheable-request": "^10.2.8",
5903
+ "decompress-response": "^6.0.0",
5904
+ "form-data-encoder": "^2.1.2",
5905
+ "get-stream": "^6.0.1",
5906
+ "http2-wrapper": "^2.1.10",
5907
+ "lowercase-keys": "^3.0.0",
5908
+ "p-cancelable": "^3.0.0",
5909
+ "responselike": "^3.0.0"
5910
+ },
5911
+ "engines": {
5912
+ "node": ">=16"
5913
+ },
5914
+ "funding": {
5915
+ "url": "https://github.com/sindresorhus/got?sponsor=1"
5916
+ }
5917
+ },
5918
+ "node_modules/@salesforce/plugin-trust/node_modules/http2-wrapper": {
5919
+ "version": "2.2.1",
5920
+ "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
5921
+ "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
5922
+ "license": "MIT",
5923
+ "dependencies": {
5924
+ "quick-lru": "^5.1.1",
5925
+ "resolve-alpn": "^1.2.0"
5926
+ },
5927
+ "engines": {
5928
+ "node": ">=10.19.0"
5929
+ }
5930
+ },
5931
+ "node_modules/@salesforce/plugin-trust/node_modules/lowercase-keys": {
5932
+ "version": "3.0.0",
5933
+ "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
5934
+ "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
5935
+ "license": "MIT",
5936
+ "engines": {
5937
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
5938
+ },
5939
+ "funding": {
5940
+ "url": "https://github.com/sponsors/sindresorhus"
5941
+ }
5942
+ },
5943
+ "node_modules/@salesforce/plugin-trust/node_modules/mimic-response": {
5944
+ "version": "4.0.0",
5945
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
5946
+ "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
5947
+ "license": "MIT",
5948
+ "engines": {
5949
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
5950
+ },
5951
+ "funding": {
5952
+ "url": "https://github.com/sponsors/sindresorhus"
5953
+ }
5954
+ },
5955
+ "node_modules/@salesforce/plugin-trust/node_modules/normalize-url": {
5956
+ "version": "8.0.0",
5957
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
5958
+ "integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
5959
+ "license": "MIT",
5960
+ "engines": {
5961
+ "node": ">=14.16"
5962
+ },
5963
+ "funding": {
5964
+ "url": "https://github.com/sponsors/sindresorhus"
5965
+ }
5966
+ },
5967
+ "node_modules/@salesforce/plugin-trust/node_modules/p-cancelable": {
5968
+ "version": "3.0.0",
5969
+ "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
5970
+ "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
5971
+ "license": "MIT",
5972
+ "engines": {
5973
+ "node": ">=12.20"
5974
+ }
5975
+ },
5976
+ "node_modules/@salesforce/plugin-trust/node_modules/responselike": {
5977
+ "version": "3.0.0",
5978
+ "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
5979
+ "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
5980
+ "license": "MIT",
5981
+ "dependencies": {
5982
+ "lowercase-keys": "^3.0.0"
5983
+ },
5984
+ "engines": {
5985
+ "node": ">=14.16"
5986
+ },
5987
+ "funding": {
5988
+ "url": "https://github.com/sponsors/sindresorhus"
5989
+ }
5990
+ },
5820
5991
  "node_modules/@salesforce/plugin-trust/node_modules/supports-color": {
5821
5992
  "version": "8.1.1",
5822
5993
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -6498,11 +6669,21 @@
6498
6669
  "license": "MIT"
6499
6670
  },
6500
6671
  "node_modules/@types/http-cache-semantics": {
6501
- "version": "4.0.1",
6502
- "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
6503
- "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==",
6672
+ "version": "4.0.4",
6673
+ "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
6674
+ "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==",
6504
6675
  "license": "MIT"
6505
6676
  },
6677
+ "node_modules/@types/inquirer": {
6678
+ "version": "8.2.10",
6679
+ "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.10.tgz",
6680
+ "integrity": "sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==",
6681
+ "license": "MIT",
6682
+ "dependencies": {
6683
+ "@types/through": "*",
6684
+ "rxjs": "^7.2.0"
6685
+ }
6686
+ },
6506
6687
  "node_modules/@types/istanbul-lib-coverage": {
6507
6688
  "version": "2.0.4",
6508
6689
  "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
@@ -6657,6 +6838,15 @@
6657
6838
  "dev": true,
6658
6839
  "license": "MIT"
6659
6840
  },
6841
+ "node_modules/@types/through": {
6842
+ "version": "0.0.33",
6843
+ "resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
6844
+ "integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==",
6845
+ "license": "MIT",
6846
+ "dependencies": {
6847
+ "@types/node": "*"
6848
+ }
6849
+ },
6660
6850
  "node_modules/@types/vinyl": {
6661
6851
  "version": "2.0.7",
6662
6852
  "resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.7.tgz",
@@ -7875,6 +8065,21 @@
7875
8065
  "node": ">=8"
7876
8066
  }
7877
8067
  },
8068
+ "node_modules/cacheable-request/node_modules/get-stream": {
8069
+ "version": "5.2.0",
8070
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
8071
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
8072
+ "license": "MIT",
8073
+ "dependencies": {
8074
+ "pump": "^3.0.0"
8075
+ },
8076
+ "engines": {
8077
+ "node": ">=8"
8078
+ },
8079
+ "funding": {
8080
+ "url": "https://github.com/sponsors/sindresorhus"
8081
+ }
8082
+ },
7878
8083
  "node_modules/caching-transform": {
7879
8084
  "version": "4.0.0",
7880
8085
  "resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz",
@@ -10907,18 +11112,6 @@
10907
11112
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
10908
11113
  }
10909
11114
  },
10910
- "node_modules/execa/node_modules/get-stream": {
10911
- "version": "6.0.1",
10912
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
10913
- "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
10914
- "license": "MIT",
10915
- "engines": {
10916
- "node": ">=10"
10917
- },
10918
- "funding": {
10919
- "url": "https://github.com/sponsors/sindresorhus"
10920
- }
10921
- },
10922
11115
  "node_modules/exponential-backoff": {
10923
11116
  "version": "3.1.1",
10924
11117
  "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
@@ -11311,6 +11504,15 @@
11311
11504
  "node": ">= 6"
11312
11505
  }
11313
11506
  },
11507
+ "node_modules/form-data-encoder": {
11508
+ "version": "2.1.4",
11509
+ "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
11510
+ "integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==",
11511
+ "license": "MIT",
11512
+ "engines": {
11513
+ "node": ">= 14.17"
11514
+ }
11515
+ },
11314
11516
  "node_modules/fromentries": {
11315
11517
  "version": "1.3.2",
11316
11518
  "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
@@ -11603,15 +11805,12 @@
11603
11805
  }
11604
11806
  },
11605
11807
  "node_modules/get-stream": {
11606
- "version": "5.2.0",
11607
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
11608
- "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
11808
+ "version": "6.0.1",
11809
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
11810
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
11609
11811
  "license": "MIT",
11610
- "dependencies": {
11611
- "pump": "^3.0.0"
11612
- },
11613
11812
  "engines": {
11614
- "node": ">=8"
11813
+ "node": ">=10"
11615
11814
  },
11616
11815
  "funding": {
11617
11816
  "url": "https://github.com/sponsors/sindresorhus"
@@ -13767,9 +13966,9 @@
13767
13966
  }
13768
13967
  },
13769
13968
  "node_modules/keyv": {
13770
- "version": "4.5.2",
13771
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.2.tgz",
13772
- "integrity": "sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==",
13969
+ "version": "4.5.4",
13970
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
13971
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
13773
13972
  "license": "MIT",
13774
13973
  "dependencies": {
13775
13974
  "json-buffer": "3.0.1"
@@ -21088,6 +21287,22 @@
21088
21287
  "node": ">=8"
21089
21288
  }
21090
21289
  },
21290
+ "node_modules/pretty-quick/node_modules/get-stream": {
21291
+ "version": "5.2.0",
21292
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
21293
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
21294
+ "dev": true,
21295
+ "license": "MIT",
21296
+ "dependencies": {
21297
+ "pump": "^3.0.0"
21298
+ },
21299
+ "engines": {
21300
+ "node": ">=8"
21301
+ },
21302
+ "funding": {
21303
+ "url": "https://github.com/sponsors/sindresorhus"
21304
+ }
21305
+ },
21091
21306
  "node_modules/pretty-quick/node_modules/human-signals": {
21092
21307
  "version": "1.1.1",
21093
21308
  "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
@@ -6602,5 +6602,5 @@
6602
6602
  ]
6603
6603
  }
6604
6604
  },
6605
- "version": "2.16.8"
6605
+ "version": "2.16.10"
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.8",
4
+ "version": "2.16.10",
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.1.2",
133
+ "@oclif/plugin-plugins": "4.1.4",
134
134
  "@oclif/plugin-search": "1.0.5",
135
135
  "@oclif/plugin-update": "4.1.3",
136
136
  "@oclif/plugin-version": "2.0.4",
@@ -152,7 +152,7 @@
152
152
  "@salesforce/plugin-source": "2.10.46",
153
153
  "@salesforce/plugin-telemetry": "2.3.8",
154
154
  "@salesforce/plugin-templates": "55.5.17",
155
- "@salesforce/plugin-trust": "2.6.22",
155
+ "@salesforce/plugin-trust": "3.0.2",
156
156
  "@salesforce/plugin-user": "2.3.41",
157
157
  "@salesforce/sf-plugins-core": "4.0.0",
158
158
  "debug": "^4.3.4"