Skip to content

Commit 9168202

Browse files
fix(deps): bump @oclif/core from 4.2.7 to 4.2.8
Bumps [@oclif/core](https://github.com/oclif/core) from 4.2.7 to 4.2.8. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.2.7...4.2.8) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0959c3a commit 9168202

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,12 +1502,12 @@
15021502
fastq "^1.6.0"
15031503

15041504
"@oclif/core@^4", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.7":
1505-
version "4.2.7"
1506-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.7.tgz#ca9d79454bc356218c8a5563728e831a972b751e"
1507-
integrity sha512-49wtIlSEw9UyxdSMPjJ2Ookj5e056Qbqr6A+uN7Ea8XCK6b8Q03KciTEpX5t0rfNggvewJc9e3SHY6uWZIkXVw==
1505+
version "4.2.8"
1506+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.8.tgz#6e71c76b8ea91064ffc8390a3fd2502c5d32a3db"
1507+
integrity sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==
15081508
dependencies:
15091509
ansi-escapes "^4.3.2"
1510-
ansis "^3.14.0"
1510+
ansis "^3.16.0"
15111511
clean-stack "^3.0.1"
15121512
cli-spinners "^2.9.2"
15131513
debug "^4.4.0"
@@ -2799,10 +2799,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
27992799
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
28002800
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
28012801

2802-
ansis@^3.10.0, ansis@^3.14.0, ansis@^3.3.2:
2803-
version "3.15.0"
2804-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.15.0.tgz#8c2c5546685ceba0944dad9485903851b6e704f6"
2805-
integrity sha512-zIcWDJ+Kwqxfdnogx66Gxzr0kVmCcRAdat9nlY2IHsshqTN4fBH6tMeRMPA/2w0rpBayIJvjQAaa2/4RDrNqwg==
2802+
ansis@^3.10.0, ansis@^3.14.0, ansis@^3.16.0, ansis@^3.3.2:
2803+
version "3.16.0"
2804+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb"
2805+
integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==
28062806

28072807
anymatch@~3.1.2:
28082808
version "3.1.3"
@@ -6509,7 +6509,7 @@ min-indent@^1.0.0:
65096509
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
65106510
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
65116511

6512-
[email protected], minimatch@^9.0.1:
6512+
65136513
version "9.0.3"
65146514
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz"
65156515
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -6530,7 +6530,7 @@ minimatch@^5.0.1, minimatch@^5.1.6:
65306530
dependencies:
65316531
brace-expansion "^2.0.1"
65326532

6533-
minimatch@^9.0.4, minimatch@^9.0.5:
6533+
minimatch@^9.0.1, minimatch@^9.0.4, minimatch@^9.0.5:
65346534
version "9.0.5"
65356535
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
65366536
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==

0 commit comments

Comments
 (0)