Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 4b287b1

Browse files
chore(deps): update dependency @oclif/plugin-help to v6.2.42 (#380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5da3bb0 commit 4b287b1

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,9 @@
572572
wrap-ansi "^7.0.0"
573573

574574
"@oclif/core@^4":
575-
version "4.10.3"
576-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
577-
integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
575+
version "4.10.5"
576+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
577+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
578578
dependencies:
579579
ansi-escapes "^4.3.2"
580580
ansis "^3.17.0"
@@ -586,7 +586,7 @@
586586
indent-string "^4.0.0"
587587
is-wsl "^2.2.0"
588588
lilconfig "^3.1.3"
589-
minimatch "^10.2.4"
589+
minimatch "^10.2.5"
590590
semver "^7.7.3"
591591
string-width "^4.2.3"
592592
supports-color "^8"
@@ -684,9 +684,9 @@
684684
wrap-ansi "^6.2.0"
685685

686686
"@oclif/plugin-help@^6.0.0":
687-
version "6.2.41"
688-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.41.tgz#587f73a9dae1dfdf8c8f89c748ea9f1db3a1007a"
689-
integrity sha512-oHqpm9a8NnLY9J5yIA+znchB2QCBqDUu5n7XINdZwfbhO6WOUZ2ANww6QN7crhvAKgpN5HK/ELN8Hy96kgLUuA==
687+
version "6.2.42"
688+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.42.tgz#88984372e1a0521c5a80bc048a33cc2c8432eda7"
689+
integrity sha512-ureMjpO1qnxBaOuMITOE579nxLhD50esi3f0K5pat4Y0sBG5dT+ELaane8iaBwiJHmF5hxma8jSpvi1QTpCVxw==
690690
dependencies:
691691
"@oclif/core" "^4"
692692

@@ -1342,7 +1342,7 @@ brace-expansion@^2.0.1:
13421342
dependencies:
13431343
balanced-match "^1.0.0"
13441344

1345-
brace-expansion@^5.0.2:
1345+
brace-expansion@^5.0.2, brace-expansion@^5.0.5:
13461346
version "5.0.5"
13471347
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
13481348
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
@@ -3586,13 +3586,20 @@ mimic-function@^5.0.0:
35863586
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
35873587
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
35883588

3589-
minimatch@*, minimatch@^10.0.3, minimatch@^10.1.1, minimatch@^10.2.2, minimatch@^10.2.4:
3589+
minimatch@*, minimatch@^10.0.3, minimatch@^10.1.1, minimatch@^10.2.2:
35903590
version "10.2.4"
35913591
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
35923592
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
35933593
dependencies:
35943594
brace-expansion "^5.0.2"
35953595

3596+
minimatch@^10.2.4, minimatch@^10.2.5:
3597+
version "10.2.5"
3598+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
3599+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
3600+
dependencies:
3601+
brace-expansion "^5.0.5"
3602+
35963603
minimatch@^3.0.4, minimatch@^3.1.1:
35973604
version "3.1.5"
35983605
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"

0 commit comments

Comments
 (0)