build(deps): bump chalk from 3.0.0 to 4.0.0 (#337)

Bumps [chalk](https://github.com/chalk/chalk) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v3.0.0...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-07 15:48:36 -07:00 committed by Yongjie Zhao
parent a3bd2ce112
commit 676979edd8
2 changed files with 9 additions and 1 deletions

View File

@ -29,7 +29,7 @@
"npm": ">= 4.0.0" "npm": ">= 4.0.0"
}, },
"dependencies": { "dependencies": {
"chalk": "^3.0.0", "chalk": "^4.0.0",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"yeoman-generator": "^4.0.0", "yeoman-generator": "^4.0.0",
"yosay": "^2.0.2" "yosay": "^2.0.2"

View File

@ -5629,6 +5629,14 @@ chalk@^3.0.0:
ansi-styles "^4.1.0" ansi-styles "^4.1.0"
supports-color "^7.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.1.0: change-case@^3.1.0:
version "3.1.0" version "3.1.0"
resolved "https://registry.yarnpkg.com/change-case/-/change-case-3.1.0.tgz#0e611b7edc9952df2e8513b27b42de72647dd17e" resolved "https://registry.yarnpkg.com/change-case/-/change-case-3.1.0.tgz#0e611b7edc9952df2e8513b27b42de72647dd17e"