Skip to content

Commit f3e71ab

Browse files
fix(deps): update dependency chalk to v5
1 parent ee620bf commit f3e71ab

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"starter-app"
4545
],
4646
"dependencies": {
47-
"chalk": "^4.1.2",
47+
"chalk": "^5.5.0",
4848
"command-line-args": "^5.2.1",
4949
"command-line-usage": "^7.0.2",
5050
"dedent": "^1.5.3",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,6 +2358,11 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
23582358
ansi-styles "^4.1.0"
23592359
supports-color "^7.1.0"
23602360

2361+
chalk@^5.5.0:
2362+
version "5.5.0"
2363+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428"
2364+
integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
2365+
23612366
check-error@^1.0.3:
23622367
version "1.0.3"
23632368
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.3.tgz#a6502e4312a7ee969f646e83bb3ddd56281bd694"

0 commit comments

Comments
 (0)