From 83657132a5c06677f6864d3f177487438544d28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 21:21:01 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 5.4.21 to 5.4.22 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.4.21 to 5.4.22. - [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.21...5.4.22) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/yarn.lock b/yarn.lock index fbcceb2..12290db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1625,10 +1625,10 @@ proc-log "^5.0.0" which "^5.0.0" -"@oclif/core@^4", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33": - version "4.0.35" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.35.tgz#dac074155262c08248348964101f9ec6ee25c4f3" - integrity sha512-YLkkNqqP7XxEo9bP1+WWdLno8KS2iIfqb3RHIxuq6tuavM3/sPoqU4qeSjO8QTalkTDMNn9BFOtdwCl+96lp2A== +"@oclif/core@^4", "@oclif/core@^4.0.32", "@oclif/core@^4.0.34": + version "4.0.37" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.37.tgz#133d3f3951cd7a5fc52a3fec63ba2172921b535c" + integrity sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ== dependencies: ansi-escapes "^4.3.2" ansis "^3.3.2" @@ -1640,7 +1640,7 @@ globby "^11.1.0" indent-string "^4.0.0" is-wsl "^2.2.0" - lilconfig "^3.1.2" + lilconfig "^3.1.3" minimatch "^9.0.5" semver "^7.6.3" string-width "^4.2.3" @@ -1667,11 +1667,11 @@ fast-levenshtein "^3.0.0" "@oclif/plugin-plugins@^5": - version "5.4.21" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.21.tgz#7480f15ccc0a8c77c371e0d62a3d043b3f262002" - integrity sha512-Zjn/RkTFMiqdwcld26bOBK6BN1ms53ND0nwOTeWP+uZ4vFjiL7vBdXUqzMfgc20wQTP7KcCE4otgU3ZMwO5acw== + version "5.4.22" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.22.tgz#4633cd58d6ad4fb1095db27d9c0d375515e10bd8" + integrity sha512-lzW6dYaLVU7yuZjt4QvKaZWW0alovQShbYzmWR9EHI1OUiAmahZSqrTojoecwQ9e/Z4nYjJBflXhmgC09To4Vg== dependencies: - "@oclif/core" "^4.0.33" + "@oclif/core" "^4.0.34" ansis "^3.3.2" debug "^4.4.0" npm "^10.9.2" @@ -4998,10 +4998,10 @@ libnpmversion@^7.0.0: proc-log "^5.0.0" semver "^7.3.7" -lilconfig@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb" - integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow== +lilconfig@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4" + integrity sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw== lines-and-columns@^1.1.6: version "1.2.4"