From 30fe64fe68fe7822c31667a41ac1e010e9bc2fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 01:48:15 -0700 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 5.4.22 to 5.4.23 (#293) Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.4.22 to 5.4.23. - [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.22...5.4.23) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 7782460..73bd943 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1644,12 +1644,12 @@ fast-levenshtein "^3.0.0" "@oclif/plugin-plugins@^5": - version "5.4.22" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.22.tgz#4633cd58d6ad4fb1095db27d9c0d375515e10bd8" - integrity sha512-lzW6dYaLVU7yuZjt4QvKaZWW0alovQShbYzmWR9EHI1OUiAmahZSqrTojoecwQ9e/Z4nYjJBflXhmgC09To4Vg== + version "5.4.23" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.23.tgz#1cf96d5e6b914e62d42cf55ef73dff39578a05bc" + integrity sha512-IsjgqRJIeZFJ6mGmQb12DsoqTOBukvOtd/4GYMas6Ro5y854szNUBGHBn+IUc0ZmgWjd0q4KerMLX00r800PGg== dependencies: "@oclif/core" "^4.0.34" - ansis "^3.3.2" + ansis "^3.4.0" debug "^4.4.0" npm "^10.9.2" npm-package-arg "^11.0.3"