From 559f6871bc7aab014b4db12ca3f93adc986630a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 08:27:47 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-plugins from 2.4.1 to 2.4.3 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.4.1 to 2.4.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/2.4.1...2.4.3) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5a731f513..ff4a0636f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@commitlint/config-conventional": "^12.1.4", "@oclif/plugin-help": "^5.2.8", - "@oclif/plugin-plugins": "^2.4.1", + "@oclif/plugin-plugins": "^2.4.3", "@oclif/test": "^2.3.11", "@types/ansi-styles": "^3.2.1", "@types/chai": "^4.3.4", diff --git a/yarn.lock b/yarn.lock index 78449f43d..d194afde5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -482,13 +482,13 @@ dependencies: "@oclif/core" "^2.6.2" -"@oclif/plugin-plugins@^2.4.1": - version "2.4.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.4.1.tgz#031a65a05a531511f44e3ef5e3f56e7e833bc756" - integrity sha512-IZIceVzjI5RjCR7TkWN51aEPi243Mtme5dmOD4Y3HlXI1ul8gtXFeJNRKODKcUQVsJWBqRFhsH1TREfGqE06cA== +"@oclif/plugin-plugins@^2.4.3": + version "2.4.3" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.4.3.tgz#b95684d7458f1c3e51a1a98bb0224b474cd57c0e" + integrity sha512-dkbzijBkWVCwETQHFIsWTyjX4Sfk8qF6LoWSb5jE6drwlYd89YcrneMLEYn3Fbs/vKUUjxDhO1wFwAatibbHGw== dependencies: "@oclif/color" "^1.0.4" - "@oclif/core" "^2.6.2" + "@oclif/core" "^2.6.4" chalk "^4.1.2" debug "^4.3.4" fs-extra "^9.0"