@salesforce/cli 2.42.2 → 2.42.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.42.2 linux-x64 node-v20.12.2
27
+ @salesforce/cli/2.42.3 linux-x64 node-v20.12.2
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -873,7 +873,7 @@ DESCRIPTION
873
873
  list all the commands
874
874
  ```
875
875
 
876
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.3.3/src/commands/commands.ts)_
876
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.3.4/src/commands/commands.ts)_
877
877
 
878
878
  ## `sf config get`
879
879
 
@@ -5391,7 +5391,7 @@ EXAMPLES
5391
5391
  $ sf plugins
5392
5392
  ```
5393
5393
 
5394
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/index.ts)_
5394
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/index.ts)_
5395
5395
 
5396
5396
  ## `sf plugins discover`
5397
5397
 
@@ -5436,7 +5436,7 @@ EXAMPLES
5436
5436
  $ sf plugins inspect @salesforce/plugin-packaging
5437
5437
  ```
5438
5438
 
5439
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/inspect.ts)_
5439
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/inspect.ts)_
5440
5440
 
5441
5441
  ## `sf plugins install PLUGIN`
5442
5442
 
@@ -5485,7 +5485,7 @@ EXAMPLES
5485
5485
  $ sf plugins install someuser/someplugin
5486
5486
  ```
5487
5487
 
5488
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/install.ts)_
5488
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/install.ts)_
5489
5489
 
5490
5490
  ## `sf plugins link PATH`
5491
5491
 
@@ -5515,7 +5515,7 @@ EXAMPLES
5515
5515
  $ sf plugins link @salesforce/plugin-packaging
5516
5516
  ```
5517
5517
 
5518
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/link.ts)_
5518
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/link.ts)_
5519
5519
 
5520
5520
  ## `sf plugins reset`
5521
5521
 
@@ -5530,7 +5530,7 @@ FLAGS
5530
5530
  --reinstall Reinstall all plugins after uninstalling.
5531
5531
  ```
5532
5532
 
5533
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/reset.ts)_
5533
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/reset.ts)_
5534
5534
 
5535
5535
  ## `sf plugins trust verify`
5536
5536
 
@@ -5559,7 +5559,7 @@ EXAMPLES
5559
5559
  $ sf plugins trust verify --npm @scope/npmName
5560
5560
  ```
5561
5561
 
5562
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.8/src/commands/plugins/trust/verify.ts)_
5562
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.9/src/commands/plugins/trust/verify.ts)_
5563
5563
 
5564
5564
  ## `sf plugins uninstall [PLUGIN]`
5565
5565
 
@@ -5587,7 +5587,7 @@ EXAMPLES
5587
5587
  $ sf plugins uninstall @salesforce/plugin-packaging
5588
5588
  ```
5589
5589
 
5590
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/uninstall.ts)_
5590
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/uninstall.ts)_
5591
5591
 
5592
5592
  ## `sf plugins update`
5593
5593
 
@@ -5605,7 +5605,7 @@ DESCRIPTION
5605
5605
  Update installed plugins.
5606
5606
  ```
5607
5607
 
5608
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/update.ts)_
5608
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/update.ts)_
5609
5609
 
5610
5610
  ## `sf project convert mdapi`
5611
5611
 
@@ -5668,7 +5668,7 @@ FLAG DESCRIPTIONS
5668
5668
  If you specify this parameter, don’t specify --metadata or --source-dir.
5669
5669
  ```
5670
5670
 
5671
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/convert/mdapi.ts)_
5671
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/convert/mdapi.ts)_
5672
5672
 
5673
5673
  ## `sf project convert source`
5674
5674
 
@@ -5680,7 +5680,7 @@ USAGE
5680
5680
  [-p <value> | -x <value> | -m <value>]
5681
5681
 
5682
5682
  FLAGS
5683
- -d, --output-dir=<value> [default: metadataPackage_1715366520627] Output directory to store the Metadata
5683
+ -d, --output-dir=<value> [default: metadataPackage_1715395651550] Output directory to store the Metadata
5684
5684
  API–formatted files in.
5685
5685
  -m, --metadata=<value>... Metadata component names to convert.
5686
5686
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5741,7 +5741,7 @@ FLAG DESCRIPTIONS
5741
5741
  Override the api version used for api requests made by this command
5742
5742
  ```
5743
5743
 
5744
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/convert/source.ts)_
5744
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/convert/source.ts)_
5745
5745
 
5746
5746
  ## `sf project delete source`
5747
5747
 
@@ -5881,7 +5881,7 @@ FLAG DESCRIPTIONS
5881
5881
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5882
5882
  ```
5883
5883
 
5884
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/delete/source.ts)_
5884
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/delete/source.ts)_
5885
5885
 
5886
5886
  ## `sf project delete tracking`
5887
5887
 
@@ -5918,7 +5918,7 @@ EXAMPLES
5918
5918
  $ sf project delete tracking --target-org my-scratch
5919
5919
  ```
5920
5920
 
5921
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/delete/tracking.ts)_
5921
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/delete/tracking.ts)_
5922
5922
 
5923
5923
  ## `sf project deploy cancel`
5924
5924
 
@@ -5994,7 +5994,7 @@ FLAG DESCRIPTIONS
5994
5994
  project deploy report".
5995
5995
  ```
5996
5996
 
5997
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/cancel.ts)_
5997
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/cancel.ts)_
5998
5998
 
5999
5999
  ## `sf project deploy preview`
6000
6000
 
@@ -6080,7 +6080,7 @@ FLAG DESCRIPTIONS
6080
6080
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6081
6081
  ```
6082
6082
 
6083
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/preview.ts)_
6083
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/preview.ts)_
6084
6084
 
6085
6085
  ## `sf project deploy quick`
6086
6086
 
@@ -6177,7 +6177,7 @@ ERROR CODES
6177
6177
  Canceling (69) The deploy is being canceled.
6178
6178
  ```
6179
6179
 
6180
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/quick.ts)_
6180
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/quick.ts)_
6181
6181
 
6182
6182
  ## `sf project deploy report`
6183
6183
 
@@ -6273,7 +6273,7 @@ FLAG DESCRIPTIONS
6273
6273
  --coverage-formatters lcov --coverage-formatters clover
6274
6274
  ```
6275
6275
 
6276
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/report.ts)_
6276
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/report.ts)_
6277
6277
 
6278
6278
  ## `sf project deploy resume`
6279
6279
 
@@ -6370,7 +6370,7 @@ ERROR CODES
6370
6370
  Canceling (69) The deploy is being canceled.
6371
6371
  ```
6372
6372
 
6373
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/resume.ts)_
6373
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/resume.ts)_
6374
6374
 
6375
6375
  ## `sf project deploy start`
6376
6376
 
@@ -6608,7 +6608,7 @@ ERROR CODES
6608
6608
  Canceling (69) The deploy is being canceled.
6609
6609
  ```
6610
6610
 
6611
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/start.ts)_
6611
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/start.ts)_
6612
6612
 
6613
6613
  ## `sf project deploy validate`
6614
6614
 
@@ -6800,7 +6800,7 @@ ERROR CODES
6800
6800
  Canceling (69) The deploy is being canceled.
6801
6801
  ```
6802
6802
 
6803
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/validate.ts)_
6803
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/validate.ts)_
6804
6804
 
6805
6805
  ## `sf project generate`
6806
6806
 
@@ -6982,7 +6982,7 @@ EXAMPLES
6982
6982
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6983
6983
  ```
6984
6984
 
6985
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/generate/manifest.ts)_
6985
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/generate/manifest.ts)_
6986
6986
 
6987
6987
  ## `sf project list ignored`
6988
6988
 
@@ -7024,7 +7024,7 @@ EXAMPLES
7024
7024
  $ sf project list ignored --source-dir package.xml
7025
7025
  ```
7026
7026
 
7027
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/list/ignored.ts)_
7027
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/list/ignored.ts)_
7028
7028
 
7029
7029
  ## `sf project reset tracking`
7030
7030
 
@@ -7073,7 +7073,7 @@ EXAMPLES
7073
7073
  $ sf project reset tracking --revision 30
7074
7074
  ```
7075
7075
 
7076
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/reset/tracking.ts)_
7076
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/reset/tracking.ts)_
7077
7077
 
7078
7078
  ## `sf project retrieve preview`
7079
7079
 
@@ -7130,7 +7130,7 @@ FLAG DESCRIPTIONS
7130
7130
  Overrides your default org.
7131
7131
  ```
7132
7132
 
7133
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/retrieve/preview.ts)_
7133
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/retrieve/preview.ts)_
7134
7134
 
7135
7135
  ## `sf project retrieve start`
7136
7136
 
@@ -7289,7 +7289,7 @@ ENVIRONMENT VARIABLES
7289
7289
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7290
7290
  ```
7291
7291
 
7292
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/retrieve/start.ts)_
7292
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/retrieve/start.ts)_
7293
7293
 
7294
7294
  ## `sf schema generate field`
7295
7295
 
@@ -7701,7 +7701,7 @@ FLAG DESCRIPTIONS
7701
7701
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
7702
7702
  ```
7703
7703
 
7704
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.1.0/src/commands/version.ts)_
7704
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.1.1/src/commands/version.ts)_
7705
7705
 
7706
7706
  ## `sf visualforce generate component`
7707
7707
 
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.42.2",
3
+ "version": "2.42.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.42.2",
9
+ "version": "2.42.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^1.3.1",
14
14
  "@oclif/core": "3.26.6",
15
15
  "@oclif/plugin-autocomplete": "3.0.17",
16
- "@oclif/plugin-commands": "3.3.3",
16
+ "@oclif/plugin-commands": "3.3.4",
17
17
  "@oclif/plugin-help": "6.0.21",
18
18
  "@oclif/plugin-not-found": "3.1.8",
19
- "@oclif/plugin-plugins": "5.0.19",
19
+ "@oclif/plugin-plugins": "5.0.21",
20
20
  "@oclif/plugin-search": "1.0.23",
21
21
  "@oclif/plugin-update": "4.2.11",
22
- "@oclif/plugin-version": "2.1.0",
22
+ "@oclif/plugin-version": "2.1.1",
23
23
  "@oclif/plugin-warn-if-update-available": "3.0.18",
24
24
  "@oclif/plugin-which": "3.1.9",
25
25
  "@salesforce/core": "^7.2.0",
@@ -27,7 +27,7 @@
27
27
  "@salesforce/plugin-apex": "3.1.11",
28
28
  "@salesforce/plugin-auth": "3.6.9",
29
29
  "@salesforce/plugin-data": "3.3.4",
30
- "@salesforce/plugin-deploy-retrieve": "3.6.13",
30
+ "@salesforce/plugin-deploy-retrieve": "3.6.14",
31
31
  "@salesforce/plugin-info": "3.2.7",
32
32
  "@salesforce/plugin-limits": "3.3.5",
33
33
  "@salesforce/plugin-marketplace": "1.2.5",
@@ -36,10 +36,10 @@
36
36
  "@salesforce/plugin-schema": "3.3.6",
37
37
  "@salesforce/plugin-settings": "2.2.6",
38
38
  "@salesforce/plugin-sobject": "1.4.1",
39
- "@salesforce/plugin-source": "3.3.9",
40
- "@salesforce/plugin-telemetry": "3.3.6",
39
+ "@salesforce/plugin-source": "3.3.11",
40
+ "@salesforce/plugin-telemetry": "3.3.7",
41
41
  "@salesforce/plugin-templates": "56.2.5",
42
- "@salesforce/plugin-trust": "3.6.8",
42
+ "@salesforce/plugin-trust": "3.6.9",
43
43
  "@salesforce/plugin-user": "3.5.5",
44
44
  "@salesforce/sf-plugins-core": "9.0.7",
45
45
  "chalk": "^5.3.0",
@@ -3793,12 +3793,12 @@
3793
3793
  }
3794
3794
  },
3795
3795
  "node_modules/@oclif/plugin-commands": {
3796
- "version": "3.3.3",
3797
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.3.3.tgz",
3798
- "integrity": "sha512-8wRZnzvCLsc0+tfelu3FbkYq2GCHUSx2w5BiUMw8nBpZ5y3i3Oz/6TxcP3L52a8Up9LAP8PneQCsGoRid72PDA==",
3796
+ "version": "3.3.4",
3797
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.3.4.tgz",
3798
+ "integrity": "sha512-jjn24eE4gXY59Jmq6w48tPnH7WLJSt9QoDdJBcN4VLHqQlwkXpTllVKetCR0QG3pDt7ap1nl6kIRs/nAbbownw==",
3799
3799
  "license": "MIT",
3800
3800
  "dependencies": {
3801
- "@oclif/core": "^3.26.5",
3801
+ "@oclif/core": "^3.26.6",
3802
3802
  "lodash": "^4.17.21"
3803
3803
  },
3804
3804
  "engines": {
@@ -3833,19 +3833,19 @@
3833
3833
  }
3834
3834
  },
3835
3835
  "node_modules/@oclif/plugin-plugins": {
3836
- "version": "5.0.19",
3837
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.19.tgz",
3838
- "integrity": "sha512-5Y7e75dGQe6DrKz5fJrM3Nl790d2aY/rbCjHQ4Kk9jhmOvLF00IkrPElFCVDlbLCAESSt8zqR82nb7k0hcomeg==",
3836
+ "version": "5.0.21",
3837
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.21.tgz",
3838
+ "integrity": "sha512-kyCIYUdX2a6+b6c7yjME6rW0Bw/iPqgLgCVhkV14qKHVS7FteGMDyio+nzPJ3BGdMHZuxGh9po7PImqNx7Mk7w==",
3839
3839
  "license": "MIT",
3840
3840
  "dependencies": {
3841
- "@oclif/core": "^3.26.5",
3841
+ "@oclif/core": "^3.26.6",
3842
3842
  "chalk": "^5.3.0",
3843
3843
  "debug": "^4.3.4",
3844
3844
  "npm": "^10.7.0",
3845
3845
  "npm-package-arg": "^11.0.2",
3846
3846
  "npm-run-path": "^5.3.0",
3847
3847
  "object-treeify": "^4.0.1",
3848
- "semver": "^7.6.0",
3848
+ "semver": "^7.6.2",
3849
3849
  "validate-npm-package-name": "^5.0.0",
3850
3850
  "yarn": "^1.22.22"
3851
3851
  },
@@ -4019,12 +4019,12 @@
4019
4019
  }
4020
4020
  },
4021
4021
  "node_modules/@oclif/plugin-version": {
4022
- "version": "2.1.0",
4023
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.1.0.tgz",
4024
- "integrity": "sha512-7aTo7pEkC6pDlqWlTwMS21Bby2rwEDHjPYZUwGhJmBGYON9gRb+EPP++jFM1+9/Vxhy1BonTO5kL3d4xySToew==",
4022
+ "version": "2.1.1",
4023
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.1.1.tgz",
4024
+ "integrity": "sha512-0unEGTXG1Y1YJ2vtFnlM+zhCsyfDEodrKxFXVhprxV+sgPqLLyDw0Rn5IUakgBK0eIVwPugJHDEeIRCq39g2sg==",
4025
4025
  "license": "MIT",
4026
4026
  "dependencies": {
4027
- "@oclif/core": "^3.26.5",
4027
+ "@oclif/core": "^3.26.6",
4028
4028
  "ansis": "^3.2.0"
4029
4029
  },
4030
4030
  "engines": {
@@ -4701,9 +4701,9 @@
4701
4701
  "license": "MIT"
4702
4702
  },
4703
4703
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4704
- "version": "3.6.13",
4705
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.13.tgz",
4706
- "integrity": "sha512-Fv2QagHuemrLxxDsCmhdLtxLrDXWtGSx6Y33FOWm1+37RslAFykxQsJWq/nQWWHEjkEdvZMmE2cm5+6oqUVWVw==",
4704
+ "version": "3.6.14",
4705
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.14.tgz",
4706
+ "integrity": "sha512-O0V4yJ9gjZ7TGkAcjmZsqfaYYhSGevVOOheS/i8x7S82yWUl8Pi/dWXTO45E812K4oEkVmXg3NKJFIB/JpVMrQ==",
4707
4707
  "license": "BSD-3-Clause",
4708
4708
  "dependencies": {
4709
4709
  "@oclif/core": "^3.26.5",
@@ -4712,7 +4712,7 @@
4712
4712
  "@salesforce/kit": "^3.1.1",
4713
4713
  "@salesforce/plugin-info": "^3.2.7",
4714
4714
  "@salesforce/sf-plugins-core": "^9.0.7",
4715
- "@salesforce/source-deploy-retrieve": "^11.4.1",
4715
+ "@salesforce/source-deploy-retrieve": "^11.4.3",
4716
4716
  "@salesforce/source-tracking": "^6.0.4",
4717
4717
  "@salesforce/ts-types": "^2.0.9",
4718
4718
  "chalk": "^5.3.0"
@@ -5142,16 +5142,16 @@
5142
5142
  }
5143
5143
  },
5144
5144
  "node_modules/@salesforce/plugin-source": {
5145
- "version": "3.3.9",
5146
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.3.9.tgz",
5147
- "integrity": "sha512-NK1mkeW3G3ZSUeGQU29IAD4w8rNsX2VslBH8CKKCVZTq8SdcHr/hL6qcQklBl4qf8ImGUaXqs2NZtYnwizTgzA==",
5145
+ "version": "3.3.11",
5146
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.3.11.tgz",
5147
+ "integrity": "sha512-y8dKaJkLZc+larMTp4SIL1LT9gnwaKIf3U8ViTmYbHy5SBKxBYWlM8g4HpU8M1KAzuGKXOOCkzDZ8gRE8oYdxw==",
5148
5148
  "license": "BSD-3-Clause",
5149
5149
  "dependencies": {
5150
- "@oclif/core": "^3.26.2",
5150
+ "@oclif/core": "^3.26.6",
5151
5151
  "@salesforce/apex-node": "^6.0.0",
5152
5152
  "@salesforce/core": "^7.3.5",
5153
5153
  "@salesforce/kit": "^3.1.0",
5154
- "@salesforce/sf-plugins-core": "^9.0.4",
5154
+ "@salesforce/sf-plugins-core": "^9.0.7",
5155
5155
  "@salesforce/source-deploy-retrieve": "^11.3.0",
5156
5156
  "@salesforce/source-tracking": "^6.0.4",
5157
5157
  "@salesforce/ts-types": "^2.0.9",
@@ -5164,13 +5164,13 @@
5164
5164
  }
5165
5165
  },
5166
5166
  "node_modules/@salesforce/plugin-telemetry": {
5167
- "version": "3.3.6",
5168
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.6.tgz",
5169
- "integrity": "sha512-r8oGkoE1/s/zoxoIsbY0xTbU9AwEGHHs1CZeyDj8+U9JyXwOPyn++8cFfTHPrxbQEzqL9+SYNuFHfhug3Gm3vg==",
5167
+ "version": "3.3.7",
5168
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.7.tgz",
5169
+ "integrity": "sha512-PGqtdvXtM5gC2CpXrMdMeEblBVMzJqMgX7s9q9sNdVqYMJR3J+l+SKH0BOm/SZ5Hua2p2vJs7Aza72hFIn71sw==",
5170
5170
  "license": "BSD-3-Clause",
5171
5171
  "dependencies": {
5172
5172
  "@oclif/core": "^3.26.2",
5173
- "@salesforce/core": "^7.2.0",
5173
+ "@salesforce/core": "^7.3.5",
5174
5174
  "@salesforce/kit": "^3.1.0",
5175
5175
  "@salesforce/sf-plugins-core": "^9.0.4",
5176
5176
  "@salesforce/telemetry": "^6.0.0",
@@ -5199,12 +5199,12 @@
5199
5199
  }
5200
5200
  },
5201
5201
  "node_modules/@salesforce/plugin-trust": {
5202
- "version": "3.6.8",
5203
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.8.tgz",
5204
- "integrity": "sha512-j9GjJ1Fk9jSR0IE/V1Btb2sfG+nnYjWaLPGs+Tebn5PKLHDeuSLVGybYW5Ue6mzy1XsFZHswh0uVamhshTWSnQ==",
5202
+ "version": "3.6.9",
5203
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.9.tgz",
5204
+ "integrity": "sha512-zfNYcYvOU1p/wkr6+wsUIyWpTx9ISwWKyQYYlKRBW7jy0AzNSIBDcWzqyyA0bLUPxaqhiGxBU3ySb09Y1P93uA==",
5205
5205
  "license": "BSD-3-Clause",
5206
5206
  "dependencies": {
5207
- "@oclif/core": "^3.26.4",
5207
+ "@oclif/core": "^3.26.6",
5208
5208
  "@salesforce/core": "^7.3.0",
5209
5209
  "@salesforce/kit": "^3.1.1",
5210
5210
  "@salesforce/sf-plugins-core": "^9.0.7",
@@ -18516,8 +18516,6 @@
18516
18516
  },
18517
18517
  "node_modules/npm/node_modules/semver": {
18518
18518
  "version": "7.6.0",
18519
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
18520
- "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
18521
18519
  "inBundle": true,
18522
18520
  "license": "ISC",
18523
18521
  "dependencies": {
@@ -21581,13 +21579,10 @@
21581
21579
  "license": "BSD-3-Clause"
21582
21580
  },
21583
21581
  "node_modules/semver": {
21584
- "version": "7.6.0",
21585
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
21586
- "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
21582
+ "version": "7.6.2",
21583
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
21584
+ "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
21587
21585
  "license": "ISC",
21588
- "dependencies": {
21589
- "lru-cache": "^6.0.0"
21590
- },
21591
21586
  "bin": {
21592
21587
  "semver": "bin/semver.js"
21593
21588
  },
@@ -21595,18 +21590,6 @@
21595
21590
  "node": ">=10"
21596
21591
  }
21597
21592
  },
21598
- "node_modules/semver/node_modules/lru-cache": {
21599
- "version": "6.0.0",
21600
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
21601
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
21602
- "license": "ISC",
21603
- "dependencies": {
21604
- "yallist": "^4.0.0"
21605
- },
21606
- "engines": {
21607
- "node": ">=10"
21608
- }
21609
- },
21610
21593
  "node_modules/sentence-case": {
21611
21594
  "version": "3.0.4",
21612
21595
  "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz",
package/oclif.lock CHANGED
@@ -1883,12 +1883,12 @@
1883
1883
  semver "^7.5.4"
1884
1884
  ts-json-schema-generator "^1.4.0"
1885
1885
 
1886
- "@oclif/plugin-commands@3.3.3":
1887
- version "3.3.3"
1888
- resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.3.3.tgz"
1889
- integrity sha512-8wRZnzvCLsc0+tfelu3FbkYq2GCHUSx2w5BiUMw8nBpZ5y3i3Oz/6TxcP3L52a8Up9LAP8PneQCsGoRid72PDA==
1886
+ "@oclif/plugin-commands@3.3.4":
1887
+ version "3.3.4"
1888
+ resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.3.4.tgz"
1889
+ integrity sha512-jjn24eE4gXY59Jmq6w48tPnH7WLJSt9QoDdJBcN4VLHqQlwkXpTllVKetCR0QG3pDt7ap1nl6kIRs/nAbbownw==
1890
1890
  dependencies:
1891
- "@oclif/core" "^3.26.5"
1891
+ "@oclif/core" "^3.26.6"
1892
1892
  lodash "^4.17.21"
1893
1893
 
1894
1894
  "@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@6.0.21":
@@ -1908,19 +1908,19 @@
1908
1908
  chalk "^5.3.0"
1909
1909
  fast-levenshtein "^3.0.0"
1910
1910
 
1911
- "@oclif/plugin-plugins@5.0.19":
1912
- version "5.0.19"
1913
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.19.tgz"
1914
- integrity sha512-5Y7e75dGQe6DrKz5fJrM3Nl790d2aY/rbCjHQ4Kk9jhmOvLF00IkrPElFCVDlbLCAESSt8zqR82nb7k0hcomeg==
1911
+ "@oclif/plugin-plugins@5.0.21":
1912
+ version "5.0.21"
1913
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.21.tgz"
1914
+ integrity sha512-kyCIYUdX2a6+b6c7yjME6rW0Bw/iPqgLgCVhkV14qKHVS7FteGMDyio+nzPJ3BGdMHZuxGh9po7PImqNx7Mk7w==
1915
1915
  dependencies:
1916
- "@oclif/core" "^3.26.5"
1916
+ "@oclif/core" "^3.26.6"
1917
1917
  chalk "^5.3.0"
1918
1918
  debug "^4.3.4"
1919
1919
  npm "^10.7.0"
1920
1920
  npm-package-arg "^11.0.2"
1921
1921
  npm-run-path "^5.3.0"
1922
1922
  object-treeify "^4.0.1"
1923
- semver "^7.6.0"
1923
+ semver "^7.6.2"
1924
1924
  validate-npm-package-name "^5.0.0"
1925
1925
  yarn "^1.22.22"
1926
1926
 
@@ -1947,12 +1947,12 @@
1947
1947
  semver "^7.6.0"
1948
1948
  tar-fs "^2.1.1"
1949
1949
 
1950
- "@oclif/plugin-version@2.1.0":
1951
- version "2.1.0"
1952
- resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.1.0.tgz"
1953
- integrity sha512-7aTo7pEkC6pDlqWlTwMS21Bby2rwEDHjPYZUwGhJmBGYON9gRb+EPP++jFM1+9/Vxhy1BonTO5kL3d4xySToew==
1950
+ "@oclif/plugin-version@2.1.1":
1951
+ version "2.1.1"
1952
+ resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.1.1.tgz"
1953
+ integrity sha512-0unEGTXG1Y1YJ2vtFnlM+zhCsyfDEodrKxFXVhprxV+sgPqLLyDw0Rn5IUakgBK0eIVwPugJHDEeIRCq39g2sg==
1954
1954
  dependencies:
1955
- "@oclif/core" "^3.26.5"
1955
+ "@oclif/core" "^3.26.6"
1956
1956
  ansis "^3.2.0"
1957
1957
 
1958
1958
  "@oclif/plugin-warn-if-update-available@^3.0.14", "@oclif/plugin-warn-if-update-available@3.0.18":
@@ -2392,10 +2392,10 @@
2392
2392
  csv-parse "^4.16.3"
2393
2393
  csv-stringify "^6.4.6"
2394
2394
 
2395
- "@salesforce/plugin-deploy-retrieve@3.6.13":
2396
- version "3.6.13"
2397
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.13.tgz"
2398
- integrity sha512-Fv2QagHuemrLxxDsCmhdLtxLrDXWtGSx6Y33FOWm1+37RslAFykxQsJWq/nQWWHEjkEdvZMmE2cm5+6oqUVWVw==
2395
+ "@salesforce/plugin-deploy-retrieve@3.6.14":
2396
+ version "3.6.14"
2397
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.14.tgz"
2398
+ integrity sha512-O0V4yJ9gjZ7TGkAcjmZsqfaYYhSGevVOOheS/i8x7S82yWUl8Pi/dWXTO45E812K4oEkVmXg3NKJFIB/JpVMrQ==
2399
2399
  dependencies:
2400
2400
  "@oclif/core" "^3.26.5"
2401
2401
  "@salesforce/apex-node" "^6.0.0"
@@ -2403,7 +2403,7 @@
2403
2403
  "@salesforce/kit" "^3.1.1"
2404
2404
  "@salesforce/plugin-info" "^3.2.7"
2405
2405
  "@salesforce/sf-plugins-core" "^9.0.7"
2406
- "@salesforce/source-deploy-retrieve" "^11.4.1"
2406
+ "@salesforce/source-deploy-retrieve" "^11.4.3"
2407
2407
  "@salesforce/source-tracking" "^6.0.4"
2408
2408
  "@salesforce/ts-types" "^2.0.9"
2409
2409
  chalk "^5.3.0"
@@ -2537,16 +2537,16 @@
2537
2537
  fast-xml-parser "^4.3.6"
2538
2538
  js2xmlparser "^4.0.2"
2539
2539
 
2540
- "@salesforce/plugin-source@3.3.9":
2541
- version "3.3.9"
2542
- resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.3.9.tgz"
2543
- integrity sha512-NK1mkeW3G3ZSUeGQU29IAD4w8rNsX2VslBH8CKKCVZTq8SdcHr/hL6qcQklBl4qf8ImGUaXqs2NZtYnwizTgzA==
2540
+ "@salesforce/plugin-source@3.3.11":
2541
+ version "3.3.11"
2542
+ resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.3.11.tgz"
2543
+ integrity sha512-y8dKaJkLZc+larMTp4SIL1LT9gnwaKIf3U8ViTmYbHy5SBKxBYWlM8g4HpU8M1KAzuGKXOOCkzDZ8gRE8oYdxw==
2544
2544
  dependencies:
2545
- "@oclif/core" "^3.26.2"
2545
+ "@oclif/core" "^3.26.6"
2546
2546
  "@salesforce/apex-node" "^6.0.0"
2547
2547
  "@salesforce/core" "^7.3.5"
2548
2548
  "@salesforce/kit" "^3.1.0"
2549
- "@salesforce/sf-plugins-core" "^9.0.4"
2549
+ "@salesforce/sf-plugins-core" "^9.0.7"
2550
2550
  "@salesforce/source-deploy-retrieve" "^11.3.0"
2551
2551
  "@salesforce/source-tracking" "^6.0.4"
2552
2552
  "@salesforce/ts-types" "^2.0.9"
@@ -2554,13 +2554,13 @@
2554
2554
  got "^13.0.0"
2555
2555
  proxy-agent "^6.3.1"
2556
2556
 
2557
- "@salesforce/plugin-telemetry@3.3.6":
2558
- version "3.3.6"
2559
- resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.6.tgz"
2560
- integrity sha512-r8oGkoE1/s/zoxoIsbY0xTbU9AwEGHHs1CZeyDj8+U9JyXwOPyn++8cFfTHPrxbQEzqL9+SYNuFHfhug3Gm3vg==
2557
+ "@salesforce/plugin-telemetry@3.3.7":
2558
+ version "3.3.7"
2559
+ resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.3.7.tgz"
2560
+ integrity sha512-PGqtdvXtM5gC2CpXrMdMeEblBVMzJqMgX7s9q9sNdVqYMJR3J+l+SKH0BOm/SZ5Hua2p2vJs7Aza72hFIn71sw==
2561
2561
  dependencies:
2562
2562
  "@oclif/core" "^3.26.2"
2563
- "@salesforce/core" "^7.2.0"
2563
+ "@salesforce/core" "^7.3.5"
2564
2564
  "@salesforce/kit" "^3.1.0"
2565
2565
  "@salesforce/sf-plugins-core" "^9.0.4"
2566
2566
  "@salesforce/telemetry" "^6.0.0"
@@ -2579,12 +2579,12 @@
2579
2579
  yeoman-environment "^3"
2580
2580
  yeoman-generator "^5"
2581
2581
 
2582
- "@salesforce/plugin-trust@^3.6.3", "@salesforce/plugin-trust@3.6.8":
2583
- version "3.6.8"
2584
- resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.8.tgz"
2585
- integrity sha512-j9GjJ1Fk9jSR0IE/V1Btb2sfG+nnYjWaLPGs+Tebn5PKLHDeuSLVGybYW5Ue6mzy1XsFZHswh0uVamhshTWSnQ==
2582
+ "@salesforce/plugin-trust@^3.6.3", "@salesforce/plugin-trust@3.6.9":
2583
+ version "3.6.9"
2584
+ resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.9.tgz"
2585
+ integrity sha512-zfNYcYvOU1p/wkr6+wsUIyWpTx9ISwWKyQYYlKRBW7jy0AzNSIBDcWzqyyA0bLUPxaqhiGxBU3ySb09Y1P93uA==
2586
2586
  dependencies:
2587
- "@oclif/core" "^3.26.4"
2587
+ "@oclif/core" "^3.26.6"
2588
2588
  "@salesforce/core" "^7.3.0"
2589
2589
  "@salesforce/kit" "^3.1.1"
2590
2590
  "@salesforce/sf-plugins-core" "^9.0.7"
@@ -2629,7 +2629,7 @@
2629
2629
  "@salesforce/ts-types" "^2.0.9"
2630
2630
  chalk "^5.3.0"
2631
2631
 
2632
- "@salesforce/source-deploy-retrieve@^11.0.1", "@salesforce/source-deploy-retrieve@^11.3.0", "@salesforce/source-deploy-retrieve@^11.4.1":
2632
+ "@salesforce/source-deploy-retrieve@^11.0.1", "@salesforce/source-deploy-retrieve@^11.3.0", "@salesforce/source-deploy-retrieve@^11.4.3":
2633
2633
  version "11.4.3"
2634
2634
  resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.3.tgz"
2635
2635
  integrity sha512-/WFSqf+yTO3kNM41r/duVEHGH2Eq18lavX/o/yA0hJEmxAYBV7Olv6JIMnbly8hZQo7LoX/nE0LnNK3JYphZQQ==
@@ -10887,12 +10887,10 @@ semver@^6.3.1:
10887
10887
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
10888
10888
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
10889
10889
 
10890
- semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
10891
- version "7.6.0"
10892
- resolved "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz"
10893
- integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
10894
- dependencies:
10895
- lru-cache "^6.0.0"
10890
+ semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2:
10891
+ version "7.6.2"
10892
+ resolved "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz"
10893
+ integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
10896
10894
 
10897
10895
  "semver@2 || 3 || 4 || 5":
10898
10896
  version "5.7.2"
@@ -5379,5 +5379,5 @@
5379
5379
  ]
5380
5380
  }
5381
5381
  },
5382
- "version": "2.42.2"
5382
+ "version": "2.42.3"
5383
5383
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.42.2",
4
+ "version": "2.42.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -75,8 +75,8 @@
75
75
  "@salesforce/plugin-user"
76
76
  ],
77
77
  "jitPlugins": {
78
- "@salesforce/plugin-custom-metadata": "3.3.6",
79
- "@salesforce/plugin-community": "3.2.8",
78
+ "@salesforce/plugin-custom-metadata": "3.3.7",
79
+ "@salesforce/plugin-community": "3.2.10",
80
80
  "@salesforce/plugin-dev": "2.3.1",
81
81
  "@salesforce/plugin-devops-center": "1.2.10",
82
82
  "@salesforce/plugin-env": "3.0.29",
@@ -141,13 +141,13 @@
141
141
  "@inquirer/select": "^1.3.1",
142
142
  "@oclif/core": "3.26.6",
143
143
  "@oclif/plugin-autocomplete": "3.0.17",
144
- "@oclif/plugin-commands": "3.3.3",
144
+ "@oclif/plugin-commands": "3.3.4",
145
145
  "@oclif/plugin-help": "6.0.21",
146
146
  "@oclif/plugin-not-found": "3.1.8",
147
- "@oclif/plugin-plugins": "5.0.19",
147
+ "@oclif/plugin-plugins": "5.0.21",
148
148
  "@oclif/plugin-search": "1.0.23",
149
149
  "@oclif/plugin-update": "4.2.11",
150
- "@oclif/plugin-version": "2.1.0",
150
+ "@oclif/plugin-version": "2.1.1",
151
151
  "@oclif/plugin-warn-if-update-available": "3.0.18",
152
152
  "@oclif/plugin-which": "3.1.9",
153
153
  "@salesforce/core": "^7.2.0",
@@ -155,7 +155,7 @@
155
155
  "@salesforce/plugin-apex": "3.1.11",
156
156
  "@salesforce/plugin-auth": "3.6.9",
157
157
  "@salesforce/plugin-data": "3.3.4",
158
- "@salesforce/plugin-deploy-retrieve": "3.6.13",
158
+ "@salesforce/plugin-deploy-retrieve": "3.6.14",
159
159
  "@salesforce/plugin-info": "3.2.7",
160
160
  "@salesforce/plugin-limits": "3.3.5",
161
161
  "@salesforce/plugin-marketplace": "1.2.5",
@@ -164,10 +164,10 @@
164
164
  "@salesforce/plugin-schema": "3.3.6",
165
165
  "@salesforce/plugin-settings": "2.2.6",
166
166
  "@salesforce/plugin-sobject": "1.4.1",
167
- "@salesforce/plugin-source": "3.3.9",
168
- "@salesforce/plugin-telemetry": "3.3.6",
167
+ "@salesforce/plugin-source": "3.3.11",
168
+ "@salesforce/plugin-telemetry": "3.3.7",
169
169
  "@salesforce/plugin-templates": "56.2.5",
170
- "@salesforce/plugin-trust": "3.6.8",
170
+ "@salesforce/plugin-trust": "3.6.9",
171
171
  "@salesforce/plugin-user": "3.5.5",
172
172
  "@salesforce/sf-plugins-core": "9.0.7",
173
173
  "chalk": "^5.3.0",