Skip to content

Commit a34467a

Browse files
authoredFeb 23, 2025··
fix(deps): bump ansis from 3.10.0 to 3.16.0 (#1050)
Bumps [ansis](https://github.com/webdiscus/ansis) from 3.10.0 to 3.16.0. - [Release notes](https://github.com/webdiscus/ansis/releases) - [Changelog](https://github.com/webdiscus/ansis/blob/master/CHANGELOG.md) - [Commits](https://github.com/webdiscus/ansis/commits/v3.16.0) --- updated-dependencies: - dependency-name: ansis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43b75c0 commit a34467a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@inquirer/select": "^2.5.0",
88
"@oclif/core": "^4",
99
"@oclif/table": "^0.4.6",
10-
"ansis": "^3.9.0",
10+
"ansis": "^3.16.0",
1111
"debug": "^4.4.0",
1212
"filesize": "^6.1.0",
1313
"got": "^13",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2166,10 +2166,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.2.1:
21662166
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
21672167
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
21682168

2169-
ansis@^3.10.0, ansis@^3.5.2, ansis@^3.9.0:
2170-
version "3.10.0"
2171-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.10.0.tgz#6886afb0f729b1fa865df6b710b97a9915b7d0d4"
2172-
integrity sha512-hxDKLYT7hy3Y4sF3HxI926A3urzPxi73mZBB629m9bCVF+NyKNxbwCqqm+C/YrGPtxLwnl6d8/ZASCsz6SyvJA==
2169+
ansis@^3.10.0, ansis@^3.16.0, ansis@^3.5.2:
2170+
version "3.16.0"
2171+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb"
2172+
integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==
21732173

21742174
anymatch@~3.1.2:
21752175
version "3.1.3"

0 commit comments

Comments
 (0)
Please sign in to comment.