Skip to content

Commit

Permalink
fix(deps): update dependency chalk to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 51c18b0 commit 466a9d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
},
"dependencies": {
"chalk": "^3.0.0",
"chalk": "^5.4.0",
"delay": "^4.3.0",
"execa": "^4.0.2",
"got": "^10.7.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1536,6 +1536,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@~4.1.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.0.tgz#846fdb5d5d939d6fa3d565cd5545697b6f8b6923"
integrity sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==

chardet@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
Expand Down

0 comments on commit 466a9d2

Please sign in to comment.