From 54079ef892f4970184682c8e79c6a85bd44904ef Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 23 Mar 2026 03:13:07 +0000 Subject: [PATCH] chore(release): bump to 2.129.5 --- README.md | 194 ++++++++++++++++++++++++------------------------ package.json | 30 ++++---- yarn.lock | 204 +++++++++++++++++++++++++-------------------------- 3 files changed, 214 insertions(+), 214 deletions(-) diff --git a/README.md b/README.md index 27465893..45f39866 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.129.4 linux-x64 node-v22.22.1 +@salesforce/cli/2.129.5 linux-x64 node-v22.22.1 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -264,7 +264,7 @@ EXAMPLES $ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/activate.ts)_ ## `sf agent create` @@ -331,7 +331,7 @@ EXAMPLES $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -372,7 +372,7 @@ EXAMPLES $ sf agent deactivate --api-name Resort_Manager --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -479,7 +479,7 @@ EXAMPLES $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate authoring-bundle` @@ -556,7 +556,7 @@ EXAMPLES other-package-dir/main/default --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/generate/authoring-bundle.ts)_ ## `sf agent generate template` @@ -604,7 +604,7 @@ EXAMPLES force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1 ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -669,7 +669,7 @@ EXAMPLES force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -742,7 +742,7 @@ EXAMPLES $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/preview.ts)_ ## `sf agent preview end` @@ -797,7 +797,7 @@ EXAMPLES $ sf agent preview end --authoring-bundle My_Local_Agent ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/preview/end.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/preview/end.ts)_ ## `sf agent preview send` @@ -855,7 +855,7 @@ EXAMPLES $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/preview/send.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/preview/send.ts)_ ## `sf agent preview sessions` @@ -888,7 +888,7 @@ EXAMPLES $ sf agent preview sessions ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/preview/sessions.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/preview/sessions.ts)_ ## `sf agent preview start` @@ -945,7 +945,7 @@ EXAMPLES $ sf agent preview start --api-name My_Published_Agent ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/preview/start.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/preview/start.ts)_ ## `sf agent publish authoring-bundle` @@ -994,7 +994,7 @@ EXAMPLES $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/publish/authoring-bundle.ts)_ ## `sf agent test create` @@ -1049,7 +1049,7 @@ EXAMPLES $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -1084,7 +1084,7 @@ EXAMPLES $ sf agent test list --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -1150,7 +1150,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -1223,7 +1223,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -1297,7 +1297,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/test/run.ts)_ ## `sf agent validate authoring-bundle` @@ -1344,7 +1344,7 @@ EXAMPLES $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` @@ -1372,7 +1372,7 @@ EXAMPLES $ sf alias list ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/alias/list.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/alias/list.ts)_ ## `sf alias set` @@ -1421,7 +1421,7 @@ EXAMPLES $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/alias/set.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/alias/set.ts)_ ## `sf alias unset` @@ -1461,7 +1461,7 @@ EXAMPLES $ sf alias unset --all [--no-prompt] ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/alias/unset.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/alias/unset.ts)_ ## `sf apex get log` @@ -1517,7 +1517,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/get/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/src/commands/apex/get/log.ts)_ ## `sf apex get test` @@ -1577,7 +1577,7 @@ EXAMPLES me@myorg' ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/get/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/src/commands/apex/get/test.ts)_ ## `sf apex list log` @@ -1617,7 +1617,7 @@ EXAMPLES $ sf apex list log --target-org me@my.org ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/list/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/src/commands/apex/list/log.ts)_ ## `sf apex run` @@ -1664,7 +1664,7 @@ EXAMPLES $ sf apex run ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/run.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/src/commands/apex/run.ts)_ ## `sf apex run test` @@ -1811,7 +1811,7 @@ FLAG DESCRIPTIONS --tests Test1 --tests Test2 ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/run/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/src/commands/apex/run/test.ts)_ ## `sf apex tail log` @@ -1854,7 +1854,7 @@ EXAMPLES $ sf apex tail log --color --skip-trace-flag ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/apex/tail/log.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/src/commands/apex/tail/log.ts)_ ## `sf api request graphql` @@ -2125,7 +2125,7 @@ CONFIGURATION VARIABLES org-capitalize-record-types Whether record types are capitalized on scratch org creation. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/get.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/config/get.ts)_ ## `sf config list` @@ -2165,7 +2165,7 @@ EXAMPLES $ sf config list ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/list.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/config/list.ts)_ ## `sf config set` @@ -2234,7 +2234,7 @@ CONFIGURATION VARIABLES org-capitalize-record-types Whether record types are capitalized on scratch org creation. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/set.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/config/set.ts)_ ## `sf config unset` @@ -2284,7 +2284,7 @@ CONFIGURATION VARIABLES org-capitalize-record-types Whether record types are capitalized on scratch org creation. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/unset.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/config/unset.ts)_ ## `sf data bulk results` @@ -2329,7 +2329,7 @@ EXAMPLES $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/bulk/results.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/bulk/results.ts)_ ## `sf data create file` @@ -2378,7 +2378,7 @@ EXAMPLES $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3 ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/create/file.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/create/file.ts)_ ## `sf data create record` @@ -2434,7 +2434,7 @@ EXAMPLES TracedEntityId=01p17000000R6bLAAS" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/create/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/create/record.ts)_ ## `sf data delete bulk` @@ -2493,7 +2493,7 @@ FLAG DESCRIPTIONS and can be enabled only by a system administrator. ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/delete/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/delete/bulk.ts)_ ## `sf data delete record` @@ -2554,7 +2554,7 @@ EXAMPLES $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/delete/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/delete/record.ts)_ ## `sf data delete resume` @@ -2593,7 +2593,7 @@ EXAMPLES $ sf data delete resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/delete/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/delete/resume.ts)_ ## `sf data export bulk` @@ -2660,7 +2660,7 @@ EXAMPLES --result-format json --wait 10 --all-rows ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/export/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/export/bulk.ts)_ ## `sf data export resume` @@ -2699,7 +2699,7 @@ EXAMPLES $ sf data export resume --use-most-recent ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/export/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/export/resume.ts)_ ## `sf data export tree` @@ -2759,7 +2759,7 @@ EXAMPLES my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/export/tree.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/export/tree.ts)_ ## `sf data get record` @@ -2823,7 +2823,7 @@ EXAMPLES $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/get/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/get/record.ts)_ ## `sf data import bulk` @@ -2875,7 +2875,7 @@ EXAMPLES $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/import/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/import/bulk.ts)_ ## `sf data import resume` @@ -2911,7 +2911,7 @@ EXAMPLES $ sf data import resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/import/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/import/resume.ts)_ ## `sf data import tree` @@ -2975,7 +2975,7 @@ FLAG DESCRIPTIONS - files(array) - Files: An array of files paths to load ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/import/tree.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/import/tree.ts)_ ## `sf data query` @@ -3028,7 +3028,7 @@ EXAMPLES $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/query.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/query.ts)_ ## `sf data resume` @@ -3065,7 +3065,7 @@ EXAMPLES $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/resume.ts)_ ## `sf data search` @@ -3115,7 +3115,7 @@ EXAMPLES $ sf data search --file query.txt --target-org my-scratch --result-format csv ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/search.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/search.ts)_ ## `sf data update bulk` @@ -3170,7 +3170,7 @@ EXAMPLES $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/update/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/update/bulk.ts)_ ## `sf data update record` @@ -3232,7 +3232,7 @@ EXAMPLES "ExpirationDate=2017-12-01T00:58:04.000+0000" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/update/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/update/record.ts)_ ## `sf data update resume` @@ -3271,7 +3271,7 @@ EXAMPLES $ sf data update resume --use-most-recent ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/update/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/update/resume.ts)_ ## `sf data upsert bulk` @@ -3327,7 +3327,7 @@ EXAMPLES my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/upsert/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/upsert/bulk.ts)_ ## `sf data upsert resume` @@ -3366,7 +3366,7 @@ EXAMPLES $ sf data upsert resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/upsert/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/data/upsert/resume.ts)_ ## `sf doctor` @@ -3414,7 +3414,7 @@ EXAMPLES $ sf doctor --plugin @salesforce/plugin-source ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.112/src/commands/doctor.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.114/src/commands/doctor.ts)_ ## `sf force data bulk delete` @@ -3461,7 +3461,7 @@ EXAMPLES $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/force/data/bulk/delete.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/force/data/bulk/delete.ts)_ ## `sf force data bulk status` @@ -3498,7 +3498,7 @@ EXAMPLES $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/force/data/bulk/status.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/force/data/bulk/status.ts)_ ## `sf force data bulk upsert` @@ -3556,7 +3556,7 @@ EXAMPLES --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/force/data/bulk/upsert.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/force/data/bulk/upsert.ts)_ ## `sf help [COMMAND]` @@ -3576,7 +3576,7 @@ DESCRIPTION Display help for sf. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.39/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.40/src/commands/help.ts)_ ## `sf info releasenotes display` @@ -3616,7 +3616,7 @@ EXAMPLES $ sf info releasenotes display --version latest ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.112/src/commands/info/releasenotes/display.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.114/src/commands/info/releasenotes/display.ts)_ ## `sf logic get test` @@ -3664,7 +3664,7 @@ EXAMPLES $ sf logic get test --test-run-id --result-format junit --target-org my-scratch ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/logic/get/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/src/commands/logic/get/test.ts)_ ## `sf logic run test` @@ -3786,7 +3786,7 @@ FLAG DESCRIPTIONS --tests Test1 --tests Test2 ``` -_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.14/src/commands/logic/run/test.ts)_ +_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/src/commands/logic/run/test.ts)_ ## `sf org assign permset` @@ -4013,7 +4013,7 @@ FLAG DESCRIPTIONS You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/create/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/create/sandbox.ts)_ ## `sf org create scratch` @@ -4195,7 +4195,7 @@ FLAG DESCRIPTIONS Omit this flag to have Salesforce generate a unique username for your org. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/create/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/create/scratch.ts)_ ## `sf org create user` @@ -4349,7 +4349,7 @@ EXAMPLES $ sf org delete sandbox --target-org my-sandbox --no-prompt ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/delete/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/delete/sandbox.ts)_ ## `sf org delete scratch` @@ -4393,7 +4393,7 @@ EXAMPLES $ sf org delete scratch --target-org my-scratch-org --no-prompt ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/delete/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/delete/scratch.ts)_ ## `sf org disable tracking` @@ -4432,7 +4432,7 @@ EXAMPLES $ sf org disable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/disable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/disable/tracking.ts)_ ## `sf org display` @@ -4477,7 +4477,7 @@ EXAMPLES $ sf org display --target-org TestOrg1 --verbose ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/display.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/display.ts)_ ## `sf org display user` @@ -4558,7 +4558,7 @@ EXAMPLES $ sf org enable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/enable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/enable/tracking.ts)_ ## `sf org generate password` @@ -4664,7 +4664,7 @@ EXAMPLES $ sf org list --clean ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/list.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/list.ts)_ ## `sf org list auth` @@ -4803,7 +4803,7 @@ FLAG DESCRIPTIONS Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/list/metadata.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/list/metadata.ts)_ ## `sf org list metadata-types` @@ -4858,7 +4858,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/list/metadata-types.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/list/metadata-types.ts)_ ## `sf org list sobject record-counts` @@ -5404,7 +5404,7 @@ EXAMPLES $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/open.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/open.ts)_ ## `sf org open agent` @@ -5455,7 +5455,7 @@ EXAMPLES $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/open/agent.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/open/agent.ts)_ ## `sf org open authoring-bundle` @@ -5501,7 +5501,7 @@ EXAMPLES $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/open/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/open/authoring-bundle.ts)_ ## `sf org refresh sandbox` @@ -5604,7 +5604,7 @@ FLAG DESCRIPTIONS You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/refresh/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/refresh/sandbox.ts)_ ## `sf org resume sandbox` @@ -5667,7 +5667,7 @@ FLAG DESCRIPTIONS returns the job ID. To resume checking the sandbox creation, rerun this command. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/resume/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/resume/sandbox.ts)_ ## `sf org resume scratch` @@ -5720,7 +5720,7 @@ FLAG DESCRIPTIONS returns the job ID. To resume checking the scratch creation, rerun this command. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.73/src/commands/org/resume/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/resume/scratch.ts)_ ## `sf package convert` @@ -9549,7 +9549,7 @@ DESCRIPTION Once you select a command, hit enter and it will show the help for that command. ``` -_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.40/src/commands/search.ts)_ +_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.41/src/commands/search.ts)_ ## `sf sobject describe` @@ -9596,7 +9596,7 @@ EXAMPLES $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api ``` -_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.99/src/commands/sobject/describe.ts)_ +_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.100/src/commands/sobject/describe.ts)_ ## `sf sobject list` @@ -9635,7 +9635,7 @@ EXAMPLES $ sf sobject list --sobject custom --target-org my-scratch-org ``` -_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.99/src/commands/sobject/list.ts)_ +_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.100/src/commands/sobject/list.ts)_ ## `sf template generate analytics template` @@ -9679,7 +9679,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/analytics/template.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/analytics/template.ts)_ ## `sf template generate apex class` @@ -9739,7 +9739,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/apex/class.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/apex/class.ts)_ ## `sf template generate apex trigger` @@ -9809,7 +9809,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/apex/trigger.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/apex/trigger.ts)_ ## `sf template generate digital-experience site` @@ -9863,7 +9863,7 @@ FLAG DESCRIPTIONS project, defaults to the current directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/digital-experience/site.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/digital-experience/site.ts)_ ## `sf template generate flexipage` @@ -9945,7 +9945,7 @@ FLAG DESCRIPTIONS 'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/flexipage/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/flexipage/index.ts)_ ## `sf template generate lightning app` @@ -10001,7 +10001,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/lightning/app.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/lightning/app.ts)_ ## `sf template generate lightning component` @@ -10071,7 +10071,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/lightning/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/lightning/component.ts)_ ## `sf template generate lightning event` @@ -10127,7 +10127,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/lightning/event.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/lightning/event.ts)_ ## `sf template generate lightning interface` @@ -10183,7 +10183,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/lightning/interface.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/lightning/interface.ts)_ ## `sf template generate lightning test` @@ -10239,7 +10239,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/lightning/test.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/lightning/test.ts)_ ## `sf template generate project` @@ -10352,7 +10352,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/project/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/project/index.ts)_ ## `sf template generate static-resource` @@ -10415,7 +10415,7 @@ FLAG DESCRIPTIONS etc. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/static-resource/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/static-resource/index.ts)_ ## `sf template generate visualforce component` @@ -10472,7 +10472,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/visualforce/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/visualforce/component.ts)_ ## `sf template generate visualforce page` @@ -10523,7 +10523,7 @@ FLAG DESCRIPTIONS The name can be up to 40 characters and must start with a letter. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/visualforce/page.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/visualforce/page.ts)_ ## `sf update [CHANNEL]` @@ -10561,7 +10561,7 @@ EXAMPLES $ sf update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.24/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.26/src/commands/update.ts)_ ## `sf version` @@ -10615,7 +10615,7 @@ EXAMPLES $ sf which "foo bar baz" ``` -_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.45/src/commands/which.ts)_ +_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.46/src/commands/which.ts)_ diff --git a/package.json b/package.json index aa3ed9c1..d20080d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.129.4", + "version": "2.129.5", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -78,7 +78,7 @@ "jitPlugins": { "@salesforce/plugin-code-analyzer": "5.10.2", "@salesforce/plugin-community": "3.3.48", - "@salesforce/plugin-custom-metadata": "3.3.86", + "@salesforce/plugin-custom-metadata": "3.3.88", "@salesforce/plugin-dev": "2.5.2", "@salesforce/plugin-devops-center": "1.2.27", "@salesforce/plugin-flow": "1.0.5", @@ -148,32 +148,32 @@ "@oclif/core": "4.10.2", "@oclif/plugin-autocomplete": "3.2.42", "@oclif/plugin-commands": "4.1.42", - "@oclif/plugin-help": "6.2.39", - "@oclif/plugin-not-found": "3.2.76", + "@oclif/plugin-help": "6.2.40", + "@oclif/plugin-not-found": "3.2.77", "@oclif/plugin-plugins": "5.4.59", - "@oclif/plugin-search": "1.2.40", - "@oclif/plugin-update": "4.7.24", + "@oclif/plugin-search": "1.2.41", + "@oclif/plugin-update": "4.7.26", "@oclif/plugin-version": "2.2.39", "@oclif/plugin-warn-if-update-available": "3.1.57", - "@oclif/plugin-which": "3.2.45", + "@oclif/plugin-which": "3.2.46", "@salesforce/core": "^8.25.0", "@salesforce/kit": "^3.1.6", - "@salesforce/plugin-agent": "1.32.7", - "@salesforce/plugin-apex": "3.9.14", + "@salesforce/plugin-agent": "1.32.10", + "@salesforce/plugin-apex": "3.9.15", "@salesforce/plugin-api": "1.3.12", "@salesforce/plugin-auth": "4.3.2", - "@salesforce/plugin-data": "4.0.80", + "@salesforce/plugin-data": "4.0.83", "@salesforce/plugin-deploy-retrieve": "3.24.17", - "@salesforce/plugin-info": "3.4.112", + "@salesforce/plugin-info": "3.4.114", "@salesforce/plugin-limits": "3.3.81", "@salesforce/plugin-marketplace": "1.3.10", - "@salesforce/plugin-org": "5.9.73", + "@salesforce/plugin-org": "5.9.74", "@salesforce/plugin-packaging": "2.25.12", - "@salesforce/plugin-schema": "3.3.99", - "@salesforce/plugin-settings": "2.4.61", + "@salesforce/plugin-schema": "3.3.100", + "@salesforce/plugin-settings": "2.4.62", "@salesforce/plugin-sobject": "1.4.88", "@salesforce/plugin-telemetry": "3.8.5", - "@salesforce/plugin-templates": "56.11.1", + "@salesforce/plugin-templates": "56.11.3", "@salesforce/plugin-trust": "3.7.114", "@salesforce/plugin-user": "3.8.0", "@salesforce/sf-plugins-core": "12.2.6", diff --git a/yarn.lock b/yarn.lock index a46802b2..2228fba5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1630,7 +1630,7 @@ proc-log "^5.0.0" which "^5.0.0" -"@oclif/core@4.10.2", "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4", "@oclif/core@^4.9.0": +"@oclif/core@4.10.2", "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4": version "4.10.2" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.2.tgz#9cda34a5cb389a7d225cd484c21c6e87f76bb5ee" integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA== @@ -1726,17 +1726,17 @@ lodash "^4.17.23" object-treeify "^4.0.1" -"@oclif/plugin-help@6.2.39", "@oclif/plugin-help@^6.2.38": - version "6.2.39" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.39.tgz#0d46247be0a7699ac36fb8c1298bbcadb3c2337e" - integrity sha512-g/KQ5F68cLZWjm0f/bY2zKjrhYaz941++zp4xeWRtOPeu6U6pEfyBDxaOH5HncWw1qouJGsVQcGdU0ygN8eXTQ== +"@oclif/plugin-help@6.2.40", "@oclif/plugin-help@^6.2.38": + version "6.2.40" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.40.tgz#e7bcac193c39595ca6eb33f675ef944ca13cf46e" + integrity sha512-sU/PMrz1LnnnNk4T3qvZU8dTUiSc0MZaL7woh2wfuNSXbCnxicJzx4kX1sYeY6eF0NmqFiYlpNEQJykBG0g1sA== dependencies: "@oclif/core" "^4" -"@oclif/plugin-not-found@3.2.76", "@oclif/plugin-not-found@^3.2.75": - version "3.2.76" - resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.76.tgz#d9138fb0d623788ed8a026a03192798253a5f521" - integrity sha512-YM1S38iHHU4t5zaUuCbOpMXeyYK3uZuqdgRSUFSw29+Rsyw4wXvH9gBvOFm7/RzmqpLNMXwjzO9Dg5mQHNgOWg== +"@oclif/plugin-not-found@3.2.77", "@oclif/plugin-not-found@^3.2.75": + version "3.2.77" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.77.tgz#bda9d5077234bb3e6d136d8c3cb29f6ce08b202a" + integrity sha512-bU9lpYYk8aTafGFbsEoj88KLqJGFcY2w84abcuAUHsGgwpGA/G67Z3DwzaSkfuH6HZ58orC3ueEKGCMpF5nUDQ== dependencies: "@inquirer/prompts" "^7.10.1" "@oclif/core" "^4.10.2" @@ -1760,23 +1760,23 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-search@1.2.40": - version "1.2.40" - resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.2.40.tgz#d7994d6502541cc5af86f0896cf52466c3ba910d" - integrity sha512-/4bnJZgk1sX5RsZPGDro9skFgclmZC+dHz1oSQ9Mv17v8sw+D87sAXGh3uzMi2ebKx/nPNKR/6v+IbxIy6ZyZA== +"@oclif/plugin-search@1.2.41": + version "1.2.41" + resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.2.41.tgz#354ca7d2c53abc4f5834c29ef9a23ef41db67bbc" + integrity sha512-ybRwEMC2WkBcbA8BEn9QWLR+Gqiuq6H40DZlYH8fvCBUoIdAiQjJEesxnglaeY0VXrzy2CMg6VAhpk0qrcxe6g== dependencies: "@oclif/core" "^4" ansi-escapes "^7.3.0" inquirer-autocomplete-standalone "^0.8.1" -"@oclif/plugin-update@4.7.24": - version "4.7.24" - resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.7.24.tgz#c04d578dee991ebe7a3b77bd1c6b6875d8ee0fa2" - integrity sha512-YhjZQniwoqv2Mnxblucehg9OCzKfTERa0v+u3OKAnNE/zjJ+CQE+dTg2RlruaPGBxenZZxvoDXA5QlxQY2CGIw== +"@oclif/plugin-update@4.7.26": + version "4.7.26" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.7.26.tgz#a3488ce45cb84790c20b1bde72290a73a74696f2" + integrity sha512-OXsQ8fTzKJ93dajKG1SJfApvlY0RkcmKO1HSlX2rBRDL6XHwPEoClVni7tW1s66CW+jfR6cQpkVxMqQx4D2UZA== dependencies: "@inquirer/select" "^2.5.0" "@oclif/core" "^4" - "@oclif/table" "^0.5.2" + "@oclif/table" "^0.5.3" ansis "^3.17.0" debug "^4.4.1" filesize "^6.1.0" @@ -1805,18 +1805,18 @@ lodash "^4.17.23" registry-auth-token "^5.1.1" -"@oclif/plugin-which@3.2.45": - version "3.2.45" - resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.45.tgz#4cdd623400201cdeb76391e256f55d75af5b734e" - integrity sha512-NsKtQhlQkJGlX3WsDnMRbm884n5pLIN1nPvcql310racP6up2eWeLlMmit/L+5bdk2+hmuxpWI6Zn0hNE+7ufg== +"@oclif/plugin-which@3.2.46": + version "3.2.46" + resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.46.tgz#0362cce34114f6ac9d17bfee8642a16e2565a1e4" + integrity sha512-WlhnuRT6blCVEZwul65Djf7n6yqUWD09kli1sab2vj2y7YsDxh1jRX8C+gVYdBENM2DHM6Xit6jj5DzY6+DMag== dependencies: "@oclif/core" "^4" ansis "^3.17.0" -"@oclif/table@^0.5.0", "@oclif/table@^0.5.2": - version "0.5.2" - resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.2.tgz#ddedab03c61086050dd10047cb05dcea6893839c" - integrity sha512-7QnG9tqVEDqRbCZGvCU1uueoLWdiSVqFmslOfEpEW++XkqLi8hKu3TX6J22yqrvgCwx9CnNeAkaOD2UZ9NoWKw== +"@oclif/table@^0.5.0", "@oclif/table@^0.5.2", "@oclif/table@^0.5.3": + version "0.5.3" + resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.3.tgz#ed9bbb4b7895798f516ada48d6414ea62acd66d3" + integrity sha512-eePQ9HmLxPssZApYc1Jgj7ClKfGynpur0rFHOCZ+JeMeb9bJtLwaFXd9Nnskt9xEllGVc762XpxC3sqH6cM/uA== dependencies: "@types/react" "^18.3.12" change-case "^5.4.4" @@ -2053,12 +2053,12 @@ nock "^13.5.6" yaml "^2.8.2" -"@salesforce/apex-node@^8.3.5", "@salesforce/apex-node@^8.4.11": - version "8.4.11" - resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-8.4.11.tgz#3872708cded91d126f7daf6ccea67fa004f8349b" - integrity sha512-bp79AWx9+G1jQSOPQPPecModBiibAjRjJGOeo8aYLyqsh+N70safY0cGHV74dwNgPHkZLkyIQK7qjB+17Y3Jkg== +"@salesforce/apex-node@^8.3.5", "@salesforce/apex-node@^8.4.14": + version "8.4.15" + resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-8.4.15.tgz#1ec21d51a1ed9e8f57240662ed74a7d04276eaa3" + integrity sha512-dRyxYGNbCSgONFocthx7Kp5Ika+yr/KvpxFYixU46rUyOBZ1U5NlT/olMkpQjGRGaqo5Gtk8tcQMDYmK/0CV+w== dependencies: - "@salesforce/core" "^8.26.3" + "@salesforce/core" "^8.27.1" "@salesforce/kit" "^3.2.4" "@types/istanbul-reports" "^3.0.4" fast-glob "^3.3.2" @@ -2181,10 +2181,10 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@1.32.7": - version "1.32.7" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.32.7.tgz#00dc152e123d7cef2e9d2ebdd076504f5457639c" - integrity sha512-xCFiEKGYAxi3fV3juiH64iD3qdGu8nsvBDKvRomKr0RAhmnkg4Vt7r4aHbCDmGQLjpmE5mnREk+0hq41E75YRQ== +"@salesforce/plugin-agent@1.32.10": + version "1.32.10" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.32.10.tgz#b94a0c1521cfcb8142e86f528a2bc19a1856c9cf" + integrity sha512-oH0KqvaTgPf6QJTymmBG1d3yVvBBVvjNZ/6z6T7b6HqAntiWEQDFslcqwSPN0o6YwF4vE0FxV6YokHiTmmXqvA== dependencies: "@inquirer/core" "^10.3.2" "@inquirer/prompts" "^7.10.1" @@ -2194,23 +2194,23 @@ "@salesforce/core" "^8.27.0" "@salesforce/kit" "^3.2.4" "@salesforce/sf-plugins-core" "^12.2.6" - "@salesforce/source-deploy-retrieve" "^12.31.14" + "@salesforce/source-deploy-retrieve" "^12.31.24" "@salesforce/types" "^1.6.0" ansis "^3.3.2" - fast-xml-parser "^5.5.7" + fast-xml-parser "^5.5.8" glob "^11.0.3" ink "5.0.1" ink-text-input "^6.0.0" inquirer-autocomplete-standalone "^0.8.1" react "^18.3.1" - yaml "^2.8.2" + yaml "^2.8.3" -"@salesforce/plugin-apex@3.9.14": - version "3.9.14" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-apex/-/plugin-apex-3.9.14.tgz#e56d2c0fc1a80dffbf40b40228f3fa12504c5e14" - integrity sha512-w+dZx4M7CuUVjH/lUL+CUTU2ug2NztpMcRouEE2i9QfuCqWVm5XsN5T1ZiHC9REk0cFlniSOWw/s/uijJoIuQQ== +"@salesforce/plugin-apex@3.9.15": + version "3.9.15" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-apex/-/plugin-apex-3.9.15.tgz#9fb31272beb8b2f5ae5b969830052cc4d3a658ce" + integrity sha512-sgafH50IRs0kagCfH4Nas+FTKPja5vRDkAXB0SX1wSs+JYMsRjmn4um/ZdGvc4Re3IZj0Tw9LJEPAB3YSe82HQ== dependencies: - "@salesforce/apex-node" "^8.4.11" + "@salesforce/apex-node" "^8.4.14" "@salesforce/core" "^8.27.0" "@salesforce/kit" "^3.2.3" "@salesforce/sf-plugins-core" "^12.2.6" @@ -2260,14 +2260,14 @@ debug "^4.4.0" handlebars "^4.7.8" -"@salesforce/plugin-data@4.0.80": - version "4.0.80" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-4.0.80.tgz#6a80aa12e99bf6708e06419a2c023673826cd3d9" - integrity sha512-mv3CAWxiOFg8NPIoNRe6fMNCN62VODXEfLMqrqp0Y2zSI07w99gJrOZaosjzD/V9WLScol6vF+nQbUDEpfmpOw== +"@salesforce/plugin-data@4.0.83": + version "4.0.83" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-4.0.83.tgz#772655893e46b376dac1045db9d6dd8461839be0" + integrity sha512-7yMMR8ERbQW89cYQg8HSk/+bJgOh1JIediEKYZBBlPZ0kb8T3dxLCxIWFzpBVmD0XJfBIXPj1To915f4y+ICCA== dependencies: "@jsforce/jsforce-node" "^3.10.14" "@oclif/multi-stage-output" "^0.8.30" - "@salesforce/core" "^8.26.3" + "@salesforce/core" "^8.27.1" "@salesforce/kit" "^3.2.2" "@salesforce/sf-plugins-core" "^12.2.6" "@salesforce/ts-types" "^2.0.11" @@ -2277,7 +2277,7 @@ csv-stringify "^6.6.0" form-data "^4.0.5" terminal-link "^3.0.0" - undici "^7.24.2" + undici "^7.24.5" zod "^4.3.6" "@salesforce/plugin-deploy-retrieve@3.24.17": @@ -2299,15 +2299,15 @@ ansis "^3.17.0" terminal-link "^3.0.0" -"@salesforce/plugin-info@3.4.112", "@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.104", "@salesforce/plugin-info@^3.4.93": - version "3.4.112" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.112.tgz#f2750ea51018562c1686ec714fc7610b777488ba" - integrity sha512-DdTidPlzHrbH6l6/vUg1LOkzSMuqZIgTEjnm+MXSTarAKPmGD035bTS2+NRI+vpkE+9a1U2i9+EFPEOau2H/rw== +"@salesforce/plugin-info@3.4.114", "@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.104", "@salesforce/plugin-info@^3.4.93": + version "3.4.114" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.114.tgz#8730ca77a9a1c6a6c2817e11b20c7f455707c643" + integrity sha512-3Mn+rT0vLjo+4IBrKg6wtem4fhulMY8ob1Jdz9bZfL5n2OclrKPp5h2PaxBInzBg42qJfZWGD6+cBvibnhY5uw== dependencies: "@inquirer/input" "^2.3.0" "@jsforce/jsforce-node" "^3.10.14" "@oclif/core" "^4" - "@salesforce/core" "^8.27.0" + "@salesforce/core" "^8.27.1" "@salesforce/kit" "^3.2.3" "@salesforce/sf-plugins-core" "^12" got "^13.0.0" @@ -2336,12 +2336,12 @@ got "^13.0.0" proxy-agent "^6.5.0" -"@salesforce/plugin-org@5.9.73": - version "5.9.73" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.9.73.tgz#38698568ea8aaf429c54463e3519c0c8289d77cc" - integrity sha512-x+THM5Zgh10QOMFUGEHncjtzyRdJkWFHupYnERrcdc3yObBu5+4bkmjv0R4E4YvYgtprqlublvBZE2OwuFp6AQ== +"@salesforce/plugin-org@5.9.74": + version "5.9.74" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.9.74.tgz#f3280e7760f5a97190b2ef45a108408eb25a583d" + integrity sha512-7ifkPSNPLoetzkDj32Zeoc/sBT2kWqQLFfJVlmrK76JTSbkNkE6dvhdG24gxbp+yTAylbPxNB2Vowx39azlVYA== dependencies: - "@oclif/core" "^4.9.0" + "@oclif/core" "^4.10.2" "@oclif/multi-stage-output" "^0.8.30" "@salesforce/core" "^8.25.1" "@salesforce/kit" "^3.2.4" @@ -2394,22 +2394,22 @@ strip-ansi "^6" yarn-deduplicate "^6.0.2" -"@salesforce/plugin-schema@3.3.99": - version "3.3.99" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-3.3.99.tgz#6ad485654c92111a89d9fbfc36c7dfca89ac5afd" - integrity sha512-v+u88YEP9A+IHCYII8F2BXssV+xI71t/xEO50ryYUREuBkcj5GhCOFKrpa3ymAvGqECkkybCnin1AgsPvaBnXg== +"@salesforce/plugin-schema@3.3.100": + version "3.3.100" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-schema/-/plugin-schema-3.3.100.tgz#d334f488e6a2b22a6d5a28d5b0baf8b3c6c855aa" + integrity sha512-qqKVSio+x0389E2SPZFxwiFvLEI5t4PnfvVMExRGl4DmJ0Z2ig5fLeVoj1HcpyDSpooAsBlbuY8mZbQRYMyRoA== dependencies: "@oclif/core" "^4" - "@salesforce/core" "^8.27.0" + "@salesforce/core" "^8.27.1" "@salesforce/sf-plugins-core" "^11.3.12" -"@salesforce/plugin-settings@2.4.61": - version "2.4.61" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-settings/-/plugin-settings-2.4.61.tgz#3f9a797923b5eb1ed3e46e4116016478e2c09c88" - integrity sha512-sOck8YvVqLhs6Y7vvYYUUGPXu7IlzbBKYngIuNXoISFgPI7rStbT1N9g87jVCCxj3+vPw1oWHodhLT2mUuWs5w== +"@salesforce/plugin-settings@2.4.62": + version "2.4.62" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-settings/-/plugin-settings-2.4.62.tgz#ccd83a42af382ea6049082b8e5f721af3d345b61" + integrity sha512-cgHhSC6bCttESTZFapU8V9nRwULKeLr6E5ZNwzXcqiM2yKUoKuu+yIJxHeEoMEiSmZyB30x+1mQ8gnNLgqM7BQ== dependencies: "@oclif/core" "^4" - "@salesforce/core" "^8.26.3" + "@salesforce/core" "^8.27.1" "@salesforce/sf-plugins-core" "^12.2.6" fast-levenshtein "^3.0.0" @@ -2442,14 +2442,14 @@ "@salesforce/ts-types" "^2.0.12" debug "^4.4.3" -"@salesforce/plugin-templates@56.11.1": - version "56.11.1" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.11.1.tgz#c6a6758cadd21d31a94c7b0292dc56cfe70c45b8" - integrity sha512-I6y5fBDjXP5oQkF02g0eDjM681ll9QQBeZu1umejNzsb35neC/ukQfZskZ5NKMRZLdvoDsyer3qEmAKotYiUjw== +"@salesforce/plugin-templates@56.11.3": + version "56.11.3" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.11.3.tgz#7e2c78aa2215289c2838ad7c729efdec6b45df24" + integrity sha512-Rkavfrnh2uHuyaqQ4zcUBaFREbDiQzRugWKcb2HM2Cv2tx9byescb38hUIPF991J7MOIDWbzLrFIsWVa6CJ9tw== dependencies: - "@salesforce/core" "^8.27.0" + "@salesforce/core" "^8.27.1" "@salesforce/sf-plugins-core" "^12" - "@salesforce/templates" "^66.5.0" + "@salesforce/templates" "^66.5.4" "@salesforce/plugin-trust@3.7.114", "@salesforce/plugin-trust@^3.7.69": version "3.7.114" @@ -2522,7 +2522,7 @@ string-width "^7.2.0" terminal-link "^3.0.0" -"@salesforce/source-deploy-retrieve@^12.31.11", "@salesforce/source-deploy-retrieve@^12.31.14", "@salesforce/source-deploy-retrieve@^12.31.20", "@salesforce/source-deploy-retrieve@^12.31.21", "@salesforce/source-deploy-retrieve@^12.31.23": +"@salesforce/source-deploy-retrieve@^12.31.11", "@salesforce/source-deploy-retrieve@^12.31.14", "@salesforce/source-deploy-retrieve@^12.31.20", "@salesforce/source-deploy-retrieve@^12.31.21", "@salesforce/source-deploy-retrieve@^12.31.23", "@salesforce/source-deploy-retrieve@^12.31.24": version "12.31.24" resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.24.tgz#06e74409bc95000703f1f158ac6b700fb975ee74" integrity sha512-8folNyLjlzblAOAG7dxHuPJo4QDVU2nytxotHdHHhYk00djXr3CdchuGSVG/+2w0LO/zFZ68V17qpU2x1VqxXg== @@ -2569,10 +2569,10 @@ o11y_schema "^260.52.0" proxy-agent "^6.5.0" -"@salesforce/templates@^66.5.0": - version "66.5.0" - resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.5.0.tgz#77721c2b040b246c50c088d056a93909a8506dd8" - integrity sha512-lKnXEepqB775+hkZ0erZ+g+cLB2VA7sAirFnPjN/3PJJ/3sC9lSMB8DQfxCJOOinTFHh9fPhNfeFT/zPHTXppQ== +"@salesforce/templates@^66.5.4": + version "66.5.5" + resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.5.5.tgz#5e771389eda4ed28c78945dfeb4bcc5175d4807a" + integrity sha512-gnN+mbqcCWrO1JsPZHIp+n+dJoAnP8MBEiLnt7IbNSHuB1b+1OEDXT1MN05mBrrGsCq/62O0IHEyXDTCafHFiA== dependencies: "@salesforce/kit" "^3.2.4" ejs "^3.1.10" @@ -2580,7 +2580,7 @@ hpagent "^1.2.0" mime-types "^3.0.2" proxy-from-env "^1.1.0" - tar "^7.5.9" + tar "^7.5.12" tslib "^2.8.1" "@salesforce/ts-sinon@^1.4.31": @@ -5894,13 +5894,13 @@ fast-xml-parser@5.4.1: fast-xml-builder "^1.0.0" strnum "^2.1.2" -fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.7: - version "5.5.7" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz#e1ddc86662d808450a19cf2fb6ccc9c3c9933c5d" - integrity sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg== +fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.7, fast-xml-parser@^5.5.8: + version "5.5.8" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.8.tgz#929571ed8c5eb96e6d9bd572ba14fc4b84875716" + integrity sha512-Z7Fh2nVQSb2d+poDViM063ix2ZGt9jmY1nWhPfHBOK2Hgnb/OW3P4Et3P/81SEej0J7QbWtJqxO05h8QYfK7LQ== dependencies: fast-xml-builder "^1.1.4" - path-expression-matcher "^1.1.3" + path-expression-matcher "^1.2.0" strnum "^2.2.0" fastest-levenshtein@^1.0.16, fastest-levenshtein@^1.0.7: @@ -9227,10 +9227,10 @@ path-exists@^4.0.0: resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== -path-expression-matcher@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz#8bf7c629dc1b114e42b633c071f06d14625b4e0d" - integrity sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ== +path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee" + integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ== path-is-absolute@^1.0.0: version "1.0.1" @@ -10681,10 +10681,10 @@ tar@^6.1.11: mkdirp "^1.0.3" yallist "^4.0.0" -tar@^7.4.3, tar@^7.5.11, tar@^7.5.9: - version "7.5.11" - resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.11.tgz#1250fae45d98806b36d703b30973fa8e0a6d8868" - integrity sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ== +tar@^7.4.3, tar@^7.5.11, tar@^7.5.12: + version "7.5.12" + resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.12.tgz#f8705c00ca1001b8b60bc44db1ab26573736b871" + integrity sha512-9TsuLcdhOn4XztcQqhNyq1KOwOOED/3k58JAvtULiYqbO8B/0IBAAIE1hj0Svmm58k27TmcigyDI0deMlgG3uw== dependencies: "@isaacs/fs-minipass" "^4.0.0" chownr "^3.0.0" @@ -11057,10 +11057,10 @@ undici-types@~7.8.0: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294" integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw== -undici@^7.24.2: - version "7.24.4" - resolved "https://registry.yarnpkg.com/undici/-/undici-7.24.4.tgz#873bce680d7c6354c941399fd4e8ea4563de4ea7" - integrity sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w== +undici@^7.24.5: + version "7.24.5" + resolved "https://registry.yarnpkg.com/undici/-/undici-7.24.5.tgz#7debcf5623df2d1cb469b6face01645d9c852ae2" + integrity sha512-3IWdCpjgxp15CbJnsi/Y9TCDE7HWVN19j1hmzVhoAkY/+CJx449tVxT5wZc1Gwg8J+P0LWvzlBzxYRnHJ+1i7Q== unicorn-magic@^0.1.0: version "0.1.0" @@ -11504,10 +11504,10 @@ yallist@^5.0.0: resolved "https://registry.yarnpkg.com/yallist/-/yallist-5.0.0.tgz#00e2de443639ed0d78fd87de0d27469fbcffb533" integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw== -yaml@^2.5.1, yaml@^2.8.1, yaml@^2.8.2: - version "2.8.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.2.tgz#5694f25eca0ce9c3e7a9d9e00ce0ddabbd9e35c5" - integrity sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A== +yaml@^2.5.1, yaml@^2.8.1, yaml@^2.8.2, yaml@^2.8.3: + version "2.8.3" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.3.tgz#a0d6bd2efb3dd03c59370223701834e60409bd7d" + integrity sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg== yargs-parser@^18.1.2: version "18.1.3"