From f4eb5f2d412adf3c840fda430b186e6e92944300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Apr 2023 10:56:50 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-plugins from 2.4.3 to 2.4.4 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.4.3 to 2.4.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/2.4.3...2.4.4) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0f784fdf..a8d4b871 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@oclif/core": "^2.8.0" }, "devDependencies": { - "@oclif/plugin-plugins": "^2.4.3", + "@oclif/plugin-plugins": "^2.4.4", "@oclif/test": "^2.1.0", "@types/chai": "^4.3.4", "@types/mocha": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 1137730d..4a45a12c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -555,10 +555,10 @@ fast-levenshtein "^3.0.0" lodash "^4.17.21" -"@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== +"@oclif/plugin-plugins@^2.4.4": + version "2.4.4" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.4.4.tgz#4a77408c06f8f020b7883059d18d8010ae35be94" + integrity sha512-ieqwznpReiP8ER4Qrkzn084Xp47FLT4gpsUSL/b71o+1QhMqj4sOpLT/XW+Hf1O9zDJg4KyF99Z892FBhNfvVQ== dependencies: "@oclif/color" "^1.0.4" "@oclif/core" "^2.6.4"