From c135251e98cb316a72618e9829c964e5b2db440d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 03:08:46 +0000 Subject: [PATCH] chore(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/v2.0.1...2.1.11) --- 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 6204eb8..13a8f9e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@oclif/core": "^1.7.0", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^2.0.1", + "@oclif/plugin-plugins": "^2.1.11", "listr2": "^4.0.5" }, "devDependencies": {