From a8f9974cadfeedfff57d89132fe0f7cf171f2e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 06:44:42 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-commands from 3.2.2 to 3.3.1 (#601) Bumps [@oclif/plugin-commands](https://github.com/oclif/plugin-commands) from 3.2.2 to 3.3.1. - [Release notes](https://github.com/oclif/plugin-commands/releases) - [Changelog](https://github.com/oclif/plugin-commands/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-commands/compare/3.2.2...3.3.1) --- updated-dependencies: - dependency-name: "@oclif/plugin-commands" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/yarn.lock b/yarn.lock index c54ce2bc..28bbe46f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1008,10 +1008,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^3.21.0", "@oclif/core@^3.26.0": - version "3.26.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279" - integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA== +"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2": + version "3.26.2" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a" + integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2" @@ -1029,7 +1029,7 @@ indent-string "^4.0.0" is-wsl "^2.2.0" js-yaml "^3.14.1" - minimatch "^9.0.3" + minimatch "^9.0.4" natural-orderby "^2.0.3" object-treeify "^1.1.33" password-prompt "^1.1.3" @@ -1043,11 +1043,11 @@ wrap-ansi "^7.0.0" "@oclif/plugin-commands@^3": - version "3.2.2" - resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-3.2.2.tgz#619d7d0ad2d6ea4f395adbc5e1d28c2900e4dc3f" - integrity sha512-agPybbeetCh75P+8fcim/WXaV7WdBcyXhX34AJ6cPAr/aTddlBkgmta+dgxa6yZ++L+K9jXXtZpsiVjtjHkD2g== + version "3.3.1" + resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-3.3.1.tgz#67bdbc25cd12e253d62f15df84c42c11f4e82fed" + integrity sha512-SikJBlXaVsbCX3A8YBdpU70VvU58P75+4vMt0AtJFEPYS1n+5srrLJgTrEFJkCfFvlqj1SNI9yMFr1TG+LKN9w== dependencies: - "@oclif/core" "^3.26.0" + "@oclif/core" "^3.26.2" lodash.pickby "^4.6.0" lodash.sortby "^4.7.0" lodash.template "^4.5.0" @@ -4437,6 +4437,13 @@ minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" +minimatch@^9.0.4: + version "9.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51" + integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw== + dependencies: + brace-expansion "^2.0.1" + minimist-options@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"