@salesforce/cli 2.17.1 → 2.17.3

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.17.1 linux-x64 node-v20.9.0
27
+ @salesforce/cli/2.17.3 linux-x64 node-v20.9.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -100,8 +100,6 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
100
100
  - [`sf lightning generate event`](#sf-lightning-generate-event)
101
101
  - [`sf lightning generate interface`](#sf-lightning-generate-interface)
102
102
  - [`sf lightning generate test`](#sf-lightning-generate-test)
103
- - [`sf limits api display`](#sf-limits-api-display)
104
- - [`sf limits recordcounts display`](#sf-limits-recordcounts-display)
105
103
  - [`sf login`](#sf-login)
106
104
  - [`sf logout`](#sf-logout)
107
105
  - [`sf org assign permset`](#sf-org-assign-permset)
@@ -116,8 +114,10 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
116
114
  - [`sf org generate password`](#sf-org-generate-password)
117
115
  - [`sf org list`](#sf-org-list)
118
116
  - [`sf org list auth`](#sf-org-list-auth)
117
+ - [`sf org list limits`](#sf-org-list-limits)
119
118
  - [`sf org list metadata`](#sf-org-list-metadata)
120
119
  - [`sf org list metadata-types`](#sf-org-list-metadata-types)
120
+ - [`sf org list sobject record-counts`](#sf-org-list-sobject-record-counts)
121
121
  - [`sf org list users`](#sf-org-list-users)
122
122
  - [`sf org login access-token`](#sf-org-login-access-token)
123
123
  - [`sf org login device`](#sf-org-login-device)
@@ -3487,88 +3487,6 @@ FLAG DESCRIPTIONS
3487
3487
 
3488
3488
  _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/lightning/generate/test.ts)_
3489
3489
 
3490
- ## `sf limits api display`
3491
-
3492
- Display information about limits in your org.
3493
-
3494
- ```
3495
- USAGE
3496
- $ sf limits api display -o <value> [--json] [--api-version <value>]
3497
-
3498
- FLAGS
3499
- -o, --target-org=<value> (required) Username or alias of the target org.
3500
- --api-version=<value> Override the api version used for api requests made by this command
3501
-
3502
- GLOBAL FLAGS
3503
- --json Format output as json.
3504
-
3505
- DESCRIPTION
3506
- Display information about limits in your org.
3507
-
3508
- For each limit, this command returns the maximum allocation and the remaining allocation based on usage. See this
3509
- topic for a description of each limit:
3510
- https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_limits.htm.
3511
-
3512
- ALIASES
3513
- $ sf force limits api display
3514
- $ sf org list limits
3515
-
3516
- EXAMPLES
3517
- Display limits in your default org:
3518
-
3519
- $ sf limits api display
3520
-
3521
- Display limits in the org with alias "my-scratch-org":
3522
-
3523
- $ sf limits api display --target-org my-scratch-org
3524
- ```
3525
-
3526
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.41/src/commands/limits/api/display.ts)_
3527
-
3528
- ## `sf limits recordcounts display`
3529
-
3530
- Display record counts for the specified standard or custom objects.
3531
-
3532
- ```
3533
- USAGE
3534
- $ sf limits recordcounts display -o <value> [--json] [-s <value>] [--api-version <value>]
3535
-
3536
- FLAGS
3537
- -o, --target-org=<value> (required) Username or alias of the target org.
3538
- -s, --sobject=<value>... [default: ] API name of the standard or custom object for which to display record counts.
3539
- --api-version=<value> Override the api version used for api requests made by this command
3540
-
3541
- GLOBAL FLAGS
3542
- --json Format output as json.
3543
-
3544
- DESCRIPTION
3545
- Display record counts for the specified standard or custom objects.
3546
-
3547
- Use this command to get an approximate count of the records in standard or custom objects in your org. These record
3548
- counts are the same as the counts listed in the Storage Usage page in the Setup UI. The record counts are approximate
3549
- because they're calculated asynchronously and your org's storage usage isn't updated immediately. To display all
3550
- available record counts, run the command without the --sobject flag.
3551
-
3552
- ALIASES
3553
- $ sf force limits recordcounts display
3554
- $ sf org list sobject record-counts
3555
-
3556
- EXAMPLES
3557
- Display all available record counts in your default org:
3558
-
3559
- $ sf limits recordcounts display
3560
-
3561
- Display record counts for the Account, Contact, Lead, and Opportunity objects in your default org:
3562
-
3563
- $ sf limits recordcounts display --sobject Account --sobject Contact --sobject Lead --sobject Opportunity
3564
-
3565
- Display record counts for the Account and Lead objects for the org with alias "my-scratch-org":
3566
-
3567
- $ sf limits recordcounts display --sobject Account --sobject Lead --target-org my-scratch-org
3568
- ```
3569
-
3570
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.41/src/commands/limits/recordcounts/display.ts)_
3571
-
3572
3490
  ## `sf login`
3573
3491
 
3574
3492
  Log interactively into an environment.
@@ -4366,6 +4284,44 @@ EXAMPLES
4366
4284
 
4367
4285
  _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.25/src/commands/org/list/auth.ts)_
4368
4286
 
4287
+ ## `sf org list limits`
4288
+
4289
+ Display information about limits in your org.
4290
+
4291
+ ```
4292
+ USAGE
4293
+ $ sf org list limits -o <value> [--json] [--api-version <value>]
4294
+
4295
+ FLAGS
4296
+ -o, --target-org=<value> (required) Username or alias of the target org.
4297
+ --api-version=<value> Override the api version used for api requests made by this command
4298
+
4299
+ GLOBAL FLAGS
4300
+ --json Format output as json.
4301
+
4302
+ DESCRIPTION
4303
+ Display information about limits in your org.
4304
+
4305
+ For each limit, this command returns the maximum allocation and the remaining allocation based on usage. See this
4306
+ topic for a description of each limit:
4307
+ https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_limits.htm.
4308
+
4309
+ ALIASES
4310
+ $ sf force limits api display
4311
+ $ sf limits api display
4312
+
4313
+ EXAMPLES
4314
+ Display limits in your default org:
4315
+
4316
+ $ sf org list limits
4317
+
4318
+ Display limits in the org with alias "my-scratch-org":
4319
+
4320
+ $ sf org list limits --target-org my-scratch-org
4321
+ ```
4322
+
4323
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.1/src/commands/org/list/limits.ts)_
4324
+
4369
4325
  ## `sf org list metadata`
4370
4326
 
4371
4327
  List the metadata components and properties of a specified type.
@@ -4483,6 +4439,50 @@ FLAG DESCRIPTIONS
4483
4439
 
4484
4440
  _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.7/src/commands/org/list/metadata-types.ts)_
4485
4441
 
4442
+ ## `sf org list sobject record-counts`
4443
+
4444
+ Display record counts for the specified standard or custom objects.
4445
+
4446
+ ```
4447
+ USAGE
4448
+ $ sf org list sobject record-counts -o <value> [--json] [-s <value>] [--api-version <value>]
4449
+
4450
+ FLAGS
4451
+ -o, --target-org=<value> (required) Username or alias of the target org.
4452
+ -s, --sobject=<value>... [default: ] API name of the standard or custom object for which to display record counts.
4453
+ --api-version=<value> Override the api version used for api requests made by this command
4454
+
4455
+ GLOBAL FLAGS
4456
+ --json Format output as json.
4457
+
4458
+ DESCRIPTION
4459
+ Display record counts for the specified standard or custom objects.
4460
+
4461
+ Use this command to get an approximate count of the records in standard or custom objects in your org. These record
4462
+ counts are the same as the counts listed in the Storage Usage page in the Setup UI. The record counts are approximate
4463
+ because they're calculated asynchronously and your org's storage usage isn't updated immediately. To display all
4464
+ available record counts, run the command without the --sobject flag.
4465
+
4466
+ ALIASES
4467
+ $ sf force limits recordcounts display
4468
+ $ sf limits recordcounts display
4469
+
4470
+ EXAMPLES
4471
+ Display all available record counts in your default org:
4472
+
4473
+ $ sf org list sobject record-counts
4474
+
4475
+ Display record counts for the Account, Contact, Lead, and Opportunity objects in your default org:
4476
+
4477
+ $ sf org list sobject record-counts --sobject Account --sobject Contact --sobject Lead --sobject Opportunity
4478
+
4479
+ Display record counts for the Account and Lead objects for the org with alias "my-scratch-org":
4480
+
4481
+ $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
4482
+ ```
4483
+
4484
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.0.1/src/commands/org/list/sobject/record-counts.ts)_
4485
+
4486
4486
  ## `sf org list users`
4487
4487
 
4488
4488
  List all locally-authenticated users of an org.
@@ -5134,7 +5134,7 @@ EXAMPLES
5134
5134
  $ sf plugins discover
5135
5135
  ```
5136
5136
 
5137
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.2/src/commands/plugins/discover.ts)_
5137
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.1/src/commands/plugins/discover.ts)_
5138
5138
 
5139
5139
  ## `sf plugins:inspect PLUGIN...`
5140
5140
 
@@ -7156,16 +7156,16 @@ EXAMPLES
7156
7156
 
7157
7157
  $ sf sobject describe --sobject Account
7158
7158
 
7159
- Display the metadata of the "MyObject\_\_c" custom object in the org with alias "my-scratch-org":
7159
+ Display the metadata of the "MyObject__c" custom object in the org with alias "my-scratch-org":
7160
7160
 
7161
- $ sf sobject describe --sobject MyObject\_\_c --target-org my-scratch-org
7161
+ $ sf sobject describe --sobject MyObject__c --target-org my-scratch-org
7162
7162
 
7163
7163
  Display the metadata of the ApexCodeCoverage Tooling API object in your default org:
7164
7164
 
7165
7165
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
7166
7166
  ```
7167
7167
 
7168
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.32/src/commands/sobject/describe.ts)_
7168
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.33/src/commands/sobject/describe.ts)_
7169
7169
 
7170
7170
  ## `sf sobject list`
7171
7171
 
@@ -7202,7 +7202,7 @@ EXAMPLES
7202
7202
  $ sf sobject list --sobject custom --target-org my-scratch-org
7203
7203
  ```
7204
7204
 
7205
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.32/src/commands/sobject/list.ts)_
7205
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.33/src/commands/sobject/list.ts)_
7206
7206
 
7207
7207
  ## `sf static-resource generate`
7208
7208
 
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.17.1",
3
+ "version": "2.17.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.17.1",
9
+ "version": "2.17.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
- "@oclif/core": "3.10.0",
13
+ "@oclif/core": "3.10.1",
14
14
  "@oclif/plugin-autocomplete": "3.0.1",
15
15
  "@oclif/plugin-commands": "3.0.5",
16
16
  "@oclif/plugin-help": "6.0.5",
@@ -27,11 +27,11 @@
27
27
  "@salesforce/plugin-data": "2.6.1",
28
28
  "@salesforce/plugin-deploy-retrieve": "1.19.3",
29
29
  "@salesforce/plugin-info": "2.6.51",
30
- "@salesforce/plugin-limits": "2.3.41",
30
+ "@salesforce/plugin-limits": "3.0.1",
31
31
  "@salesforce/plugin-login": "1.2.40",
32
- "@salesforce/plugin-marketplace": "0.3.2",
32
+ "@salesforce/plugin-marketplace": "1.0.1",
33
33
  "@salesforce/plugin-org": "2.11.7",
34
- "@salesforce/plugin-schema": "2.3.32",
34
+ "@salesforce/plugin-schema": "2.3.33",
35
35
  "@salesforce/plugin-settings": "2.0.1",
36
36
  "@salesforce/plugin-sobject": "0.2.14",
37
37
  "@salesforce/plugin-source": "2.10.46",
@@ -2106,9 +2106,9 @@
2106
2106
  }
2107
2107
  },
2108
2108
  "node_modules/@oclif/core": {
2109
- "version": "3.10.0",
2110
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.0.tgz",
2111
- "integrity": "sha512-gXats+3wTQRztZS2gy8rcZgkKqLY/FexCzcAkNe8Z4E+268hagAHMFxA8tsiUcOKaywgQAL55TCHD1bgni54GA==",
2109
+ "version": "3.10.1",
2110
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.1.tgz",
2111
+ "integrity": "sha512-zBjujYmLyEu7T6PBlaPqmsum/Cc5KMwc6XmcKzUC/PUQspENGd4z0n4eBlNlKjfO/1sLdts99xUlSoIYXoFimg==",
2112
2112
  "license": "MIT",
2113
2113
  "dependencies": {
2114
2114
  "ansi-escapes": "^4.3.2",
@@ -2878,9 +2878,9 @@
2878
2878
  }
2879
2879
  },
2880
2880
  "node_modules/@salesforce/core": {
2881
- "version": "5.3.16",
2882
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.16.tgz",
2883
- "integrity": "sha512-Q5BOFPwACXe/ebwROzpacwPA/WSRfOM7W63exX4b0Gv2rQoMB2NZLxHBQP3FZ4eH4PMHvBB16IzmtNq8vSJktw==",
2881
+ "version": "5.3.17",
2882
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.17.tgz",
2883
+ "integrity": "sha512-3BYdpRwQrtaTNHINk+NSrXwlr0xZjKSkJWhMeryjGyTGf9YPRu1JNawl6PPbEpGCQp2y+NLUdp6vMy64jwIDBg==",
2884
2884
  "license": "BSD-3-Clause",
2885
2885
  "dependencies": {
2886
2886
  "@salesforce/kit": "^3.0.15",
@@ -4100,23 +4100,39 @@
4100
4100
  }
4101
4101
  },
4102
4102
  "node_modules/@salesforce/plugin-limits": {
4103
- "version": "2.3.41",
4104
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.41.tgz",
4105
- "integrity": "sha512-kDf1/COrx4Z+jwjnOZxHe7qIbkICpj5PyDjO0X+ueWStN5HT3s27FKfEYlSn7P+XBF11MTR8dmxbaVYt+AEjdg==",
4103
+ "version": "3.0.1",
4104
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.0.1.tgz",
4105
+ "integrity": "sha512-R5MHAYT3NyZ9d/pRrgwbUx+K/3slwPm81f/x5DWBltapMJQB7lA5ZkAQ1eOPTFg3brdMyqrvyAV+rBbsrCkxbQ==",
4106
4106
  "license": "BSD-3-Clause",
4107
4107
  "dependencies": {
4108
- "@oclif/core": "^2.15.0",
4109
- "@salesforce/core": "^5.3.10",
4108
+ "@oclif/core": "^3.9.0",
4109
+ "@salesforce/core": "^5.3.17",
4110
4110
  "@salesforce/kit": "^3.0.11",
4111
+ "@salesforce/sf-plugins-core": "^4.0.0",
4112
+ "@salesforce/ts-types": "^2.0.9"
4113
+ },
4114
+ "engines": {
4115
+ "node": ">=18.0.0"
4116
+ }
4117
+ },
4118
+ "node_modules/@salesforce/plugin-login": {
4119
+ "version": "1.2.40",
4120
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.40.tgz",
4121
+ "integrity": "sha512-es3ZMspTmEn41N7npFvCR78auJojgcxWd3iCjniaF40z3ONcZ9LWNMcZTIqel9wjf22hcKRZwposmTdb7jOrkQ==",
4122
+ "license": "BSD-3-Clause",
4123
+ "dependencies": {
4124
+ "@oclif/core": "^2.15.0",
4125
+ "@salesforce/core": "^5.3.14",
4111
4126
  "@salesforce/sf-plugins-core": "^3.1.28",
4112
- "@salesforce/ts-types": "^2.0.9",
4127
+ "chalk": "^4.1.2",
4128
+ "inquirer": "^8.2.6",
4113
4129
  "tslib": "^2"
4114
4130
  },
4115
4131
  "engines": {
4116
4132
  "node": ">=16.0.0"
4117
4133
  }
4118
4134
  },
4119
- "node_modules/@salesforce/plugin-limits/node_modules/@oclif/core": {
4135
+ "node_modules/@salesforce/plugin-login/node_modules/@oclif/core": {
4120
4136
  "version": "2.15.0",
4121
4137
  "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
4122
4138
  "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
@@ -4155,7 +4171,7 @@
4155
4171
  "node": ">=14.0.0"
4156
4172
  }
4157
4173
  },
4158
- "node_modules/@salesforce/plugin-limits/node_modules/@salesforce/sf-plugins-core": {
4174
+ "node_modules/@salesforce/plugin-login/node_modules/@salesforce/sf-plugins-core": {
4159
4175
  "version": "3.1.28",
4160
4176
  "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
4161
4177
  "integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
@@ -4172,7 +4188,7 @@
4172
4188
  "node": ">=16.0.0"
4173
4189
  }
4174
4190
  },
4175
- "node_modules/@salesforce/plugin-limits/node_modules/argparse": {
4191
+ "node_modules/@salesforce/plugin-login/node_modules/argparse": {
4176
4192
  "version": "1.0.10",
4177
4193
  "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4178
4194
  "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
@@ -4181,7 +4197,7 @@
4181
4197
  "sprintf-js": "~1.0.2"
4182
4198
  }
4183
4199
  },
4184
- "node_modules/@salesforce/plugin-limits/node_modules/js-yaml": {
4200
+ "node_modules/@salesforce/plugin-login/node_modules/js-yaml": {
4185
4201
  "version": "3.14.1",
4186
4202
  "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4187
4203
  "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
@@ -4194,7 +4210,7 @@
4194
4210
  "js-yaml": "bin/js-yaml.js"
4195
4211
  }
4196
4212
  },
4197
- "node_modules/@salesforce/plugin-limits/node_modules/supports-color": {
4213
+ "node_modules/@salesforce/plugin-login/node_modules/supports-color": {
4198
4214
  "version": "8.1.1",
4199
4215
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4200
4216
  "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
@@ -4209,225 +4225,170 @@
4209
4225
  "url": "https://github.com/chalk/supports-color?sponsor=1"
4210
4226
  }
4211
4227
  },
4212
- "node_modules/@salesforce/plugin-login": {
4213
- "version": "1.2.40",
4214
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.40.tgz",
4215
- "integrity": "sha512-es3ZMspTmEn41N7npFvCR78auJojgcxWd3iCjniaF40z3ONcZ9LWNMcZTIqel9wjf22hcKRZwposmTdb7jOrkQ==",
4228
+ "node_modules/@salesforce/plugin-marketplace": {
4229
+ "version": "1.0.1",
4230
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.1.tgz",
4231
+ "integrity": "sha512-7BTE0JhkU9f/Oq/slrCzKPdoIOy4zQP/VrDRoGfP9phWxWiWw+lJ/qmzBOj4NkvgwggRd8BpGFCQUiC4st0vbw==",
4216
4232
  "license": "BSD-3-Clause",
4217
4233
  "dependencies": {
4218
- "@oclif/core": "^2.15.0",
4219
- "@salesforce/core": "^5.3.14",
4220
- "@salesforce/sf-plugins-core": "^3.1.28",
4221
- "chalk": "^4.1.2",
4222
- "inquirer": "^8.2.6",
4223
- "tslib": "^2"
4234
+ "@oclif/core": "^3.10.0",
4235
+ "@salesforce/core": "^5.3.17",
4236
+ "@salesforce/kit": "^3.0.15",
4237
+ "@salesforce/sf-plugins-core": "^4.0.0",
4238
+ "got": "^13.0.0",
4239
+ "proxy-agent": "^6.3.1"
4224
4240
  },
4225
4241
  "engines": {
4226
- "node": ">=16.0.0"
4242
+ "node": ">=18.0.0"
4227
4243
  }
4228
4244
  },
4229
- "node_modules/@salesforce/plugin-login/node_modules/@oclif/core": {
4230
- "version": "2.15.0",
4231
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
4232
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
4245
+ "node_modules/@salesforce/plugin-marketplace/node_modules/@sindresorhus/is": {
4246
+ "version": "5.6.0",
4247
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
4248
+ "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
4233
4249
  "license": "MIT",
4234
- "dependencies": {
4235
- "@types/cli-progress": "^3.11.0",
4236
- "ansi-escapes": "^4.3.2",
4237
- "ansi-styles": "^4.3.0",
4238
- "cardinal": "^2.1.1",
4239
- "chalk": "^4.1.2",
4240
- "clean-stack": "^3.0.1",
4241
- "cli-progress": "^3.12.0",
4242
- "debug": "^4.3.4",
4243
- "ejs": "^3.1.8",
4244
- "get-package-type": "^0.1.0",
4245
- "globby": "^11.1.0",
4246
- "hyperlinker": "^1.0.0",
4247
- "indent-string": "^4.0.0",
4248
- "is-wsl": "^2.2.0",
4249
- "js-yaml": "^3.14.1",
4250
- "natural-orderby": "^2.0.3",
4251
- "object-treeify": "^1.1.33",
4252
- "password-prompt": "^1.1.2",
4253
- "slice-ansi": "^4.0.0",
4254
- "string-width": "^4.2.3",
4255
- "strip-ansi": "^6.0.1",
4256
- "supports-color": "^8.1.1",
4257
- "supports-hyperlinks": "^2.2.0",
4258
- "ts-node": "^10.9.1",
4259
- "tslib": "^2.5.0",
4260
- "widest-line": "^3.1.0",
4261
- "wordwrap": "^1.0.0",
4262
- "wrap-ansi": "^7.0.0"
4263
- },
4264
4250
  "engines": {
4265
- "node": ">=14.0.0"
4251
+ "node": ">=14.16"
4252
+ },
4253
+ "funding": {
4254
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
4266
4255
  }
4267
4256
  },
4268
- "node_modules/@salesforce/plugin-login/node_modules/@salesforce/sf-plugins-core": {
4269
- "version": "3.1.28",
4270
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
4271
- "integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
4272
- "license": "BSD-3-Clause",
4257
+ "node_modules/@salesforce/plugin-marketplace/node_modules/@szmarczak/http-timer": {
4258
+ "version": "5.0.1",
4259
+ "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
4260
+ "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
4261
+ "license": "MIT",
4273
4262
  "dependencies": {
4274
- "@oclif/core": "^2.15.0",
4275
- "@salesforce/core": "^5.3.1",
4276
- "@salesforce/kit": "^3.0.13",
4277
- "@salesforce/ts-types": "^2.0.7",
4278
- "chalk": "^4",
4279
- "inquirer": "^8.2.5"
4263
+ "defer-to-connect": "^2.0.1"
4280
4264
  },
4281
4265
  "engines": {
4282
- "node": ">=16.0.0"
4266
+ "node": ">=14.16"
4283
4267
  }
4284
4268
  },
4285
- "node_modules/@salesforce/plugin-login/node_modules/argparse": {
4286
- "version": "1.0.10",
4287
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4288
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4269
+ "node_modules/@salesforce/plugin-marketplace/node_modules/cacheable-lookup": {
4270
+ "version": "7.0.0",
4271
+ "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
4272
+ "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
4289
4273
  "license": "MIT",
4290
- "dependencies": {
4291
- "sprintf-js": "~1.0.2"
4274
+ "engines": {
4275
+ "node": ">=14.16"
4292
4276
  }
4293
4277
  },
4294
- "node_modules/@salesforce/plugin-login/node_modules/js-yaml": {
4295
- "version": "3.14.1",
4296
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4297
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4278
+ "node_modules/@salesforce/plugin-marketplace/node_modules/cacheable-request": {
4279
+ "version": "10.2.14",
4280
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
4281
+ "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
4298
4282
  "license": "MIT",
4299
4283
  "dependencies": {
4300
- "argparse": "^1.0.7",
4301
- "esprima": "^4.0.0"
4284
+ "@types/http-cache-semantics": "^4.0.2",
4285
+ "get-stream": "^6.0.1",
4286
+ "http-cache-semantics": "^4.1.1",
4287
+ "keyv": "^4.5.3",
4288
+ "mimic-response": "^4.0.0",
4289
+ "normalize-url": "^8.0.0",
4290
+ "responselike": "^3.0.0"
4302
4291
  },
4303
- "bin": {
4304
- "js-yaml": "bin/js-yaml.js"
4292
+ "engines": {
4293
+ "node": ">=14.16"
4305
4294
  }
4306
4295
  },
4307
- "node_modules/@salesforce/plugin-login/node_modules/supports-color": {
4308
- "version": "8.1.1",
4309
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4310
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4296
+ "node_modules/@salesforce/plugin-marketplace/node_modules/got": {
4297
+ "version": "13.0.0",
4298
+ "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
4299
+ "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
4311
4300
  "license": "MIT",
4312
4301
  "dependencies": {
4313
- "has-flag": "^4.0.0"
4302
+ "@sindresorhus/is": "^5.2.0",
4303
+ "@szmarczak/http-timer": "^5.0.1",
4304
+ "cacheable-lookup": "^7.0.0",
4305
+ "cacheable-request": "^10.2.8",
4306
+ "decompress-response": "^6.0.0",
4307
+ "form-data-encoder": "^2.1.2",
4308
+ "get-stream": "^6.0.1",
4309
+ "http2-wrapper": "^2.1.10",
4310
+ "lowercase-keys": "^3.0.0",
4311
+ "p-cancelable": "^3.0.0",
4312
+ "responselike": "^3.0.0"
4314
4313
  },
4315
4314
  "engines": {
4316
- "node": ">=10"
4315
+ "node": ">=16"
4317
4316
  },
4318
4317
  "funding": {
4319
- "url": "https://github.com/chalk/supports-color?sponsor=1"
4318
+ "url": "https://github.com/sindresorhus/got?sponsor=1"
4320
4319
  }
4321
4320
  },
4322
- "node_modules/@salesforce/plugin-marketplace": {
4323
- "version": "0.3.2",
4324
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.3.2.tgz",
4325
- "integrity": "sha512-k33B77dEuMU2Jy5tFejCdfpWTZndT+nglKJ5UKC4e3gCwabbHstXgQw+6x1jjJzcfzY6E93TuG8/mAnRtvwKww==",
4326
- "license": "BSD-3-Clause",
4321
+ "node_modules/@salesforce/plugin-marketplace/node_modules/http2-wrapper": {
4322
+ "version": "2.2.0",
4323
+ "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.0.tgz",
4324
+ "integrity": "sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==",
4325
+ "license": "MIT",
4327
4326
  "dependencies": {
4328
- "@oclif/core": "^2.15.0",
4329
- "@salesforce/core": "^5.2.9",
4330
- "@salesforce/kit": "^3.0.15",
4331
- "@salesforce/sf-plugins-core": "^3.1.14",
4332
- "got": "^11",
4333
- "proxy-agent": "^6.3.1",
4334
- "tslib": "^2"
4327
+ "quick-lru": "^5.1.1",
4328
+ "resolve-alpn": "^1.2.0"
4335
4329
  },
4336
4330
  "engines": {
4337
- "node": ">=16.0.0"
4331
+ "node": ">=10.19.0"
4338
4332
  }
4339
4333
  },
4340
- "node_modules/@salesforce/plugin-marketplace/node_modules/@oclif/core": {
4341
- "version": "2.15.0",
4342
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
4343
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
4334
+ "node_modules/@salesforce/plugin-marketplace/node_modules/lowercase-keys": {
4335
+ "version": "3.0.0",
4336
+ "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
4337
+ "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
4344
4338
  "license": "MIT",
4345
- "dependencies": {
4346
- "@types/cli-progress": "^3.11.0",
4347
- "ansi-escapes": "^4.3.2",
4348
- "ansi-styles": "^4.3.0",
4349
- "cardinal": "^2.1.1",
4350
- "chalk": "^4.1.2",
4351
- "clean-stack": "^3.0.1",
4352
- "cli-progress": "^3.12.0",
4353
- "debug": "^4.3.4",
4354
- "ejs": "^3.1.8",
4355
- "get-package-type": "^0.1.0",
4356
- "globby": "^11.1.0",
4357
- "hyperlinker": "^1.0.0",
4358
- "indent-string": "^4.0.0",
4359
- "is-wsl": "^2.2.0",
4360
- "js-yaml": "^3.14.1",
4361
- "natural-orderby": "^2.0.3",
4362
- "object-treeify": "^1.1.33",
4363
- "password-prompt": "^1.1.2",
4364
- "slice-ansi": "^4.0.0",
4365
- "string-width": "^4.2.3",
4366
- "strip-ansi": "^6.0.1",
4367
- "supports-color": "^8.1.1",
4368
- "supports-hyperlinks": "^2.2.0",
4369
- "ts-node": "^10.9.1",
4370
- "tslib": "^2.5.0",
4371
- "widest-line": "^3.1.0",
4372
- "wordwrap": "^1.0.0",
4373
- "wrap-ansi": "^7.0.0"
4374
- },
4375
4339
  "engines": {
4376
- "node": ">=14.0.0"
4340
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
4341
+ },
4342
+ "funding": {
4343
+ "url": "https://github.com/sponsors/sindresorhus"
4377
4344
  }
4378
4345
  },
4379
- "node_modules/@salesforce/plugin-marketplace/node_modules/@salesforce/sf-plugins-core": {
4380
- "version": "3.1.28",
4381
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
4382
- "integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
4383
- "license": "BSD-3-Clause",
4384
- "dependencies": {
4385
- "@oclif/core": "^2.15.0",
4386
- "@salesforce/core": "^5.3.1",
4387
- "@salesforce/kit": "^3.0.13",
4388
- "@salesforce/ts-types": "^2.0.7",
4389
- "chalk": "^4",
4390
- "inquirer": "^8.2.5"
4391
- },
4346
+ "node_modules/@salesforce/plugin-marketplace/node_modules/mimic-response": {
4347
+ "version": "4.0.0",
4348
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
4349
+ "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
4350
+ "license": "MIT",
4392
4351
  "engines": {
4393
- "node": ">=16.0.0"
4352
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
4353
+ },
4354
+ "funding": {
4355
+ "url": "https://github.com/sponsors/sindresorhus"
4394
4356
  }
4395
4357
  },
4396
- "node_modules/@salesforce/plugin-marketplace/node_modules/argparse": {
4397
- "version": "1.0.10",
4398
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4399
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4358
+ "node_modules/@salesforce/plugin-marketplace/node_modules/normalize-url": {
4359
+ "version": "8.0.0",
4360
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
4361
+ "integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
4400
4362
  "license": "MIT",
4401
- "dependencies": {
4402
- "sprintf-js": "~1.0.2"
4363
+ "engines": {
4364
+ "node": ">=14.16"
4365
+ },
4366
+ "funding": {
4367
+ "url": "https://github.com/sponsors/sindresorhus"
4403
4368
  }
4404
4369
  },
4405
- "node_modules/@salesforce/plugin-marketplace/node_modules/js-yaml": {
4406
- "version": "3.14.1",
4407
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4408
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4370
+ "node_modules/@salesforce/plugin-marketplace/node_modules/p-cancelable": {
4371
+ "version": "3.0.0",
4372
+ "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
4373
+ "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
4409
4374
  "license": "MIT",
4410
- "dependencies": {
4411
- "argparse": "^1.0.7",
4412
- "esprima": "^4.0.0"
4413
- },
4414
- "bin": {
4415
- "js-yaml": "bin/js-yaml.js"
4375
+ "engines": {
4376
+ "node": ">=12.20"
4416
4377
  }
4417
4378
  },
4418
- "node_modules/@salesforce/plugin-marketplace/node_modules/supports-color": {
4419
- "version": "8.1.1",
4420
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4421
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4379
+ "node_modules/@salesforce/plugin-marketplace/node_modules/responselike": {
4380
+ "version": "3.0.0",
4381
+ "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
4382
+ "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
4422
4383
  "license": "MIT",
4423
4384
  "dependencies": {
4424
- "has-flag": "^4.0.0"
4385
+ "lowercase-keys": "^3.0.0"
4425
4386
  },
4426
4387
  "engines": {
4427
- "node": ">=10"
4388
+ "node": ">=14.16"
4428
4389
  },
4429
4390
  "funding": {
4430
- "url": "https://github.com/chalk/supports-color?sponsor=1"
4391
+ "url": "https://github.com/sponsors/sindresorhus"
4431
4392
  }
4432
4393
  },
4433
4394
  "node_modules/@salesforce/plugin-org": {
@@ -4821,9 +4782,9 @@
4821
4782
  }
4822
4783
  },
4823
4784
  "node_modules/@salesforce/plugin-schema": {
4824
- "version": "2.3.32",
4825
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.32.tgz",
4826
- "integrity": "sha512-xigwrpeuDfhNrzH/rq1ZtxZPhlaG4eBjZqIIla0mjnFNK2vAXGlIeS9ShTBGHUoLV9dyzQpejZ48otdCxUT2Eg==",
4785
+ "version": "2.3.33",
4786
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.33.tgz",
4787
+ "integrity": "sha512-8Q3M1/hOlkPYPE+fe1dD1MSHe4GZhTJuYufiHC4XSVShVVBUIuTYcnFKiHNoO8wNpBcrgdl8B17bOF5EHQF86Q==",
4827
4788
  "license": "BSD-3-Clause",
4828
4789
  "dependencies": {
4829
4790
  "@oclif/core": "^2.15.0",
@@ -6051,9 +6012,9 @@
6051
6012
  "license": "MIT"
6052
6013
  },
6053
6014
  "node_modules/@types/http-cache-semantics": {
6054
- "version": "4.0.1",
6055
- "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
6056
- "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==",
6015
+ "version": "4.0.3",
6016
+ "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz",
6017
+ "integrity": "sha512-V46MYLFp08Wf2mmaBhvgjStM3tPa+2GAdy/iqoX+noX1//zje2x4XmrIU0cAwyClATsTmahbtoQ2EwP7I5WSiA==",
6057
6018
  "license": "MIT"
6058
6019
  },
6059
6020
  "node_modules/@types/istanbul-lib-coverage": {
@@ -7426,6 +7387,21 @@
7426
7387
  "node": ">=8"
7427
7388
  }
7428
7389
  },
7390
+ "node_modules/cacheable-request/node_modules/get-stream": {
7391
+ "version": "5.2.0",
7392
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
7393
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
7394
+ "license": "MIT",
7395
+ "dependencies": {
7396
+ "pump": "^3.0.0"
7397
+ },
7398
+ "engines": {
7399
+ "node": ">=8"
7400
+ },
7401
+ "funding": {
7402
+ "url": "https://github.com/sponsors/sindresorhus"
7403
+ }
7404
+ },
7429
7405
  "node_modules/caching-transform": {
7430
7406
  "version": "4.0.0",
7431
7407
  "resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz",
@@ -10418,18 +10394,6 @@
10418
10394
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
10419
10395
  }
10420
10396
  },
10421
- "node_modules/execa/node_modules/get-stream": {
10422
- "version": "6.0.1",
10423
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
10424
- "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
10425
- "license": "MIT",
10426
- "engines": {
10427
- "node": ">=10"
10428
- },
10429
- "funding": {
10430
- "url": "https://github.com/sponsors/sindresorhus"
10431
- }
10432
- },
10433
10397
  "node_modules/exponential-backoff": {
10434
10398
  "version": "3.1.1",
10435
10399
  "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
@@ -10822,6 +10786,15 @@
10822
10786
  "node": ">= 6"
10823
10787
  }
10824
10788
  },
10789
+ "node_modules/form-data-encoder": {
10790
+ "version": "2.1.4",
10791
+ "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
10792
+ "integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==",
10793
+ "license": "MIT",
10794
+ "engines": {
10795
+ "node": ">= 14.17"
10796
+ }
10797
+ },
10825
10798
  "node_modules/fromentries": {
10826
10799
  "version": "1.3.2",
10827
10800
  "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
@@ -11114,15 +11087,12 @@
11114
11087
  }
11115
11088
  },
11116
11089
  "node_modules/get-stream": {
11117
- "version": "5.2.0",
11118
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
11119
- "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
11090
+ "version": "6.0.1",
11091
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
11092
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
11120
11093
  "license": "MIT",
11121
- "dependencies": {
11122
- "pump": "^3.0.0"
11123
- },
11124
11094
  "engines": {
11125
- "node": ">=8"
11095
+ "node": ">=10"
11126
11096
  },
11127
11097
  "funding": {
11128
11098
  "url": "https://github.com/sponsors/sindresorhus"
@@ -13278,9 +13248,9 @@
13278
13248
  }
13279
13249
  },
13280
13250
  "node_modules/keyv": {
13281
- "version": "4.5.2",
13282
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.2.tgz",
13283
- "integrity": "sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==",
13251
+ "version": "4.5.4",
13252
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
13253
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
13284
13254
  "license": "MIT",
13285
13255
  "dependencies": {
13286
13256
  "json-buffer": "3.0.1"
@@ -20587,6 +20557,22 @@
20587
20557
  "node": ">=8"
20588
20558
  }
20589
20559
  },
20560
+ "node_modules/pretty-quick/node_modules/get-stream": {
20561
+ "version": "5.2.0",
20562
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
20563
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
20564
+ "dev": true,
20565
+ "license": "MIT",
20566
+ "dependencies": {
20567
+ "pump": "^3.0.0"
20568
+ },
20569
+ "engines": {
20570
+ "node": ">=8"
20571
+ },
20572
+ "funding": {
20573
+ "url": "https://github.com/sponsors/sindresorhus"
20574
+ }
20575
+ },
20590
20576
  "node_modules/pretty-quick/node_modules/human-signals": {
20591
20577
  "version": "1.1.1",
20592
20578
  "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
@@ -6878,5 +6878,5 @@
6878
6878
  ]
6879
6879
  }
6880
6880
  },
6881
- "version": "2.17.1"
6881
+ "version": "2.17.3"
6882
6882
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.17.1",
4
+ "version": "2.17.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -125,7 +125,7 @@
125
125
  }
126
126
  },
127
127
  "dependencies": {
128
- "@oclif/core": "3.10.0",
128
+ "@oclif/core": "3.10.1",
129
129
  "@oclif/plugin-autocomplete": "3.0.1",
130
130
  "@oclif/plugin-commands": "3.0.5",
131
131
  "@oclif/plugin-help": "6.0.5",
@@ -142,11 +142,11 @@
142
142
  "@salesforce/plugin-data": "2.6.1",
143
143
  "@salesforce/plugin-deploy-retrieve": "1.19.3",
144
144
  "@salesforce/plugin-info": "2.6.51",
145
- "@salesforce/plugin-limits": "2.3.41",
145
+ "@salesforce/plugin-limits": "3.0.1",
146
146
  "@salesforce/plugin-login": "1.2.40",
147
- "@salesforce/plugin-marketplace": "0.3.2",
147
+ "@salesforce/plugin-marketplace": "1.0.1",
148
148
  "@salesforce/plugin-org": "2.11.7",
149
- "@salesforce/plugin-schema": "2.3.32",
149
+ "@salesforce/plugin-schema": "2.3.33",
150
150
  "@salesforce/plugin-settings": "2.0.1",
151
151
  "@salesforce/plugin-sobject": "0.2.14",
152
152
  "@salesforce/plugin-source": "2.10.46",