From adb2d8fc0df8fbb826ef68ae68f649289e9df785 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 5 Jun 2024 02:14:58 +0000 Subject: [PATCH] chore(release): bump to 2.45.6 --- README.md | 46 ++++---- package.json | 24 ++--- yarn.lock | 300 ++++++++++++--------------------------------------- 3 files changed, 106 insertions(+), 264 deletions(-) diff --git a/README.md b/README.md index 5d0a2f0a..a975bf4f 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.45.5 linux-x64 node-v20.13.1 +@salesforce/cli/2.45.6 linux-x64 node-v20.13.1 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -204,7 +204,7 @@ EXAMPLES $ sf alias list ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/list.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/list.ts)_ ## `sf alias set` @@ -222,7 +222,7 @@ DESCRIPTION Set one or more aliases on your local computer. Aliases are user-defined short names that make it easier to use the CLI. For example, users often set an alias for a - scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you + scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you can use an alias. You can associate an alias with only one value at a time. If you set an alias multiple times, the alias points to the @@ -253,7 +253,7 @@ EXAMPLES $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/set.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/set.ts)_ ## `sf alias unset` @@ -293,7 +293,7 @@ EXAMPLES $ sf alias unset --all [--no-prompt] ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/unset.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/unset.ts)_ ## `sf analytics generate template` @@ -842,7 +842,7 @@ EXAMPLES $ sf autocomplete --refresh-cache ``` -_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.1/src/commands/autocomplete/index.ts)_ +_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.2/src/commands/autocomplete/index.ts)_ ## `sf commands` @@ -871,7 +871,7 @@ DESCRIPTION List all sf commands. ``` -_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.1/src/commands/commands.ts)_ +_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.2/src/commands/commands.ts)_ ## `sf config get` @@ -920,7 +920,7 @@ CONFIGURATION VARIABLES org-capitalize-record-types Whether record types are capitalized on scratch org creation. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/get.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/get.ts)_ ## `sf config list` @@ -960,7 +960,7 @@ EXAMPLES $ sf config list ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/list.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/list.ts)_ ## `sf config set` @@ -1029,7 +1029,7 @@ CONFIGURATION VARIABLES org-capitalize-record-types Whether record types are capitalized on scratch org creation. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/set.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/set.ts)_ ## `sf config unset` @@ -1079,7 +1079,7 @@ CONFIGURATION VARIABLES org-capitalize-record-types Whether record types are capitalized on scratch org creation. ``` -_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/unset.ts)_ +_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/unset.ts)_ ## `sf data create file` @@ -5440,7 +5440,7 @@ EXAMPLES $ sf plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/index.ts)_ ## `sf plugins discover` @@ -5458,7 +5458,7 @@ EXAMPLES $ sf plugins discover ``` -_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.9/src/commands/plugins/discover.ts)_ +_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.10/src/commands/plugins/discover.ts)_ ## `sf plugins:inspect PLUGIN...` @@ -5485,7 +5485,7 @@ EXAMPLES $ sf plugins inspect @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/inspect.ts)_ ## `sf plugins install PLUGIN` @@ -5534,7 +5534,7 @@ EXAMPLES $ sf plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/install.ts)_ ## `sf plugins link PATH` @@ -5564,7 +5564,7 @@ EXAMPLES $ sf plugins link @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/link.ts)_ ## `sf plugins reset` @@ -5579,7 +5579,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/reset.ts)_ ## `sf plugins trust verify` @@ -5636,7 +5636,7 @@ EXAMPLES $ sf plugins uninstall @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/uninstall.ts)_ ## `sf plugins update` @@ -5654,7 +5654,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/update.ts)_ ## `sf project convert mdapi` @@ -7591,7 +7591,7 @@ DESCRIPTION Once you select a command, hit enter and it will show the help for that command. ``` -_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.1.0/src/commands/search.ts)_ +_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.1.1/src/commands/search.ts)_ ## `sf sobject describe` @@ -7776,7 +7776,7 @@ EXAMPLES $ sf update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.2/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.3/src/commands/update.ts)_ ## `sf version` @@ -7796,7 +7796,7 @@ FLAG DESCRIPTIONS Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using. ``` -_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.1/src/commands/version.ts)_ +_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.2/src/commands/version.ts)_ ## `sf visualforce generate component` @@ -7936,6 +7936,6 @@ EXAMPLES $ sf which "foo bar baz" ``` -_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.0/src/commands/which.ts)_ +_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.1/src/commands/which.ts)_ diff --git a/package.json b/package.json index 68f1cbfb..603f9392 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.45.5", + "version": "2.45.6", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -140,16 +140,16 @@ "dependencies": { "@inquirer/select": "^1.3.1", "@oclif/core": "3.26.9", - "@oclif/plugin-autocomplete": "3.1.1", - "@oclif/plugin-commands": "4.0.1", + "@oclif/plugin-autocomplete": "3.1.2", + "@oclif/plugin-commands": "4.0.2", "@oclif/plugin-help": "6.1.0", - "@oclif/plugin-not-found": "3.2.1", - "@oclif/plugin-plugins": "5.2.1", - "@oclif/plugin-search": "1.1.0", - "@oclif/plugin-update": "4.3.2", - "@oclif/plugin-version": "2.2.1", - "@oclif/plugin-warn-if-update-available": "3.1.3", - "@oclif/plugin-which": "3.2.0", + "@oclif/plugin-not-found": "3.2.2", + "@oclif/plugin-plugins": "5.2.2", + "@oclif/plugin-search": "1.1.1", + "@oclif/plugin-update": "4.3.3", + "@oclif/plugin-version": "2.2.2", + "@oclif/plugin-warn-if-update-available": "3.1.4", + "@oclif/plugin-which": "3.2.1", "@salesforce/core": "^7.2.0", "@salesforce/kit": "^3.1.0", "@salesforce/plugin-apex": "3.1.14", @@ -158,11 +158,11 @@ "@salesforce/plugin-deploy-retrieve": "3.8.4", "@salesforce/plugin-info": "3.3.4", "@salesforce/plugin-limits": "3.3.10", - "@salesforce/plugin-marketplace": "1.2.9", + "@salesforce/plugin-marketplace": "1.2.10", "@salesforce/plugin-org": "4.1.19", "@salesforce/plugin-packaging": "2.4.5", "@salesforce/plugin-schema": "3.3.10", - "@salesforce/plugin-settings": "2.2.7", + "@salesforce/plugin-settings": "2.3.0", "@salesforce/plugin-sobject": "1.4.8", "@salesforce/plugin-source": "3.3.21", "@salesforce/plugin-telemetry": "3.3.12", diff --git a/yarn.lock b/yarn.lock index 2d5dba25..a3855d70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2135,40 +2135,17 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@4.0.0-beta.13": - version "4.0.0-beta.13" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.13.tgz#0e0a6431cfe612db77073d2f9ef361f14e4090b8" - integrity sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw== - dependencies: - ansi-escapes "^4.3.2" - ansis "^3.0.1" - clean-stack "^3.0.1" - cli-spinners "^2.9.2" - cosmiconfig "^9.0.0" - debug "^4.3.4" - ejs "^3.1.10" - get-package-type "^0.1.0" - globby "^11.1.0" - indent-string "^4.0.0" - is-wsl "^2.2.0" - minimatch "^9.0.4" - string-width "^4.2.3" - supports-color "^9.4.0" - widest-line "^3.1.0" - wordwrap "^1.0.0" - wrap-ansi "^7.0.0" - -"@oclif/core@^4.0.0-beta.12", "@oclif/core@^4.0.0-beta.13", "@oclif/core@^4.0.0-beta.14": - version "4.0.0-beta.15" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.15.tgz#6dc7d36e302c4ea0fa44cf6ee94c8742985f719f" - integrity sha512-pmtZk8IR4xqPrlmUpjZcg/dxI2OtMXpZERd9rmPUGsS9eta7gFBKFUXqxfL5Ey/0jL8sJmsbmHsSADml0ntMOg== +"@oclif/core@^4", "@oclif/core@^4.0.0-beta.12", "@oclif/core@^4.0.0-beta.13": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.1.tgz#8a7947c91ebe7cfd726b5208ab0726206f657ed5" + integrity sha512-A+mOOjs5+iv1MUrIwYsdekwhFvjNPWYmS+Ovd6ZsPoP8XAa6YCc7P/omtkbGV4ojfj45p2hBpdnFUg+lOxqY0A== dependencies: ansi-escapes "^4.3.2" ansis "^3.1.1" clean-stack "^3.0.1" cli-spinners "^2.9.2" cosmiconfig "^9.0.0" - debug "^4.3.4" + debug "^4.3.5" ejs "^3.1.10" get-package-type "^0.1.0" globby "^11.1.0" @@ -2181,12 +2158,12 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-autocomplete@3.1.1": - version "3.1.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.1.tgz#b2fc26c7cd789a5355f9a1cb816b2c09eabfeea1" - integrity sha512-R5EpLD91pG1zzK6UppPleqp84e6NArMf3RS5+DAJQq8WkavvKlUZWfYEurthfjqx2sEyb5JMhJnD/wPtPbehBA== +"@oclif/plugin-autocomplete@3.1.2": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.2.tgz#415f310ccb1224201d2e0f26d840577733160418" + integrity sha512-QcTi3TYwRVCBWPFa5AVwzsQQPjHceMXyekCcIcoZ7X6gZhRKyZy6+n0WR7GSj1HfENh65fL9JHveN0VJbfbR2w== dependencies: - "@oclif/core" "^4.0.0-beta.13" + "@oclif/core" "^4" ansis "^3.2.0" debug "^4.3.5" ejs "^3.1.10" @@ -2207,12 +2184,12 @@ semver "^7.6.0" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-commands@4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.0.1.tgz#3f862479aad450d44b9bc0e2f3dbc801a29b4e21" - integrity sha512-Ln7FcfoGN9cSIydqC0cU/6U4vF8x65lwZVagg3+xfWaq96VzAp68KQJ0RuzkehBa3InvME3bAmYB4yW0Dst3EA== +"@oclif/plugin-commands@4.0.2": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.0.2.tgz#e0d2f67edcbf09f1e7bbb83a76ef0aff92f4dcf3" + integrity sha512-hNhfsnBU/Emw9xHdpY+gGTC9zbWe6wP4sy65Gha9dZSCoZhMx8On8pbvF09myFIwdAMs7rWGmhDpTALTd4QANg== dependencies: - "@oclif/core" "^4.0.0-beta.14" + "@oclif/core" "^4" lodash "^4.17.21" object-treeify "^4.0.1" tty-table "^4.2.3" @@ -2224,22 +2201,22 @@ dependencies: "@oclif/core" "^4.0.0-beta.13" -"@oclif/plugin-not-found@3.2.1", "@oclif/plugin-not-found@^3.2.1": - version "3.2.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.1.tgz#59664f68ef7a67899e2a48ed7379126a44411dad" - integrity sha512-Y2FyWLEziTrgdQwd4LtZcYv3VOMeDhW0pW6hbE0u3fJdxs8f3JLfOHJPd8FPorVt2ldsaj4zcXUWA6vMQKeKbQ== +"@oclif/plugin-not-found@3.2.2", "@oclif/plugin-not-found@^3.2.1": + version "3.2.2" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.2.tgz#d43b35f22f284e262972f7b2c233d1cf823448fe" + integrity sha512-FyQiC0jQZsrvtoVyEkNy8gypdibCLw+AR3uP08NyO95UoJeEHpxHjJUK+E10wNsTCFLFuaBW7hAjvtGm+Ze0RQ== dependencies: "@inquirer/confirm" "^3.1.9" - "@oclif/core" "^4.0.0-beta.13" + "@oclif/core" "^4" ansis "^3.2.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@5.2.1": - version "5.2.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.2.1.tgz#6c6ebc2523ec858b796d7c8ce661b418552ec2f2" - integrity sha512-Qk0+7KIYK6cQz116ZyY25XRwniKuAAGKTvY2J91CDfyri0RYUOSDNOzz0m18IG2M51Tgiv8UNY74A3PIhQaEcw== +"@oclif/plugin-plugins@5.2.2": + version "5.2.2" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.2.2.tgz#987cc313e2b1b73a526b0789c49b55e8a991c9d4" + integrity sha512-BUAnl3+fN08cf7LqnLhRv5kc+HWOLz3TLq3t9Af25a8QCpxYBKYznygxUroI50TM002+i0mvjktRjg2bH9eRzg== dependencies: - "@oclif/core" "4.0.0-beta.13" + "@oclif/core" "^4" ansis "^3.2.0" debug "^4.3.4" npm "^10.8.0" @@ -2251,21 +2228,21 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-search@1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.1.0.tgz#80ffe3406e91474508ae19f48bc31a1c26f698b6" - integrity sha512-hEcgqbzrzR/gzAAoosnnjM1NM1bUxMvjQYnR4l41nBPJq1UKYS/863905eLPHcJsYPu7W4L/NjSG8huRuJXTMQ== +"@oclif/plugin-search@1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.1.1.tgz#f7a0ac9c5c21b20add96dbaf78ac750804f46ac8" + integrity sha512-86uNZ6qKdHLxB/DE/1GGQGSjXK7X++0iFnoD5S59GEcZYQUa2yB/gVTyIOM8gN2JA+8kv/u5anqO59oxHHGkfw== dependencies: - "@oclif/core" "^4.0.0-beta.13" + "@oclif/core" "^4" inquirer-autocomplete-standalone "^0.8.1" -"@oclif/plugin-update@4.3.2": - version "4.3.2" - resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.3.2.tgz#de74448d09a9f274bbcb5315a2b936d045e37b8c" - integrity sha512-BH1pefJLHymgHO+cDEspcpQTarL/y6ZLwAl2qXHkPmZYoxmriM+q7XikeYEBSBEr6noMR+7hUzVwncfM06QnPA== +"@oclif/plugin-update@4.3.3": + version "4.3.3" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.3.3.tgz#ec65171d35f1fd17bda3cbd0b16e46f71e827874" + integrity sha512-q54YREs4x47qv7OkFXsI49JMbJUuHXfrOfdbxr6TX1FRfrUeRdwlEP32BnOv9NJpwLe/S09RrBMMWgcSoYfXXA== dependencies: "@inquirer/select" "^2.3.5" - "@oclif/core" "^4.0.0-beta.13" + "@oclif/core" "^4" chalk "^5" debug "^4.3.5" filesize "^6.1.0" @@ -2274,31 +2251,31 @@ tar-fs "^2.1.1" tty-table "^4.2.3" -"@oclif/plugin-version@2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-version/-/plugin-version-2.2.1.tgz#5290d1f0de32a580971cd57b1abf1f0259f15e3c" - integrity sha512-lvbFEH6JZEPDDP0VEzN5ImnCkPVW3IYh5wrIdZqgcMCq3rf0sa5xF7wVMaFgWmErEJ3Wb5VLjJCyPbz/iSrmfA== +"@oclif/plugin-version@2.2.2": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@oclif/plugin-version/-/plugin-version-2.2.2.tgz#df19fc8a2b62ed6d4171ac380625ad1a3f2965e6" + integrity sha512-4fi3QrsVVn6kLAsBzTZ5llsYyBb1hxfwtYyXYxfMrFAZ8+uYFktOETYh5tH0+9ECSMOvMKZtl5YlwLH3u0dnog== dependencies: - "@oclif/core" "^4.0.0-beta.14" + "@oclif/core" "^4" ansis "^3.2.0" -"@oclif/plugin-warn-if-update-available@3.1.3", "@oclif/plugin-warn-if-update-available@^3.0.19": - version "3.1.3" - resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.3.tgz#a3ddd5646e554fce6139010791ffedcd2c396109" - integrity sha512-xdnGWWYIhzZkkXh3sIeX8b0dwc83A7N95GvtiLdiY5veXgwNRXLf+3dNn8p/kAFKlhdh0pIQGeD7jmRYu74Q6Q== +"@oclif/plugin-warn-if-update-available@3.1.4", "@oclif/plugin-warn-if-update-available@^3.0.19": + version "3.1.4" + resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.4.tgz#8f87d8098ec599254d3be60d6b6637fd550746a3" + integrity sha512-xj6zgwvuEFmUrHYFXHoqmTpvOUsEgqXiyof9OqjglV3XeBPNsQnbuW/085HFSWBvKIVQCt22uVRVaJCz3o7ODw== dependencies: - "@oclif/core" "^4.0.0-beta.14" + "@oclif/core" "^4" ansis "^3.2.0" debug "^4.3.5" http-call "^5.2.2" lodash "^4.17.21" -"@oclif/plugin-which@3.2.0": - version "3.2.0" - resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.0.tgz#123d9fdf34b1f2cacd177baab8d0105fe0160988" - integrity sha512-es9wwHOw7gqKPWgK0dITV7nK4cuLFsPQl0E/QEkZHba7Yxgn1TGQOY+ihb9QJ3+Xkw4YzWpisqFb+u9EPRHoZg== +"@oclif/plugin-which@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.1.tgz#89ccffc080fdf6e0c326460245fa89d1e67c2bbf" + integrity sha512-Kf2GkhvUDJARK4yPs8FD/p9oW3fVoB19mImY7T97SpsecRnZ7XxFXXkhfZLgfxv6D91/q6plUh9mUK1Kh5jHpA== dependencies: - "@oclif/core" "^4.0.0-beta.13" + "@oclif/core" "^4" ansis "^3.2.0" "@octokit/auth-token@^2.4.4": @@ -2766,10 +2743,10 @@ "@salesforce/kit" "^3.1.2" "@salesforce/sf-plugins-core" "^9.1.1" -"@salesforce/plugin-marketplace@1.2.9": - version "1.2.9" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.9.tgz#12c0eb3e5f393bcab1d2b8ed7afafbd9a0e15a77" - integrity sha512-2GNi2oFo8izdWwtG9Q4nJqPCy4oCW8G7/oJewhauubwK0WFkZGA4qUUUivHyRGYq/ogk6SGUgpH2SSEMaq34Ag== +"@salesforce/plugin-marketplace@1.2.10": + version "1.2.10" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.10.tgz#f06d1def2e2435c1889fac3e7804f0c552f62578" + integrity sha512-KEjbXW0HWUgOvzjUczWJI6CSsNBsCJJbaHDU+50jIn/xxNrje+hZpG2H3iqZmbhqSBWIkqIT5fsSnI/ymwwlHQ== dependencies: "@oclif/core" "^3.26.4" "@salesforce/core" "^7.3.9" @@ -2842,10 +2819,10 @@ "@salesforce/core" "^7.3.8" "@salesforce/sf-plugins-core" "^9.1.1" -"@salesforce/plugin-settings@2.2.7": - version "2.2.7" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-settings/-/plugin-settings-2.2.7.tgz#f6220b46365d9d5db8ac1c1cdbba9ad5ce26f7f6" - integrity sha512-iLjMrQ8EVR1gTsXceG5dcD/vyfwFPxK70TcRm4K1irbHAMg3WbGZ1g4ku/+Tx/Fb75c14LXZHGmcCbSwpkI0hA== +"@salesforce/plugin-settings@2.3.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-settings/-/plugin-settings-2.3.0.tgz#8b8ba31a44fc9368d113b543485d8746d95d8520" + integrity sha512-raLBJPPNFTW2w0BfzXOOfDkLPtcflHRR1E9DD+7+6YVLo1SRJ896RkPRDo2llsfzilmcYT42CttRHxlUzbQypw== dependencies: "@oclif/core" "^3.26.5" "@salesforce/core" "^7.3.9" @@ -3235,18 +3212,7 @@ dependencies: tslib "^2.6.2" -"@smithy/config-resolver@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-3.0.0.tgz#d37b31e3202c5ce54d9bd2406dcde7c7b5073cbd" - integrity sha512-2GzOfADwYLQugYkKQhIyZyQlM05K+tMKvRnc6eFfZcpJGRfKoMUMYdPlBKmqHwQFXQKBrGV6cxL9oymWgDzvFw== - dependencies: - "@smithy/node-config-provider" "^3.0.0" - "@smithy/types" "^3.0.0" - "@smithy/util-config-provider" "^3.0.0" - "@smithy/util-middleware" "^3.0.0" - tslib "^2.6.2" - -"@smithy/config-resolver@^3.0.1": +"@smithy/config-resolver@^3.0.0", "@smithy/config-resolver@^3.0.1": version "3.0.1" resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-3.0.1.tgz#4e0917e5a02139ef978a1ed470543ab41dd3626b" integrity sha512-hbkYJc20SBDz2qqLzttjI/EqXemtmWk0ooRznLsiXp3066KQRTvuKHa7U4jCZCJq6Dozqvy0R1/vNESC9inPJg== @@ -3257,21 +3223,7 @@ "@smithy/util-middleware" "^3.0.0" tslib "^2.6.2" -"@smithy/core@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@smithy/core/-/core-2.0.1.tgz#8a7ac8faa0227912ce260bc3f976a5e254323920" - integrity sha512-rcMkjvwxH/bER+oZUPR0yTA0ELD6m3A+d92+CFkdF6HJFCBB1bXo7P5pm21L66XwTN01B6bUhSCQ7cymWRD8zg== - dependencies: - "@smithy/middleware-endpoint" "^3.0.0" - "@smithy/middleware-retry" "^3.0.1" - "@smithy/middleware-serde" "^3.0.0" - "@smithy/protocol-http" "^4.0.0" - "@smithy/smithy-client" "^3.0.1" - "@smithy/types" "^3.0.0" - "@smithy/util-middleware" "^3.0.0" - tslib "^2.6.2" - -"@smithy/core@^2.1.1": +"@smithy/core@^2.0.0", "@smithy/core@^2.1.1": version "2.1.1" resolved "https://registry.yarnpkg.com/@smithy/core/-/core-2.1.1.tgz#c5e50785f9f61cad85fbefafa402b1a87eff095a" integrity sha512-0vbIwwUcg0FMhTVJgMhbsRSAFL0rwduy/OQz7Xq1pJXJOyaGv+PGjj1iGawRlzBUPA5BkJv7S6q+YU2U8gk/WA== @@ -3285,18 +3237,7 @@ "@smithy/util-middleware" "^3.0.0" tslib "^2.6.2" -"@smithy/credential-provider-imds@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-3.0.0.tgz#a290eb0224ef045742e5c806685cf63d44a084f3" - integrity sha512-lfmBiFQcA3FsDAPxNfY0L7CawcWtbyWsBOHo34nF095728JLkBX4Y9q/VPPE2r7fqMVK+drmDigqE2/SSQeVRA== - dependencies: - "@smithy/node-config-provider" "^3.0.0" - "@smithy/property-provider" "^3.0.0" - "@smithy/types" "^3.0.0" - "@smithy/url-parser" "^3.0.0" - tslib "^2.6.2" - -"@smithy/credential-provider-imds@^3.1.0": +"@smithy/credential-provider-imds@^3.0.0", "@smithy/credential-provider-imds@^3.1.0": version "3.1.0" resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-3.1.0.tgz#7e58b78aa8de13dd04e94829241cd1cbde59b6d3" integrity sha512-q4A4d38v8pYYmseu/jTS3Z5I3zXlEOe5Obi+EJreVKgSVyWUHOd7/yaVCinC60QG4MRyCs98tcxBH1IMC0bu7Q== @@ -3425,20 +3366,7 @@ "@smithy/types" "^3.0.0" tslib "^2.6.2" -"@smithy/middleware-endpoint@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-3.0.0.tgz#54c9e1bd8f35b7d004c803eaf3702e61e32b8295" - integrity sha512-aXOAWztw/5qAfp0NcA2OWpv6ZI/E+Dh9mByif7i91D/0iyYNUcKvskmXiowKESFkuZ7PIMd3VOR4fTibZDs2OQ== - dependencies: - "@smithy/middleware-serde" "^3.0.0" - "@smithy/node-config-provider" "^3.0.0" - "@smithy/shared-ini-file-loader" "^3.0.0" - "@smithy/types" "^3.0.0" - "@smithy/url-parser" "^3.0.0" - "@smithy/util-middleware" "^3.0.0" - tslib "^2.6.2" - -"@smithy/middleware-endpoint@^3.0.1": +"@smithy/middleware-endpoint@^3.0.0", "@smithy/middleware-endpoint@^3.0.1": version "3.0.1" resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-3.0.1.tgz#49e8defb8e892e70417bd05f1faaf207070f32c7" integrity sha512-lQ/UOdGD4KM5kLZiAl0q8Qy3dPbynvAXKAdXnYlrA1OpaUwr+neSsVokDZpY6ZVb5Yx8jnus29uv6XWpM9P4SQ== @@ -3451,22 +3379,7 @@ "@smithy/util-middleware" "^3.0.0" tslib "^2.6.2" -"@smithy/middleware-retry@^3.0.0", "@smithy/middleware-retry@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-3.0.1.tgz#167b75e9b79395f11a799f22030eaaf7d40da410" - integrity sha512-hBhSEuL841FhJBK/19WpaGk5YWSzFk/P2UaVjANGKRv3eYNO8Y1lANWgqnuPWjOyCEWMPr58vELFDWpxvRKANw== - dependencies: - "@smithy/node-config-provider" "^3.0.0" - "@smithy/protocol-http" "^4.0.0" - "@smithy/service-error-classification" "^3.0.0" - "@smithy/smithy-client" "^3.0.1" - "@smithy/types" "^3.0.0" - "@smithy/util-middleware" "^3.0.0" - "@smithy/util-retry" "^3.0.0" - tslib "^2.6.2" - uuid "^9.0.1" - -"@smithy/middleware-retry@^3.0.3": +"@smithy/middleware-retry@^3.0.0", "@smithy/middleware-retry@^3.0.3": version "3.0.3" resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-3.0.3.tgz#8e9af1c9db4bc8904d73126225211b42b562f961" integrity sha512-Wve1qzJb83VEU/6q+/I0cQdAkDnuzELC6IvIBwDzUEiGpKqXgX1v10FUuZGbRS6Ov/P+HHthcAoHOJZQvZNAkA== @@ -3497,17 +3410,7 @@ "@smithy/types" "^3.0.0" tslib "^2.6.2" -"@smithy/node-config-provider@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-3.0.0.tgz#4cd5dcf6132c75d6a582fcd6243482dac703865a" - integrity sha512-buqfaSdDh0zo62EPLf8rGDvcpKwGpO5ho4bXS2cdFhlOta7tBkWJt+O5uiaAeICfIOfPclNOndshDNSanX2X9g== - dependencies: - "@smithy/property-provider" "^3.0.0" - "@smithy/shared-ini-file-loader" "^3.0.0" - "@smithy/types" "^3.0.0" - tslib "^2.6.2" - -"@smithy/node-config-provider@^3.1.0": +"@smithy/node-config-provider@^3.0.0", "@smithy/node-config-provider@^3.1.0": version "3.1.0" resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-3.1.0.tgz#e962987c4e2e2b8b50397de5f4745eb21ee7bdbb" integrity sha512-ngfB8QItUfTFTfHMvKuc2g1W60V1urIgZHqD1JNFZC2tTWXahqf2XvKXqcBS7yZqR7GqkQQZy11y/lNOUWzq7Q== @@ -3528,15 +3431,7 @@ "@smithy/types" "^3.0.0" tslib "^2.6.2" -"@smithy/property-provider@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-3.0.0.tgz#ef7a26557c855cc1471b9aa0e05529183e99b978" - integrity sha512-LmbPgHBswdXCrkWWuUwBm9w72S2iLWyC/5jet9/Y9cGHtzqxi+GVjfCfahkvNV4KXEwgnH8EMpcrD9RUYe0eLQ== - dependencies: - "@smithy/types" "^3.0.0" - tslib "^2.6.2" - -"@smithy/property-provider@^3.1.0": +"@smithy/property-provider@^3.0.0", "@smithy/property-provider@^3.1.0": version "3.1.0" resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-3.1.0.tgz#b78d4964a1016b90331cc0c770b472160361fde7" integrity sha512-Tj3+oVhqdZgemjCiWjFlADfhvLF4C/uKDuKo7/tlEsRQ9+3emCreR2xndj970QSRSsiCEU8hZW3/8JQu+n5w4Q== @@ -3576,15 +3471,7 @@ dependencies: "@smithy/types" "^3.0.0" -"@smithy/shared-ini-file-loader@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-3.0.0.tgz#8739b7cd24f55fb4e276a74f00f0c2bb4e3f25d8" - integrity sha512-REVw6XauXk8xE4zo5aGL7Rz4ywA8qNMUn8RtWeTRQsgAlmlvbJ7CEPBcaXU2NDC3AYBgYAXrGyWD8XrN8UGDog== - dependencies: - "@smithy/types" "^3.0.0" - tslib "^2.6.2" - -"@smithy/shared-ini-file-loader@^3.1.0": +"@smithy/shared-ini-file-loader@^3.0.0", "@smithy/shared-ini-file-loader@^3.1.0": version "3.1.0" resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-3.1.0.tgz#a4cb9304c3be1c232ec661132ca88d177ac7a5b1" integrity sha512-dAM7wSX0NR3qTNyGVN/nwwpEDzfV9T/3AN2eABExWmda5VqZKSsjlINqomO5hjQWGv+IIkoXfs3u2vGSNz8+Rg== @@ -3605,19 +3492,7 @@ "@smithy/util-utf8" "^3.0.0" tslib "^2.6.2" -"@smithy/smithy-client@^3.0.0", "@smithy/smithy-client@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-3.0.1.tgz#c440473f6fb5dfbe86eaf015565fc56f66533bb4" - integrity sha512-KAiFY4Y4jdHxR+4zerH/VBhaFKM8pbaVmJZ/CWJRwtM/CmwzTfXfvYwf6GoUwiHepdv+lwiOXCuOl6UBDUEINw== - dependencies: - "@smithy/middleware-endpoint" "^3.0.0" - "@smithy/middleware-stack" "^3.0.0" - "@smithy/protocol-http" "^4.0.0" - "@smithy/types" "^3.0.0" - "@smithy/util-stream" "^3.0.1" - tslib "^2.6.2" - -"@smithy/smithy-client@^3.1.1": +"@smithy/smithy-client@^3.0.0", "@smithy/smithy-client@^3.1.1": version "3.1.1" resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-3.1.1.tgz#9aa770edd9b6277dc4124c924c617a436cdb670e" integrity sha512-tj4Ku7MpzZR8cmVuPcSbrLFVxmptWktmJMwST/uIEq4sarabEdF8CbmQdYB7uJ/X51Qq2EYwnRsoS7hdR4B7rA== @@ -3683,18 +3558,7 @@ dependencies: tslib "^2.6.2" -"@smithy/util-defaults-mode-browser@^3.0.0": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-3.0.1.tgz#0ba33ec90f6dd311599bed3a3dd604f3adba9acd" - integrity sha512-nW5kEzdJn1Bn5TF+gOPHh2rcPli8JU9vSSXLbfg7uPnfR1TMRQqs9zlYRhIb87NeSxIbpdXOI94tvXSy+fvDYg== - dependencies: - "@smithy/property-provider" "^3.0.0" - "@smithy/smithy-client" "^3.0.1" - "@smithy/types" "^3.0.0" - bowser "^2.11.0" - tslib "^2.6.2" - -"@smithy/util-defaults-mode-browser@^3.0.3": +"@smithy/util-defaults-mode-browser@^3.0.0", "@smithy/util-defaults-mode-browser@^3.0.3": version "3.0.3" resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-3.0.3.tgz#6fff11a6c407ca1d5a1dc009768bd09271b199c2" integrity sha512-3DFON2bvXJAukJe+qFgPV/rorG7ZD3m4gjCXHD1V5z/tgKQp5MCTCLntrd686tX6tj8Uli3lefWXJudNg5WmCA== @@ -3705,20 +3569,7 @@ bowser "^2.11.0" tslib "^2.6.2" -"@smithy/util-defaults-mode-node@^3.0.0": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-3.0.1.tgz#71242a6978240a6f559445d4cc26f2cce91c90e1" - integrity sha512-TFk+Qb+elLc/MOhtSp+50fstyfZ6avQbgH2d96xUBpeScu+Al9elxv+UFAjaTHe0HQe5n+wem8ZLpXvU8lwV6Q== - dependencies: - "@smithy/config-resolver" "^3.0.0" - "@smithy/credential-provider-imds" "^3.0.0" - "@smithy/node-config-provider" "^3.0.0" - "@smithy/property-provider" "^3.0.0" - "@smithy/smithy-client" "^3.0.1" - "@smithy/types" "^3.0.0" - tslib "^2.6.2" - -"@smithy/util-defaults-mode-node@^3.0.3": +"@smithy/util-defaults-mode-node@^3.0.0", "@smithy/util-defaults-mode-node@^3.0.3": version "3.0.3" resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-3.0.3.tgz#0b52ba9cb1138ee9076feba9a733462b2e2e6093" integrity sha512-D0b8GJXecT00baoSQ3Iieu3k3mZ7GY8w1zmg8pdogYrGvWJeLcIclqk2gbkG4K0DaBGWrO6v6r20iwIFfDYrmA== @@ -3731,16 +3582,7 @@ "@smithy/types" "^3.0.0" tslib "^2.6.2" -"@smithy/util-endpoints@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-2.0.0.tgz#5a16a723c1220f536a9b1b3e01787e69e77b6f12" - integrity sha512-+exaXzEY3DNt2qtA2OtRNSDlVrE4p32j1JSsQkzA5AdP0YtJNjkYbYhJxkFmPYcjI1abuwopOZCwUmv682QkiQ== - dependencies: - "@smithy/node-config-provider" "^3.0.0" - "@smithy/types" "^3.0.0" - tslib "^2.6.2" - -"@smithy/util-endpoints@^2.0.1": +"@smithy/util-endpoints@^2.0.0", "@smithy/util-endpoints@^2.0.1": version "2.0.1" resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-2.0.1.tgz#4ea8069bfbf3ebbcbe106b5156ff59a7a627b7dd" integrity sha512-ZRT0VCOnKlVohfoABMc8lWeQo/JEFuPWctfNRXgTHbyOVssMOLYFUNWukxxiHRGVAhV+n3c0kPW+zUqckjVPEA== @@ -4345,7 +4187,7 @@ ansicolors@~0.3.2: resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz" integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg== -ansis@^3.0.1, ansis@^3.1.1, ansis@^3.2.0: +ansis@^3.1.1, ansis@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b" integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==