From 5d5e291cbf45264964b6b36cd181d44d39ce4ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 05:35:36 +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/3.8.4...3.9.3) --- 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 9b6a261..e8cccde 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@oclif/core": "^3", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^3.8.4", + "@oclif/plugin-plugins": "^3.9.3", "@xchainjs/xchain-bitcoin": "^0.22.4", "@xchainjs/xchain-bitcoincash": "^0.16.4", "@xchainjs/xchain-client": "^0.14.2",