From f4bcd5d79b85f72358a64f51db194191e3e8e097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 10:01:03 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-commands from 2.2.1 to 2.2.2 Bumps [@oclif/plugin-commands](https://github.com/oclif/plugin-commands) from 2.2.1 to 2.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/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: "@oclif/plugin-commands" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2bb38b84..dccddd57 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@oclif/config": "^1.18.6", - "@oclif/plugin-commands": "^2.2.1", + "@oclif/plugin-commands": "^2.2.2", "@oclif/plugin-help": "^5.1.20", "@oclif/test": "^1.2.9", "@types/chai": "^4.3.4", diff --git a/yarn.lock b/yarn.lock index 51a078a9..98ead9d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -520,10 +520,10 @@ chalk "^4.1.0" tslib "^2.4.1" -"@oclif/plugin-commands@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-2.2.1.tgz#cf985f20ba67b1aa0dac8e08db3c993c19680469" - integrity sha512-mCv5Dlxkxg5sNaatFgbol9rKS9nBqPydRfxW0vusfzwuYZhxpdrvpgqkjcCO3LnQHSqX4qW5UCF6ZU0bBgnMBQ== +"@oclif/plugin-commands@^2.2.2": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-2.2.2.tgz#dd88d9177f2a114c79be1688b94006faf903fb5e" + integrity sha512-j3LIx4fm3yn95E+PdW8HrRX47Ya5do34zYOY+Jx5DoLM5LaHCICXdpVXbd4MTWLQ1aiGNPqeMO6GEzZ8ImVGhw== dependencies: "@oclif/core" "^1.2.0" lodash "^4.17.11"