From 198c17827b5b5b2d0b0b5b7f09a0be0542d2deee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 01:54:02 -0700 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 5.4.16 to 5.4.17 (#278) Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.4.16 to 5.4.17. - [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.16...5.4.17) --- 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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 0130208..c6694c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1223,10 +1223,10 @@ proc-log "^5.0.0" which "^5.0.0" -"@oclif/core@^4", "@oclif/core@^4.0.28", "@oclif/core@^4.0.31": - version "4.0.32" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.32.tgz#0e8078c53b079549d685798893b9f9534ca69bf6" - integrity sha512-O3jfIAhqaJxXI2dzF81PLTMhKpFFA0Nyz8kfBnc9WYDJnvdmXK0fVAOSpwpi2mHTow/9FXxY6Kww8+Kbe7/sag== +"@oclif/core@^4", "@oclif/core@^4.0.31", "@oclif/core@^4.0.32": + version "4.0.33" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.33.tgz#fcaf3dd2850c5999de20459a1445d31a230cd24b" + integrity sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw== dependencies: ansi-escapes "^4.3.2" ansis "^3.3.2" @@ -1265,11 +1265,11 @@ fast-levenshtein "^3.0.0" "@oclif/plugin-plugins@^5": - version "5.4.16" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.16.tgz#b955e8175395de1c252b4c0bab3d522c66b3ef80" - integrity sha512-qz9RlOg1r2hcx65ALTpf+9kJO5loJdS9zKdv4pLbAQ80veHlDUcdaaoMLqMH9PWZ6gcNLuqiRwK4ElNGeyNaJA== + version "5.4.17" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.17.tgz#7bc6f701e83e2505746c1e8a8467a6fdf41241ba" + integrity sha512-V5W5jiGfWYEFS1v6j0+l0sTkRdvuHpZm9zKyEzC1i6IFFx4S4oR2IMjTwJRopyGH2TZDNVQOGilp3Cxu73pbsQ== dependencies: - "@oclif/core" "^4.0.28" + "@oclif/core" "^4.0.32" ansis "^3.3.2" debug "^4.3.7" npm "^10.9.0"