From 47b4b4b5b067cc272e284c76df87ef75c3d13f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:07:21 +0000 Subject: [PATCH] fix(deps): update @oclif/plugin-plugins requirement Updates the requirements on [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) to permit the latest version. - [Release notes](https://github.com/oclif/plugin-plugins/releases) - [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-plugins/compare/2.1.12...2.2.4) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4cb7e9..60a57e1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@oclif/color": "^1.0.2", "@oclif/core": "^1.24.0", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^2.1.12", + "@oclif/plugin-plugins": "^2.2.4", "inquirer": "^8.2.3", "ora": "^5.4.1", "simple-git": "^3.16.0"