diff --git a/package.json b/package.json index 9591f3d..70e104e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "postversion": "git push origin master --tags" }, "dependencies": { - "chalk": "^3.0.0", + "chalk": "^4.0.0", "cookie": "^0.4.0", "debug": "^4.1.1", "resolve": "^1.15.0", diff --git a/yarn.lock b/yarn.lock index 99a601e..ce059d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -739,6 +739,14 @@ chalk@3.0.0, 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" + changelog-filename-regex@^1.1.0: version "1.1.2" resolved "https://registry.yarnpkg.com/changelog-filename-regex/-/changelog-filename-regex-1.1.2.tgz#19e98e38248cff0c1cf3ae3bf51bfb22c48592d6"