Merge pull request #2628 from h3poteto/dependabot/npm_and_yarn/chalk-4.1.2

Bump chalk from 4.1.1 to 4.1.2
This commit is contained in:
AkiraFukushima 2021-08-27 01:09:49 +09:00 committed by GitHub
commit c1100f55c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -249,7 +249,7 @@
"babel-register": "^6.26.0",
"cfonts": "^2.9.3",
"chai": "^4.3.4",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"copy-webpack-plugin": "^9.0.1",
"core-js": "^3.15.2",
"cross-env": "^7.0.3",

View File

@ -3219,10 +3219,10 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"