From 53e2b56b7f62dd5bccba9f6959ddc43873c1ca7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:14:26 +0000 Subject: [PATCH] Update @oclif/plugin-plugins requirement from ^2.1.0 to ^2.3.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.1.0...2.3.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 424ee08..54bb0d6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@oclif/core": "^1", "@oclif/errors": "^1.3.5", "@oclif/help": "^1.0.1", - "@oclif/plugin-plugins": "^2.1.0", + "@oclif/plugin-plugins": "^2.3.0", "cron-parser": "^4.5.0", "fs-extra": "^10.0.1", "http-call": "^5.3.0",