diff --git a/README.md b/README.md index 86841819..c36f5f26 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.140.3 linux-x64 node-v22.22.3 +@salesforce/cli/2.140.4 linux-x64 node-v22.22.3 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -2838,7 +2838,7 @@ EXAMPLES $ sf api request graphql --body example.txt --stream-to-file output.txt --include ``` -_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.38/src/commands/api/request/graphql.ts)_ +_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.40/src/commands/api/request/graphql.ts)_ ## `sf api request rest [URL]` @@ -2947,7 +2947,7 @@ FLAG DESCRIPTIONS https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project. ``` -_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.38/src/commands/api/request/rest.ts)_ +_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.40/src/commands/api/request/rest.ts)_ ## `sf autocomplete [SHELL]` @@ -4345,7 +4345,7 @@ EXAMPLES $ sf doctor --plugin @salesforce/plugin-source ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.139/src/commands/doctor.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.140/src/commands/doctor.ts)_ ## `sf force data bulk delete` @@ -4547,7 +4547,7 @@ EXAMPLES $ sf info releasenotes display --version latest ``` -_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.139/src/commands/info/releasenotes/display.ts)_ +_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.140/src/commands/info/releasenotes/display.ts)_ ## `sf logic get test` @@ -4853,7 +4853,7 @@ EXAMPLES $ sf org auth show-access-token --target-org my-org --json ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.7/src/commands/org/auth/show-access-token.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/auth/show-access-token.ts)_ ## `sf org auth show-sfdx-auth-url` @@ -4897,7 +4897,7 @@ EXAMPLES $ sf org auth show-sfdx-auth-url --target-org my-org --json ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.7/src/commands/org/auth/show-sfdx-auth-url.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/auth/show-sfdx-auth-url.ts)_ ## `sf org auth show-user-password` @@ -4944,7 +4944,7 @@ EXAMPLES $ sf org auth show-user-password --target-org my-org --json ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.7/src/commands/org/auth/show-user-password.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/auth/show-user-password.ts)_ ## `sf org create agent-user` @@ -5022,7 +5022,7 @@ FLAG DESCRIPTIONS "agent.user.@your-org-domain.com". ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.7/src/commands/org/create/agent-user.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/create/agent-user.ts)_ ## `sf org create sandbox` @@ -5156,7 +5156,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.11.7/src/commands/org/create/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/create/sandbox.ts)_ ## `sf org create scratch` @@ -5338,7 +5338,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.11.7/src/commands/org/create/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/create/scratch.ts)_ ## `sf org create user` @@ -5492,7 +5492,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.11.7/src/commands/org/delete/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/delete/sandbox.ts)_ ## `sf org delete scratch` @@ -5536,7 +5536,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.11.7/src/commands/org/delete/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/delete/scratch.ts)_ ## `sf org disable tracking` @@ -5575,7 +5575,7 @@ EXAMPLES $ sf org disable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.7/src/commands/org/disable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/disable/tracking.ts)_ ## `sf org display` @@ -5620,7 +5620,7 @@ EXAMPLES $ sf org display --target-org TestOrg1 --verbose ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.7/src/commands/org/display.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/display.ts)_ ## `sf org display user` @@ -5700,7 +5700,7 @@ EXAMPLES $ sf org enable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.7/src/commands/org/enable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/enable/tracking.ts)_ ## `sf org generate password` @@ -5806,7 +5806,7 @@ EXAMPLES $ sf org list --clean ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.7/src/commands/org/list.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/list.ts)_ ## `sf org list auth` @@ -5878,7 +5878,7 @@ EXAMPLES $ sf org list limits --target-org my-scratch-org ``` -_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.92/src/commands/org/list/limits.ts)_ +_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.93/src/commands/org/list/limits.ts)_ ## `sf org list metadata` @@ -5945,7 +5945,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.11.7/src/commands/org/list/metadata.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/list/metadata.ts)_ ## `sf org list metadata-types` @@ -6000,7 +6000,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.11.7/src/commands/org/list/metadata-types.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/list/metadata-types.ts)_ ## `sf org list sobject record-counts` @@ -6046,7 +6046,7 @@ EXAMPLES $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org ``` -_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.92/src/commands/org/list/sobject/record-counts.ts)_ +_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.93/src/commands/org/list/sobject/record-counts.ts)_ ## `sf org list users` @@ -6546,7 +6546,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.11.7/src/commands/org/open.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/open.ts)_ ## `sf org open agent` @@ -6610,7 +6610,7 @@ EXAMPLES $ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1 ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.7/src/commands/org/open/agent.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/open/agent.ts)_ ## `sf org open authoring-bundle` @@ -6656,7 +6656,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.11.7/src/commands/org/open/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/open/authoring-bundle.ts)_ ## `sf org refresh sandbox` @@ -6759,7 +6759,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.11.7/src/commands/org/refresh/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/refresh/sandbox.ts)_ ## `sf org resume sandbox` @@ -6822,7 +6822,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.11.7/src/commands/org/resume/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/resume/sandbox.ts)_ ## `sf org resume scratch` @@ -6875,7 +6875,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.11.7/src/commands/org/resume/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.8/src/commands/org/resume/scratch.ts)_ ## `sf package convert` @@ -8568,7 +8568,7 @@ EXAMPLES $ sf plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/index.ts)_ ## `sf plugins discover` @@ -8586,7 +8586,7 @@ EXAMPLES $ sf plugins discover ``` -_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.30/src/commands/plugins/discover.ts)_ +_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.31/src/commands/plugins/discover.ts)_ ## `sf plugins:inspect PLUGIN...` @@ -8613,7 +8613,7 @@ EXAMPLES $ sf plugins inspect @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/inspect.ts)_ ## `sf plugins install PLUGIN` @@ -8662,7 +8662,7 @@ EXAMPLES $ sf plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/install.ts)_ ## `sf plugins link PATH` @@ -8693,7 +8693,7 @@ EXAMPLES $ sf plugins link @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/link.ts)_ ## `sf plugins reset` @@ -8708,7 +8708,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/reset.ts)_ ## `sf plugins trust allowlist add` @@ -8867,7 +8867,7 @@ EXAMPLES $ sf plugins uninstall @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/uninstall.ts)_ ## `sf plugins update` @@ -8885,7 +8885,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.73/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.74/src/commands/plugins/update.ts)_ ## `sf project convert mdapi` @@ -10936,7 +10936,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/analytics/template.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/analytics/template.ts)_ ## `sf template generate apex class` @@ -10996,7 +10996,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.18.2/src/commands/template/generate/apex/class.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/apex/class.ts)_ ## `sf template generate apex trigger` @@ -11066,7 +11066,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.18.2/src/commands/template/generate/apex/trigger.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/apex/trigger.ts)_ ## `sf template generate digital-experience site` @@ -11120,7 +11120,7 @@ FLAG DESCRIPTIONS project, defaults to the current directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/digital-experience/site.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/digital-experience/site.ts)_ ## `sf template generate flexipage` @@ -11202,7 +11202,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.18.2/src/commands/template/generate/flexipage/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/flexipage/index.ts)_ ## `sf template generate lightning app` @@ -11260,7 +11260,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/lightning/app.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/app.ts)_ ## `sf template generate lightning component` @@ -11337,7 +11337,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/lightning/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/component.ts)_ ## `sf template generate lightning event` @@ -11395,7 +11395,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/lightning/event.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/event.ts)_ ## `sf template generate lightning interface` @@ -11453,7 +11453,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/lightning/interface.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/interface.ts)_ ## `sf template generate lightning test` @@ -11511,7 +11511,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/lightning/test.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/lightning/test.ts)_ ## `sf template generate project` @@ -11637,7 +11637,7 @@ FLAG DESCRIPTIONS server-side type stripping. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/project/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/project/index.ts)_ ## `sf template generate static-resource` @@ -11700,7 +11700,7 @@ FLAG DESCRIPTIONS etc. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/static-resource/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/static-resource/index.ts)_ ## `sf template generate ui-bundle` @@ -11784,7 +11784,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.18.2/src/commands/template/generate/ui-bundle/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/ui-bundle/index.ts)_ ## `sf template generate visualforce component` @@ -11841,7 +11841,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.18.2/src/commands/template/generate/visualforce/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/visualforce/component.ts)_ ## `sf template generate visualforce page` @@ -11892,7 +11892,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.18.2/src/commands/template/generate/visualforce/page.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.4/src/commands/template/generate/visualforce/page.ts)_ ## `sf update [CHANNEL]` @@ -11930,7 +11930,7 @@ EXAMPLES $ sf update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.47/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.48/src/commands/update.ts)_ ## `sf version` diff --git a/package.json b/package.json index c12a949b..7b494c1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.140.3", + "version": "2.140.4", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -151,9 +151,9 @@ "@oclif/plugin-commands": "4.1.57", "@oclif/plugin-help": "6.2.50", "@oclif/plugin-not-found": "3.2.87", - "@oclif/plugin-plugins": "5.4.73", + "@oclif/plugin-plugins": "5.4.74", "@oclif/plugin-search": "1.2.50", - "@oclif/plugin-update": "4.7.47", + "@oclif/plugin-update": "4.7.48", "@oclif/plugin-version": "2.2.47", "@oclif/plugin-warn-if-update-available": "3.1.65", "@oclif/plugin-which": "3.2.55", @@ -161,20 +161,20 @@ "@salesforce/kit": "^3.1.6", "@salesforce/plugin-agent": "1.42.1", "@salesforce/plugin-apex": "3.9.34", - "@salesforce/plugin-api": "1.3.38", + "@salesforce/plugin-api": "1.3.40", "@salesforce/plugin-auth": "4.4.2", "@salesforce/plugin-data": "4.0.106", "@salesforce/plugin-deploy-retrieve": "3.24.54", - "@salesforce/plugin-info": "3.4.139", - "@salesforce/plugin-limits": "3.3.92", - "@salesforce/plugin-marketplace": "1.3.30", - "@salesforce/plugin-org": "5.11.7", + "@salesforce/plugin-info": "3.4.140", + "@salesforce/plugin-limits": "3.3.93", + "@salesforce/plugin-marketplace": "1.3.31", + "@salesforce/plugin-org": "5.11.8", "@salesforce/plugin-packaging": "2.29.3", "@salesforce/plugin-schema": "3.3.117", "@salesforce/plugin-settings": "2.4.84", "@salesforce/plugin-sobject": "1.4.112", "@salesforce/plugin-telemetry": "3.8.26", - "@salesforce/plugin-templates": "56.18.2", + "@salesforce/plugin-templates": "56.18.4", "@salesforce/plugin-trust": "3.8.19", "@salesforce/plugin-user": "3.10.1", "@salesforce/sf-plugins-core": "12.2.24", diff --git a/yarn.lock b/yarn.lock index 401eda45..2e79838d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1235,10 +1235,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@jsforce/jsforce-node@^3.10.13", "@jsforce/jsforce-node@^3.10.15": - version "3.10.15" - resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.15.tgz#28655302b90c83dbcc15cf0cecebfe56ef27c132" - integrity sha512-rtl4MCmy5EzUQ8ehJfjcQCVW2EPCBfopxpZjmXzJrKdtwH6ptjeC5VdyfjS40XNjD7k7heXRZr1jRVU3Ej6kcQ== +"@jsforce/jsforce-node@^3.10.13", "@jsforce/jsforce-node@^3.10.15", "@jsforce/jsforce-node@^3.10.16": + version "3.10.16" + resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.16.tgz#a7f320896b5d3ff98dce8048a2a26f5c561d8f16" + integrity sha512-Fh5Op3vgyWMmPhjsr0d50AwPj6X9rsUNiJOPqA2OmJmv3HduIRY8tK+nc/IdtkOGdYXDk09q1cu0PG5pGERGgA== dependencies: "@sindresorhus/is" "^4" base64url "^3.0.1" @@ -1350,10 +1350,10 @@ lru-cache "^11.2.1" socks-proxy-agent "^8.0.3" -"@npmcli/arborist@^9.7.0": - version "9.7.0" - resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-9.7.0.tgz#48453dac3a1c812498b5c352a6bb948e8fc4d02b" - integrity sha512-vmGB7um0yvzZlBi0GzmSRJ/oW2KzjiBdgD5AGbMdiqxg/xemfCsDMyD/DtkXPhZrWsPNtGByiBF1kx//gi/5xA== +"@npmcli/arborist@^9.8.0": + version "9.8.0" + resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-9.8.0.tgz#0dcefe9d732545924c236e86da0172db98655b9a" + integrity sha512-bqjei/1+uait6wA30G7IElMs5VCyGpuVPFQYsvzqhTEEAVmDMsHBCFstcT2lLfeQDvi8MeUQHStfHSArvdTQuw== dependencies: "@gar/promise-retry" "^1.0.0" "@isaacs/string-locale-compare" "^1.1.0" @@ -1390,10 +1390,10 @@ treeverse "^3.0.0" walk-up-path "^4.0.0" -"@npmcli/config@^10.10.0": - version "10.10.0" - resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-10.10.0.tgz#b9fe34229b7587131b8678aca106fdef60003c2d" - integrity sha512-Qpv1lFxJle2EmvskCmkVMPxWiiUeNZ7xyuUNHnvpmaellpVBIrYXQWysuKwHo/5G8WDaRkgnTyarL36/2Db76g== +"@npmcli/config@^10.11.0": + version "10.11.0" + resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-10.11.0.tgz#fb94b0a04032be38d2cd3c0ca15d1ca125ea1997" + integrity sha512-YeRrOREeF9rYlwQfqbjJc8bjplzdzz2dapOVfV3gl3kSMFn0wEI9+QZQADmAvdd+MKTeOr/ISgNmdxJj6layAA== dependencies: "@npmcli/map-workspaces" "^5.0.0" "@npmcli/package-json" "^7.0.0" @@ -1596,15 +1596,15 @@ ansis "^3.17.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@5.4.73": - version "5.4.73" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.73.tgz#1f0ee7e0f22dd72dff611faf2e3fc8d519987a7a" - integrity sha512-Lppok4cxe8pYxHqS7MWlaIGDLR8TH9fQ4n87MmwA1lo8k6HABe8mJeDNA8ZzeCY7UcGmMifJfy3mEHvZryDv5w== +"@oclif/plugin-plugins@5.4.74": + version "5.4.74" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.74.tgz#09f8f6dd452ec17b1fa3313b12a02b75f5b50e97" + integrity sha512-v4UFRyY6Olc551xGduzhsMYPfzKVc5Nezzc3LwSLoQxQ3AYEU+lcOtTbVW9YzpALX9IxfY2BRQzkBdw60QbkEA== dependencies: "@oclif/core" "^4.11.4" ansis "^3.17.0" debug "^4.4.0" - npm "^11.16.0" + npm "^11.17.0" npm-package-arg "^11.0.3" npm-run-path "^5.3.0" object-treeify "^4.0.1" @@ -1622,10 +1622,10 @@ ansi-escapes "^7.3.0" inquirer-autocomplete-standalone "^0.8.1" -"@oclif/plugin-update@4.7.47": - version "4.7.47" - resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.7.47.tgz#6da865d515108e6d4ad1d363405c2414d4d8b058" - integrity sha512-Nvt5GxyjVyxALgTL3lP0l4Hj+UzmEAtdPPsn18QxPcd8qjsCPq4tVeU36gU8GZrv5IutFYRaY/W5OaO+o9WshQ== +"@oclif/plugin-update@4.7.48": + version "4.7.48" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.7.48.tgz#16a52507f91b4f304e6dd76e41f1868e60859b29" + integrity sha512-zbi9NG2SvCurjL1lZrsawzh0mBWu+MoYECDU0ZFlrXmKcXuRkFLFif0cJ/9xyGe0HmadMkblFN3wLJ5YAiNkew== dependencies: "@inquirer/select" "^2.5.0" "@oclif/core" "^4" @@ -1635,7 +1635,7 @@ filesize "^6.1.0" got "^13" proxy-agent "^6.5.0" - semver "^7.8.2" + semver "^7.8.4" tar-fs "^2.1.4" "@oclif/plugin-version@2.2.47": @@ -2100,18 +2100,18 @@ "@salesforce/sf-plugins-core" "^12.2.24" ansis "^3.3.1" -"@salesforce/plugin-api@1.3.38": - version "1.3.38" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-api/-/plugin-api-1.3.38.tgz#bf71af1e65e458476ec256636f92cabb6c25536e" - integrity sha512-uF7C2gejQlWgWyyAS+Ex0UYMPeGf0wAOCXu7onLKU+8CUwKX/H6bbT5YZsLm+A1Hbyi+VD0NomANoYwOhHTBsA== +"@salesforce/plugin-api@1.3.40": + version "1.3.40" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-api/-/plugin-api-1.3.40.tgz#78369dc5e79aa72c482ed27fb67a313f7bb1ab94" + integrity sha512-QADCz8G6HfE/sgu8Lw2auYt22KkvtsxGkEWliorS8vfK96SqfkhxOeOXhOnAz43NIw1MxmIB9kd2Q78NpyEfRA== dependencies: "@oclif/core" "^4" - "@salesforce/core" "^8.31.0" + "@salesforce/core" "^8.31.1" "@salesforce/kit" "^3.2.4" "@salesforce/sf-plugins-core" "^12.2.24" "@salesforce/ts-types" "^2.0.12" ansis "^3.3.2" - form-data "^4.0.5" + form-data "^4.0.6" got "^13.0.0" proxy-agent "^6.5.0" @@ -2183,13 +2183,13 @@ ansis "^3.17.0" terminal-link "^3.0.0" -"@salesforce/plugin-info@3.4.139", "@salesforce/plugin-info@^3.4.131", "@salesforce/plugin-info@^3.4.136": - version "3.4.139" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.139.tgz#d510c8974a34f79aed08986690a92f1fb005a1ed" - integrity sha512-OEdfIk8uBeR1o3uQ9VsHRwsl8iQ9Hciza+uUkClmu2aefMiTg9mgAQv1VMV4xy3p3GyImSgb7zTPw4XYiHWUlQ== +"@salesforce/plugin-info@3.4.140", "@salesforce/plugin-info@^3.4.131", "@salesforce/plugin-info@^3.4.136": + version "3.4.140" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.140.tgz#ae37ebaf5a74a3beab1f398bb45ab7a2a89f50b6" + integrity sha512-58zbWfpo2ticb/nFkmrQaT4lWKlfjtnd/dpWAqRjp2vuWzWCfy+W2OFPSncx7gESnt+rx0Pt5CO/4nCgTNjU/w== dependencies: "@inquirer/input" "^2.3.0" - "@jsforce/jsforce-node" "^3.10.15" + "@jsforce/jsforce-node" "^3.10.16" "@oclif/core" "^4" "@salesforce/core" "^8.31.0" "@salesforce/kit" "^3.2.6" @@ -2201,33 +2201,33 @@ proxy-agent "^6.5.0" semver "^7.8.1" -"@salesforce/plugin-limits@3.3.92": - version "3.3.92" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-limits/-/plugin-limits-3.3.92.tgz#78b218203e60cb9750bd8bf21b2129d71e4daaac" - integrity sha512-jC/NA3bQNf2cWC0V7JEJ0Zo3BoAhozwC1HwvaYkxDEerDHdAMQIIa/RT0Ru8n5SLwkpDyMiYyDKIKxpA48TKZg== +"@salesforce/plugin-limits@3.3.93": + version "3.3.93" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-limits/-/plugin-limits-3.3.93.tgz#07bbc05a58097b066637a86127b6b83a71f67e69" + integrity sha512-4+vYoNbqGj7r/1qZqzIp+EDO0MaMT51R47a9l/oaYJHfhic2XgnbVh1H8oAY49LsTNnH1hLIMYW3UjT5ZHLOeA== dependencies: - "@salesforce/core" "^8.31.0" + "@salesforce/core" "^8.31.1" "@salesforce/sf-plugins-core" "^12.2.22" -"@salesforce/plugin-marketplace@1.3.30": - version "1.3.30" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.30.tgz#1977c5c95b31d31dfcbbdef4852e1cfcb6f19aa9" - integrity sha512-1E9WYmKWe+t+uwu2hUmegoIW2P3VH8QvArXKq0+g+ibduOFdHsc9XeH/HQynMVgu7BzxhpxC35VYn5hcs9I+fw== +"@salesforce/plugin-marketplace@1.3.31": + version "1.3.31" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.31.tgz#ffc6fa9b12a24f1e32c00d13710798d7f76c50f1" + integrity sha512-jUs4gtm+xTh4+If9Yu4GHsHf7c9CVt9zgU113DDd43w6iBoh/Wv9ejImtAzu3/Agi5YFXkZWCWNh3g/JqF4wIA== dependencies: - "@salesforce/core" "^8.31.0" + "@salesforce/core" "^8.31.1" "@salesforce/kit" "^3.2.4" "@salesforce/sf-plugins-core" "^12.2.24" got "^13.0.0" proxy-agent "^6.5.0" -"@salesforce/plugin-org@5.11.7": - version "5.11.7" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.11.7.tgz#c83740b4fccf1b0869181abb7e1540a00a2713c4" - integrity sha512-8yQwqfEy0bwRLGMEESOYp+fKsxMw5/oY2dXICFi+C8oSf/CMPBnl/7mCey120k37hMqbKYOLp3Nw1Q/eJIrjpA== +"@salesforce/plugin-org@5.11.8": + version "5.11.8" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.11.8.tgz#78941522bf6acd555c5bfa469c9dc53c48f3e8e8" + integrity sha512-hdX6hU/YgIAY2u7+Bm73D65X8uvm7G6/aW5MVGMFUXKte7c/6XkHr6QMnhQwTfR4sqFO7yUHNR45+M5Pkc7gHA== dependencies: "@oclif/core" "^4.11.4" "@oclif/multi-stage-output" "^0.8.44" - "@salesforce/core" "^8.31.0" + "@salesforce/core" "^8.31.1" "@salesforce/kit" "^3.2.4" "@salesforce/sf-plugins-core" "^12.2.16" "@salesforce/source-deploy-retrieve" "^12.36.2" @@ -2328,14 +2328,14 @@ "@salesforce/ts-types" "^2.0.12" debug "^4.4.3" -"@salesforce/plugin-templates@56.18.2": - version "56.18.2" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.18.2.tgz#28981c4aa408423deac5db0a3785f58fe68ebfd1" - integrity sha512-mDr4DveFZvPG6pT1RfEHDfvKUMNfe7mo1xAHZVVpjwm3btvjVYhFrJhOpNiHivMPFclwNGYVR1+Ra6KiAdNz9A== +"@salesforce/plugin-templates@56.18.4": + version "56.18.4" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.18.4.tgz#8d3a97f7b5b853520a9a538082a06e75eff8085f" + integrity sha512-FPwxy49ug6Y1JxCZ4h9Puk52sjqR+3EfSwIPj2HdK3CwYOn1m4anmF8EtXB0P9eOHT3DXfxj/i0nFjGEKsOsTw== dependencies: - "@salesforce/core" "^8.31.0" + "@salesforce/core" "^8.31.1" "@salesforce/sf-plugins-core" "^12" - "@salesforce/templates" "^66.9.3" + "@salesforce/templates" "^66.10.0" "@salesforce/plugin-trust@3.8.19", "@salesforce/plugin-trust@^3.7.89": version "3.8.19" @@ -2438,10 +2438,10 @@ o11y_schema "^260.65.0" proxy-agent "^6.5.0" -"@salesforce/templates@^66.9.3": - version "66.9.3" - resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.9.3.tgz#56e2d44c671c2fdfe38cedefbb58a0d9e4bb8f0d" - integrity sha512-7HFQK6Jg/lkJqKIRysxHvT16Cgu32abDK2lyPpPTCo/ksz46LQxhCrIl9bTUjkPk5w6BdJ+4fPUqFTwcmv7MOw== +"@salesforce/templates@^66.10.0": + version "66.10.0" + resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.10.0.tgz#876a662bf0c3f70d03dd0aac644c6ed16e822f3a" + integrity sha512-dijpp0CpG3vagWa6w2WFhyuEWZ19T5mM3LVi3fOFy0mVHCwCAqOU80rqtJEbZWPCWgCH8sUM9Kihjt/foWY66w== dependencies: "@salesforce/kit" "^3.2.6" ejs "^3.1.10" @@ -5478,16 +5478,16 @@ form-data-encoder@^2.1.2: resolved "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz" integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw== -form-data@^4.0.4, form-data@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053" - integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w== +form-data@^4.0.4, form-data@^4.0.5, form-data@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.6.tgz#28e864e1b786dbebb68db1f452f9635278665827" + integrity sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8" es-set-tostringtag "^2.1.0" - hasown "^2.0.2" - mime-types "^2.1.12" + hasown "^2.0.4" + mime-types "^2.1.35" fromentries@^1.2.0: version "1.3.2" @@ -5979,10 +5979,10 @@ hasha@^5.0.0: is-stream "^2.0.0" type-fest "^0.8.0" -hasown@^2.0.0, hasown@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" - integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== +hasown@^2.0.0, hasown@^2.0.2, hasown@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003" + integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A== dependencies: function-bind "^1.1.2" @@ -6997,12 +6997,12 @@ libnpmaccess@^10.0.3: npm-package-arg "^13.0.0" npm-registry-fetch "^19.0.0" -libnpmdiff@^8.1.9: - version "8.1.9" - resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-8.1.9.tgz#ce14becdd4bf670a71eb2ac6a26b4c8a50292f98" - integrity sha512-UfAzZ7mTkq4X534LO2oGFMss0un+b3esOcbT7R7DZc1XJeyTfWA3R/7yiJ3AlFqSlBCiSqilr01vBMsBF6cbqw== +libnpmdiff@^8.1.10: + version "8.1.10" + resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-8.1.10.tgz#0eb003b489407ae812fe92c21b29dec8175b1f34" + integrity sha512-UWZPUjkaCuE6+b5kgFrfeIjCR/4IWdU1QRu6jAGgUrk4sKMgnrHKdZ5JzNM4SnPfzLC51+Ts/woEKG7JMEJsPw== dependencies: - "@npmcli/arborist" "^9.7.0" + "@npmcli/arborist" "^9.8.0" "@npmcli/installed-package-contents" "^4.0.0" binary-extensions "^3.0.0" diff "^8.0.2" @@ -7011,13 +7011,13 @@ libnpmdiff@^8.1.9: pacote "^21.0.2" tar "^7.5.1" -libnpmexec@^10.2.9: - version "10.2.9" - resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-10.2.9.tgz#1fd03b63833d868cc9575d2421f89405029bba7b" - integrity sha512-ApnGrjjIiAm5qzXGiU8dtN9Kw0HiYNVzbIcVL5lVlDZKvfKLfQyHxASVxGWrjKy4rOaahcx3Nh/E/uY3eSXYfQ== +libnpmexec@^10.3.0: + version "10.3.0" + resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-10.3.0.tgz#ca27f771c0fb98d00f014a6484d52149b5af62ad" + integrity sha512-JzRj0fVmvBpqrQJ+3Cv0VGPjiDvJbnBu+nbUXKJ/5BUISoSYd0KShyjZsZaIiMZLlDjzFgvDXMZZP2bhVhhVdQ== dependencies: "@gar/promise-retry" "^1.0.0" - "@npmcli/arborist" "^9.7.0" + "@npmcli/arborist" "^9.8.0" "@npmcli/package-json" "^7.0.0" "@npmcli/run-script" "^10.0.0" ci-info "^4.0.0" @@ -7029,12 +7029,12 @@ libnpmexec@^10.2.9: signal-exit "^4.1.0" walk-up-path "^4.0.0" -libnpmfund@^7.0.23: - version "7.0.23" - resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-7.0.23.tgz#5f3bf7e00d5761b780d98141f7d13044cb25dda9" - integrity sha512-6GqIw+r85FaM4smeYwV2iWuFuHR7g3Azs4HzmTU3fNVxNcTec6xY0U39XzaLRQV8gKP0hS0IKqOTyFkQdoOlQw== +libnpmfund@^7.0.24: + version "7.0.24" + resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-7.0.24.tgz#ce56786f52b8ad58f0ce6d5fec773df27e177928" + integrity sha512-ubiggibzvG9TQr8KO0Jf6hLQbvfJHr+I4Lo740qV+/03e0SLSRjnHArqgffubEFtmtvrHfeNX/YYFfZaeaiE7A== dependencies: - "@npmcli/arborist" "^9.7.0" + "@npmcli/arborist" "^9.8.0" libnpmorg@^8.0.1: version "8.0.1" @@ -7044,12 +7044,12 @@ libnpmorg@^8.0.1: aproba "^2.0.0" npm-registry-fetch "^19.0.0" -libnpmpack@^9.1.9: - version "9.1.9" - resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-9.1.9.tgz#e2a1cbb5886235d18877b16ea2fdeb7f3e2b00e7" - integrity sha512-da2ovGiFLBFebJL2yp1rbbF4cuuhdEpwCHrCu2iXfZBC1vgIlw37RTvs0x58V9bk+lfEDr+Gs6/NjOWs56wpDA== +libnpmpack@^9.1.10: + version "9.1.10" + resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-9.1.10.tgz#65727a2171140982018eb1fd205484b71bf1e8a9" + integrity sha512-J8V8wUBkqRRVtAn43zTMcw3vFyODlOGkS9jq4esolBLCwxuMDjNarWn5Og+DeZLocsHYtlqc963a1hUFOrKIHQ== dependencies: - "@npmcli/arborist" "^9.7.0" + "@npmcli/arborist" "^9.8.0" "@npmcli/run-script" "^10.0.0" npm-package-arg "^13.0.0" pacote "^21.0.2" @@ -7574,7 +7574,7 @@ mime-db@^1.54.0: resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.54.0.tgz#cddb3ee4f9c64530dff640236661d42cb6a314f5" integrity sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ== -mime-types@^2.1.12: +mime-types@^2.1.35: version "2.1.35" resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== @@ -7907,10 +7907,10 @@ node-fetch@^2.6.1, node-fetch@^2.6.9: dependencies: whatwg-url "^5.0.0" -node-gyp@^12.1.0, node-gyp@^12.3.0: - version "12.3.0" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-12.3.0.tgz#a0e0d9364779451eaf4148b6f9a7366f98000b3f" - integrity sha512-QNcUWM+HgJplcPzBvFBZ9VXacyGZ4+VTOb80PwWR+TlVzoHbRKULNEzpRsnaoxG3Wzr7Qh7BYxGDU3CbKib2Yg== +node-gyp@^12.1.0, node-gyp@^12.4.0: + version "12.4.0" + resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-12.4.0.tgz#2d017b6ea1ca9294dbbee75be533728f49257024" + integrity sha512-OMcPNvqTCFUnNaBlmdgq+lfNqY7gTiSmNRDjY3uAXRyudeKZEZxu3CLtjMQrx4zZxCX2b/mpNqTtwuCJgXhHkw== dependencies: env-paths "^2.2.0" exponential-backoff "^3.1.1" @@ -8089,14 +8089,14 @@ npm-user-validate@^4.0.0: resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-4.0.0.tgz#f3c7e8360e46c651dbaf2fc4eea8f66df51ae6df" integrity sha512-TP+Ziq/qPi/JRdhaEhnaiMkqfMGjhDLoh/oRfW+t5aCuIfJxIUxvwk6Sg/6ZJ069N/Be6gs00r+aZeJTfS9uHQ== -npm@^11.16.0: - version "11.16.0" - resolved "https://registry.yarnpkg.com/npm/-/npm-11.16.0.tgz#954286fbc25d74f3c91f402ca8b1e66c8038e861" - integrity sha512-A74XL8OxmcegZDMWPkWb5bEQppg8HdYwW3rBD2sPoS4UQHVajfaxBkqyzLeJ3wR0kZ+5xoTjItxXaF7eIXUsyw== +npm@^11.16.0, npm@^11.17.0: + version "11.17.0" + resolved "https://registry.yarnpkg.com/npm/-/npm-11.17.0.tgz#8d7914e825d12d8b5fa2292ca329aec9c1a7bd65" + integrity sha512-PurxiZexEHDTE4SSaLI3ZrnbAGiZfeyUcQcxcP5D+hfytNAze/D1IzDuInTn9XVLIbAQUnQuSPXJx02LHjLvQw== dependencies: "@isaacs/string-locale-compare" "^1.1.0" - "@npmcli/arborist" "^9.7.0" - "@npmcli/config" "^10.10.0" + "@npmcli/arborist" "^9.8.0" + "@npmcli/config" "^10.11.0" "@npmcli/fs" "^5.0.0" "@npmcli/map-workspaces" "^5.0.3" "@npmcli/metavuln-calculator" "^9.0.3" @@ -8120,11 +8120,11 @@ npm@^11.16.0: is-cidr "^6.0.4" json-parse-even-better-errors "^5.0.0" libnpmaccess "^10.0.3" - libnpmdiff "^8.1.9" - libnpmexec "^10.2.9" - libnpmfund "^7.0.23" + libnpmdiff "^8.1.10" + libnpmexec "^10.3.0" + libnpmfund "^7.0.24" libnpmorg "^8.0.1" - libnpmpack "^9.1.9" + libnpmpack "^9.1.10" libnpmpublish "^11.2.0" libnpmsearch "^9.0.1" libnpmteam "^8.0.2" @@ -8134,7 +8134,7 @@ npm@^11.16.0: minipass "^7.1.3" minipass-pipeline "^1.2.4" ms "^2.1.2" - node-gyp "^12.3.0" + node-gyp "^12.4.0" nopt "^9.0.0" npm-audit-report "^7.0.0" npm-install-checks "^8.0.0" @@ -8144,16 +8144,16 @@ npm@^11.16.0: npm-registry-fetch "^19.1.1" npm-user-validate "^4.0.0" p-map "^7.0.4" - pacote "^21.5.0" + pacote "^21.5.1" parse-conflict-json "^5.0.1" proc-log "^6.1.0" qrcode-terminal "^0.12.0" read "^5.0.1" - semver "^7.8.1" + semver "^7.8.4" spdx-expression-parse "^4.0.0" ssri "^13.0.1" supports-color "^10.2.2" - tar "^7.5.15" + tar "^7.5.16" text-table "~0.2.0" tiny-relative-date "^2.0.2" treeverse "^3.0.0" @@ -8481,10 +8481,10 @@ package-json-from-dist@^1.0.0: resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00" integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw== -pacote@^21.0.0, pacote@^21.0.2, pacote@^21.5.0: - version "21.5.0" - resolved "https://registry.yarnpkg.com/pacote/-/pacote-21.5.0.tgz#475fe00db73585dec296590bec484109522e9e6f" - integrity sha512-VtZ0SB8mb5Tzw3dXDfVAIjhyVKUHZkS/ZH9/5mpKenwC9sFOXNI0JI7kEF7IMkwOnsWMFrvAZHzx1T5fmrp9FQ== +pacote@^21.0.0, pacote@^21.0.2, pacote@^21.5.1: + version "21.5.1" + resolved "https://registry.yarnpkg.com/pacote/-/pacote-21.5.1.tgz#74ab896fc7b1f00545ecbbbf666a61895cd50d38" + integrity sha512-KvcJ9iy3crysCsgqc4+PknH/w6jkrp8JN36mpZBPwNaDRwTfMZD37YzRazNstiZUOhuF5pno9f78n9mEJBavwg== dependencies: "@gar/promise-retry" "^1.0.0" "@npmcli/git" "^7.0.0" @@ -9377,10 +9377,10 @@ semver@^6.0.0, semver@^6.3.1: resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2, semver@^7.8.0, semver@^7.8.1, semver@^7.8.2: - version "7.8.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.2.tgz#194bd65723a28cf82542d2bf176b91c26b343be1" - integrity sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ== +semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2, semver@^7.8.0, semver@^7.8.1, semver@^7.8.2, semver@^7.8.4: + version "7.8.4" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.4.tgz#c73eceebae0616934be8dff28a7fd70757c8e696" + integrity sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA== sentence-case@^3.0.4: version "3.0.4" @@ -9972,7 +9972,7 @@ tar-stream@^2.1.4: inherits "^2.0.3" readable-stream "^3.1.1" -tar@^7.4.3, tar@^7.5.1, tar@^7.5.15, tar@^7.5.16, tar@^7.5.4: +tar@^7.4.3, tar@^7.5.1, tar@^7.5.16, tar@^7.5.4: version "7.5.16" resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.16.tgz#f11e063afed4554f758049d082909e37d6b53ced" integrity sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==