From 0483b2baae58f8a37db2d0d5bf6c246715b62cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 05:20:27 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 5.4.22 to 5.4.23 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] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a0ade5f..84a24ee 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@oclif/core": "^4", "@oclif/plugin-test-esm-1": "^0.8.50", - "@oclif/plugin-plugins": "^5.4.22" + "@oclif/plugin-plugins": "^5.4.23" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index cda795b..8673fa4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1432,13 +1432,13 @@ ansis "^3.3.1" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@^5", "@oclif/plugin-plugins@^5.4.22": - version "5.4.22" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.22.tgz#4633cd58d6ad4fb1095db27d9c0d375515e10bd8" - integrity sha512-lzW6dYaLVU7yuZjt4QvKaZWW0alovQShbYzmWR9EHI1OUiAmahZSqrTojoecwQ9e/Z4nYjJBflXhmgC09To4Vg== +"@oclif/plugin-plugins@^5", "@oclif/plugin-plugins@^5.4.23": + 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"