From 173fcd0335c4e09f2b46f0aeca8dbc7ce7bca362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 08:47:09 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-commands from 3.2.1 to 3.2.2 Bumps [@oclif/plugin-commands](https://github.com/oclif/plugin-commands) from 3.2.1 to 3.2.2. - [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.1...3.2.2) --- updated-dependencies: - dependency-name: "@oclif/plugin-commands" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 287cd845..c54ce2bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1043,9 +1043,9 @@ wrap-ansi "^7.0.0" "@oclif/plugin-commands@^3": - version "3.2.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-3.2.1.tgz#1185065846d992a6593103268ca22923726e1be0" - integrity sha512-U17sPJPZx563vODY9rxcLq93mAMuBd7pRUpYDkmsTNtoooytOF/1p1HKLXB2Ep7rBRxuyU5osUjulwc//p78LA== + 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== dependencies: "@oclif/core" "^3.26.0" lodash.pickby "^4.6.0"