From cd209a9bb96e478513beb85a510be9f711ab897a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 16:16:10 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 3.9.3 to 3.9.4 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 3.9.3 to 3.9.4. - [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.3...3.9.4) --- 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 c2bc1a3..7de184a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@oclif/core": "^1", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^3.9.3" + "@oclif/plugin-plugins": "^3.9.4" }, "devDependencies": { "@oclif/test": "^2.5.6", diff --git a/yarn.lock b/yarn.lock index 8c12b17..47af0e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -858,10 +858,10 @@ "@oclif/core" "^2.9.3" fast-levenshtein "^3.0.0" -"@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== +"@oclif/plugin-plugins@^3.9.4": + version "3.9.4" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.9.4.tgz#e4fe13882f927360c543e53c9548a5aaf856c90a" + integrity sha512-JtumjspRdzJgHk1S10wu68tdlqSnyYRmSgCsmsc6AEvU+Orb0DQfrAgJEO77rPKPNo5MfnVAj0WyCDTi0JT/vw== dependencies: "@oclif/core" "^2.15.0" chalk "^4.1.2"