Skip to content

Commit a07a228

Browse files
authoredDec 30, 2024··
fix(deps): bump ansis from 3.4.0 to 3.5.2 (#862)
Bumps [ansis](https://github.com/webdiscus/ansis) from 3.4.0 to 3.5.2. - [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) --- 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 403fa95 commit a07a228

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/oclif/plugin-autocomplete/issues",
77
"dependencies": {
88
"@oclif/core": "^4",
9-
"ansis": "^3.4.0",
9+
"ansis": "^3.5.2",
1010
"debug": "^4.4.0",
1111
"ejs": "^3.1.10"
1212
},

‎yarn.lock

+1-6
Original file line numberDiff line numberDiff line change
@@ -2412,12 +2412,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.2.1:
24122412
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
24132413
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
24142414

2415-
ansis@^3.3.2, ansis@^3.4.0:
2416-
version "3.4.0"
2417-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.4.0.tgz#d49ebb72f228aa122733a585c600dcba4f5f0838"
2418-
integrity sha512-zVESKSQhWaPhGaWiKj1k+UqvpC7vPBBgG3hjQEeIx2YGzylWt8qA3ziAzRuUtm0OnaGsZKjIvfl8D/sJTt/I0w==
2419-
2420-
ansis@^3.5.2:
2415+
ansis@^3.3.2, ansis@^3.4.0, ansis@^3.5.2:
24212416
version "3.5.2"
24222417
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.5.2.tgz#d7a1f95a23f6becc5ee16fab85cda41c898fad96"
24232418
integrity sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==

0 commit comments

Comments
 (0)
Please sign in to comment.