From 5f8d9290819f40882ad26ba4c9bd2cc0e05f38ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:06:37 +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.7.0...3.9.1) --- 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 97d42c0..75b8dbc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@antora/playbook-builder": "^3.1.4", "@oclif/core": "^2", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^3.7.0", + "@oclif/plugin-plugins": "^3.9.1", "antora": "^3.1.4", "http-server": "^14.1.1", "lodash": "^4.17.21",