@salesforce/cli 2.75.1 → 2.75.2

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.75.1 linux-x64 node-v22.13.0
27
+ @salesforce/cli/2.75.2 linux-x64 node-v22.13.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1083,7 +1083,7 @@ DESCRIPTION
1083
1083
  List all sf commands.
1084
1084
  ```
1085
1085
 
1086
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.17/src/commands/commands.ts)_
1086
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.18/src/commands/commands.ts)_
1087
1087
 
1088
1088
  ## `sf config get`
1089
1089
 
@@ -3855,7 +3855,7 @@ EXAMPLES
3855
3855
  $ sf org list auth
3856
3856
  ```
3857
3857
 
3858
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/list/auth.ts)_
3858
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/list/auth.ts)_
3859
3859
 
3860
3860
  ## `sf org list limits`
3861
3861
 
@@ -4155,7 +4155,7 @@ FLAG DESCRIPTIONS
4155
4155
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4156
4156
  ```
4157
4157
 
4158
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/login/access-token.ts)_
4158
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/login/access-token.ts)_
4159
4159
 
4160
4160
  ## `sf org login device`
4161
4161
 
@@ -4215,7 +4215,7 @@ FLAG DESCRIPTIONS
4215
4215
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4216
4216
  ```
4217
4217
 
4218
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/login/device.ts)_
4218
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/login/device.ts)_
4219
4219
 
4220
4220
  ## `sf org login jwt`
4221
4221
 
@@ -4306,7 +4306,7 @@ FLAG DESCRIPTIONS
4306
4306
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4307
4307
  ```
4308
4308
 
4309
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/login/jwt.ts)_
4309
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/login/jwt.ts)_
4310
4310
 
4311
4311
  ## `sf org login sfdx-url`
4312
4312
 
@@ -4376,7 +4376,7 @@ EXAMPLES
4376
4376
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
4377
4377
  ```
4378
4378
 
4379
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/login/sfdx-url.ts)_
4379
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/login/sfdx-url.ts)_
4380
4380
 
4381
4381
  ## `sf org login web`
4382
4382
 
@@ -4463,7 +4463,7 @@ FLAG DESCRIPTIONS
4463
4463
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4464
4464
  ```
4465
4465
 
4466
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/login/web.ts)_
4466
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/login/web.ts)_
4467
4467
 
4468
4468
  ## `sf org logout`
4469
4469
 
@@ -4524,7 +4524,7 @@ FLAG DESCRIPTIONS
4524
4524
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4525
4525
  ```
4526
4526
 
4527
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.87/src/commands/org/logout.ts)_
4527
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.90/src/commands/org/logout.ts)_
4528
4528
 
4529
4529
  ## `sf org open`
4530
4530
 
@@ -6254,7 +6254,7 @@ EXAMPLES
6254
6254
  $ sf plugins trust verify --npm @scope/npmName
6255
6255
  ```
6256
6256
 
6257
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.55/src/commands/plugins/trust/verify.ts)_
6257
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.59/src/commands/plugins/trust/verify.ts)_
6258
6258
 
6259
6259
  ## `sf plugins uninstall [PLUGIN]`
6260
6260
 
@@ -8487,7 +8487,7 @@ FLAG DESCRIPTIONS
8487
8487
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
8488
8488
  ```
8489
8489
 
8490
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.20/src/commands/version.ts)_
8490
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.21/src/commands/version.ts)_
8491
8491
 
8492
8492
  ## `sf visualforce generate component`
8493
8493
 
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.75.1",
3
+ "version": "2.75.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.75.1",
9
+ "version": "2.75.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.2.4",
15
15
  "@oclif/plugin-autocomplete": "3.2.18",
16
- "@oclif/plugin-commands": "4.1.17",
16
+ "@oclif/plugin-commands": "4.1.18",
17
17
  "@oclif/plugin-help": "6.2.22",
18
18
  "@oclif/plugin-not-found": "3.2.37",
19
19
  "@oclif/plugin-plugins": "5.4.26",
20
20
  "@oclif/plugin-search": "1.2.19",
21
21
  "@oclif/plugin-update": "4.6.26",
22
- "@oclif/plugin-version": "2.2.20",
22
+ "@oclif/plugin-version": "2.2.21",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.31",
24
24
  "@oclif/plugin-which": "3.2.26",
25
25
  "@salesforce/core": "^8.2.3",
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-apex": "3.6.8",
28
28
  "@salesforce/plugin-api": "1.3.3",
29
- "@salesforce/plugin-auth": "3.6.87",
29
+ "@salesforce/plugin-auth": "3.6.90",
30
30
  "@salesforce/plugin-data": "4.0.4",
31
31
  "@salesforce/plugin-deploy-retrieve": "3.17.7",
32
32
  "@salesforce/plugin-info": "3.4.32",
@@ -37,9 +37,9 @@
37
37
  "@salesforce/plugin-schema": "3.3.46",
38
38
  "@salesforce/plugin-settings": "2.4.10",
39
39
  "@salesforce/plugin-sobject": "1.4.49",
40
- "@salesforce/plugin-telemetry": "3.6.29",
40
+ "@salesforce/plugin-telemetry": "3.6.31",
41
41
  "@salesforce/plugin-templates": "56.3.35",
42
- "@salesforce/plugin-trust": "3.7.55",
42
+ "@salesforce/plugin-trust": "3.7.59",
43
43
  "@salesforce/plugin-user": "3.6.6",
44
44
  "@salesforce/sf-plugins-core": "12.1.2",
45
45
  "ansis": "^3.3.0"
@@ -4897,13 +4897,13 @@
4897
4897
  }
4898
4898
  },
4899
4899
  "node_modules/@oclif/plugin-commands": {
4900
- "version": "4.1.17",
4901
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.17.tgz",
4902
- "integrity": "sha512-iRvYrfOmfYg2RGbyDKEP4pTq1cKtnQFSygVY2+g1hMWEVJvWMvTDs2ZunWD26Cbn0f/7lNkmWGYhm8ZjCiSIGQ==",
4900
+ "version": "4.1.18",
4901
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.18.tgz",
4902
+ "integrity": "sha512-8d62cstHbrPAkWgl5hYA7G8wIQG+uviCsJIow6FpC3beyQzSA6mJ3/o+bDN1+9xaqYzaRwPdcfROGgC1BLZdkQ==",
4903
4903
  "license": "MIT",
4904
4904
  "dependencies": {
4905
4905
  "@oclif/core": "^4",
4906
- "@oclif/table": "^0.4.0",
4906
+ "@oclif/table": "^0.4.4",
4907
4907
  "lodash": "^4.17.21",
4908
4908
  "object-treeify": "^4.0.1"
4909
4909
  },
@@ -5089,9 +5089,9 @@
5089
5089
  }
5090
5090
  },
5091
5091
  "node_modules/@oclif/plugin-version": {
5092
- "version": "2.2.20",
5093
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.20.tgz",
5094
- "integrity": "sha512-xmNuigH9XfUasZFGadb87CnJFwGjmZWotpTrRiTQlYxA64K2WJpKIM67YAdWRg8xILwhHqL1oCgtFcVikTc/vQ==",
5092
+ "version": "2.2.21",
5093
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.21.tgz",
5094
+ "integrity": "sha512-I3LhI07+IVbhUF9o38nbx5BZFjltt3lSrjpw0VesdhP5ZuelNOpdQKdl3ISIJGUf3VvZmUf8UbIFt04c1lyd+A==",
5095
5095
  "license": "MIT",
5096
5096
  "dependencies": {
5097
5097
  "@oclif/core": "^4",
@@ -5132,9 +5132,9 @@
5132
5132
  }
5133
5133
  },
5134
5134
  "node_modules/@oclif/table": {
5135
- "version": "0.4.3",
5136
- "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.3.tgz",
5137
- "integrity": "sha512-fioTULPaOilLeLVKfgcd7cJXzFBHeRKumjYcj3NeuYiyl6J4EcaCDYsy6tSyrBASqoWD0xzc5Hv21zCLG0CS+g==",
5135
+ "version": "0.4.4",
5136
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.4.tgz",
5137
+ "integrity": "sha512-AxUKOgWfW/QmoENZHJjV99OOPEAJMq88Eq5drIK0Xeguf9M0NKrNY7uJwyjXmLs7Gl18yFW/oRxrmedXOzg8JA==",
5138
5138
  "license": "MIT",
5139
5139
  "dependencies": {
5140
5140
  "@oclif/core": "^4",
@@ -5847,15 +5847,15 @@
5847
5847
  }
5848
5848
  },
5849
5849
  "node_modules/@salesforce/plugin-auth": {
5850
- "version": "3.6.87",
5851
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.87.tgz",
5852
- "integrity": "sha512-9biEYFk4wKNTzSS5UaiidX/2ViTWHCPgNhOCJ16LaKNI3BFtpga0in84dYKiJ6t69hqig1x2NW/CM90XjE9ZVA==",
5850
+ "version": "3.6.90",
5851
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.90.tgz",
5852
+ "integrity": "sha512-YeOAAtAFpr/Xx4kNlTHcswnZ38TAvsDQWzkOGmc/fx18wQkL69mdR267hup95CL0In2XeUk7UyppKvb5SN3OyA==",
5853
5853
  "license": "BSD-3-Clause",
5854
5854
  "dependencies": {
5855
5855
  "@inquirer/checkbox": "^2.5.0",
5856
5856
  "@inquirer/select": "^2.5.0",
5857
5857
  "@oclif/core": "^4",
5858
- "@salesforce/core": "^8.8.0",
5858
+ "@salesforce/core": "^8.8.2",
5859
5859
  "@salesforce/kit": "^3.2.3",
5860
5860
  "@salesforce/plugin-info": "^3.4.30",
5861
5861
  "@salesforce/sf-plugins-core": "^12.1.2",
@@ -6374,12 +6374,12 @@
6374
6374
  }
6375
6375
  },
6376
6376
  "node_modules/@salesforce/plugin-telemetry": {
6377
- "version": "3.6.29",
6378
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.29.tgz",
6379
- "integrity": "sha512-KzL31oxXuG93ck+gQqA5ioq+uhQ30anTMEyRIx9uFDLBDekflW+wH2kVptHJtiIJ/RywDb6A6+uzKXEpfRJj4A==",
6377
+ "version": "3.6.31",
6378
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.31.tgz",
6379
+ "integrity": "sha512-CXpzAPd4fbDPYEF4FpALxYEC7qhQHK5EUqLlvy8gQw0zajWMj+eW8rOR09AnTfEgiEONbIY3uk0t1PMHwlvcCQ==",
6380
6380
  "license": "BSD-3-Clause",
6381
6381
  "dependencies": {
6382
- "@oclif/core": "^4.0.34",
6382
+ "@oclif/core": "^4.2.4",
6383
6383
  "@salesforce/core": "^8.8.0",
6384
6384
  "@salesforce/kit": "^3.2.3",
6385
6385
  "@salesforce/sf-plugins-core": "^12",
@@ -6406,15 +6406,15 @@
6406
6406
  }
6407
6407
  },
6408
6408
  "node_modules/@salesforce/plugin-trust": {
6409
- "version": "3.7.55",
6410
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.55.tgz",
6411
- "integrity": "sha512-Xjff4cPZJmMd/0SyCLL5u4m6H4wtluQeauZqpPFx1ptQd05E/m0W2jvdK05oZ9d91SLeS6AtJNrk2PIUCj5nxA==",
6409
+ "version": "3.7.59",
6410
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.59.tgz",
6411
+ "integrity": "sha512-nfQdd7vsUCtB1+TBGwDU9a4TK2+L9rb2ZxKOypDu0xOlZCygL+poJ7k1v+tAEz9Mf3UnnrNtmW5FNhFAyl0h7A==",
6412
6412
  "license": "BSD-3-Clause",
6413
6413
  "dependencies": {
6414
6414
  "@oclif/core": "^4",
6415
- "@salesforce/core": "^8.8.0",
6415
+ "@salesforce/core": "^8.8.2",
6416
6416
  "@salesforce/kit": "^3.2.0",
6417
- "@salesforce/plugin-info": "^3.4.30",
6417
+ "@salesforce/plugin-info": "^3.4.32",
6418
6418
  "@salesforce/sf-plugins-core": "^12",
6419
6419
  "got": "^13.0.0",
6420
6420
  "npm": "^10.9.2",
package/oclif.lock CHANGED
@@ -2018,7 +2018,7 @@
2018
2018
  proc-log "^5.0.0"
2019
2019
  which "^5.0.0"
2020
2020
 
2021
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3", "@oclif/core@4.2.4":
2021
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@4.2.4":
2022
2022
  version "4.2.4"
2023
2023
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.4.tgz"
2024
2024
  integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
@@ -2080,13 +2080,13 @@
2080
2080
  semver "^7.6.0"
2081
2081
  ts-json-schema-generator "^1.5.1"
2082
2082
 
2083
- "@oclif/plugin-commands@4.1.17":
2084
- version "4.1.17"
2085
- resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.17.tgz"
2086
- integrity sha512-iRvYrfOmfYg2RGbyDKEP4pTq1cKtnQFSygVY2+g1hMWEVJvWMvTDs2ZunWD26Cbn0f/7lNkmWGYhm8ZjCiSIGQ==
2083
+ "@oclif/plugin-commands@4.1.18":
2084
+ version "4.1.18"
2085
+ resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.18.tgz"
2086
+ integrity sha512-8d62cstHbrPAkWgl5hYA7G8wIQG+uviCsJIow6FpC3beyQzSA6mJ3/o+bDN1+9xaqYzaRwPdcfROGgC1BLZdkQ==
2087
2087
  dependencies:
2088
2088
  "@oclif/core" "^4"
2089
- "@oclif/table" "^0.4.0"
2089
+ "@oclif/table" "^0.4.4"
2090
2090
  lodash "^4.17.21"
2091
2091
  object-treeify "^4.0.1"
2092
2092
 
@@ -2149,10 +2149,10 @@
2149
2149
  semver "^7.6.3"
2150
2150
  tar-fs "^2.1.1"
2151
2151
 
2152
- "@oclif/plugin-version@2.2.20":
2153
- version "2.2.20"
2154
- resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.20.tgz"
2155
- integrity sha512-xmNuigH9XfUasZFGadb87CnJFwGjmZWotpTrRiTQlYxA64K2WJpKIM67YAdWRg8xILwhHqL1oCgtFcVikTc/vQ==
2152
+ "@oclif/plugin-version@2.2.21":
2153
+ version "2.2.21"
2154
+ resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.21.tgz"
2155
+ integrity sha512-I3LhI07+IVbhUF9o38nbx5BZFjltt3lSrjpw0VesdhP5ZuelNOpdQKdl3ISIJGUf3VvZmUf8UbIFt04c1lyd+A==
2156
2156
  dependencies:
2157
2157
  "@oclif/core" "^4"
2158
2158
  ansis "^3.5.2"
@@ -2177,10 +2177,10 @@
2177
2177
  "@oclif/core" "^4"
2178
2178
  ansis "^3.8.1"
2179
2179
 
2180
- "@oclif/table@^0.4.0", "@oclif/table@^0.4.3":
2181
- version "0.4.3"
2182
- resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.3.tgz"
2183
- integrity sha512-fioTULPaOilLeLVKfgcd7cJXzFBHeRKumjYcj3NeuYiyl6J4EcaCDYsy6tSyrBASqoWD0xzc5Hv21zCLG0CS+g==
2180
+ "@oclif/table@^0.4.0", "@oclif/table@^0.4.3", "@oclif/table@^0.4.4":
2181
+ version "0.4.4"
2182
+ resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.4.tgz"
2183
+ integrity sha512-AxUKOgWfW/QmoENZHJjV99OOPEAJMq88Eq5drIK0Xeguf9M0NKrNY7uJwyjXmLs7Gl18yFW/oRxrmedXOzg8JA==
2184
2184
  dependencies:
2185
2185
  "@oclif/core" "^4"
2186
2186
  "@types/react" "^18.3.12"
@@ -2500,15 +2500,15 @@
2500
2500
  got "^13.0.0"
2501
2501
  proxy-agent "^6.4.0"
2502
2502
 
2503
- "@salesforce/plugin-auth@3.6.87":
2504
- version "3.6.87"
2505
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.87.tgz"
2506
- integrity sha512-9biEYFk4wKNTzSS5UaiidX/2ViTWHCPgNhOCJ16LaKNI3BFtpga0in84dYKiJ6t69hqig1x2NW/CM90XjE9ZVA==
2503
+ "@salesforce/plugin-auth@3.6.90":
2504
+ version "3.6.90"
2505
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.90.tgz"
2506
+ integrity sha512-YeOAAtAFpr/Xx4kNlTHcswnZ38TAvsDQWzkOGmc/fx18wQkL69mdR267hup95CL0In2XeUk7UyppKvb5SN3OyA==
2507
2507
  dependencies:
2508
2508
  "@inquirer/checkbox" "^2.5.0"
2509
2509
  "@inquirer/select" "^2.5.0"
2510
2510
  "@oclif/core" "^4"
2511
- "@salesforce/core" "^8.8.0"
2511
+ "@salesforce/core" "^8.8.2"
2512
2512
  "@salesforce/kit" "^3.2.3"
2513
2513
  "@salesforce/plugin-info" "^3.4.30"
2514
2514
  "@salesforce/sf-plugins-core" "^12.1.2"
@@ -2565,7 +2565,7 @@
2565
2565
  ansis "^3.4.0"
2566
2566
  terminal-link "^3.0.0"
2567
2567
 
2568
- "@salesforce/plugin-info@^3.4.30", "@salesforce/plugin-info@3.4.32":
2568
+ "@salesforce/plugin-info@^3.4.30", "@salesforce/plugin-info@^3.4.32", "@salesforce/plugin-info@3.4.32":
2569
2569
  version "3.4.32"
2570
2570
  resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.32.tgz"
2571
2571
  integrity sha512-vBLb7H1nhdpaev9Ef4ytfJj6irlhjO9Kmz+1EXGxkRmlfqWZO/Kfb5tb2RCM33twDEw7HKGgZzoAjJ6DsWkp8A==
@@ -2695,12 +2695,12 @@
2695
2695
  fast-xml-parser "^4.5.1"
2696
2696
  js2xmlparser "^4.0.2"
2697
2697
 
2698
- "@salesforce/plugin-telemetry@3.6.29":
2699
- version "3.6.29"
2700
- resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.29.tgz"
2701
- integrity sha512-KzL31oxXuG93ck+gQqA5ioq+uhQ30anTMEyRIx9uFDLBDekflW+wH2kVptHJtiIJ/RywDb6A6+uzKXEpfRJj4A==
2698
+ "@salesforce/plugin-telemetry@3.6.31":
2699
+ version "3.6.31"
2700
+ resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.31.tgz"
2701
+ integrity sha512-CXpzAPd4fbDPYEF4FpALxYEC7qhQHK5EUqLlvy8gQw0zajWMj+eW8rOR09AnTfEgiEONbIY3uk0t1PMHwlvcCQ==
2702
2702
  dependencies:
2703
- "@oclif/core" "^4.0.34"
2703
+ "@oclif/core" "^4.2.4"
2704
2704
  "@salesforce/core" "^8.8.0"
2705
2705
  "@salesforce/kit" "^3.2.3"
2706
2706
  "@salesforce/sf-plugins-core" "^12"
@@ -2717,15 +2717,15 @@
2717
2717
  "@salesforce/sf-plugins-core" "^12"
2718
2718
  "@salesforce/templates" "^62.0.5"
2719
2719
 
2720
- "@salesforce/plugin-trust@^3.7.40", "@salesforce/plugin-trust@3.7.55":
2721
- version "3.7.55"
2722
- resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.55.tgz"
2723
- integrity sha512-Xjff4cPZJmMd/0SyCLL5u4m6H4wtluQeauZqpPFx1ptQd05E/m0W2jvdK05oZ9d91SLeS6AtJNrk2PIUCj5nxA==
2720
+ "@salesforce/plugin-trust@^3.7.40", "@salesforce/plugin-trust@3.7.59":
2721
+ version "3.7.59"
2722
+ resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.59.tgz"
2723
+ integrity sha512-nfQdd7vsUCtB1+TBGwDU9a4TK2+L9rb2ZxKOypDu0xOlZCygL+poJ7k1v+tAEz9Mf3UnnrNtmW5FNhFAyl0h7A==
2724
2724
  dependencies:
2725
2725
  "@oclif/core" "^4"
2726
- "@salesforce/core" "^8.8.0"
2726
+ "@salesforce/core" "^8.8.2"
2727
2727
  "@salesforce/kit" "^3.2.0"
2728
- "@salesforce/plugin-info" "^3.4.30"
2728
+ "@salesforce/plugin-info" "^3.4.32"
2729
2729
  "@salesforce/sf-plugins-core" "^12"
2730
2730
  got "^13.0.0"
2731
2731
  npm "^10.9.2"