diff --git a/README.md b/README.md index 344881b7..354dc827 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.72.10 linux-x64 node-v22.12.0 +@salesforce/cli/2.72.11 linux-x64 node-v22.12.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -1336,7 +1336,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/3.13.6/src/commands/data/bulk/results.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/bulk/results.ts)_ ## `sf data create file` @@ -1385,7 +1385,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/3.13.6/src/commands/data/create/file.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/create/file.ts)_ ## `sf data create record` @@ -1441,7 +1441,7 @@ EXAMPLES TracedEntityId=01p17000000R6bLAAS" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/create/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/create/record.ts)_ ## `sf data delete bulk` @@ -1502,7 +1502,7 @@ FLAG DESCRIPTIONS and can be enabled only by a system administrator. ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/delete/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/delete/bulk.ts)_ ## `sf data delete record` @@ -1563,7 +1563,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/3.13.6/src/commands/data/delete/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/delete/record.ts)_ ## `sf data delete resume` @@ -1602,7 +1602,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/3.13.6/src/commands/data/delete/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/delete/resume.ts)_ ## `sf data export bulk` @@ -1676,7 +1676,7 @@ EXAMPLES --result-format json --async ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/export/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/export/bulk.ts)_ ## `sf data export resume` @@ -1712,7 +1712,7 @@ EXAMPLES $ sf data export resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/export/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/export/resume.ts)_ ## `sf data export tree` @@ -1773,7 +1773,7 @@ EXAMPLES my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/export/tree.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/export/tree.ts)_ ## `sf data get record` @@ -1837,7 +1837,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/3.13.6/src/commands/data/get/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/get/record.ts)_ ## `sf data import bulk` @@ -1895,7 +1895,7 @@ EXAMPLES $ sf data import bulk --file accounts.csv --sobject Account --async ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/import/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/import/bulk.ts)_ ## `sf data import resume` @@ -1931,7 +1931,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/3.13.6/src/commands/data/import/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/import/resume.ts)_ ## `sf data import tree` @@ -1996,7 +1996,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/3.13.6/src/commands/data/import/tree.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/import/tree.ts)_ ## `sf data query` @@ -2062,7 +2062,7 @@ EXAMPLES $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0 ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/query.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/query.ts)_ ## `sf data query resume` @@ -2099,7 +2099,7 @@ EXAMPLES $ sf data query resume --bulk-query-id 7500x000005BdFzXXX ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/query/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/query/resume.ts)_ ## `sf data resume` @@ -2136,7 +2136,7 @@ EXAMPLES $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/resume.ts)_ ## `sf data search` @@ -2186,7 +2186,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/3.13.6/src/commands/data/search.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/search.ts)_ ## `sf data update bulk` @@ -2247,7 +2247,7 @@ EXAMPLES $ sf data update bulk --file accounts.csv --sobject Account --async ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/update/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/update/bulk.ts)_ ## `sf data update record` @@ -2309,7 +2309,7 @@ EXAMPLES "ExpirationDate=2017-12-01T00:58:04.000+0000" ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/update/record.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/update/record.ts)_ ## `sf data update resume` @@ -2345,7 +2345,7 @@ EXAMPLES $ sf data update resume --use-most-recent --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/update/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/update/resume.ts)_ ## `sf data upsert bulk` @@ -2404,7 +2404,7 @@ EXAMPLES my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/upsert/bulk.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/upsert/bulk.ts)_ ## `sf data upsert resume` @@ -2443,7 +2443,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/3.13.6/src/commands/data/upsert/resume.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/upsert/resume.ts)_ ## `sf doctor` @@ -2538,7 +2538,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/3.13.6/src/commands/force/data/bulk/delete.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/force/data/bulk/delete.ts)_ ## `sf force data bulk status` @@ -2575,7 +2575,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/3.13.6/src/commands/force/data/bulk/status.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/force/data/bulk/status.ts)_ ## `sf force data bulk upsert` @@ -2633,7 +2633,7 @@ EXAMPLES --target-org my-scratch ``` -_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/force/data/bulk/upsert.ts)_ +_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/force/data/bulk/upsert.ts)_ ## `sf help [COMMAND]` @@ -3202,7 +3202,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.2.12/src/commands/org/create/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/create/sandbox.ts)_ ## `sf org create scratch` @@ -3356,7 +3356,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.2.12/src/commands/org/create/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/create/scratch.ts)_ ## `sf org create user` @@ -3510,7 +3510,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.2.12/src/commands/org/delete/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/delete/sandbox.ts)_ ## `sf org delete scratch` @@ -3554,7 +3554,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.2.12/src/commands/org/delete/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/delete/scratch.ts)_ ## `sf org disable tracking` @@ -3593,7 +3593,7 @@ EXAMPLES $ sf org disable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/disable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/disable/tracking.ts)_ ## `sf org display` @@ -3638,7 +3638,7 @@ EXAMPLES $ sf org display --target-org TestOrg1 --verbose ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/display.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/display.ts)_ ## `sf org display user` @@ -3719,7 +3719,7 @@ EXAMPLES $ sf org enable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/enable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/enable/tracking.ts)_ ## `sf org generate password` @@ -3825,7 +3825,7 @@ EXAMPLES $ sf org list --clean ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/list.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list.ts)_ ## `sf org list auth` @@ -3964,7 +3964,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.2.12/src/commands/org/list/metadata.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list/metadata.ts)_ ## `sf org list metadata-types` @@ -4019,7 +4019,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.2.12/src/commands/org/list/metadata-types.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list/metadata-types.ts)_ ## `sf org list sobject record-counts` @@ -4602,7 +4602,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.2.12/src/commands/org/open.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/open.ts)_ ## `sf org open agent` @@ -4653,7 +4653,7 @@ EXAMPLES $ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/open/agent.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/open/agent.ts)_ ## `sf org refresh sandbox` @@ -4730,7 +4730,7 @@ FLAG DESCRIPTIONS By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/refresh/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/refresh/sandbox.ts)_ ## `sf org resume sandbox` @@ -4793,7 +4793,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.2.12/src/commands/org/resume/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/resume/sandbox.ts)_ ## `sf org resume scratch` @@ -4840,7 +4840,7 @@ FLAG DESCRIPTIONS The job ID is valid for 24 hours after you start the scratch org creation. ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/resume/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/resume/scratch.ts)_ ## `sf package create` @@ -6256,7 +6256,7 @@ EXAMPLES $ sf plugins trust verify --npm @scope/npmName ``` -_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.52/src/commands/plugins/trust/verify.ts)_ +_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.53/src/commands/plugins/trust/verify.ts)_ ## `sf plugins uninstall [PLUGIN]` @@ -8450,7 +8450,7 @@ EXAMPLES $ sf update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.20/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.21/src/commands/update.ts)_ ## `sf version` @@ -8610,7 +8610,7 @@ EXAMPLES $ sf which "foo bar baz" ``` -_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.22/src/commands/which.ts)_ +_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.23/src/commands/which.ts)_ diff --git a/package.json b/package.json index dd631fda..5d8957ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.72.10", + "version": "2.72.11", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -148,31 +148,31 @@ "@oclif/plugin-autocomplete": "3.2.15", "@oclif/plugin-commands": "4.1.15", "@oclif/plugin-help": "6.2.20", - "@oclif/plugin-not-found": "3.2.32", + "@oclif/plugin-not-found": "3.2.33", "@oclif/plugin-plugins": "5.4.24", "@oclif/plugin-search": "1.2.17", - "@oclif/plugin-update": "4.6.20", + "@oclif/plugin-update": "4.6.21", "@oclif/plugin-version": "2.2.19", - "@oclif/plugin-warn-if-update-available": "3.1.28", - "@oclif/plugin-which": "3.2.22", + "@oclif/plugin-warn-if-update-available": "3.1.29", + "@oclif/plugin-which": "3.2.23", "@salesforce/core": "^8.2.3", "@salesforce/kit": "^3.1.6", "@salesforce/plugin-apex": "3.6.8", "@salesforce/plugin-api": "1.3.2", "@salesforce/plugin-auth": "3.6.85", - "@salesforce/plugin-data": "3.13.6", + "@salesforce/plugin-data": "3.13.7", "@salesforce/plugin-deploy-retrieve": "3.16.6", "@salesforce/plugin-info": "3.4.30", "@salesforce/plugin-limits": "3.3.43", "@salesforce/plugin-marketplace": "1.3.7", - "@salesforce/plugin-org": "5.2.12", + "@salesforce/plugin-org": "5.2.14", "@salesforce/plugin-packaging": "2.9.10", "@salesforce/plugin-schema": "3.3.45", "@salesforce/plugin-settings": "2.4.9", "@salesforce/plugin-sobject": "1.4.48", "@salesforce/plugin-telemetry": "3.6.29", "@salesforce/plugin-templates": "56.3.34", - "@salesforce/plugin-trust": "3.7.52", + "@salesforce/plugin-trust": "3.7.53", "@salesforce/plugin-user": "3.6.5", "@salesforce/sf-plugins-core": "12.1.1", "ansis": "^3.3.0" diff --git a/yarn.lock b/yarn.lock index cdd9c33a..c13bd59a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1168,14 +1168,14 @@ ansi-escapes "^4.3.2" yoctocolors-cjs "^2.1.2" -"@inquirer/checkbox@^4.0.3": - version "4.0.3" - resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-4.0.3.tgz#cbd9694e925964f5b0432cc84ab107a8d7a8202d" - integrity sha512-CEt9B4e8zFOGtc/LYeQx5m8nfqQeG/4oNNv0PUvXGG0mys+wR/WbJ3B4KfSQ4Fcr3AQfpiuFOi3fVvmPfvNbxw== +"@inquirer/checkbox@^4.0.4": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-4.0.4.tgz#e7335f9c23f4100f789a8fceb26417c9a74a6dee" + integrity sha512-fYAKCAcGNMdfjL6hZTRUwkIByQ8EIZCXKrIQZH7XjADnN/xvRUhj8UdBbpC4zoUzvChhkSC/zRKaP/tDs3dZpg== dependencies: - "@inquirer/core" "^10.1.1" - "@inquirer/figures" "^1.0.8" - "@inquirer/type" "^3.0.1" + "@inquirer/core" "^10.1.2" + "@inquirer/figures" "^1.0.9" + "@inquirer/type" "^3.0.2" ansi-escapes "^4.3.2" yoctocolors-cjs "^2.1.2" @@ -1187,21 +1187,21 @@ "@inquirer/core" "^9.1.0" "@inquirer/type" "^1.5.3" -"@inquirer/confirm@^5.1.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-5.1.0.tgz#061cd0790c8debe092353589a501211b0d6c53ef" - integrity sha512-osaBbIMEqVFjTX5exoqPXs6PilWQdjaLhGtMDXMXg/yxkHXNq43GlxGyTA35lK2HpzUgDN+Cjh/2AmqCN0QJpw== +"@inquirer/confirm@^5.1.1": + version "5.1.1" + resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-5.1.1.tgz#18385064b8275eb79fdba505ce527801804eea04" + integrity sha512-vVLSbGci+IKQvDOtzpPTCOiEJCNidHcAq9JYVoWTW0svb5FiwSLotkM+JXNXejfjnzVYV9n0DTBythl9+XgTxg== dependencies: - "@inquirer/core" "^10.1.1" - "@inquirer/type" "^3.0.1" + "@inquirer/core" "^10.1.2" + "@inquirer/type" "^3.0.2" -"@inquirer/core@^10.1.1": - version "10.1.1" - resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.1.tgz#801e82649fb64bcb2b5e4667397ff8c25bccebab" - integrity sha512-rmZVXy9iZvO3ZStEe/ayuuwIJ23LSF13aPMlLMTQARX6lGUBDHGV8UB5i9MRrfy0+mZwt5/9bdy8llszSD3NQA== +"@inquirer/core@^10.1.2": + version "10.1.2" + resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.2.tgz#a9c5b9ed814a636e99b5c0a8ca4f1626d99fd75d" + integrity sha512-bHd96F3ezHg1mf/J0Rb4CV8ndCN0v28kUlrHqP7+ECm1C/A+paB7Xh2lbMk6x+kweQC+rZOxM/YeKikzxco8bQ== dependencies: - "@inquirer/figures" "^1.0.8" - "@inquirer/type" "^3.0.1" + "@inquirer/figures" "^1.0.9" + "@inquirer/type" "^3.0.2" ansi-escapes "^4.3.2" cli-width "^4.1.0" mute-stream "^2.0.0" @@ -1248,28 +1248,28 @@ wrap-ansi "^6.2.0" yoctocolors-cjs "^2.1.2" -"@inquirer/editor@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@inquirer/editor/-/editor-4.2.0.tgz#469a00e876afebcfc574bf8114e40c40795688c1" - integrity sha512-Z3LeGsD3WlItDqLxTPciZDbGtm0wrz7iJGS/uUxSiQxef33ZrBq7LhsXg30P7xrWz1kZX4iGzxxj5SKZmJ8W+w== +"@inquirer/editor@^4.2.1": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@inquirer/editor/-/editor-4.2.1.tgz#9887e95aa28a52eb20e9e08d85cb3698ef404601" + integrity sha512-xn9aDaiP6nFa432i68JCaL302FyL6y/6EG97nAtfIPnWZ+mWPgCMLGc4XZ2QQMsZtu9q3Jd5AzBPjXh10aX9kA== dependencies: - "@inquirer/core" "^10.1.1" - "@inquirer/type" "^3.0.1" + "@inquirer/core" "^10.1.2" + "@inquirer/type" "^3.0.2" external-editor "^3.1.0" -"@inquirer/expand@^4.0.3": - version "4.0.3" - resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.3.tgz#7593b841d9355c4e7a047071b33e5a58f202ac96" - integrity sha512-MDszqW4HYBpVMmAoy/FA9laLrgo899UAga0itEjsYrBthKieDZNc0e16gdn7N3cQ0DSf/6zsTBZMuDYDQU4ktg== +"@inquirer/expand@^4.0.4": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.4.tgz#e3b052835e48fd4ebcf71813b7eae8b03c729d1b" + integrity sha512-GYocr+BPyxKPxQ4UZyNMqZFSGKScSUc0Vk17II3J+0bDcgGsQm0KYQNooN1Q5iBfXsy3x/VWmHGh20QnzsaHwg== dependencies: - "@inquirer/core" "^10.1.1" - "@inquirer/type" "^3.0.1" + "@inquirer/core" "^10.1.2" + "@inquirer/type" "^3.0.2" yoctocolors-cjs "^2.1.2" -"@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.8": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.8.tgz#d9e414a1376a331a0e71b151fea27c48845788b0" - integrity sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg== +"@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.9": + version "1.0.9" + resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.9.tgz#9d8128f8274cde4ca009ca8547337cab3f37a4a3" + integrity sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ== "@inquirer/input@^2.2.4", "@inquirer/input@^2.3.0": version "2.3.0" @@ -1279,21 +1279,21 @@ "@inquirer/core" "^9.1.0" "@inquirer/type" "^1.5.3" -"@inquirer/input@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-4.1.0.tgz#54b484550c3ecb2e7bf62149a14e9784f08efe6b" - integrity sha512-16B8A9hY741yGXzd8UJ9R8su/fuuyO2e+idd7oVLYjP23wKJ6ILRIIHcnXe8/6AoYgwRS2zp4PNsW/u/iZ24yg== +"@inquirer/input@^4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-4.1.1.tgz#aea2e463087c6aae57b9801e1ae5648f50d0d22e" + integrity sha512-nAXAHQndZcXB+7CyjIW3XuQZZHbQQ0q8LX6miY6bqAWwDzNa9JUioDBYrFmOUNIsuF08o1WT/m2gbBXvBhYVxg== dependencies: - "@inquirer/core" "^10.1.1" - "@inquirer/type" "^3.0.1" + "@inquirer/core" "^10.1.2" + "@inquirer/type" "^3.0.2" -"@inquirer/number@^3.0.3": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@inquirer/number/-/number-3.0.3.tgz#e3dd7520e21e9708fea9465b73d20ac851f5f60d" - integrity sha512-HA/W4YV+5deKCehIutfGBzNxWH1nhvUC67O4fC9ufSijn72yrYnRmzvC61dwFvlXIG1fQaYWi+cqNE9PaB9n6Q== +"@inquirer/number@^3.0.4": + version "3.0.4" + resolved "https://registry.yarnpkg.com/@inquirer/number/-/number-3.0.4.tgz#090dcac6886d0cddc255f6624b61fb4461747fee" + integrity sha512-DX7a6IXRPU0j8kr2ovf+QaaDiIf+zEKaZVzCWdLOTk7XigqSXvoh4cul7x68xp54WTQrgSnW7P1WBJDbyY3GhA== dependencies: - "@inquirer/core" "^10.1.1" - "@inquirer/type" "^3.0.1" + "@inquirer/core" "^10.1.2" + "@inquirer/type" "^3.0.2" "@inquirer/password@^2.2.0": version "2.2.0" @@ -1304,48 +1304,48 @@ "@inquirer/type" "^1.5.3" ansi-escapes "^4.3.2" -"@inquirer/password@^4.0.3": - version "4.0.3" - resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.3.tgz#17af6d8983e2e5c0f231b382ef5c78a8b4b63e95" - integrity sha512-3qWjk6hS0iabG9xx0U1plwQLDBc/HA/hWzLFFatADpR6XfE62LqPr9GpFXBkLU0KQUaIXZ996bNG+2yUvocH8w== +"@inquirer/password@^4.0.4": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.4.tgz#77891ae3ed5736607e6e942993ac40ca00411a2c" + integrity sha512-wiliQOWdjM8FnBmdIHtQV2Ca3S1+tMBUerhyjkRCv1g+4jSvEweGu9GCcvVEgKDhTBT15nrxvk5/bVrGUqSs1w== dependencies: - "@inquirer/core" "^10.1.1" - "@inquirer/type" "^3.0.1" + "@inquirer/core" "^10.1.2" + "@inquirer/type" "^3.0.2" ansi-escapes "^4.3.2" -"@inquirer/prompts@^7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.2.0.tgz#15010df2257a243866480513d36f3e19c98d7fb1" - integrity sha512-ZXYZ5oGVrb+hCzcglPeVerJ5SFwennmDOPfXq1WyeZIrPGySLbl4W6GaSsBFvu3WII36AOK5yB8RMIEEkBjf8w== - dependencies: - "@inquirer/checkbox" "^4.0.3" - "@inquirer/confirm" "^5.1.0" - "@inquirer/editor" "^4.2.0" - "@inquirer/expand" "^4.0.3" - "@inquirer/input" "^4.1.0" - "@inquirer/number" "^3.0.3" - "@inquirer/password" "^4.0.3" - "@inquirer/rawlist" "^4.0.3" - "@inquirer/search" "^3.0.3" - "@inquirer/select" "^4.0.3" - -"@inquirer/rawlist@^4.0.3": - version "4.0.3" - resolved "https://registry.yarnpkg.com/@inquirer/rawlist/-/rawlist-4.0.3.tgz#9964521d3470e153e7e11f228a53cf0afefb217c" - integrity sha512-5MhinSzfmOiZlRoPezfbJdfVCZikZs38ja3IOoWe7H1dxL0l3Z2jAUgbBldeyhhOkELdGvPlBfQaNbeLslib1w== +"@inquirer/prompts@^7.2.1": + version "7.2.1" + resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.2.1.tgz#f00fbcf06998a07faebc10741efa289384529950" + integrity sha512-v2JSGri6/HXSfoGIwuKEn8sNCQK6nsB2BNpy2lSX6QH9bsECrMv93QHnj5+f+1ZWpF/VNioIV2B/PDox8EvGuQ== + dependencies: + "@inquirer/checkbox" "^4.0.4" + "@inquirer/confirm" "^5.1.1" + "@inquirer/editor" "^4.2.1" + "@inquirer/expand" "^4.0.4" + "@inquirer/input" "^4.1.1" + "@inquirer/number" "^3.0.4" + "@inquirer/password" "^4.0.4" + "@inquirer/rawlist" "^4.0.4" + "@inquirer/search" "^3.0.4" + "@inquirer/select" "^4.0.4" + +"@inquirer/rawlist@^4.0.4": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@inquirer/rawlist/-/rawlist-4.0.4.tgz#d10bbd6c529cd468d3d764c19de21334a01fa6d9" + integrity sha512-IsVN2EZdNHsmFdKWx9HaXb8T/s3FlR/U1QPt9dwbSyPtjFbMTlW9CRFvnn0bm/QIsrMRD2oMZqrQpSWPQVbXXg== dependencies: - "@inquirer/core" "^10.1.1" - "@inquirer/type" "^3.0.1" + "@inquirer/core" "^10.1.2" + "@inquirer/type" "^3.0.2" yoctocolors-cjs "^2.1.2" -"@inquirer/search@^3.0.3": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@inquirer/search/-/search-3.0.3.tgz#791f19a4ee87d65816fd3bb17bd8d76bc11bff07" - integrity sha512-mQTCbdNolTGvGGVCJSI6afDwiSGTV+fMLPEIMDJgIV6L/s3+RYRpxt6t0DYnqMQmemnZ/Zq0vTIRwoHT1RgcTg== +"@inquirer/search@^3.0.4": + version "3.0.4" + resolved "https://registry.yarnpkg.com/@inquirer/search/-/search-3.0.4.tgz#fcf51a853536add37491920634a182ecc9f5524b" + integrity sha512-tSkJk2SDmC2MEdTIjknXWmCnmPr5owTs9/xjfa14ol1Oh95n6xW7SYn5fiPk4/vrJPys0ggSWiISdPze4LTa7A== dependencies: - "@inquirer/core" "^10.1.1" - "@inquirer/figures" "^1.0.8" - "@inquirer/type" "^3.0.1" + "@inquirer/core" "^10.1.2" + "@inquirer/figures" "^1.0.9" + "@inquirer/type" "^3.0.2" yoctocolors-cjs "^2.1.2" "@inquirer/select@^2.3.5", "@inquirer/select@^2.5.0": @@ -1359,14 +1359,14 @@ ansi-escapes "^4.3.2" yoctocolors-cjs "^2.1.2" -"@inquirer/select@^4.0.3": - version "4.0.3" - resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.0.3.tgz#24a9d744685608ff26262fccb41fa93b4dac615f" - integrity sha512-OZfKDtDE8+J54JYAFTUGZwvKNfC7W/gFCjDkcsO7HnTH/wljsZo9y/FJquOxMy++DY0+9l9o/MOZ8s5s1j5wmw== +"@inquirer/select@^4.0.4": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.0.4.tgz#026ada15754def1cd3fbc01efc56eae45ccc7de4" + integrity sha512-ZzYLuLoUzTIW9EJm++jBpRiTshGqS3Q1o5qOEQqgzaBlmdsjQr6pA4TUNkwu6OBYgM2mIRbCz6mUhFDfl/GF+w== dependencies: - "@inquirer/core" "^10.1.1" - "@inquirer/figures" "^1.0.8" - "@inquirer/type" "^3.0.1" + "@inquirer/core" "^10.1.2" + "@inquirer/figures" "^1.0.9" + "@inquirer/type" "^3.0.2" ansi-escapes "^4.3.2" yoctocolors-cjs "^2.1.2" @@ -1377,10 +1377,10 @@ dependencies: mute-stream "^1.0.0" -"@inquirer/type@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.1.tgz#619ce9f65c3e114d8e39c41822bed3440d20b478" - integrity sha512-+ksJMIy92sOAiAccGpcKZUc3bYO07cADnscIxHBknEm3uNts3movSmBofc1908BNy5edKscxYeAdaX1NXkHS6A== +"@inquirer/type@^3.0.2": + version "3.0.2" + resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.2.tgz#baff9f8d70947181deb36772cd9a5b6876d3e60c" + integrity sha512-ZhQ4TvhwHZF+lGhQ2O/rsjo80XoZR5/5qhOY3t6FJuX5XBg5Be8YzYTvaUGJnc12AUGI2nr4QSUE4PhKSigx7g== "@isaacs/cliui@^8.0.2": version "8.0.2" @@ -1717,23 +1717,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/multi-stage-output@^0.7.17": - version "0.7.18" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.7.18.tgz#20010d85e52a01c559b651cb1f6f151c702dbcd2" - integrity sha512-lWFih9hXnDIdSYnB0sJTea9WK7SAmSljUh5YZcK7fKdwtPwM0sfW+Vtl+mDU83pXdd9SrXPnKzC3F7N+CdM9Rg== - dependencies: - "@oclif/core" "^4" - "@types/react" "^18.3.12" - cli-spinners "^2" - figures "^6.1.0" - ink "^5.1.0" - react "^18.3.1" - wrap-ansi "^9.0.0" - -"@oclif/multi-stage-output@^0.8.0": - version "0.8.0" - resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.0.tgz#868fcce009981afbb614b71246b80cd02c483782" - integrity sha512-B858dgCQPZWHRnzcU42t/cHq3u858UWMQk635qjn/lNlUpFDZKpoVgjVqLlGkQ9iEnqpwTXtyOXSYrLnPjVUeg== +"@oclif/multi-stage-output@^0.8.0", "@oclif/multi-stage-output@^0.8.1": + version "0.8.1" + resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.1.tgz#5de917777e885d8c709fbdf36960d28db168f095" + integrity sha512-ecBuoi+nLwvs+6hUa1lKQxUel6w29kY6j8y8KkeqvTro1LtYP9UN5+gHrFoUglI2TFrpLIFqfuRBAJOAvLqN1A== dependencies: "@oclif/core" "^4" "@types/react" "^18.3.12" @@ -1785,12 +1772,12 @@ dependencies: "@oclif/core" "^4" -"@oclif/plugin-not-found@3.2.32", "@oclif/plugin-not-found@^3.2.31": - version "3.2.32" - resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.32.tgz#5b96bb4ea006a45798ecd869fc5bfa019ce124bc" - integrity sha512-8uyqhwq0I2qkBra6W6Ti0opBqDsBbMywVWplhbt1TkjMr9B8ZA8F1cQYa5Zz14blJD7dSS+OAhSHb/Ikkm1g4Q== +"@oclif/plugin-not-found@3.2.33", "@oclif/plugin-not-found@^3.2.31": + version "3.2.33" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.33.tgz#d74cd2c16eaf0f54aa0f45ae7e29c0664f8bb8ea" + integrity sha512-1RgvZ0J5KloU8TRemHxCr5MbVtr41ungnz8BBCPJn2yR5L+Eo2Lt+kpOyEeYAohjo4Tml1AHSmipUF4jKThwTw== dependencies: - "@inquirer/prompts" "^7.2.0" + "@inquirer/prompts" "^7.2.1" "@oclif/core" "^4" ansis "^3.5.2" fast-levenshtein "^3.0.0" @@ -1821,15 +1808,15 @@ ansi-escapes "^7.0.0" inquirer-autocomplete-standalone "^0.8.1" -"@oclif/plugin-update@4.6.20": - version "4.6.20" - resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.6.20.tgz#493722d26b6e8d595374ff45634d110639acf19d" - integrity sha512-RrKuPlgjonprVl9tofMxxt8G2xohs0jO6KyGkoGIhcwYRfU+n/VI1iLlZJmhGcrbaG9vc5Zly9XBJG1k5ZbtLg== +"@oclif/plugin-update@4.6.21": + version "4.6.21" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.6.21.tgz#2ba429c2e83f981723528c77ec0d96894961bd40" + integrity sha512-X5wAtX/TN9wwvbgs62PHr6SvRhn3N3yW3mHeBiujax6NjY/OhS5eMZUJq3i90S8mF9WE0yk0g9eucNnhPMpzPA== dependencies: "@inquirer/select" "^2.5.0" "@oclif/core" "^4" "@oclif/table" "^0.3.9" - ansis "^3.3.2" + ansis "^3.5.2" debug "^4.4.0" filesize "^6.1.0" got "^13" @@ -1845,25 +1832,25 @@ "@oclif/core" "^4" ansis "^3.5.2" -"@oclif/plugin-warn-if-update-available@3.1.28", "@oclif/plugin-warn-if-update-available@^3.1.28": - version "3.1.28" - resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.28.tgz#61fc80da9ea819606711962d74686978f7c6039b" - integrity sha512-15UI0yrzsodQLltntbUOmR7Nyd1tmUWzbcnR7QJvWMgEMuImNjqNdSaeXUFc3UBtaK266YatJYJWL5SCb/MTWw== +"@oclif/plugin-warn-if-update-available@3.1.29", "@oclif/plugin-warn-if-update-available@^3.1.28": + version "3.1.29" + resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.29.tgz#0e4eabce38b3167cfc56c7b5871024859138cfae" + integrity sha512-NmD6hcyBquo9TV26tnYnsbyR69VzaeMC3kqks0YT2947CSJS7smONMxpkjU2P4kLTH4Tn8/n5w/sjoegNe1jdw== dependencies: "@oclif/core" "^4" - ansis "^3.4.0" + ansis "^3.5.2" debug "^4.4.0" http-call "^5.2.2" lodash "^4.17.21" registry-auth-token "^5.0.3" -"@oclif/plugin-which@3.2.22": - version "3.2.22" - resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.22.tgz#392133e1e62dd64cbfb4ce39510396d3d1c36fb0" - integrity sha512-+rd9smTCAoSpckdD3vqczSxilPZKZjirki1k2Dio6W5MLt9OQshRD5sGgvrnoT9w9OBqNs4sa3mHBgr4LGD/bg== +"@oclif/plugin-which@3.2.23": + version "3.2.23" + resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.23.tgz#2a1b83e0139fa0e2facbf23f1359b966ada55e79" + integrity sha512-YM1iuMdqH0SVxeAl0MtanCLdpkCgs58XMDhGdUWukGVlmedr2C9Cb0oSkIPSkUtVvek5DBPgLDTf/TZbisvLbQ== dependencies: "@oclif/core" "^4" - ansis "^3.4.0" + ansis "^3.5.2" "@oclif/table@^0.3.2", "@oclif/table@^0.3.9": version "0.3.9" @@ -2217,16 +2204,16 @@ debug "^4.3.7" handlebars "^4.7.8" -"@salesforce/plugin-data@3.13.6": - version "3.13.6" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-3.13.6.tgz#fdd921bed8785961251ef953a58f8f581ebe1f66" - integrity sha512-WMElfyzQrWUk5jAn7w+DTR7yQdoQgX6mnnA6twWrq6HrQo2y6QcUXwfcPoLy4juepUitJ5Pi0NNK5e2HwNULCA== +"@salesforce/plugin-data@3.13.7": + version "3.13.7" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-data/-/plugin-data-3.13.7.tgz#300164a2dc2fa2d659243f3ca8ab1c0633bbbd00" + integrity sha512-gTc015vX6QadJLyOp4YxvuO3UH3z+qMpiStBTAMxnL6EIS2B/R6ws6YMP2K/Vi61kAg5h1mq5sCDK1NSZwHBtg== dependencies: "@jsforce/jsforce-node" "^3.6.3" "@oclif/multi-stage-output" "^0.8.0" "@salesforce/core" "^8.6.1" "@salesforce/kit" "^3.2.2" - "@salesforce/sf-plugins-core" "^12.1.0" + "@salesforce/sf-plugins-core" "^12.1.1" "@salesforce/ts-types" "^2.0.11" ansis "^3.4.0" change-case "^5.4.4" @@ -2253,7 +2240,7 @@ ansis "^3.4.0" terminal-link "^3.0.0" -"@salesforce/plugin-info@3.4.30", "@salesforce/plugin-info@^3.4.23", "@salesforce/plugin-info@^3.4.29", "@salesforce/plugin-info@^3.4.30": +"@salesforce/plugin-info@3.4.30", "@salesforce/plugin-info@^3.4.23", "@salesforce/plugin-info@^3.4.30": version "3.4.30" resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.30.tgz#6a62622c14bba4cd3920bf5951e2caf794957ae7" integrity sha512-PQ4/6u85epah4w5Y7nC665PCgPTVta17eyB/5noRm0Inu/jzTLMqJnWRa9ZVHbQmWSraZSHt6fO25FWRLL5zHA== @@ -2290,16 +2277,16 @@ got "^13.0.0" proxy-agent "^6.4.0" -"@salesforce/plugin-org@5.2.12": - version "5.2.12" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.2.12.tgz#fb40f8a6f8c4fcea145b8ca269098dca92da93df" - integrity sha512-OrJvA7uKZyFiB6rYUmGuQ1/xGAystspdHJJfY0SMYJP9Y9sWU9yj8yTLzC3lrXwxeexa/1O27A/Eu/eJj3/CFg== +"@salesforce/plugin-org@5.2.14": + version "5.2.14" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.2.14.tgz#de1b1bf219b5e1baa8ceaa2923d21fc4dc263ca4" + integrity sha512-9azNcUWpZdIqEF0beDPoRKmH1spx8MT5WLH6mHJgU5wbKQ+Y3bMZcE5cJoaMRuijjWM4iK8XV/UIB44tsclczA== dependencies: "@oclif/core" "^4.0.34" - "@oclif/multi-stage-output" "^0.7.17" + "@oclif/multi-stage-output" "^0.8.1" "@salesforce/core" "^8.6.4" "@salesforce/kit" "^3.2.3" - "@salesforce/sf-plugins-core" "^12.1.0" + "@salesforce/sf-plugins-core" "^12.1.1" "@salesforce/source-deploy-retrieve" "^12.10.3" "@salesforce/ts-types" "^2.0.12" ansis "^3.4.0" @@ -2405,15 +2392,15 @@ "@salesforce/sf-plugins-core" "^12" "@salesforce/templates" "^62.0.5" -"@salesforce/plugin-trust@3.7.52", "@salesforce/plugin-trust@^3.7.40": - version "3.7.52" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.52.tgz#4f10cc41cdafb366dd294f84a19b7b4b1532e9a1" - integrity sha512-plRaRcE65RyGkZiOe09e3AFxqKib13ykkNz9xE0BlcWHNBfQqJxVqX0hNI7PL8fRh72lEVv+Y/86tgvTciwq9g== +"@salesforce/plugin-trust@3.7.53", "@salesforce/plugin-trust@^3.7.40": + version "3.7.53" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.53.tgz#24474566ee1fe4c23026885e8aa35fdafa01caa4" + integrity sha512-orZlPf23WEwNvNzusqotP31GNwR9Csm7ZLPETqMWkpiI0vnWYKDxBlgzdmmPEpI8DqNUO/BURBTz+ZOSsUJiLw== dependencies: "@oclif/core" "^4" "@salesforce/core" "^8.8.0" "@salesforce/kit" "^3.2.0" - "@salesforce/plugin-info" "^3.4.29" + "@salesforce/plugin-info" "^3.4.30" "@salesforce/sf-plugins-core" "^12" got "^13.0.0" npm "^10.9.2"