From 3fdf5b69bd5425de3a4aecf5a2f1ba3dd22e8334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 08:59:44 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 5.4.18 to 5.4.20 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.4.18 to 5.4.20. - [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.18...5.4.20) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/yarn.lock b/yarn.lock index c08b8c0..3a15ea4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1587,7 +1587,7 @@ proc-log "^5.0.0" which "^5.0.0" -"@oclif/core@^4", "@oclif/core@^4.0.32": +"@oclif/core@^4", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33": version "4.0.34" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.34.tgz#2a1d10e6383383cae5fb81662d68147cc6a0dcef" integrity sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw== @@ -1629,13 +1629,13 @@ fast-levenshtein "^3.0.0" "@oclif/plugin-plugins@^5": - version "5.4.18" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.18.tgz#29fe0221ff77816e14a669a9ff94a9bec39b2ee7" - integrity sha512-2MdEMzNWYy1u3VJFxFLuvH3U9Q8q/OLxhletjZ6pSpeHpHOzG7dqtdstvZhqrexKYAhVEskcjhHkvOs9Yu3jtg== + version "5.4.20" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.20.tgz#d6b83f1e026e6e97add600627ffea0e49bd560df" + integrity sha512-+LrBtyXm6iHjLkgsHIZwtvbFAHtB7sJIu+tj7TNA58AGlpm74DgufTFB4uL11aYOhYShhiltU67canG17XPU8A== dependencies: - "@oclif/core" "^4.0.32" + "@oclif/core" "^4.0.33" ansis "^3.3.2" - debug "^4.3.7" + debug "^4.4.0" npm "^10.9.1" npm-package-arg "^11.0.3" npm-run-path "^5.3.0" @@ -3164,10 +3164,10 @@ data-view-byte-offset@^1.0.0: es-errors "^1.3.0" is-data-view "^1.0.1" -debug@4, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7: - version "4.3.7" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" - integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== +debug@4, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7, debug@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a" + integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA== dependencies: ms "^2.1.3"