Skip to content

Commit 6c796ec

Browse files
authoredFeb 2, 2025··
fix(deps): bump @oclif/core from 4.2.4 to 4.2.6 (#1037)
Bumps [@oclif/core](https://github.com/oclif/core) from 4.2.4 to 4.2.6. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.2.4...4.2.6) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 428b5df commit 6c796ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1176,12 +1176,12 @@
11761176
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
11771177

11781178
"@oclif/core@^4", "@oclif/core@^4.2.3":
1179-
version "4.2.4"
1180-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.4.tgz#0737063beb35e3d421135cd07983bc5306fb17bf"
1181-
integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
1179+
version "4.2.6"
1180+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.6.tgz#f2f1696be03a815a4c391504312f90fce29fbb4e"
1181+
integrity sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww==
11821182
dependencies:
11831183
ansi-escapes "^4.3.2"
1184-
ansis "^3.9.0"
1184+
ansis "^3.10.0"
11851185
clean-stack "^3.0.1"
11861186
cli-spinners "^2.9.2"
11871187
debug "^4.4.0"
@@ -2185,10 +2185,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.2.1:
21852185
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
21862186
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
21872187

2188-
ansis@^3.5.2, ansis@^3.9.0:
2189-
version "3.9.0"
2190-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
2191-
integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==
2188+
ansis@^3.10.0, ansis@^3.5.2, ansis@^3.9.0:
2189+
version "3.10.0"
2190+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.10.0.tgz#6886afb0f729b1fa865df6b710b97a9915b7d0d4"
2191+
integrity sha512-hxDKLYT7hy3Y4sF3HxI926A3urzPxi73mZBB629m9bCVF+NyKNxbwCqqm+C/YrGPtxLwnl6d8/ZASCsz6SyvJA==
21922192

21932193
anymatch@~3.1.2:
21942194
version "3.1.3"

0 commit comments

Comments
 (0)
Please sign in to comment.