@salesforce/cli 2.14.4 → 2.14.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.14.4 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.14.5 linux-x64 node-v18.18.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -192,7 +192,7 @@ EXAMPLES
192
192
  $ sf alias list
193
193
  ```
194
194
 
195
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/alias/list.ts)_
195
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/alias/list.ts)_
196
196
 
197
197
  ## `sf alias set`
198
198
 
@@ -240,7 +240,7 @@ EXAMPLES
240
240
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
241
241
  ```
242
242
 
243
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/alias/set.ts)_
243
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/alias/set.ts)_
244
244
 
245
245
  ## `sf alias unset`
246
246
 
@@ -279,7 +279,7 @@ EXAMPLES
279
279
  $ sf alias unset --all [--no-prompt]
280
280
  ```
281
281
 
282
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/alias/unset.ts)_
282
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/alias/unset.ts)_
283
283
 
284
284
  ## `sf analytics generate template`
285
285
 
@@ -861,11 +861,9 @@ GLOBAL FLAGS
861
861
  DESCRIPTION
862
862
  Get the value of a configuration variable.
863
863
 
864
- Run "sf config list" to see all the configuration variables you've set. Global configuration variable are always
865
- displayed; local ones are displayed if you run the command in a project directory. Run "sf config set" to set a
866
- configuration variable.
864
+ Run "sf config list" to see the configuration variables you've already set and their level (local or global).
867
865
 
868
- For the full list of available configuration variables, see
866
+ Run "sf config set" to set a configuration variable. For the full list of available configuration variables, see
869
867
  https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm.
870
868
 
871
869
  ALIASES
@@ -891,7 +889,7 @@ CONFIGURATION VARIABLES
891
889
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
892
890
  ```
893
891
 
894
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/get.ts)_
892
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/config/get.ts)_
895
893
 
896
894
  ## `sf config list`
897
895
 
@@ -907,8 +905,16 @@ GLOBAL FLAGS
907
905
  DESCRIPTION
908
906
  List the configuration variables that you've previously set.
909
907
 
910
- Global configuration variables apply to any Salesforce DX project and are always displayed. If you run this command
911
- from a project directory, local configuration variables are also displayed.
908
+ A config variable can be global or local, depending on whether you used the --global flag when you set it. Local
909
+ config variables apply only to the current project and override global config variables, which apply to all projects.
910
+ You can set all config variables as environment variables. Environment variables override their equivalent local and
911
+ global config variables.
912
+
913
+ The output of this command takes into account your current context. For example, let's say you run this command from a
914
+ Salesforce DX project in which you've locally set the "target-org" config variable. The command displays the local
915
+ value, even if you've also set "target-org" globally. If you haven't set the config variable locally, then the global
916
+ value is displayed, if set. If you set the SF_TARGET_ORG environment variable, it's displayed as such and overrides
917
+ any locally or globally set "target-org" config variable.
912
918
 
913
919
  For the full list of available configuration variables, see
914
920
  https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm.
@@ -917,12 +923,12 @@ ALIASES
917
923
  $ sf force config list
918
924
 
919
925
  EXAMPLES
920
- List both global configuration variables and those local to your project:
926
+ List the global and local configuration variables that apply to your current context:
921
927
 
922
928
  $ sf config list
923
929
  ```
924
930
 
925
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/list.ts)_
931
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/config/list.ts)_
926
932
 
927
933
  ## `sf config set`
928
934
 
@@ -956,6 +962,9 @@ DESCRIPTION
956
962
 
957
963
  Run "sf config list" to see the configuration variables you've already set and their level (local or global).
958
964
 
965
+ If you're setting a single config variable, you don't need to use an equal sign between the variable and value. But
966
+ you must use the equal sign if setting multiple config variables.
967
+
959
968
  For the full list of available configuration variables, see
960
969
  https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm.
961
970
 
@@ -965,20 +974,15 @@ ALIASES
965
974
  EXAMPLES
966
975
  Set the local target-org configuration variable to an org username:
967
976
 
968
- $ sf config set target-org=me@my.org
977
+ $ sf config set target-org me@my.org
969
978
 
970
979
  Set the local target-org configuration variable to an alias:
971
980
 
972
- $ sf config set target-org=my-scratch-org
973
-
974
- Set the global target-org configuration variable:
975
-
976
- $ sf config set --global target-org=my-scratch-org
981
+ $ sf config set target-org my-scratch-org
977
982
 
978
- Set a single configuration variable without using an equal sign; this syntax doesn't work when setting multiple
979
- configuration variables:
983
+ Set the global target-org and target-dev-hub configuration variables using aliases:
980
984
 
981
- $ sf config set target-org me@my.com
985
+ $ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub
982
986
 
983
987
  CONFIGURATION VARIABLES
984
988
  org-instance-url URL of the Salesforce instance hosting your org. Default: https://login.salesforce.com.
@@ -991,7 +995,7 @@ CONFIGURATION VARIABLES
991
995
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
992
996
  ```
993
997
 
994
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/set.ts)_
998
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/config/set.ts)_
995
999
 
996
1000
  ## `sf config unset`
997
1001
 
@@ -1002,8 +1006,7 @@ USAGE
1002
1006
  $ sf config unset [--json] [-g]
1003
1007
 
1004
1008
  FLAGS
1005
- -g, --global Unset the configuration variables globally, so they can no longer be used from any Salesforce DX
1006
- project.
1009
+ -g, --global Unset the configuration variables globally.
1007
1010
 
1008
1011
  GLOBAL FLAGS
1009
1012
  --json Format output as json.
@@ -1040,7 +1043,7 @@ CONFIGURATION VARIABLES
1040
1043
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
1041
1044
  ```
1042
1045
 
1043
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.33/src/commands/config/unset.ts)_
1046
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/config/unset.ts)_
1044
1047
 
1045
1048
  ## `sf data create record`
1046
1049
 
@@ -2343,7 +2346,7 @@ FLAG DESCRIPTIONS
2343
2346
  for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
2344
2347
  ```
2345
2348
 
2346
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/clone.ts)_
2349
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/force/org/clone.ts)_
2347
2350
 
2348
2351
  ## `sf force org create`
2349
2352
 
@@ -2391,7 +2394,7 @@ EXAMPLES
2391
2394
  $ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
2392
2395
  ```
2393
2396
 
2394
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/create.ts)_
2397
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/force/org/create.ts)_
2395
2398
 
2396
2399
  ## `sf force org delete`
2397
2400
 
@@ -2423,7 +2426,7 @@ EXAMPLES
2423
2426
  $ sf force org delete -u MyOrgAlias -p
2424
2427
  ```
2425
2428
 
2426
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/delete.ts)_
2429
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/force/org/delete.ts)_
2427
2430
 
2428
2431
  ## `sf force org status`
2429
2432
 
@@ -2461,7 +2464,7 @@ EXAMPLES
2461
2464
  $ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
2462
2465
  ```
2463
2466
 
2464
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/status.ts)_
2467
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/force/org/status.ts)_
2465
2468
 
2466
2469
  ## `sf force source deploy`
2467
2470
 
@@ -3813,7 +3816,7 @@ FLAG DESCRIPTIONS
3813
3816
  sandbox.
3814
3817
  ```
3815
3818
 
3816
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/create/sandbox.ts)_
3819
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/org/create/sandbox.ts)_
3817
3820
 
3818
3821
  ## `sf org create scratch`
3819
3822
 
@@ -3966,7 +3969,7 @@ FLAG DESCRIPTIONS
3966
3969
  Omit this flag to have Salesforce generate a unique username for your org.
3967
3970
  ```
3968
3971
 
3969
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/create/scratch.ts)_
3972
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/org/create/scratch.ts)_
3970
3973
 
3971
3974
  ## `sf org create user`
3972
3975
 
@@ -4106,7 +4109,7 @@ EXAMPLES
4106
4109
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4107
4110
  ```
4108
4111
 
4109
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/delete/sandbox.ts)_
4112
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/org/delete/sandbox.ts)_
4110
4113
 
4111
4114
  ## `sf org delete scratch`
4112
4115
 
@@ -4148,7 +4151,7 @@ EXAMPLES
4148
4151
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4149
4152
  ```
4150
4153
 
4151
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/delete/scratch.ts)_
4154
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/org/delete/scratch.ts)_
4152
4155
 
4153
4156
  ## `sf org display`
4154
4157
 
@@ -4191,7 +4194,7 @@ EXAMPLES
4191
4194
  $ sf org display --target-org TestOrg1 --verbose
4192
4195
  ```
4193
4196
 
4194
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/display.ts)_
4197
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/org/display.ts)_
4195
4198
 
4196
4199
  ## `sf org display user`
4197
4200
 
@@ -4330,7 +4333,7 @@ EXAMPLES
4330
4333
  $ sf org list --clean
4331
4334
  ```
4332
4335
 
4333
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list.ts)_
4336
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/org/list.ts)_
4334
4337
 
4335
4338
  ## `sf org list auth`
4336
4339
 
@@ -4361,7 +4364,7 @@ EXAMPLES
4361
4364
  $ sf org list auth
4362
4365
  ```
4363
4366
 
4364
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/list/auth.ts)_
4367
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.21/src/commands/org/list/auth.ts)_
4365
4368
 
4366
4369
  ## `sf org list metadata`
4367
4370
 
@@ -4425,7 +4428,7 @@ FLAG DESCRIPTIONS
4425
4428
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
4426
4429
  ```
4427
4430
 
4428
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list/metadata.ts)_
4431
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/org/list/metadata.ts)_
4429
4432
 
4430
4433
  ## `sf org list metadata-types`
4431
4434
 
@@ -4478,7 +4481,7 @@ FLAG DESCRIPTIONS
4478
4481
  Override the api version used for api requests made by this command
4479
4482
  ```
4480
4483
 
4481
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list/metadata-types.ts)_
4484
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/org/list/metadata-types.ts)_
4482
4485
 
4483
4486
  ## `sf org list users`
4484
4487
 
@@ -4567,7 +4570,7 @@ FLAG DESCRIPTIONS
4567
4570
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4568
4571
  ```
4569
4572
 
4570
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/login/access-token.ts)_
4573
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.21/src/commands/org/login/access-token.ts)_
4571
4574
 
4572
4575
  ## `sf org login device`
4573
4576
 
@@ -4626,7 +4629,7 @@ FLAG DESCRIPTIONS
4626
4629
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4627
4630
  ```
4628
4631
 
4629
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/login/device.ts)_
4632
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.21/src/commands/org/login/device.ts)_
4630
4633
 
4631
4634
  ## `sf org login jwt`
4632
4635
 
@@ -4715,7 +4718,7 @@ FLAG DESCRIPTIONS
4715
4718
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4716
4719
  ```
4717
4720
 
4718
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/login/jwt.ts)_
4721
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.21/src/commands/org/login/jwt.ts)_
4719
4722
 
4720
4723
  ## `sf org login sfdx-url`
4721
4724
 
@@ -4773,7 +4776,7 @@ EXAMPLES
4773
4776
  $ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
4774
4777
  ```
4775
4778
 
4776
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/login/sfdx-url.ts)_
4779
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.21/src/commands/org/login/sfdx-url.ts)_
4777
4780
 
4778
4781
  ## `sf org login web`
4779
4782
 
@@ -4858,7 +4861,7 @@ FLAG DESCRIPTIONS
4858
4861
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4859
4862
  ```
4860
4863
 
4861
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/login/web.ts)_
4864
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.21/src/commands/org/login/web.ts)_
4862
4865
 
4863
4866
  ## `sf org logout`
4864
4867
 
@@ -4918,7 +4921,7 @@ FLAG DESCRIPTIONS
4918
4921
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4919
4922
  ```
4920
4923
 
4921
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.20/src/commands/org/logout.ts)_
4924
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.21/src/commands/org/logout.ts)_
4922
4925
 
4923
4926
  ## `sf org open`
4924
4927
 
@@ -4983,7 +4986,7 @@ EXAMPLES
4983
4986
  $ sf org open --source-path force-app/main/default/flows/Hello.flow-meta.xml
4984
4987
  ```
4985
4988
 
4986
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/open.ts)_
4989
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/org/open.ts)_
4987
4990
 
4988
4991
  ## `sf org resume sandbox`
4989
4992
 
@@ -5045,7 +5048,7 @@ FLAG DESCRIPTIONS
5045
5048
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5046
5049
  ```
5047
5050
 
5048
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/resume/sandbox.ts)_
5051
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/org/resume/sandbox.ts)_
5049
5052
 
5050
5053
  ## `sf org resume scratch`
5051
5054
 
@@ -5091,7 +5094,7 @@ FLAG DESCRIPTIONS
5091
5094
  The job ID is valid for 24 hours after you start the scratch org creation.
5092
5095
  ```
5093
5096
 
5094
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/resume/scratch.ts)_
5097
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.2/src/commands/org/resume/scratch.ts)_
5095
5098
 
5096
5099
  ## `sf plugins`
5097
5100
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.14.4",
3
+ "version": "2.14.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.14.4",
9
+ "version": "2.14.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -23,16 +23,16 @@
23
23
  "@oclif/plugin-which": "3.0.4",
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.19",
26
- "@salesforce/plugin-auth": "2.8.20",
26
+ "@salesforce/plugin-auth": "2.8.21",
27
27
  "@salesforce/plugin-data": "2.5.17",
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
31
  "@salesforce/plugin-login": "1.2.37",
32
32
  "@salesforce/plugin-marketplace": "0.3.0",
33
- "@salesforce/plugin-org": "2.11.0",
33
+ "@salesforce/plugin-org": "2.11.2",
34
34
  "@salesforce/plugin-schema": "2.3.29",
35
- "@salesforce/plugin-settings": "1.4.33",
35
+ "@salesforce/plugin-settings": "1.4.34",
36
36
  "@salesforce/plugin-sobject": "0.2.12",
37
37
  "@salesforce/plugin-source": "2.10.40",
38
38
  "@salesforce/plugin-telemetry": "2.3.6",
@@ -56,7 +56,7 @@
56
56
  "@types/debug": "^4.1.9",
57
57
  "@typescript-eslint/eslint-plugin": "^5.62.0",
58
58
  "@typescript-eslint/parser": "^5.62.0",
59
- "aws-sdk": "^2.1472.0",
59
+ "aws-sdk": "^2.1473.0",
60
60
  "chai": "^4.3.10",
61
61
  "eslint": "^8.51.0",
62
62
  "eslint-config-oclif": "^5",
@@ -209,17 +209,89 @@
209
209
  }
210
210
  },
211
211
  "node_modules/@babel/code-frame": {
212
- "version": "7.22.5",
213
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
214
- "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
212
+ "version": "7.22.13",
213
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
214
+ "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==",
215
215
  "license": "MIT",
216
216
  "dependencies": {
217
- "@babel/highlight": "^7.22.5"
217
+ "@babel/highlight": "^7.22.13",
218
+ "chalk": "^2.4.2"
218
219
  },
219
220
  "engines": {
220
221
  "node": ">=6.9.0"
221
222
  }
222
223
  },
224
+ "node_modules/@babel/code-frame/node_modules/ansi-styles": {
225
+ "version": "3.2.1",
226
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
227
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
228
+ "license": "MIT",
229
+ "dependencies": {
230
+ "color-convert": "^1.9.0"
231
+ },
232
+ "engines": {
233
+ "node": ">=4"
234
+ }
235
+ },
236
+ "node_modules/@babel/code-frame/node_modules/chalk": {
237
+ "version": "2.4.2",
238
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
239
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
240
+ "license": "MIT",
241
+ "dependencies": {
242
+ "ansi-styles": "^3.2.1",
243
+ "escape-string-regexp": "^1.0.5",
244
+ "supports-color": "^5.3.0"
245
+ },
246
+ "engines": {
247
+ "node": ">=4"
248
+ }
249
+ },
250
+ "node_modules/@babel/code-frame/node_modules/color-convert": {
251
+ "version": "1.9.3",
252
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
253
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
254
+ "license": "MIT",
255
+ "dependencies": {
256
+ "color-name": "1.1.3"
257
+ }
258
+ },
259
+ "node_modules/@babel/code-frame/node_modules/color-name": {
260
+ "version": "1.1.3",
261
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
262
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
263
+ "license": "MIT"
264
+ },
265
+ "node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
266
+ "version": "1.0.5",
267
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
268
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
269
+ "license": "MIT",
270
+ "engines": {
271
+ "node": ">=0.8.0"
272
+ }
273
+ },
274
+ "node_modules/@babel/code-frame/node_modules/has-flag": {
275
+ "version": "3.0.0",
276
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
277
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
278
+ "license": "MIT",
279
+ "engines": {
280
+ "node": ">=4"
281
+ }
282
+ },
283
+ "node_modules/@babel/code-frame/node_modules/supports-color": {
284
+ "version": "5.5.0",
285
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
286
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
287
+ "license": "MIT",
288
+ "dependencies": {
289
+ "has-flag": "^3.0.0"
290
+ },
291
+ "engines": {
292
+ "node": ">=4"
293
+ }
294
+ },
223
295
  "node_modules/@babel/compat-data": {
224
296
  "version": "7.22.6",
225
297
  "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.6.tgz",
@@ -262,13 +334,13 @@
262
334
  }
263
335
  },
264
336
  "node_modules/@babel/generator": {
265
- "version": "7.22.7",
266
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.7.tgz",
267
- "integrity": "sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ==",
337
+ "version": "7.23.0",
338
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz",
339
+ "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==",
268
340
  "dev": true,
269
341
  "license": "MIT",
270
342
  "dependencies": {
271
- "@babel/types": "^7.22.5",
343
+ "@babel/types": "^7.23.0",
272
344
  "@jridgewell/gen-mapping": "^0.3.2",
273
345
  "@jridgewell/trace-mapping": "^0.3.17",
274
346
  "jsesc": "^2.5.1"
@@ -328,9 +400,9 @@
328
400
  "license": "ISC"
329
401
  },
330
402
  "node_modules/@babel/helper-environment-visitor": {
331
- "version": "7.22.5",
332
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
333
- "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==",
403
+ "version": "7.22.20",
404
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
405
+ "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
334
406
  "dev": true,
335
407
  "license": "MIT",
336
408
  "engines": {
@@ -338,14 +410,14 @@
338
410
  }
339
411
  },
340
412
  "node_modules/@babel/helper-function-name": {
341
- "version": "7.22.5",
342
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz",
343
- "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==",
413
+ "version": "7.23.0",
414
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
415
+ "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
344
416
  "dev": true,
345
417
  "license": "MIT",
346
418
  "dependencies": {
347
- "@babel/template": "^7.22.5",
348
- "@babel/types": "^7.22.5"
419
+ "@babel/template": "^7.22.15",
420
+ "@babel/types": "^7.23.0"
349
421
  },
350
422
  "engines": {
351
423
  "node": ">=6.9.0"
@@ -434,9 +506,9 @@
434
506
  }
435
507
  },
436
508
  "node_modules/@babel/helper-validator-identifier": {
437
- "version": "7.22.5",
438
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
439
- "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==",
509
+ "version": "7.22.20",
510
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
511
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
440
512
  "license": "MIT",
441
513
  "engines": {
442
514
  "node": ">=6.9.0"
@@ -468,13 +540,13 @@
468
540
  }
469
541
  },
470
542
  "node_modules/@babel/highlight": {
471
- "version": "7.22.5",
472
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz",
473
- "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==",
543
+ "version": "7.22.20",
544
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz",
545
+ "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==",
474
546
  "license": "MIT",
475
547
  "dependencies": {
476
- "@babel/helper-validator-identifier": "^7.22.5",
477
- "chalk": "^2.0.0",
548
+ "@babel/helper-validator-identifier": "^7.22.20",
549
+ "chalk": "^2.4.2",
478
550
  "js-tokens": "^4.0.0"
479
551
  },
480
552
  "engines": {
@@ -553,9 +625,9 @@
553
625
  }
554
626
  },
555
627
  "node_modules/@babel/parser": {
556
- "version": "7.22.7",
557
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz",
558
- "integrity": "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==",
628
+ "version": "7.23.0",
629
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz",
630
+ "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==",
559
631
  "dev": true,
560
632
  "license": "MIT",
561
633
  "bin": {
@@ -591,35 +663,35 @@
591
663
  }
592
664
  },
593
665
  "node_modules/@babel/template": {
594
- "version": "7.22.5",
595
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz",
596
- "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==",
666
+ "version": "7.22.15",
667
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
668
+ "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
597
669
  "dev": true,
598
670
  "license": "MIT",
599
671
  "dependencies": {
600
- "@babel/code-frame": "^7.22.5",
601
- "@babel/parser": "^7.22.5",
602
- "@babel/types": "^7.22.5"
672
+ "@babel/code-frame": "^7.22.13",
673
+ "@babel/parser": "^7.22.15",
674
+ "@babel/types": "^7.22.15"
603
675
  },
604
676
  "engines": {
605
677
  "node": ">=6.9.0"
606
678
  }
607
679
  },
608
680
  "node_modules/@babel/traverse": {
609
- "version": "7.22.8",
610
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz",
611
- "integrity": "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==",
681
+ "version": "7.23.2",
682
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz",
683
+ "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==",
612
684
  "dev": true,
613
685
  "license": "MIT",
614
686
  "dependencies": {
615
- "@babel/code-frame": "^7.22.5",
616
- "@babel/generator": "^7.22.7",
617
- "@babel/helper-environment-visitor": "^7.22.5",
618
- "@babel/helper-function-name": "^7.22.5",
687
+ "@babel/code-frame": "^7.22.13",
688
+ "@babel/generator": "^7.23.0",
689
+ "@babel/helper-environment-visitor": "^7.22.20",
690
+ "@babel/helper-function-name": "^7.23.0",
619
691
  "@babel/helper-hoist-variables": "^7.22.5",
620
692
  "@babel/helper-split-export-declaration": "^7.22.6",
621
- "@babel/parser": "^7.22.7",
622
- "@babel/types": "^7.22.5",
693
+ "@babel/parser": "^7.23.0",
694
+ "@babel/types": "^7.23.0",
623
695
  "debug": "^4.1.0",
624
696
  "globals": "^11.1.0"
625
697
  },
@@ -638,14 +710,14 @@
638
710
  }
639
711
  },
640
712
  "node_modules/@babel/types": {
641
- "version": "7.22.5",
642
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz",
643
- "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==",
713
+ "version": "7.23.0",
714
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz",
715
+ "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==",
644
716
  "dev": true,
645
717
  "license": "MIT",
646
718
  "dependencies": {
647
719
  "@babel/helper-string-parser": "^7.22.5",
648
- "@babel/helper-validator-identifier": "^7.22.5",
720
+ "@babel/helper-validator-identifier": "^7.22.20",
649
721
  "to-fast-properties": "^2.0.0"
650
722
  },
651
723
  "engines": {
@@ -4136,13 +4208,13 @@
4136
4208
  }
4137
4209
  },
4138
4210
  "node_modules/@salesforce/plugin-auth": {
4139
- "version": "2.8.20",
4140
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.20.tgz",
4141
- "integrity": "sha512-f+mi/EbdaEyBskfNdHB77jne4748BtQBh94V1BJ8RkmMzElciFbR2MBSdjotrOEsjFHlOkART8BySB03rflBgg==",
4211
+ "version": "2.8.21",
4212
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.21.tgz",
4213
+ "integrity": "sha512-k3h4FnR1B4Z8aObWFpPbq6IzHWXQt7JAJ66WqwVlmjP5FH/xBhAyPqYinWUgJzHJ3JsRQ1oDo0kdbwf2iVQ8tA==",
4142
4214
  "license": "BSD-3-Clause",
4143
4215
  "dependencies": {
4144
4216
  "@oclif/core": "^2.15.0",
4145
- "@salesforce/core": "^5.2.0",
4217
+ "@salesforce/core": "^5.3.9",
4146
4218
  "@salesforce/kit": "^3.0.9",
4147
4219
  "@salesforce/sf-plugins-core": "^3.1.28",
4148
4220
  "@salesforce/ts-types": "^2.0.6",
@@ -4863,13 +4935,13 @@
4863
4935
  }
4864
4936
  },
4865
4937
  "node_modules/@salesforce/plugin-org": {
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==",
4938
+ "version": "2.11.2",
4939
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.11.2.tgz",
4940
+ "integrity": "sha512-j386vmfVDQnwZtVqSfZTHA/YFdiD1fZi2d6Yzwwb2Mehgt8odwbQh63Opp7arLNHXpAHmkdqwFJ/QcXbywx5oQ==",
4869
4941
  "license": "BSD-3-Clause",
4870
4942
  "dependencies": {
4871
4943
  "@oclif/core": "^2.15.0",
4872
- "@salesforce/core": "^5.3.4",
4944
+ "@salesforce/core": "^5.3.9",
4873
4945
  "@salesforce/kit": "^3.0.9",
4874
4946
  "@salesforce/sf-plugins-core": "^3.1.28",
4875
4947
  "@salesforce/source-deploy-retrieve": "^9.7.13",
@@ -5293,9 +5365,9 @@
5293
5365
  }
5294
5366
  },
5295
5367
  "node_modules/@salesforce/plugin-settings": {
5296
- "version": "1.4.33",
5297
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.33.tgz",
5298
- "integrity": "sha512-uLUiKVXmYFeM9nxPEauBF8TvkPT3dQvEYvnnhcin1UzjT7Z9FTHsW/0QQR8WRQ6RHNARSHYa4YTolnODE0bi+Q==",
5368
+ "version": "1.4.34",
5369
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.34.tgz",
5370
+ "integrity": "sha512-ng1caxkRx4yGOjRwDCNnkuyRa/5ZhcNW/N6rf3rgGziNSa5R08J0KDc8ReUnLmigLpZi5jlEc1Nx5QKOIPhOVQ==",
5299
5371
  "license": "BSD-3-Clause",
5300
5372
  "dependencies": {
5301
5373
  "@oclif/core": "^2.15.0",
@@ -6005,9 +6077,9 @@
6005
6077
  }
6006
6078
  },
6007
6079
  "node_modules/@salesforce/source-deploy-retrieve": {
6008
- "version": "9.7.24",
6009
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.24.tgz",
6010
- "integrity": "sha512-nkP9KgzuCoV6LtdDxgxt7KRnoQ6ZS12DJgXErCBXm7Swmr0dnbo1LhxrH05C4UFFe0JuvSta+u+Oor8jxSGaCQ==",
6080
+ "version": "9.7.25",
6081
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.25.tgz",
6082
+ "integrity": "sha512-X2J6hYEyMALtAkIA8pTfLUfZ7n9NdCzGitSakuD771RmOk92GRcdht143TMhvpgZ5J5rRNXsbvGRX2c+E8IANg==",
6011
6083
  "license": "BSD-3-Clause",
6012
6084
  "dependencies": {
6013
6085
  "@salesforce/core": "^5.3.1",
@@ -6041,14 +6113,14 @@
6041
6113
  }
6042
6114
  },
6043
6115
  "node_modules/@salesforce/source-tracking": {
6044
- "version": "4.2.16",
6045
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.16.tgz",
6046
- "integrity": "sha512-HAuLaY+RrdKvWjx9FVYMrYlIUW4JyQtF/TA5hbDpy4Rw8IUOgrYyt+IaoiAAtMyRqU8En8fJBUqiq4qFvhdpCA==",
6116
+ "version": "4.2.17",
6117
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.17.tgz",
6118
+ "integrity": "sha512-3tEXph7SiEFYY+eQEXFyEr6//7TlCLxWXS/YebY8gPY9zP/Ny6wVPP5E+A5QbN6GiXNMVJNmpq431b9NnQY8Fg==",
6047
6119
  "license": "BSD-3-Clause",
6048
6120
  "dependencies": {
6049
- "@salesforce/core": "^5.3.3",
6121
+ "@salesforce/core": "^5.3.9",
6050
6122
  "@salesforce/kit": "^3.0.13",
6051
- "@salesforce/source-deploy-retrieve": "^9.7.20",
6123
+ "@salesforce/source-deploy-retrieve": "^9.7.25",
6052
6124
  "@salesforce/ts-types": "^2.0.8",
6053
6125
  "fast-xml-parser": "^4.2.5",
6054
6126
  "graceful-fs": "^4.2.11",
@@ -7542,9 +7614,9 @@
7542
7614
  }
7543
7615
  },
7544
7616
  "node_modules/aws-sdk": {
7545
- "version": "2.1472.0",
7546
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1472.0.tgz",
7547
- "integrity": "sha512-U7kAHRbvTy753IXKV8Oom/AqlqnsbXG+Kw5gRbKi6VcsZ3hR/EpNMzdRXTWO5U415bnLWGo8WAqIz67PIaaKsw==",
7617
+ "version": "2.1473.0",
7618
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1473.0.tgz",
7619
+ "integrity": "sha512-fl45qeU/Mjhfdocsh38Uw9hkZIec10gMfYDovtWm9/eK8V6zn3jtHUNKPfM2yXCjebmsk3s0FNR21aSv5suzsQ==",
7548
7620
  "dev": true,
7549
7621
  "license": "Apache-2.0",
7550
7622
  "dependencies": {
@@ -4101,6 +4101,7 @@
4101
4101
  "type": "option",
4102
4102
  "char": "n",
4103
4103
  "summary": "Version number of the package version to be created; overrides the sfdx-project.json value.",
4104
+ "description": "For information about the format of the version number, see https://developer.salesforce.com/docs/atlas.en-us.pkg2_dev.meta/pkg2_dev/sfdx_dev2gp_config_file.htm.",
4104
4105
  "multiple": false,
4105
4106
  "deprecateAliases": true,
4106
4107
  "aliases": [
@@ -6594,5 +6595,5 @@
6594
6595
  ]
6595
6596
  }
6596
6597
  },
6597
- "version": "2.14.4"
6598
+ "version": "2.14.5"
6598
6599
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.14.4",
4
+ "version": "2.14.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -77,7 +77,7 @@
77
77
  "@salesforce/plugin-devops-center": "1.2.3",
78
78
  "@salesforce/plugin-env": "2.2.7",
79
79
  "@salesforce/plugin-functions": "1.22.3",
80
- "@salesforce/plugin-packaging": "1.26.3",
80
+ "@salesforce/plugin-packaging": "1.26.4",
81
81
  "@salesforce/plugin-signups": "1.5.5",
82
82
  "@salesforce/sfdx-plugin-lwc-test": "1.1.0",
83
83
  "@salesforce/sfdx-scanner": "3.17.0"
@@ -135,16 +135,16 @@
135
135
  "@oclif/plugin-which": "3.0.4",
136
136
  "@salesforce/core": "^5.2.0",
137
137
  "@salesforce/plugin-apex": "2.3.19",
138
- "@salesforce/plugin-auth": "2.8.20",
138
+ "@salesforce/plugin-auth": "2.8.21",
139
139
  "@salesforce/plugin-data": "2.5.17",
140
140
  "@salesforce/plugin-deploy-retrieve": "1.19.0",
141
141
  "@salesforce/plugin-info": "2.6.49",
142
142
  "@salesforce/plugin-limits": "2.3.38",
143
143
  "@salesforce/plugin-login": "1.2.37",
144
144
  "@salesforce/plugin-marketplace": "0.3.0",
145
- "@salesforce/plugin-org": "2.11.0",
145
+ "@salesforce/plugin-org": "2.11.2",
146
146
  "@salesforce/plugin-schema": "2.3.29",
147
- "@salesforce/plugin-settings": "1.4.33",
147
+ "@salesforce/plugin-settings": "1.4.34",
148
148
  "@salesforce/plugin-sobject": "0.2.12",
149
149
  "@salesforce/plugin-source": "2.10.40",
150
150
  "@salesforce/plugin-telemetry": "2.3.6",
@@ -186,8 +186,8 @@
186
186
  "resolutions": {
187
187
  "@salesforce/schemas": "1.6.0",
188
188
  "@salesforce/templates": "59.0.1",
189
- "@salesforce/source-deploy-retrieve": "9.7.24",
190
- "@salesforce/source-tracking": "4.2.16"
189
+ "@salesforce/source-deploy-retrieve": "9.7.25",
190
+ "@salesforce/source-tracking": "4.2.17"
191
191
  },
192
192
  "repository": "salesforcecli/cli",
193
193
  "scripts": {
@@ -238,7 +238,7 @@
238
238
  "@types/debug": "^4.1.9",
239
239
  "@typescript-eslint/eslint-plugin": "^5.62.0",
240
240
  "@typescript-eslint/parser": "^5.62.0",
241
- "aws-sdk": "^2.1472.0",
241
+ "aws-sdk": "^2.1473.0",
242
242
  "chai": "^4.3.10",
243
243
  "eslint": "^8.51.0",
244
244
  "eslint-config-oclif": "^5",