From 9220085b6c3601a8627e59329aaf8b4a4110ca71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 06:01:33 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 5.4.10 to 5.4.12 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.4.10 to 5.4.12. - [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/5.4.10...5.4.12) --- 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 391f6bf..164983e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@oclif/core": "^4", "@oclif/plugin-test-esm-1": "^0.8.30", - "@oclif/plugin-plugins": "^5.4.10" + "@oclif/plugin-plugins": "^5.4.12" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 75379d0..a9f8150 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1655,10 +1655,10 @@ ansis "^3.3.1" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@^5", "@oclif/plugin-plugins@^5.4.10": - version "5.4.10" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.10.tgz#fe5847b5d483edc4e484e90bae2dc4419e00b9c1" - integrity sha512-Um3y52t1I1Wv2yIZ1TkAiASiFEWnROoZ4tn/+mgAT55em99LpRE2d+ujXVoP/HllsVbVun3QaHhv1t0YRz0udA== +"@oclif/plugin-plugins@^5", "@oclif/plugin-plugins@^5.4.12": + version "5.4.12" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.12.tgz#3294256cdf48fcf7dd036766d9eb87d6099c43ad" + integrity sha512-E73/qValFhJv2UryX+1e8vCyAYvn3go2Neg1u6uyHMJ+vHMTg7g1vXaPNGacY8OJSInj1IudJbwIfPOajR4A2Q== dependencies: "@oclif/core" "^4" ansis "^3.3.2"