Skip to content

Commit dade372

Browse files
authoredDec 21, 2024··
fix(deps): bump ansis from 3.3.2 to 3.4.0 (#1032)
Bumps [ansis](https://github.com/webdiscus/ansis) from 3.3.2 to 3.4.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) --- 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 93189af commit dade372

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
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {
88
"@oclif/core": "^4.0.34",
9-
"ansis": "^3.3.2",
9+
"ansis": "^3.4.0",
1010
"debug": "^4.4.0",
1111
"npm": "^10.9.2",
1212
"npm-package-arg": "^11.0.3",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2920,10 +2920,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
29202920
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
29212921
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
29222922

2923-
ansis@^3.3.1, ansis@^3.3.2:
2924-
version "3.3.2"
2925-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
2926-
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==
2923+
ansis@^3.3.1, ansis@^3.3.2, ansis@^3.4.0:
2924+
version "3.4.0"
2925+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.4.0.tgz#d49ebb72f228aa122733a585c600dcba4f5f0838"
2926+
integrity sha512-zVESKSQhWaPhGaWiKj1k+UqvpC7vPBBgG3hjQEeIx2YGzylWt8qA3ziAzRuUtm0OnaGsZKjIvfl8D/sJTt/I0w==
29272927

29282928
anymatch@~3.1.2:
29292929
version "3.1.3"

0 commit comments

Comments
 (0)
Please sign in to comment.