From 3a280a3d100beb7612beaaa9d1dc7be3a35ec343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 17:03:19 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 3.7.0 to 3.8.0 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 3.7.0 to 3.8.0. - [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.8.0) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 74a34fc..d8b56a3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@oclif/core": "^2", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^3.7.0" + "@oclif/plugin-plugins": "^3.8.0" }, "devDependencies": { "@oclif/test": "^2.5.5", diff --git a/yarn.lock b/yarn.lock index 0c7ee64..923120e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -799,10 +799,10 @@ "@oclif/core" "^2.9.3" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@^3.7.0": - version "3.7.0" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.7.0.tgz#752c1839ce711b14a06c2b80c55b9b9f4af9376f" - integrity sha512-cHH8o5sFwyhYd/udZ/E63FgIjkRyUw0q9TNC62NcRi2D43eRW/6bXShnvO8o+D9WCfQWrnGw+DX6In3CBsIgIw== +"@oclif/plugin-plugins@^3.8.0": + version "3.8.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.8.0.tgz#d83ad5fb1a1c37864b23dfd1f1180d5d4ba9e5a7" + integrity sha512-yQ+M0REyP7DeCQQ4j4TDYV2bu0wy66tJzrO/ZN/ZHbwdzcyM3JmfQsqo9rBSXDJZf6FU2xL9P2+Gfj2VpG7qMw== dependencies: "@oclif/core" "^2.15.0" chalk "^4.1.2"