From f78abf0c160dccfbb72e79b0e998e0ec0c693c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:11:05 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 3.9.1 to 3.9.3 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 3.9.1 to 3.9.3. - [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.9.1...3.9.3) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production update-type: version-update:semver-patch ... 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 395126a..e9317bf 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@oclif/core": "^3.0.0-beta.13", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^3.9.1" + "@oclif/plugin-plugins": "^3.9.3" }, "devDependencies": { "@oclif/test": "^2.5.6", diff --git a/yarn.lock b/yarn.lock index 2478faf..c5aa0cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -872,10 +872,10 @@ "@oclif/core" "^2.9.3" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@^3.9.1": - version "3.9.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.9.1.tgz#990bb3febc0a936d2a33d0e30fbfc38903dfc90e" - integrity sha512-86155GW6fQ8ZsmscffIOuvjjCCnXfuUJ/3dA+s6vqVgyGu8VshsHxnA9LCVja/Gz53j9TeaEog08IMcMDsmS7g== +"@oclif/plugin-plugins@^3.9.3": + version "3.9.3" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.9.3.tgz#5678e3beaa73fd7333dcb4efc44141f593c86ba7" + integrity sha512-hsm2mTL6uCP79WpltC+G1gkOrn2ckWXUnSi4UmF0eKbddOxJ9vakekuQpj/zlRJkXBNWaXlAskzJmnRoCGT+AQ== dependencies: "@oclif/core" "^2.15.0" chalk "^4.1.2"