Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency chalk to v4 (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 9, 2020
1 parent c7eda7f commit 9243d8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -138,7 +138,7 @@
"babel-plugin-require-context-hook": "^1.0.0",
"babel-register": "^6.26.0",
"cfonts": "^2.4.2",
"chalk": "^3.0.0",
"chalk": "^4.0.0",
"codecov": "^3.6.5",
"copy-webpack-plugin": "^5.0.2",
"cross-env": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Expand Up @@ -3382,6 +3382,14 @@ chalk@^3.0.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

change-case@3.0.x:
version "3.0.2"
resolved "https://registry.yarnpkg.com/change-case/-/change-case-3.0.2.tgz#fd48746cce02f03f0a672577d1d3a8dc2eceb037"
Expand Down

0 comments on commit 9243d8c

Please sign in to comment.