Skip to content

Commit e433329

Browse files
Update dependency chalk to v5.3.0
1 parent efa32c7 commit e433329

1 file changed

Lines changed: 31 additions & 6 deletions

File tree

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,9 +1165,9 @@ chalk@^4.0.0:
11651165
supports-color "^7.1.0"
11661166

11671167
chalk@^5.1.2:
1168-
version "5.1.2"
1169-
resolved "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz"
1170-
integrity sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==
1168+
version "5.3.0"
1169+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
1170+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
11711171

11721172
char-regex@^1.0.2:
11731173
version "1.0.2"
@@ -4278,7 +4278,16 @@ string-length@^4.0.1:
42784278
char-regex "^1.0.2"
42794279
strip-ansi "^6.0.0"
42804280

4281-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4281+
"string-width-cjs@npm:string-width@^4.2.0":
4282+
version "4.2.3"
4283+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
4284+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4285+
dependencies:
4286+
emoji-regex "^8.0.0"
4287+
is-fullwidth-code-point "^3.0.0"
4288+
strip-ansi "^6.0.1"
4289+
4290+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
42824291
version "4.2.3"
42834292
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
42844293
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4321,7 +4330,14 @@ string_decoder@^1.1.1:
43214330
dependencies:
43224331
safe-buffer "~5.2.0"
43234332

4324-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4333+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4334+
version "6.0.1"
4335+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
4336+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4337+
dependencies:
4338+
ansi-regex "^5.0.1"
4339+
4340+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
43254341
version "6.0.1"
43264342
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
43274343
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4688,7 +4704,7 @@ word-wrap@^1.2.3:
46884704
resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz"
46894705
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
46904706

4691-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4707+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
46924708
version "7.0.0"
46934709
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
46944710
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4706,6 +4722,15 @@ wrap-ansi@^6.2.0:
47064722
string-width "^4.1.0"
47074723
strip-ansi "^6.0.0"
47084724

4725+
wrap-ansi@^7.0.0:
4726+
version "7.0.0"
4727+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
4728+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4729+
dependencies:
4730+
ansi-styles "^4.0.0"
4731+
string-width "^4.1.0"
4732+
strip-ansi "^6.0.0"
4733+
47094734
wrap-ansi@^8.1.0:
47104735
version "8.1.0"
47114736
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)