From d5b6c41a15cafa1d7add834e061090d455e2dd10 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 5 Mar 2026 03:06:25 +0000 Subject: [PATCH] chore(release): bump to 2.127.0 --- README.md | 62 +++++++++++++++++++------------------- package.json | 12 ++++---- yarn.lock | 85 +++++++++++++++++++++++++++++++++------------------- 3 files changed, 92 insertions(+), 67 deletions(-) diff --git a/README.md b/README.md index 4751fa84..1947ab56 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.126.1 linux-x64 node-v22.22.0 +@salesforce/cli/2.127.0 linux-x64 node-v22.22.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -4681,7 +4681,7 @@ EXAMPLES $ sf org list auth ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/list/auth.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/list/auth.ts)_ ## `sf org list limits` @@ -4981,7 +4981,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/access-token.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/access-token.ts)_ ## `sf org login jwt` @@ -5072,7 +5072,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/jwt.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -5142,7 +5142,7 @@ EXAMPLES $ echo url | sf org login sfdx-url --sfdx-url-stdin ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/sfdx-url.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/sfdx-url.ts)_ ## `sf org login web` @@ -5247,7 +5247,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/web.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/login/web.ts)_ ## `sf org logout` @@ -5313,7 +5313,7 @@ FLAG DESCRIPTIONS All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs. ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/logout.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.1/src/commands/org/logout.ts)_ ## `sf org open` @@ -7398,7 +7398,7 @@ EXAMPLES $ sf plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.56/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.57/src/commands/plugins/index.ts)_ ## `sf plugins discover` @@ -7443,7 +7443,7 @@ EXAMPLES $ sf plugins inspect @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.56/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.57/src/commands/plugins/inspect.ts)_ ## `sf plugins install PLUGIN` @@ -7492,7 +7492,7 @@ EXAMPLES $ sf plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.56/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.57/src/commands/plugins/install.ts)_ ## `sf plugins link PATH` @@ -7523,7 +7523,7 @@ EXAMPLES $ sf plugins link @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.56/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.57/src/commands/plugins/link.ts)_ ## `sf plugins reset` @@ -7538,7 +7538,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.56/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.57/src/commands/plugins/reset.ts)_ ## `sf plugins trust verify` @@ -7595,7 +7595,7 @@ EXAMPLES $ sf plugins uninstall @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.56/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.57/src/commands/plugins/uninstall.ts)_ ## `sf plugins update` @@ -7613,7 +7613,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.56/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.57/src/commands/plugins/update.ts)_ ## `sf project convert mdapi` @@ -7676,7 +7676,7 @@ FLAG DESCRIPTIONS If you specify this flag, don’t specify --metadata or --source-dir. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/convert/mdapi.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/convert/mdapi.ts)_ ## `sf project convert source` @@ -7749,7 +7749,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/convert/source.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/convert/source.ts)_ ## `sf project convert source-behavior` @@ -7808,7 +7808,7 @@ EXAMPLES $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/convert/source-behavior.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/convert/source-behavior.ts)_ ## `sf project delete source` @@ -7961,7 +7961,7 @@ FLAG DESCRIPTIONS - Separate the test names with spaces: --tests Test1 Test2 "Test With Space" ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/delete/source.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/delete/source.ts)_ ## `sf project delete tracking` @@ -7998,7 +7998,7 @@ EXAMPLES $ sf project delete tracking --target-org my-scratch ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/delete/tracking.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/delete/tracking.ts)_ ## `sf project deploy cancel` @@ -8070,7 +8070,7 @@ FLAG DESCRIPTIONS project deploy report". ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/deploy/cancel.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/deploy/cancel.ts)_ ## `sf project deploy preview` @@ -8153,7 +8153,7 @@ FLAG DESCRIPTIONS All child components are included. If you specify this flag, don’t specify --metadata or --source-dir. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/deploy/preview.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/deploy/preview.ts)_ ## `sf project deploy quick` @@ -8246,7 +8246,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/deploy/quick.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/deploy/quick.ts)_ ## `sf project deploy report` @@ -8338,7 +8338,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/deploy/report.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/deploy/report.ts)_ ## `sf project deploy resume` @@ -8435,7 +8435,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/deploy/resume.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/deploy/resume.ts)_ ## `sf project deploy start` @@ -8701,7 +8701,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/deploy/start.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/deploy/start.ts)_ ## `sf project deploy validate` @@ -8905,7 +8905,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/deploy/validate.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/deploy/validate.ts)_ ## `sf project generate manifest` @@ -9001,7 +9001,7 @@ EXAMPLES $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/generate/manifest.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/generate/manifest.ts)_ ## `sf project list ignored` @@ -9043,7 +9043,7 @@ EXAMPLES $ sf project list ignored --source-dir package.xml ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/list/ignored.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/list/ignored.ts)_ ## `sf project reset tracking` @@ -9092,7 +9092,7 @@ EXAMPLES $ sf project reset tracking --revision 30 ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/reset/tracking.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/reset/tracking.ts)_ ## `sf project retrieve preview` @@ -9146,7 +9146,7 @@ FLAG DESCRIPTIONS production orgs. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/retrieve/preview.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/retrieve/preview.ts)_ ## `sf project retrieve start` @@ -9327,7 +9327,7 @@ ENVIRONMENT VARIABLES SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.11/src/commands/project/retrieve/start.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.12/src/commands/project/retrieve/start.ts)_ ## `sf schema generate field` diff --git a/package.json b/package.json index 4be1a75b..964b2f27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.126.1", + "version": "2.127.0", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -149,7 +149,7 @@ "@oclif/plugin-commands": "4.1.40", "@oclif/plugin-help": "6.2.37", "@oclif/plugin-not-found": "3.2.74", - "@oclif/plugin-plugins": "5.4.56", + "@oclif/plugin-plugins": "5.4.57", "@oclif/plugin-search": "1.2.38", "@oclif/plugin-update": "4.7.19", "@oclif/plugin-version": "2.2.36", @@ -160,9 +160,9 @@ "@salesforce/plugin-agent": "1.30.11", "@salesforce/plugin-apex": "3.9.11", "@salesforce/plugin-api": "1.3.11", - "@salesforce/plugin-auth": "4.2.0", + "@salesforce/plugin-auth": "4.2.1", "@salesforce/plugin-data": "4.0.75", - "@salesforce/plugin-deploy-retrieve": "3.24.11", + "@salesforce/plugin-deploy-retrieve": "3.24.12", "@salesforce/plugin-info": "3.4.107", "@salesforce/plugin-limits": "3.3.79", "@salesforce/plugin-marketplace": "1.3.10", @@ -172,7 +172,7 @@ "@salesforce/plugin-settings": "2.4.60", "@salesforce/plugin-sobject": "1.4.85", "@salesforce/plugin-telemetry": "3.8.1", - "@salesforce/plugin-templates": "56.9.2", + "@salesforce/plugin-templates": "56.10.2", "@salesforce/plugin-trust": "3.7.114", "@salesforce/plugin-user": "3.6.53", "@salesforce/sf-plugins-core": "12.2.6", @@ -212,7 +212,7 @@ ], "resolutions": { "@salesforce/schemas": "1.10.3", - "@salesforce/templates": "65.5.9" + "@salesforce/templates": "66.3.1" }, "repository": "salesforcecli/cli", "scripts": { diff --git a/yarn.lock b/yarn.lock index 4ee4faac..7c89b838 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1769,10 +1769,10 @@ ansis "^3.17.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@5.4.56": - version "5.4.56" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.56.tgz#3e7c8d964f011ac4f891d5178a13aa356752902c" - integrity sha512-mZjRudlmVSr6Stz0CVFuaIZOjwZ5DqjWepQCR/yK9nbs8YunGautpuxBx/CcqaEH29xiQfsuNOIUWa1w/+3VSA== +"@oclif/plugin-plugins@5.4.57": + version "5.4.57" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.57.tgz#27f4957af0d46abdd727b4847fb3bc222000b652" + integrity sha512-CHpRzOGSmGTBQab6pgYGLnGgLHqcTTkh25zoDK4voOLJwiSsP6uqGpuA1I6k2s4FDXZDlKbywpcysZQvEuQcHA== dependencies: "@oclif/core" "^4.8.0" ansis "^3.17.0" @@ -2257,10 +2257,10 @@ got "^13.0.0" proxy-agent "^6.5.0" -"@salesforce/plugin-auth@4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-4.2.0.tgz#c5f7e97e16ce44c5c5a13af5c77a33f53dfed539" - integrity sha512-V9QvZQzWl0DNll1KAJy2e3Jqo4POWv88+6eTRGKIzlRBvOzoFPFyhVzdN74iwjRtKREwkEWObyVnhGLLSM3OVA== +"@salesforce/plugin-auth@4.2.1": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-4.2.1.tgz#e3cd5117dcaee3f93702a2a1c5ec7c9db127a4fa" + integrity sha512-S24K4zaLNYdHO73wzsyW4eI12YVJwNkZD9Zrxx7DOOAyYgCj8l4q096X2wTonRbt/+oEjx1zMAy+EJ1CR0SPIQ== dependencies: "@inquirer/checkbox" "^2.5.0" "@inquirer/select" "^2.5.0" @@ -2305,10 +2305,10 @@ terminal-link "^3.0.0" zod "^4.3.6" -"@salesforce/plugin-deploy-retrieve@3.24.11": - version "3.24.11" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.11.tgz#a882c99fe67b33369f914d7f8410eda4cfa72030" - integrity sha512-1pUn2XAPuryG/Fj5HoBd+PAii+4aadS5mq+nqnrZbl+sQCY2oQ/AE3jriHkB42Q57yrP1fd93JHtwrKzRfCWHg== +"@salesforce/plugin-deploy-retrieve@3.24.12": + version "3.24.12" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.12.tgz#86919be21ee7ed21534c98f124af3636f870d33d" + integrity sha512-oePaP1ewEJtkojHiRNOQubCUh3jVqGwbOggc99WkiFg9bhKrVBKuoZuVGbk56SVMQ6vLx9WefSoO9X6C10GrIg== dependencies: "@inquirer/prompts" "^7.8.3" "@oclif/core" "^4.8.0" @@ -2467,14 +2467,14 @@ "@salesforce/ts-types" "^2.0.12" debug "^4.4.3" -"@salesforce/plugin-templates@56.9.2": - version "56.9.2" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.9.2.tgz#d8e199a2b327518b532a628138f65a4e4cf48a3a" - integrity sha512-o7U4HLtKDQKwrufFIGyumMvZYLvHwZCFTCg6soIom6HkJEn7wXg7jY/3M/7K10DYCuOIRJU5uW+BZ6XQ0w8akg== +"@salesforce/plugin-templates@56.10.2": + version "56.10.2" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-56.10.2.tgz#9c1d365709ed6c48339221020f31ed7d8a1297c1" + integrity sha512-mAdGrBvCZl5GpVP//7tPmqHZznIArTacCIkzZHrofXgQ8pCjJ8NxisMZCdM775H/xRDaNyxIEK6OnpBI/2tv2w== dependencies: - "@salesforce/core" "^8.26.2" + "@salesforce/core" "^8.26.3" "@salesforce/sf-plugins-core" "^12" - "@salesforce/templates" "^65.5.9" + "@salesforce/templates" "^66.2.1" "@salesforce/plugin-trust@3.7.114", "@salesforce/plugin-trust@^3.7.69": version "3.7.114" @@ -2594,10 +2594,10 @@ o11y_schema "^260.46.0" proxy-agent "^6.5.0" -"@salesforce/templates@65.5.9", "@salesforce/templates@^65.5.9": - version "65.5.9" - resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-65.5.9.tgz#42d75e0f81ab504f2a62b79eeeff6e635ba33c0d" - integrity sha512-t/DZHdb9WJUr87lxU9Lzu7bZa0uKAULRbjkLp2g2L9BtYgQNZTtcNUCH341oxJC+BHNsrGimQ9gkwvJpy9C5zg== +"@salesforce/templates@66.3.1", "@salesforce/templates@^66.2.1": + version "66.3.1" + resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.3.1.tgz#68b888d54f26b46468c298e234041ee4807e47a3" + integrity sha512-cWRRwEWzX5dU5W2cA3J/Rr8Ky0mTDZJ5RCSBM1E3ZwJcOgnUCeCB6bMGS+KH3JeQXNz7Rbv8E8GHLIkFMnrRMg== dependencies: "@salesforce/kit" "^3.2.4" ejs "^3.1.10" @@ -2605,7 +2605,7 @@ hpagent "^1.2.0" mime-types "^3.0.2" proxy-from-env "^1.1.0" - tar "^7.5.7" + tar "^7.5.9" tslib "^2.8.1" "@salesforce/ts-sinon@^1.4.31": @@ -10473,7 +10473,16 @@ standard-version@^9.5.0: stringify-package "^1.0.1" yargs "^16.0.0" -"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -10555,7 +10564,14 @@ stringify-package@^1.0.1: resolved "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz" integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg== -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6, strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@6.0.1, strip-ansi@^6, strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -10673,10 +10689,10 @@ tar@^6.1.11, tar@^6.2.1: mkdirp "^1.0.3" yallist "^4.0.0" -tar@^7.4.3, tar@^7.5.7: - version "7.5.9" - resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.9.tgz#817ac12a54bc4362c51340875b8985d7dc9724b8" - integrity sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg== +tar@^7.4.3, tar@^7.5.9: + version "7.5.10" + resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.10.tgz#2281541123f5507db38bc6eb22619f4bbaef73ad" + integrity sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw== dependencies: "@isaacs/fs-minipass" "^4.0.0" chownr "^3.0.0" @@ -11363,7 +11379,7 @@ workerpool@^6.5.1: resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544" integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -11381,6 +11397,15 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"