@salesforce/cli 2.84.2 → 2.84.4

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
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.84.2 linux-x64 node-v22.14.0
28
+ @salesforce/cli/2.84.4 linux-x64 node-v22.14.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
3200
3200
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
3201
3201
  ```
3202
3202
 
3203
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/create/sandbox.ts)_
3203
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/create/sandbox.ts)_
3204
3204
 
3205
3205
  ## `sf org create scratch`
3206
3206
 
@@ -3382,7 +3382,7 @@ FLAG DESCRIPTIONS
3382
3382
  Omit this flag to have Salesforce generate a unique username for your org.
3383
3383
  ```
3384
3384
 
3385
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/create/scratch.ts)_
3385
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/create/scratch.ts)_
3386
3386
 
3387
3387
  ## `sf org create user`
3388
3388
 
@@ -3536,7 +3536,7 @@ EXAMPLES
3536
3536
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
3537
3537
  ```
3538
3538
 
3539
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/delete/sandbox.ts)_
3539
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/delete/sandbox.ts)_
3540
3540
 
3541
3541
  ## `sf org delete scratch`
3542
3542
 
@@ -3580,7 +3580,7 @@ EXAMPLES
3580
3580
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
3581
3581
  ```
3582
3582
 
3583
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/delete/scratch.ts)_
3583
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/delete/scratch.ts)_
3584
3584
 
3585
3585
  ## `sf org disable tracking`
3586
3586
 
@@ -3619,7 +3619,7 @@ EXAMPLES
3619
3619
  $ sf org disable tracking
3620
3620
  ```
3621
3621
 
3622
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/disable/tracking.ts)_
3622
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/disable/tracking.ts)_
3623
3623
 
3624
3624
  ## `sf org display`
3625
3625
 
@@ -3664,7 +3664,7 @@ EXAMPLES
3664
3664
  $ sf org display --target-org TestOrg1 --verbose
3665
3665
  ```
3666
3666
 
3667
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/display.ts)_
3667
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/display.ts)_
3668
3668
 
3669
3669
  ## `sf org display user`
3670
3670
 
@@ -3745,7 +3745,7 @@ EXAMPLES
3745
3745
  $ sf org enable tracking
3746
3746
  ```
3747
3747
 
3748
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/enable/tracking.ts)_
3748
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/enable/tracking.ts)_
3749
3749
 
3750
3750
  ## `sf org generate password`
3751
3751
 
@@ -3851,7 +3851,7 @@ EXAMPLES
3851
3851
  $ sf org list --clean
3852
3852
  ```
3853
3853
 
3854
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/list.ts)_
3854
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/list.ts)_
3855
3855
 
3856
3856
  ## `sf org list auth`
3857
3857
 
@@ -3883,7 +3883,7 @@ EXAMPLES
3883
3883
  $ sf org list auth
3884
3884
  ```
3885
3885
 
3886
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.108/src/commands/org/list/auth.ts)_
3886
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.109/src/commands/org/list/auth.ts)_
3887
3887
 
3888
3888
  ## `sf org list limits`
3889
3889
 
@@ -3990,7 +3990,7 @@ FLAG DESCRIPTIONS
3990
3990
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3991
3991
  ```
3992
3992
 
3993
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/list/metadata.ts)_
3993
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/list/metadata.ts)_
3994
3994
 
3995
3995
  ## `sf org list metadata-types`
3996
3996
 
@@ -4045,7 +4045,7 @@ FLAG DESCRIPTIONS
4045
4045
  Override the api version used for api requests made by this command
4046
4046
  ```
4047
4047
 
4048
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/list/metadata-types.ts)_
4048
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/list/metadata-types.ts)_
4049
4049
 
4050
4050
  ## `sf org list sobject record-counts`
4051
4051
 
@@ -4183,7 +4183,7 @@ FLAG DESCRIPTIONS
4183
4183
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4184
4184
  ```
4185
4185
 
4186
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.108/src/commands/org/login/access-token.ts)_
4186
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.109/src/commands/org/login/access-token.ts)_
4187
4187
 
4188
4188
  ## `sf org login device`
4189
4189
 
@@ -4243,7 +4243,7 @@ FLAG DESCRIPTIONS
4243
4243
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4244
4244
  ```
4245
4245
 
4246
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.108/src/commands/org/login/device.ts)_
4246
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.109/src/commands/org/login/device.ts)_
4247
4247
 
4248
4248
  ## `sf org login jwt`
4249
4249
 
@@ -4334,7 +4334,7 @@ FLAG DESCRIPTIONS
4334
4334
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4335
4335
  ```
4336
4336
 
4337
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.108/src/commands/org/login/jwt.ts)_
4337
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.109/src/commands/org/login/jwt.ts)_
4338
4338
 
4339
4339
  ## `sf org login sfdx-url`
4340
4340
 
@@ -4404,7 +4404,7 @@ EXAMPLES
4404
4404
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
4405
4405
  ```
4406
4406
 
4407
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.108/src/commands/org/login/sfdx-url.ts)_
4407
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.109/src/commands/org/login/sfdx-url.ts)_
4408
4408
 
4409
4409
  ## `sf org login web`
4410
4410
 
@@ -4491,7 +4491,7 @@ FLAG DESCRIPTIONS
4491
4491
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4492
4492
  ```
4493
4493
 
4494
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.108/src/commands/org/login/web.ts)_
4494
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.109/src/commands/org/login/web.ts)_
4495
4495
 
4496
4496
  ## `sf org logout`
4497
4497
 
@@ -4552,7 +4552,7 @@ FLAG DESCRIPTIONS
4552
4552
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4553
4553
  ```
4554
4554
 
4555
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.108/src/commands/org/logout.ts)_
4555
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.109/src/commands/org/logout.ts)_
4556
4556
 
4557
4557
  ## `sf org open`
4558
4558
 
@@ -4628,7 +4628,7 @@ EXAMPLES
4628
4628
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
4629
4629
  ```
4630
4630
 
4631
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/open.ts)_
4631
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/open.ts)_
4632
4632
 
4633
4633
  ## `sf org open agent`
4634
4634
 
@@ -4679,7 +4679,7 @@ EXAMPLES
4679
4679
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
4680
4680
  ```
4681
4681
 
4682
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/open/agent.ts)_
4682
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/open/agent.ts)_
4683
4683
 
4684
4684
  ## `sf org refresh sandbox`
4685
4685
 
@@ -4756,7 +4756,7 @@ FLAG DESCRIPTIONS
4756
4756
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
4757
4757
  ```
4758
4758
 
4759
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/refresh/sandbox.ts)_
4759
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/refresh/sandbox.ts)_
4760
4760
 
4761
4761
  ## `sf org resume sandbox`
4762
4762
 
@@ -4819,7 +4819,7 @@ FLAG DESCRIPTIONS
4819
4819
  returns the job ID. To resume checking the sandbox creation, rerun this command.
4820
4820
  ```
4821
4821
 
4822
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/resume/sandbox.ts)_
4822
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/resume/sandbox.ts)_
4823
4823
 
4824
4824
  ## `sf org resume scratch`
4825
4825
 
@@ -4866,7 +4866,7 @@ FLAG DESCRIPTIONS
4866
4866
  The job ID is valid for 24 hours after you start the scratch org creation.
4867
4867
  ```
4868
4868
 
4869
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.7/src/commands/org/resume/scratch.ts)_
4869
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/resume/scratch.ts)_
4870
4870
 
4871
4871
  ## `sf package create`
4872
4872
 
@@ -6282,7 +6282,7 @@ EXAMPLES
6282
6282
  $ sf plugins trust verify --npm @scope/npmName
6283
6283
  ```
6284
6284
 
6285
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.78/src/commands/plugins/trust/verify.ts)_
6285
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.79/src/commands/plugins/trust/verify.ts)_
6286
6286
 
6287
6287
  ## `sf plugins uninstall [PLUGIN]`
6288
6288
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.84.2",
3
+ "version": "2.84.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.84.2",
9
+ "version": "2.84.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@oclif/plugin-autocomplete": "3.2.27",
16
16
  "@oclif/plugin-commands": "4.1.22",
17
17
  "@oclif/plugin-help": "6.2.27",
18
- "@oclif/plugin-not-found": "3.2.48",
18
+ "@oclif/plugin-not-found": "3.2.49",
19
19
  "@oclif/plugin-plugins": "5.4.36",
20
20
  "@oclif/plugin-search": "1.2.23",
21
21
  "@oclif/plugin-update": "4.6.36",
@@ -26,20 +26,20 @@
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-apex": "3.6.12",
28
28
  "@salesforce/plugin-api": "1.3.3",
29
- "@salesforce/plugin-auth": "3.6.108",
29
+ "@salesforce/plugin-auth": "3.6.109",
30
30
  "@salesforce/plugin-data": "4.0.24",
31
31
  "@salesforce/plugin-deploy-retrieve": "3.21.2",
32
32
  "@salesforce/plugin-info": "3.4.51",
33
33
  "@salesforce/plugin-limits": "3.3.51",
34
34
  "@salesforce/plugin-marketplace": "1.3.8",
35
- "@salesforce/plugin-org": "5.5.7",
35
+ "@salesforce/plugin-org": "5.5.8",
36
36
  "@salesforce/plugin-packaging": "2.12.3",
37
37
  "@salesforce/plugin-schema": "3.3.58",
38
38
  "@salesforce/plugin-settings": "2.4.22",
39
39
  "@salesforce/plugin-sobject": "1.4.53",
40
- "@salesforce/plugin-telemetry": "3.6.37",
40
+ "@salesforce/plugin-telemetry": "3.6.38",
41
41
  "@salesforce/plugin-templates": "56.3.43",
42
- "@salesforce/plugin-trust": "3.7.78",
42
+ "@salesforce/plugin-trust": "3.7.79",
43
43
  "@salesforce/plugin-user": "3.6.16",
44
44
  "@salesforce/sf-plugins-core": "12.2.1",
45
45
  "ansis": "^3.12.0"
@@ -2506,13 +2506,13 @@
2506
2506
  }
2507
2507
  },
2508
2508
  "node_modules/@inquirer/core": {
2509
- "version": "10.1.9",
2510
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
2511
- "integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
2509
+ "version": "10.1.10",
2510
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.10.tgz",
2511
+ "integrity": "sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==",
2512
2512
  "license": "MIT",
2513
2513
  "dependencies": {
2514
2514
  "@inquirer/figures": "^1.0.11",
2515
- "@inquirer/type": "^3.0.5",
2515
+ "@inquirer/type": "^3.0.6",
2516
2516
  "ansi-escapes": "^4.3.2",
2517
2517
  "cli-width": "^4.1.0",
2518
2518
  "mute-stream": "^2.0.0",
@@ -2554,13 +2554,13 @@
2554
2554
  }
2555
2555
  },
2556
2556
  "node_modules/@inquirer/editor": {
2557
- "version": "4.2.9",
2558
- "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.9.tgz",
2559
- "integrity": "sha512-8HjOppAxO7O4wV1ETUlJFg6NDjp/W2NP5FB9ZPAcinAlNT4ZIWOLe2pUVwmmPRSV0NMdI5r/+lflN55AwZOKSw==",
2557
+ "version": "4.2.10",
2558
+ "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.10.tgz",
2559
+ "integrity": "sha512-5GVWJ+qeI6BzR6TIInLP9SXhWCEcvgFQYmcRG6d6RIlhFjM5TyG18paTGBgRYyEouvCmzeco47x9zX9tQEofkw==",
2560
2560
  "license": "MIT",
2561
2561
  "dependencies": {
2562
- "@inquirer/core": "^10.1.9",
2563
- "@inquirer/type": "^3.0.5",
2562
+ "@inquirer/core": "^10.1.10",
2563
+ "@inquirer/type": "^3.0.6",
2564
2564
  "external-editor": "^3.1.0"
2565
2565
  },
2566
2566
  "engines": {
@@ -2576,13 +2576,13 @@
2576
2576
  }
2577
2577
  },
2578
2578
  "node_modules/@inquirer/expand": {
2579
- "version": "4.0.11",
2580
- "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.11.tgz",
2581
- "integrity": "sha512-OZSUW4hFMW2TYvX/Sv+NnOZgO8CHT2TU1roUCUIF2T+wfw60XFRRp9MRUPCT06cRnKL+aemt2YmTWwt7rOrNEA==",
2579
+ "version": "4.0.12",
2580
+ "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.12.tgz",
2581
+ "integrity": "sha512-jV8QoZE1fC0vPe6TnsOfig+qwu7Iza1pkXoUJ3SroRagrt2hxiL+RbM432YAihNR7m7XnU0HWl/WQ35RIGmXHw==",
2582
2582
  "license": "MIT",
2583
2583
  "dependencies": {
2584
- "@inquirer/core": "^10.1.9",
2585
- "@inquirer/type": "^3.0.5",
2584
+ "@inquirer/core": "^10.1.10",
2585
+ "@inquirer/type": "^3.0.6",
2586
2586
  "yoctocolors-cjs": "^2.1.2"
2587
2587
  },
2588
2588
  "engines": {
@@ -2668,13 +2668,13 @@
2668
2668
  }
2669
2669
  },
2670
2670
  "node_modules/@inquirer/number": {
2671
- "version": "3.0.11",
2672
- "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.11.tgz",
2673
- "integrity": "sha512-pQK68CsKOgwvU2eA53AG/4npRTH2pvs/pZ2bFvzpBhrznh8Mcwt19c+nMO7LHRr3Vreu1KPhNBF3vQAKrjIulw==",
2671
+ "version": "3.0.12",
2672
+ "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.12.tgz",
2673
+ "integrity": "sha512-7HRFHxbPCA4e4jMxTQglHJwP+v/kpFsCf2szzfBHy98Wlc3L08HL76UDiA87TOdX5fwj2HMOLWqRWv9Pnn+Z5Q==",
2674
2674
  "license": "MIT",
2675
2675
  "dependencies": {
2676
- "@inquirer/core": "^10.1.9",
2677
- "@inquirer/type": "^3.0.5"
2676
+ "@inquirer/core": "^10.1.10",
2677
+ "@inquirer/type": "^3.0.6"
2678
2678
  },
2679
2679
  "engines": {
2680
2680
  "node": ">=18"
@@ -2751,21 +2751,21 @@
2751
2751
  }
2752
2752
  },
2753
2753
  "node_modules/@inquirer/prompts": {
2754
- "version": "7.4.0",
2755
- "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.4.0.tgz",
2756
- "integrity": "sha512-EZiJidQOT4O5PYtqnu1JbF0clv36oW2CviR66c7ma4LsupmmQlUwmdReGKRp456OWPWMz3PdrPiYg3aCk3op2w==",
2754
+ "version": "7.4.1",
2755
+ "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.4.1.tgz",
2756
+ "integrity": "sha512-UlmM5FVOZF0gpoe1PT/jN4vk8JmpIWBlMvTL8M+hlvPmzN89K6z03+IFmyeu/oFCenwdwHDr2gky7nIGSEVvlA==",
2757
2757
  "license": "MIT",
2758
2758
  "dependencies": {
2759
- "@inquirer/checkbox": "^4.1.4",
2760
- "@inquirer/confirm": "^5.1.8",
2761
- "@inquirer/editor": "^4.2.9",
2762
- "@inquirer/expand": "^4.0.11",
2763
- "@inquirer/input": "^4.1.8",
2764
- "@inquirer/number": "^3.0.11",
2765
- "@inquirer/password": "^4.0.11",
2766
- "@inquirer/rawlist": "^4.0.11",
2767
- "@inquirer/search": "^3.0.11",
2768
- "@inquirer/select": "^4.1.0"
2759
+ "@inquirer/checkbox": "^4.1.5",
2760
+ "@inquirer/confirm": "^5.1.9",
2761
+ "@inquirer/editor": "^4.2.10",
2762
+ "@inquirer/expand": "^4.0.12",
2763
+ "@inquirer/input": "^4.1.9",
2764
+ "@inquirer/number": "^3.0.12",
2765
+ "@inquirer/password": "^4.0.12",
2766
+ "@inquirer/rawlist": "^4.0.12",
2767
+ "@inquirer/search": "^3.0.12",
2768
+ "@inquirer/select": "^4.1.1"
2769
2769
  },
2770
2770
  "engines": {
2771
2771
  "node": ">=18"
@@ -2780,14 +2780,14 @@
2780
2780
  }
2781
2781
  },
2782
2782
  "node_modules/@inquirer/prompts/node_modules/@inquirer/checkbox": {
2783
- "version": "4.1.4",
2784
- "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.4.tgz",
2785
- "integrity": "sha512-d30576EZdApjAMceijXA5jDzRQHT/MygbC+J8I7EqA6f/FRpYxlRtRJbHF8gHeWYeSdOuTEJqonn7QLB1ELezA==",
2783
+ "version": "4.1.5",
2784
+ "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.5.tgz",
2785
+ "integrity": "sha512-swPczVU+at65xa5uPfNP9u3qx/alNwiaykiI/ExpsmMSQW55trmZcwhYWzw/7fj+n6Q8z1eENvR7vFfq9oPSAQ==",
2786
2786
  "license": "MIT",
2787
2787
  "dependencies": {
2788
- "@inquirer/core": "^10.1.9",
2788
+ "@inquirer/core": "^10.1.10",
2789
2789
  "@inquirer/figures": "^1.0.11",
2790
- "@inquirer/type": "^3.0.5",
2790
+ "@inquirer/type": "^3.0.6",
2791
2791
  "ansi-escapes": "^4.3.2",
2792
2792
  "yoctocolors-cjs": "^2.1.2"
2793
2793
  },
@@ -2804,13 +2804,13 @@
2804
2804
  }
2805
2805
  },
2806
2806
  "node_modules/@inquirer/prompts/node_modules/@inquirer/confirm": {
2807
- "version": "5.1.8",
2808
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.8.tgz",
2809
- "integrity": "sha512-dNLWCYZvXDjO3rnQfk2iuJNL4Ivwz/T2+C3+WnNfJKsNGSuOs3wAo2F6e0p946gtSAk31nZMfW+MRmYaplPKsg==",
2807
+ "version": "5.1.9",
2808
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.9.tgz",
2809
+ "integrity": "sha512-NgQCnHqFTjF7Ys2fsqK2WtnA8X1kHyInyG+nMIuHowVTIgIuS10T4AznI/PvbqSpJqjCUqNBlKGh1v3bwLFL4w==",
2810
2810
  "license": "MIT",
2811
2811
  "dependencies": {
2812
- "@inquirer/core": "^10.1.9",
2813
- "@inquirer/type": "^3.0.5"
2812
+ "@inquirer/core": "^10.1.10",
2813
+ "@inquirer/type": "^3.0.6"
2814
2814
  },
2815
2815
  "engines": {
2816
2816
  "node": ">=18"
@@ -2825,13 +2825,13 @@
2825
2825
  }
2826
2826
  },
2827
2827
  "node_modules/@inquirer/prompts/node_modules/@inquirer/input": {
2828
- "version": "4.1.8",
2829
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.8.tgz",
2830
- "integrity": "sha512-WXJI16oOZ3/LiENCAxe8joniNp8MQxF6Wi5V+EBbVA0ZIOpFcL4I9e7f7cXse0HJeIPCWO8Lcgnk98juItCi7Q==",
2828
+ "version": "4.1.9",
2829
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.9.tgz",
2830
+ "integrity": "sha512-mshNG24Ij5KqsQtOZMgj5TwEjIf+F2HOESk6bjMwGWgcH5UBe8UoljwzNFHqdMbGYbgAf6v2wU/X9CAdKJzgOA==",
2831
2831
  "license": "MIT",
2832
2832
  "dependencies": {
2833
- "@inquirer/core": "^10.1.9",
2834
- "@inquirer/type": "^3.0.5"
2833
+ "@inquirer/core": "^10.1.10",
2834
+ "@inquirer/type": "^3.0.6"
2835
2835
  },
2836
2836
  "engines": {
2837
2837
  "node": ">=18"
@@ -2846,13 +2846,13 @@
2846
2846
  }
2847
2847
  },
2848
2848
  "node_modules/@inquirer/prompts/node_modules/@inquirer/password": {
2849
- "version": "4.0.11",
2850
- "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.11.tgz",
2851
- "integrity": "sha512-dH6zLdv+HEv1nBs96Case6eppkRggMe8LoOTl30+Gq5Wf27AO/vHFgStTVz4aoevLdNXqwE23++IXGw4eiOXTg==",
2849
+ "version": "4.0.12",
2850
+ "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.12.tgz",
2851
+ "integrity": "sha512-FlOB0zvuELPEbnBYiPaOdJIaDzb2PmJ7ghi/SVwIHDDSQ2K4opGBkF+5kXOg6ucrtSUQdLhVVY5tycH0j0l+0g==",
2852
2852
  "license": "MIT",
2853
2853
  "dependencies": {
2854
- "@inquirer/core": "^10.1.9",
2855
- "@inquirer/type": "^3.0.5",
2854
+ "@inquirer/core": "^10.1.10",
2855
+ "@inquirer/type": "^3.0.6",
2856
2856
  "ansi-escapes": "^4.3.2"
2857
2857
  },
2858
2858
  "engines": {
@@ -2868,14 +2868,14 @@
2868
2868
  }
2869
2869
  },
2870
2870
  "node_modules/@inquirer/prompts/node_modules/@inquirer/select": {
2871
- "version": "4.1.0",
2872
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.1.0.tgz",
2873
- "integrity": "sha512-z0a2fmgTSRN+YBuiK1ROfJ2Nvrpij5lVN3gPDkQGhavdvIVGHGW29LwYZfM/j42Ai2hUghTI/uoBuTbrJk42bA==",
2871
+ "version": "4.1.1",
2872
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.1.1.tgz",
2873
+ "integrity": "sha512-IUXzzTKVdiVNMA+2yUvPxWsSgOG4kfX93jOM4Zb5FgujeInotv5SPIJVeXQ+fO4xu7tW8VowFhdG5JRmmCyQ1Q==",
2874
2874
  "license": "MIT",
2875
2875
  "dependencies": {
2876
- "@inquirer/core": "^10.1.9",
2876
+ "@inquirer/core": "^10.1.10",
2877
2877
  "@inquirer/figures": "^1.0.11",
2878
- "@inquirer/type": "^3.0.5",
2878
+ "@inquirer/type": "^3.0.6",
2879
2879
  "ansi-escapes": "^4.3.2",
2880
2880
  "yoctocolors-cjs": "^2.1.2"
2881
2881
  },
@@ -2892,13 +2892,13 @@
2892
2892
  }
2893
2893
  },
2894
2894
  "node_modules/@inquirer/rawlist": {
2895
- "version": "4.0.11",
2896
- "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.11.tgz",
2897
- "integrity": "sha512-uAYtTx0IF/PqUAvsRrF3xvnxJV516wmR6YVONOmCWJbbt87HcDHLfL9wmBQFbNJRv5kCjdYKrZcavDkH3sVJPg==",
2895
+ "version": "4.0.12",
2896
+ "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.12.tgz",
2897
+ "integrity": "sha512-wNPJZy8Oc7RyGISPxp9/MpTOqX8lr0r+lCCWm7hQra+MDtYRgINv1hxw7R+vKP71Bu/3LszabxOodfV/uTfsaA==",
2898
2898
  "license": "MIT",
2899
2899
  "dependencies": {
2900
- "@inquirer/core": "^10.1.9",
2901
- "@inquirer/type": "^3.0.5",
2900
+ "@inquirer/core": "^10.1.10",
2901
+ "@inquirer/type": "^3.0.6",
2902
2902
  "yoctocolors-cjs": "^2.1.2"
2903
2903
  },
2904
2904
  "engines": {
@@ -2914,14 +2914,14 @@
2914
2914
  }
2915
2915
  },
2916
2916
  "node_modules/@inquirer/search": {
2917
- "version": "3.0.11",
2918
- "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.11.tgz",
2919
- "integrity": "sha512-9CWQT0ikYcg6Ls3TOa7jljsD7PgjcsYEM0bYE+Gkz+uoW9u8eaJCRHJKkucpRE5+xKtaaDbrND+nPDoxzjYyew==",
2917
+ "version": "3.0.12",
2918
+ "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.12.tgz",
2919
+ "integrity": "sha512-H/kDJA3kNlnNIjB8YsaXoQI0Qccgf0Na14K1h8ExWhNmUg2E941dyFPrZeugihEa9AZNW5NdsD/NcvUME83OPQ==",
2920
2920
  "license": "MIT",
2921
2921
  "dependencies": {
2922
- "@inquirer/core": "^10.1.9",
2922
+ "@inquirer/core": "^10.1.10",
2923
2923
  "@inquirer/figures": "^1.0.11",
2924
- "@inquirer/type": "^3.0.5",
2924
+ "@inquirer/type": "^3.0.6",
2925
2925
  "yoctocolors-cjs": "^2.1.2"
2926
2926
  },
2927
2927
  "engines": {
@@ -3001,9 +3001,9 @@
3001
3001
  }
3002
3002
  },
3003
3003
  "node_modules/@inquirer/type": {
3004
- "version": "3.0.5",
3005
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
3006
- "integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
3004
+ "version": "3.0.6",
3005
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.6.tgz",
3006
+ "integrity": "sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==",
3007
3007
  "license": "MIT",
3008
3008
  "engines": {
3009
3009
  "node": ">=18"
@@ -4195,12 +4195,12 @@
4195
4195
  }
4196
4196
  },
4197
4197
  "node_modules/@oclif/plugin-not-found": {
4198
- "version": "3.2.48",
4199
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.48.tgz",
4200
- "integrity": "sha512-H2y3PtiU/MYZXvvWUR0vr4PCoSSsN8inGDlLgLxQ4q+osAlJ256RxKCVMsSJG9fWt+Pg/+wrLzpx0OsbyVOi9g==",
4198
+ "version": "3.2.49",
4199
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.49.tgz",
4200
+ "integrity": "sha512-3V74/O5aFAqTTCJ7+X04M6vmt59Dk8HimB2uOlGgJrR7yLMW9JsVWKpDZZ6fl1hfd5kK9Jn4oaEt/1LuwfW1wQ==",
4201
4201
  "license": "MIT",
4202
4202
  "dependencies": {
4203
- "@inquirer/prompts": "^7.4.0",
4203
+ "@inquirer/prompts": "^7.4.1",
4204
4204
  "@oclif/core": "^4",
4205
4205
  "ansis": "^3.17.0",
4206
4206
  "fast-levenshtein": "^3.0.0"
@@ -5114,9 +5114,9 @@
5114
5114
  }
5115
5115
  },
5116
5116
  "node_modules/@salesforce/plugin-auth": {
5117
- "version": "3.6.108",
5118
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.108.tgz",
5119
- "integrity": "sha512-bJxg0ciLfuS7SfbhIv3XFBpYRRph0PJGrpbJNhggyZQ/C7oDt6bx1KgzYQfr+h3UrPc/K2UzR5tSMrpKG2c6lw==",
5117
+ "version": "3.6.109",
5118
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.109.tgz",
5119
+ "integrity": "sha512-uawndBSk5DUXpgvg97t2H4Ee43nv+IhGDqj9GOAE5RKcX5Uo+TixBf8iYNZJhMyKkgAqF63r5I4HjovA8Vp/Og==",
5120
5120
  "license": "BSD-3-Clause",
5121
5121
  "dependencies": {
5122
5122
  "@inquirer/checkbox": "^2.5.0",
@@ -5125,7 +5125,7 @@
5125
5125
  "@salesforce/core": "^8.8.5",
5126
5126
  "@salesforce/kit": "^3.2.3",
5127
5127
  "@salesforce/plugin-info": "^3.4.50",
5128
- "@salesforce/sf-plugins-core": "^12.2.0",
5128
+ "@salesforce/sf-plugins-core": "^12.2.1",
5129
5129
  "@salesforce/ts-types": "^2.0.11",
5130
5130
  "open": "^10.1.0"
5131
5131
  },
@@ -5344,9 +5344,9 @@
5344
5344
  }
5345
5345
  },
5346
5346
  "node_modules/@salesforce/plugin-org": {
5347
- "version": "5.5.7",
5348
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.5.7.tgz",
5349
- "integrity": "sha512-K5FytfMPMy1r3tp39tBY7uTeQ8G5FEiuE3rNpmiZbBbatJYl0CSXspfuVX8mpeURFsc7THgX/oxE3QmqbHDwPw==",
5347
+ "version": "5.5.8",
5348
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.5.8.tgz",
5349
+ "integrity": "sha512-uboi6dMErvwNWkojMXk+njXTAfan/my/lP6cPP9/Qi5hgscY6unTzrvm2HLNle9qEHsTOJuTUHnW8RUiIdVAeQ==",
5350
5350
  "license": "BSD-3-Clause",
5351
5351
  "dependencies": {
5352
5352
  "@oclif/core": "^4.2.10",
@@ -5354,7 +5354,7 @@
5354
5354
  "@salesforce/core": "^8.8.7",
5355
5355
  "@salesforce/kit": "^3.2.3",
5356
5356
  "@salesforce/sf-plugins-core": "^12.2.1",
5357
- "@salesforce/source-deploy-retrieve": "^12.16.10",
5357
+ "@salesforce/source-deploy-retrieve": "^12.18.2",
5358
5358
  "@salesforce/ts-types": "^2.0.12",
5359
5359
  "ansis": "^3.16.0",
5360
5360
  "change-case": "^5.4.4",
@@ -5642,9 +5642,9 @@
5642
5642
  }
5643
5643
  },
5644
5644
  "node_modules/@salesforce/plugin-telemetry": {
5645
- "version": "3.6.37",
5646
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.37.tgz",
5647
- "integrity": "sha512-bJRfHG2cK2AWrlchT06t4PxWqeD79oMRTtWhGpQDYrEDeJE0yGidTGvvsQ9PhzrtOLRrgXA7sGqkPSmXPe2cxg==",
5645
+ "version": "3.6.38",
5646
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.38.tgz",
5647
+ "integrity": "sha512-iiMKqc+h5B4lz8HynHZyOmKhyi7WhUKj89r8waRIHW068FJGhDKNWHxMWQqfe1re9rrBbA2wVFm4uRkTf+rANA==",
5648
5648
  "license": "BSD-3-Clause",
5649
5649
  "dependencies": {
5650
5650
  "@oclif/core": "^4.2.7",
@@ -5674,15 +5674,15 @@
5674
5674
  }
5675
5675
  },
5676
5676
  "node_modules/@salesforce/plugin-trust": {
5677
- "version": "3.7.78",
5678
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.78.tgz",
5679
- "integrity": "sha512-6w+vo2AWJRT5nok74GItRWlvjxHFRNpppFjRNjZWAIw8RU/jP0W4F/lCa3xFIaM+frEQwyahfObLh8BAA+54kQ==",
5677
+ "version": "3.7.79",
5678
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.79.tgz",
5679
+ "integrity": "sha512-HHU8fPADWoesP0DklakbDD4BYeN5JLsdayujY2uwIcIGSjJ8WKT7ciEIKIJCsCgzlS+kivE2+0ojyuCtmdFk4Q==",
5680
5680
  "license": "BSD-3-Clause",
5681
5681
  "dependencies": {
5682
5682
  "@oclif/core": "^4",
5683
5683
  "@salesforce/core": "^8.8.7",
5684
5684
  "@salesforce/kit": "^3.2.0",
5685
- "@salesforce/plugin-info": "^3.4.50",
5685
+ "@salesforce/plugin-info": "^3.4.51",
5686
5686
  "@salesforce/sf-plugins-core": "^12",
5687
5687
  "got": "^13.0.0",
5688
5688
  "npm": "^10.9.2",
@@ -5875,9 +5875,9 @@
5875
5875
  }
5876
5876
  },
5877
5877
  "node_modules/@salesforce/source-deploy-retrieve": {
5878
- "version": "12.18.0",
5879
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.18.0.tgz",
5880
- "integrity": "sha512-s4RAHA+5QCcqIVkGxHKnBbq4x8D9fWiAmUA5zoQQ2VPS8wT0uOVZEavPsFMm4MP+wVngySw7XwQGpXiaGb545A==",
5878
+ "version": "12.18.3",
5879
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.18.3.tgz",
5880
+ "integrity": "sha512-a+AmOs+FX5nnv0XW9Pgfxfruw9Aemq3PQIBfeyhKIplPvIkQXpJaX0MDUFWWjuqUox6jC3mGm2bcPBtkos/7ow==",
5881
5881
  "license": "BSD-3-Clause",
5882
5882
  "dependencies": {
5883
5883
  "@salesforce/core": "^8.8.7",
@@ -5894,7 +5894,7 @@
5894
5894
  "mime": "2.6.0",
5895
5895
  "minimatch": "^9.0.5",
5896
5896
  "proxy-agent": "^6.4.0",
5897
- "yaml": "^2.7.0"
5897
+ "yaml": "^2.7.1"
5898
5898
  },
5899
5899
  "engines": {
5900
5900
  "node": ">=18.0.0"
@@ -24324,9 +24324,9 @@
24324
24324
  "license": "ISC"
24325
24325
  },
24326
24326
  "node_modules/yaml": {
24327
- "version": "2.7.0",
24328
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
24329
- "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
24327
+ "version": "2.7.1",
24328
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz",
24329
+ "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==",
24330
24330
  "license": "ISC",
24331
24331
  "bin": {
24332
24332
  "yaml": "bin.mjs"
package/oclif.lock CHANGED
@@ -1120,14 +1120,14 @@
1120
1120
  ansi-escapes "^4.3.2"
1121
1121
  yoctocolors-cjs "^2.1.2"
1122
1122
 
1123
- "@inquirer/checkbox@^4.1.4":
1124
- version "4.1.4"
1125
- resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.4.tgz"
1126
- integrity sha512-d30576EZdApjAMceijXA5jDzRQHT/MygbC+J8I7EqA6f/FRpYxlRtRJbHF8gHeWYeSdOuTEJqonn7QLB1ELezA==
1123
+ "@inquirer/checkbox@^4.1.5":
1124
+ version "4.1.5"
1125
+ resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.5.tgz"
1126
+ integrity sha512-swPczVU+at65xa5uPfNP9u3qx/alNwiaykiI/ExpsmMSQW55trmZcwhYWzw/7fj+n6Q8z1eENvR7vFfq9oPSAQ==
1127
1127
  dependencies:
1128
- "@inquirer/core" "^10.1.9"
1128
+ "@inquirer/core" "^10.1.10"
1129
1129
  "@inquirer/figures" "^1.0.11"
1130
- "@inquirer/type" "^3.0.5"
1130
+ "@inquirer/type" "^3.0.6"
1131
1131
  ansi-escapes "^4.3.2"
1132
1132
  yoctocolors-cjs "^2.1.2"
1133
1133
 
@@ -1139,21 +1139,21 @@
1139
1139
  "@inquirer/core" "^9.1.0"
1140
1140
  "@inquirer/type" "^1.5.3"
1141
1141
 
1142
- "@inquirer/confirm@^5.1.8":
1143
- version "5.1.8"
1144
- resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.8.tgz"
1145
- integrity sha512-dNLWCYZvXDjO3rnQfk2iuJNL4Ivwz/T2+C3+WnNfJKsNGSuOs3wAo2F6e0p946gtSAk31nZMfW+MRmYaplPKsg==
1142
+ "@inquirer/confirm@^5.1.9":
1143
+ version "5.1.9"
1144
+ resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.9.tgz"
1145
+ integrity sha512-NgQCnHqFTjF7Ys2fsqK2WtnA8X1kHyInyG+nMIuHowVTIgIuS10T4AznI/PvbqSpJqjCUqNBlKGh1v3bwLFL4w==
1146
1146
  dependencies:
1147
- "@inquirer/core" "^10.1.9"
1148
- "@inquirer/type" "^3.0.5"
1147
+ "@inquirer/core" "^10.1.10"
1148
+ "@inquirer/type" "^3.0.6"
1149
1149
 
1150
- "@inquirer/core@^10.1.9":
1151
- version "10.1.9"
1152
- resolved "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz"
1153
- integrity sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==
1150
+ "@inquirer/core@^10.1.10":
1151
+ version "10.1.10"
1152
+ resolved "https://registry.npmjs.org/@inquirer/core/-/core-10.1.10.tgz"
1153
+ integrity sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==
1154
1154
  dependencies:
1155
1155
  "@inquirer/figures" "^1.0.11"
1156
- "@inquirer/type" "^3.0.5"
1156
+ "@inquirer/type" "^3.0.6"
1157
1157
  ansi-escapes "^4.3.2"
1158
1158
  cli-width "^4.1.0"
1159
1159
  mute-stream "^2.0.0"
@@ -1199,22 +1199,22 @@
1199
1199
  wrap-ansi "^6.2.0"
1200
1200
  yoctocolors-cjs "^2.1.2"
1201
1201
 
1202
- "@inquirer/editor@^4.2.9":
1203
- version "4.2.9"
1204
- resolved "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.9.tgz"
1205
- integrity sha512-8HjOppAxO7O4wV1ETUlJFg6NDjp/W2NP5FB9ZPAcinAlNT4ZIWOLe2pUVwmmPRSV0NMdI5r/+lflN55AwZOKSw==
1202
+ "@inquirer/editor@^4.2.10":
1203
+ version "4.2.10"
1204
+ resolved "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.10.tgz"
1205
+ integrity sha512-5GVWJ+qeI6BzR6TIInLP9SXhWCEcvgFQYmcRG6d6RIlhFjM5TyG18paTGBgRYyEouvCmzeco47x9zX9tQEofkw==
1206
1206
  dependencies:
1207
- "@inquirer/core" "^10.1.9"
1208
- "@inquirer/type" "^3.0.5"
1207
+ "@inquirer/core" "^10.1.10"
1208
+ "@inquirer/type" "^3.0.6"
1209
1209
  external-editor "^3.1.0"
1210
1210
 
1211
- "@inquirer/expand@^4.0.11":
1212
- version "4.0.11"
1213
- resolved "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.11.tgz"
1214
- integrity sha512-OZSUW4hFMW2TYvX/Sv+NnOZgO8CHT2TU1roUCUIF2T+wfw60XFRRp9MRUPCT06cRnKL+aemt2YmTWwt7rOrNEA==
1211
+ "@inquirer/expand@^4.0.12":
1212
+ version "4.0.12"
1213
+ resolved "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.12.tgz"
1214
+ integrity sha512-jV8QoZE1fC0vPe6TnsOfig+qwu7Iza1pkXoUJ3SroRagrt2hxiL+RbM432YAihNR7m7XnU0HWl/WQ35RIGmXHw==
1215
1215
  dependencies:
1216
- "@inquirer/core" "^10.1.9"
1217
- "@inquirer/type" "^3.0.5"
1216
+ "@inquirer/core" "^10.1.10"
1217
+ "@inquirer/type" "^3.0.6"
1218
1218
  yoctocolors-cjs "^2.1.2"
1219
1219
 
1220
1220
  "@inquirer/figures@^1.0.11", "@inquirer/figures@^1.0.5":
@@ -1230,21 +1230,21 @@
1230
1230
  "@inquirer/core" "^9.1.0"
1231
1231
  "@inquirer/type" "^1.5.3"
1232
1232
 
1233
- "@inquirer/input@^4.1.8":
1234
- version "4.1.8"
1235
- resolved "https://registry.npmjs.org/@inquirer/input/-/input-4.1.8.tgz"
1236
- integrity sha512-WXJI16oOZ3/LiENCAxe8joniNp8MQxF6Wi5V+EBbVA0ZIOpFcL4I9e7f7cXse0HJeIPCWO8Lcgnk98juItCi7Q==
1233
+ "@inquirer/input@^4.1.9":
1234
+ version "4.1.9"
1235
+ resolved "https://registry.npmjs.org/@inquirer/input/-/input-4.1.9.tgz"
1236
+ integrity sha512-mshNG24Ij5KqsQtOZMgj5TwEjIf+F2HOESk6bjMwGWgcH5UBe8UoljwzNFHqdMbGYbgAf6v2wU/X9CAdKJzgOA==
1237
1237
  dependencies:
1238
- "@inquirer/core" "^10.1.9"
1239
- "@inquirer/type" "^3.0.5"
1238
+ "@inquirer/core" "^10.1.10"
1239
+ "@inquirer/type" "^3.0.6"
1240
1240
 
1241
- "@inquirer/number@^3.0.11":
1242
- version "3.0.11"
1243
- resolved "https://registry.npmjs.org/@inquirer/number/-/number-3.0.11.tgz"
1244
- integrity sha512-pQK68CsKOgwvU2eA53AG/4npRTH2pvs/pZ2bFvzpBhrznh8Mcwt19c+nMO7LHRr3Vreu1KPhNBF3vQAKrjIulw==
1241
+ "@inquirer/number@^3.0.12":
1242
+ version "3.0.12"
1243
+ resolved "https://registry.npmjs.org/@inquirer/number/-/number-3.0.12.tgz"
1244
+ integrity sha512-7HRFHxbPCA4e4jMxTQglHJwP+v/kpFsCf2szzfBHy98Wlc3L08HL76UDiA87TOdX5fwj2HMOLWqRWv9Pnn+Z5Q==
1245
1245
  dependencies:
1246
- "@inquirer/core" "^10.1.9"
1247
- "@inquirer/type" "^3.0.5"
1246
+ "@inquirer/core" "^10.1.10"
1247
+ "@inquirer/type" "^3.0.6"
1248
1248
 
1249
1249
  "@inquirer/password@^2.2.0":
1250
1250
  version "2.2.0"
@@ -1255,48 +1255,48 @@
1255
1255
  "@inquirer/type" "^1.5.3"
1256
1256
  ansi-escapes "^4.3.2"
1257
1257
 
1258
- "@inquirer/password@^4.0.11":
1259
- version "4.0.11"
1260
- resolved "https://registry.npmjs.org/@inquirer/password/-/password-4.0.11.tgz"
1261
- integrity sha512-dH6zLdv+HEv1nBs96Case6eppkRggMe8LoOTl30+Gq5Wf27AO/vHFgStTVz4aoevLdNXqwE23++IXGw4eiOXTg==
1258
+ "@inquirer/password@^4.0.12":
1259
+ version "4.0.12"
1260
+ resolved "https://registry.npmjs.org/@inquirer/password/-/password-4.0.12.tgz"
1261
+ integrity sha512-FlOB0zvuELPEbnBYiPaOdJIaDzb2PmJ7ghi/SVwIHDDSQ2K4opGBkF+5kXOg6ucrtSUQdLhVVY5tycH0j0l+0g==
1262
1262
  dependencies:
1263
- "@inquirer/core" "^10.1.9"
1264
- "@inquirer/type" "^3.0.5"
1263
+ "@inquirer/core" "^10.1.10"
1264
+ "@inquirer/type" "^3.0.6"
1265
1265
  ansi-escapes "^4.3.2"
1266
1266
 
1267
- "@inquirer/prompts@^7.3.3", "@inquirer/prompts@^7.4.0":
1268
- version "7.4.0"
1269
- resolved "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.4.0.tgz"
1270
- integrity sha512-EZiJidQOT4O5PYtqnu1JbF0clv36oW2CviR66c7ma4LsupmmQlUwmdReGKRp456OWPWMz3PdrPiYg3aCk3op2w==
1271
- dependencies:
1272
- "@inquirer/checkbox" "^4.1.4"
1273
- "@inquirer/confirm" "^5.1.8"
1274
- "@inquirer/editor" "^4.2.9"
1275
- "@inquirer/expand" "^4.0.11"
1276
- "@inquirer/input" "^4.1.8"
1277
- "@inquirer/number" "^3.0.11"
1278
- "@inquirer/password" "^4.0.11"
1279
- "@inquirer/rawlist" "^4.0.11"
1280
- "@inquirer/search" "^3.0.11"
1281
- "@inquirer/select" "^4.1.0"
1282
-
1283
- "@inquirer/rawlist@^4.0.11":
1284
- version "4.0.11"
1285
- resolved "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.11.tgz"
1286
- integrity sha512-uAYtTx0IF/PqUAvsRrF3xvnxJV516wmR6YVONOmCWJbbt87HcDHLfL9wmBQFbNJRv5kCjdYKrZcavDkH3sVJPg==
1287
- dependencies:
1288
- "@inquirer/core" "^10.1.9"
1289
- "@inquirer/type" "^3.0.5"
1267
+ "@inquirer/prompts@^7.3.3", "@inquirer/prompts@^7.4.1":
1268
+ version "7.4.1"
1269
+ resolved "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.4.1.tgz"
1270
+ integrity sha512-UlmM5FVOZF0gpoe1PT/jN4vk8JmpIWBlMvTL8M+hlvPmzN89K6z03+IFmyeu/oFCenwdwHDr2gky7nIGSEVvlA==
1271
+ dependencies:
1272
+ "@inquirer/checkbox" "^4.1.5"
1273
+ "@inquirer/confirm" "^5.1.9"
1274
+ "@inquirer/editor" "^4.2.10"
1275
+ "@inquirer/expand" "^4.0.12"
1276
+ "@inquirer/input" "^4.1.9"
1277
+ "@inquirer/number" "^3.0.12"
1278
+ "@inquirer/password" "^4.0.12"
1279
+ "@inquirer/rawlist" "^4.0.12"
1280
+ "@inquirer/search" "^3.0.12"
1281
+ "@inquirer/select" "^4.1.1"
1282
+
1283
+ "@inquirer/rawlist@^4.0.12":
1284
+ version "4.0.12"
1285
+ resolved "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.12.tgz"
1286
+ integrity sha512-wNPJZy8Oc7RyGISPxp9/MpTOqX8lr0r+lCCWm7hQra+MDtYRgINv1hxw7R+vKP71Bu/3LszabxOodfV/uTfsaA==
1287
+ dependencies:
1288
+ "@inquirer/core" "^10.1.10"
1289
+ "@inquirer/type" "^3.0.6"
1290
1290
  yoctocolors-cjs "^2.1.2"
1291
1291
 
1292
- "@inquirer/search@^3.0.11":
1293
- version "3.0.11"
1294
- resolved "https://registry.npmjs.org/@inquirer/search/-/search-3.0.11.tgz"
1295
- integrity sha512-9CWQT0ikYcg6Ls3TOa7jljsD7PgjcsYEM0bYE+Gkz+uoW9u8eaJCRHJKkucpRE5+xKtaaDbrND+nPDoxzjYyew==
1292
+ "@inquirer/search@^3.0.12":
1293
+ version "3.0.12"
1294
+ resolved "https://registry.npmjs.org/@inquirer/search/-/search-3.0.12.tgz"
1295
+ integrity sha512-H/kDJA3kNlnNIjB8YsaXoQI0Qccgf0Na14K1h8ExWhNmUg2E941dyFPrZeugihEa9AZNW5NdsD/NcvUME83OPQ==
1296
1296
  dependencies:
1297
- "@inquirer/core" "^10.1.9"
1297
+ "@inquirer/core" "^10.1.10"
1298
1298
  "@inquirer/figures" "^1.0.11"
1299
- "@inquirer/type" "^3.0.5"
1299
+ "@inquirer/type" "^3.0.6"
1300
1300
  yoctocolors-cjs "^2.1.2"
1301
1301
 
1302
1302
  "@inquirer/select@^2.3.5", "@inquirer/select@^2.5.0":
@@ -1310,14 +1310,14 @@
1310
1310
  ansi-escapes "^4.3.2"
1311
1311
  yoctocolors-cjs "^2.1.2"
1312
1312
 
1313
- "@inquirer/select@^4.1.0":
1314
- version "4.1.0"
1315
- resolved "https://registry.npmjs.org/@inquirer/select/-/select-4.1.0.tgz"
1316
- integrity sha512-z0a2fmgTSRN+YBuiK1ROfJ2Nvrpij5lVN3gPDkQGhavdvIVGHGW29LwYZfM/j42Ai2hUghTI/uoBuTbrJk42bA==
1313
+ "@inquirer/select@^4.1.1":
1314
+ version "4.1.1"
1315
+ resolved "https://registry.npmjs.org/@inquirer/select/-/select-4.1.1.tgz"
1316
+ integrity sha512-IUXzzTKVdiVNMA+2yUvPxWsSgOG4kfX93jOM4Zb5FgujeInotv5SPIJVeXQ+fO4xu7tW8VowFhdG5JRmmCyQ1Q==
1317
1317
  dependencies:
1318
- "@inquirer/core" "^10.1.9"
1318
+ "@inquirer/core" "^10.1.10"
1319
1319
  "@inquirer/figures" "^1.0.11"
1320
- "@inquirer/type" "^3.0.5"
1320
+ "@inquirer/type" "^3.0.6"
1321
1321
  ansi-escapes "^4.3.2"
1322
1322
  yoctocolors-cjs "^2.1.2"
1323
1323
 
@@ -1335,10 +1335,10 @@
1335
1335
  dependencies:
1336
1336
  mute-stream "^1.0.0"
1337
1337
 
1338
- "@inquirer/type@^3.0.5":
1339
- version "3.0.5"
1340
- resolved "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz"
1341
- integrity sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==
1338
+ "@inquirer/type@^3.0.6":
1339
+ version "3.0.6"
1340
+ resolved "https://registry.npmjs.org/@inquirer/type/-/type-3.0.6.tgz"
1341
+ integrity sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==
1342
1342
 
1343
1343
  "@isaacs/cliui@^8.0.2":
1344
1344
  version "8.0.2"
@@ -1730,12 +1730,12 @@
1730
1730
  dependencies:
1731
1731
  "@oclif/core" "^4"
1732
1732
 
1733
- "@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.48":
1734
- version "3.2.48"
1735
- resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.48.tgz"
1736
- integrity sha512-H2y3PtiU/MYZXvvWUR0vr4PCoSSsN8inGDlLgLxQ4q+osAlJ256RxKCVMsSJG9fWt+Pg/+wrLzpx0OsbyVOi9g==
1733
+ "@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.49":
1734
+ version "3.2.49"
1735
+ resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.49.tgz"
1736
+ integrity sha512-3V74/O5aFAqTTCJ7+X04M6vmt59Dk8HimB2uOlGgJrR7yLMW9JsVWKpDZZ6fl1hfd5kK9Jn4oaEt/1LuwfW1wQ==
1737
1737
  dependencies:
1738
- "@inquirer/prompts" "^7.4.0"
1738
+ "@inquirer/prompts" "^7.4.1"
1739
1739
  "@oclif/core" "^4"
1740
1740
  ansis "^3.17.0"
1741
1741
  fast-levenshtein "^3.0.0"
@@ -2122,10 +2122,10 @@
2122
2122
  got "^13.0.0"
2123
2123
  proxy-agent "^6.4.0"
2124
2124
 
2125
- "@salesforce/plugin-auth@3.6.108":
2126
- version "3.6.108"
2127
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.108.tgz"
2128
- integrity sha512-bJxg0ciLfuS7SfbhIv3XFBpYRRph0PJGrpbJNhggyZQ/C7oDt6bx1KgzYQfr+h3UrPc/K2UzR5tSMrpKG2c6lw==
2125
+ "@salesforce/plugin-auth@3.6.109":
2126
+ version "3.6.109"
2127
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.109.tgz"
2128
+ integrity sha512-uawndBSk5DUXpgvg97t2H4Ee43nv+IhGDqj9GOAE5RKcX5Uo+TixBf8iYNZJhMyKkgAqF63r5I4HjovA8Vp/Og==
2129
2129
  dependencies:
2130
2130
  "@inquirer/checkbox" "^2.5.0"
2131
2131
  "@inquirer/select" "^2.5.0"
@@ -2133,7 +2133,7 @@
2133
2133
  "@salesforce/core" "^8.8.5"
2134
2134
  "@salesforce/kit" "^3.2.3"
2135
2135
  "@salesforce/plugin-info" "^3.4.50"
2136
- "@salesforce/sf-plugins-core" "^12.2.0"
2136
+ "@salesforce/sf-plugins-core" "^12.2.1"
2137
2137
  "@salesforce/ts-types" "^2.0.11"
2138
2138
  open "^10.1.0"
2139
2139
 
@@ -2188,7 +2188,7 @@
2188
2188
  ansis "^3.17.0"
2189
2189
  terminal-link "^3.0.0"
2190
2190
 
2191
- "@salesforce/plugin-info@^3.4.47", "@salesforce/plugin-info@^3.4.50", "@salesforce/plugin-info@3.4.51":
2191
+ "@salesforce/plugin-info@^3.4.47", "@salesforce/plugin-info@^3.4.50", "@salesforce/plugin-info@^3.4.51", "@salesforce/plugin-info@3.4.51":
2192
2192
  version "3.4.51"
2193
2193
  resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.51.tgz"
2194
2194
  integrity sha512-sFVL43lbGD4HgGRHasJcGo1DoPdIfDIAGRy/55yItVdVNEBl/w8lqxHXpI7gXx5c0oE1WPTgQTjsXgRfORXU3g==
@@ -2225,17 +2225,17 @@
2225
2225
  got "^13.0.0"
2226
2226
  proxy-agent "^6.4.0"
2227
2227
 
2228
- "@salesforce/plugin-org@5.5.7":
2229
- version "5.5.7"
2230
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.5.7.tgz"
2231
- integrity sha512-K5FytfMPMy1r3tp39tBY7uTeQ8G5FEiuE3rNpmiZbBbatJYl0CSXspfuVX8mpeURFsc7THgX/oxE3QmqbHDwPw==
2228
+ "@salesforce/plugin-org@5.5.8":
2229
+ version "5.5.8"
2230
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.5.8.tgz"
2231
+ integrity sha512-uboi6dMErvwNWkojMXk+njXTAfan/my/lP6cPP9/Qi5hgscY6unTzrvm2HLNle9qEHsTOJuTUHnW8RUiIdVAeQ==
2232
2232
  dependencies:
2233
2233
  "@oclif/core" "^4.2.10"
2234
2234
  "@oclif/multi-stage-output" "^0.8.12"
2235
2235
  "@salesforce/core" "^8.8.7"
2236
2236
  "@salesforce/kit" "^3.2.3"
2237
2237
  "@salesforce/sf-plugins-core" "^12.2.1"
2238
- "@salesforce/source-deploy-retrieve" "^12.16.10"
2238
+ "@salesforce/source-deploy-retrieve" "^12.18.2"
2239
2239
  "@salesforce/ts-types" "^2.0.12"
2240
2240
  ansis "^3.16.0"
2241
2241
  change-case "^5.4.4"
@@ -2318,10 +2318,10 @@
2318
2318
  fast-xml-parser "^4.5.3"
2319
2319
  js2xmlparser "^4.0.2"
2320
2320
 
2321
- "@salesforce/plugin-telemetry@3.6.37":
2322
- version "3.6.37"
2323
- resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.37.tgz"
2324
- integrity sha512-bJRfHG2cK2AWrlchT06t4PxWqeD79oMRTtWhGpQDYrEDeJE0yGidTGvvsQ9PhzrtOLRrgXA7sGqkPSmXPe2cxg==
2321
+ "@salesforce/plugin-telemetry@3.6.38":
2322
+ version "3.6.38"
2323
+ resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.38.tgz"
2324
+ integrity sha512-iiMKqc+h5B4lz8HynHZyOmKhyi7WhUKj89r8waRIHW068FJGhDKNWHxMWQqfe1re9rrBbA2wVFm4uRkTf+rANA==
2325
2325
  dependencies:
2326
2326
  "@oclif/core" "^4.2.7"
2327
2327
  "@salesforce/core" "^8.8.7"
@@ -2340,15 +2340,15 @@
2340
2340
  "@salesforce/sf-plugins-core" "^12"
2341
2341
  "@salesforce/templates" "^62.0.5"
2342
2342
 
2343
- "@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.78":
2344
- version "3.7.78"
2345
- resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.78.tgz"
2346
- integrity sha512-6w+vo2AWJRT5nok74GItRWlvjxHFRNpppFjRNjZWAIw8RU/jP0W4F/lCa3xFIaM+frEQwyahfObLh8BAA+54kQ==
2343
+ "@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.79":
2344
+ version "3.7.79"
2345
+ resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.79.tgz"
2346
+ integrity sha512-HHU8fPADWoesP0DklakbDD4BYeN5JLsdayujY2uwIcIGSjJ8WKT7ciEIKIJCsCgzlS+kivE2+0ojyuCtmdFk4Q==
2347
2347
  dependencies:
2348
2348
  "@oclif/core" "^4"
2349
2349
  "@salesforce/core" "^8.8.7"
2350
2350
  "@salesforce/kit" "^3.2.0"
2351
- "@salesforce/plugin-info" "^3.4.50"
2351
+ "@salesforce/plugin-info" "^3.4.51"
2352
2352
  "@salesforce/sf-plugins-core" "^12"
2353
2353
  got "^13.0.0"
2354
2354
  npm "^10.9.2"
@@ -2411,10 +2411,10 @@
2411
2411
  cli-progress "^3.12.0"
2412
2412
  terminal-link "^3.0.0"
2413
2413
 
2414
- "@salesforce/source-deploy-retrieve@^12.16.10", "@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.18.0":
2415
- version "12.18.0"
2416
- resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.18.0.tgz"
2417
- integrity sha512-s4RAHA+5QCcqIVkGxHKnBbq4x8D9fWiAmUA5zoQQ2VPS8wT0uOVZEavPsFMm4MP+wVngySw7XwQGpXiaGb545A==
2414
+ "@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.18.0", "@salesforce/source-deploy-retrieve@^12.18.2":
2415
+ version "12.18.3"
2416
+ resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.18.3.tgz"
2417
+ integrity sha512-a+AmOs+FX5nnv0XW9Pgfxfruw9Aemq3PQIBfeyhKIplPvIkQXpJaX0MDUFWWjuqUox6jC3mGm2bcPBtkos/7ow==
2418
2418
  dependencies:
2419
2419
  "@salesforce/core" "^8.8.7"
2420
2420
  "@salesforce/kit" "^3.2.3"
@@ -2430,7 +2430,7 @@
2430
2430
  mime "2.6.0"
2431
2431
  minimatch "^9.0.5"
2432
2432
  proxy-agent "^6.4.0"
2433
- yaml "^2.7.0"
2433
+ yaml "^2.7.1"
2434
2434
 
2435
2435
  "@salesforce/source-tracking@^7.3.19":
2436
2436
  version "7.3.19"
@@ -11528,10 +11528,10 @@ yallist@^5.0.0:
11528
11528
  resolved "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz"
11529
11529
  integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==
11530
11530
 
11531
- yaml@^2.7.0:
11532
- version "2.7.0"
11533
- resolved "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz"
11534
- integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
11531
+ yaml@^2.7.1:
11532
+ version "2.7.1"
11533
+ resolved "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz"
11534
+ integrity sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==
11535
11535
 
11536
11536
  yargs-parser@^18.1.2:
11537
11537
  version "18.1.3"
@@ -4411,5 +4411,5 @@
4411
4411
  ]
4412
4412
  }
4413
4413
  },
4414
- "version": "2.84.2"
4414
+ "version": "2.84.4"
4415
4415
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.84.2",
4
+ "version": "2.84.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -147,7 +147,7 @@
147
147
  "@oclif/plugin-autocomplete": "3.2.27",
148
148
  "@oclif/plugin-commands": "4.1.22",
149
149
  "@oclif/plugin-help": "6.2.27",
150
- "@oclif/plugin-not-found": "3.2.48",
150
+ "@oclif/plugin-not-found": "3.2.49",
151
151
  "@oclif/plugin-plugins": "5.4.36",
152
152
  "@oclif/plugin-search": "1.2.23",
153
153
  "@oclif/plugin-update": "4.6.36",
@@ -158,20 +158,20 @@
158
158
  "@salesforce/kit": "^3.1.6",
159
159
  "@salesforce/plugin-apex": "3.6.12",
160
160
  "@salesforce/plugin-api": "1.3.3",
161
- "@salesforce/plugin-auth": "3.6.108",
161
+ "@salesforce/plugin-auth": "3.6.109",
162
162
  "@salesforce/plugin-data": "4.0.24",
163
163
  "@salesforce/plugin-deploy-retrieve": "3.21.2",
164
164
  "@salesforce/plugin-info": "3.4.51",
165
165
  "@salesforce/plugin-limits": "3.3.51",
166
166
  "@salesforce/plugin-marketplace": "1.3.8",
167
- "@salesforce/plugin-org": "5.5.7",
167
+ "@salesforce/plugin-org": "5.5.8",
168
168
  "@salesforce/plugin-packaging": "2.12.3",
169
169
  "@salesforce/plugin-schema": "3.3.58",
170
170
  "@salesforce/plugin-settings": "2.4.22",
171
171
  "@salesforce/plugin-sobject": "1.4.53",
172
- "@salesforce/plugin-telemetry": "3.6.37",
172
+ "@salesforce/plugin-telemetry": "3.6.38",
173
173
  "@salesforce/plugin-templates": "56.3.43",
174
- "@salesforce/plugin-trust": "3.7.78",
174
+ "@salesforce/plugin-trust": "3.7.79",
175
175
  "@salesforce/plugin-user": "3.6.16",
176
176
  "@salesforce/sf-plugins-core": "12.2.1",
177
177
  "ansis": "^3.12.0"