Skip to content

Commit 08bf2a4

Browse files
chore(dev-deps): bump @oclif/plugin-help from 6.0.20 to 6.0.21
Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.0.20 to 6.0.21. - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-help@6.0.20...6.0.21) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8dc03d1 commit 08bf2a4

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

yarn.lock

+17-10
Original file line numberDiff line numberDiff line change
@@ -1297,10 +1297,10 @@
12971297
"@nodelib/fs.scandir" "2.1.5"
12981298
fastq "^1.6.0"
12991299

1300-
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
1301-
version "3.26.0"
1302-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
1303-
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
1300+
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
1301+
version "3.26.3"
1302+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
1303+
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
13041304
dependencies:
13051305
"@types/cli-progress" "^3.11.5"
13061306
ansi-escapes "^4.3.2"
@@ -1311,14 +1311,14 @@
13111311
cli-progress "^3.12.0"
13121312
color "^4.2.3"
13131313
debug "^4.3.4"
1314-
ejs "^3.1.9"
1314+
ejs "^3.1.10"
13151315
get-package-type "^0.1.0"
13161316
globby "^11.1.0"
13171317
hyperlinker "^1.0.0"
13181318
indent-string "^4.0.0"
13191319
is-wsl "^2.2.0"
13201320
js-yaml "^3.14.1"
1321-
minimatch "^9.0.3"
1321+
minimatch "^9.0.4"
13221322
natural-orderby "^2.0.3"
13231323
object-treeify "^1.1.33"
13241324
password-prompt "^1.1.3"
@@ -1332,11 +1332,11 @@
13321332
wrap-ansi "^7.0.0"
13331333

13341334
"@oclif/plugin-help@^6", "@oclif/plugin-help@^6.0.18":
1335-
version "6.0.20"
1336-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.20.tgz#e4a640505508224d7b9c0e61711ae4dad3f4782b"
1337-
integrity sha512-4UG/5q7O3dhUsC0JMqcUV0NU7jybkXkAXLnsRt+KVzDtZWwNOeBECimIFWOmwna5BaneTn8b0+lqO4JvUgeiqA==
1335+
version "6.0.21"
1336+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.21.tgz#c48e688bf6df574e74557ebe2f877556f08dc60b"
1337+
integrity sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==
13381338
dependencies:
1339-
"@oclif/core" "^3.26.0"
1339+
"@oclif/core" "^3.26.2"
13401340

13411341
"@oclif/plugin-not-found@^3.0.14":
13421342
version "3.0.14"
@@ -4859,6 +4859,13 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
48594859
dependencies:
48604860
brace-expansion "^1.1.7"
48614861

4862+
minimatch@^9.0.4:
4863+
version "9.0.4"
4864+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
4865+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
4866+
dependencies:
4867+
brace-expansion "^2.0.1"
4868+
48624869
48634870
version "4.1.0"
48644871
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)