From feeb1a61d5fe0c7865119596f37a213514bf6fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:42:46 +0000 Subject: [PATCH] Update @oclif/plugin-plugins requirement from ^2.0.1 to ^2.1.0 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...v2.1.0) --- 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 e220113..f48c9ed 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@oclif/core": "^1.13.10", "@oclif/plugin-autocomplete": "^1.3.0", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^2.0.1", + "@oclif/plugin-plugins": "^2.1.0", "fs-extra": "^9.1.0", "shelljs": "^0.8.5", "ws": "^8.8.1"