Skip to content

Commit ad57068

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.4.1",
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.4.1:
2362+
version "5.4.1"
2363+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
2364+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
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)