diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index 3602d89494..c463011b8a 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -62,7 +62,7 @@ "@commitlint/lint": "^9.0.1", "@commitlint/load": "^9.0.1", "@commitlint/read": "^9.0.1", - "chalk": "3.0.0", + "chalk": "4.1.0", "core-js": "^3.6.1", "get-stdin": "7.0.0", "lodash": "^4.17.15", diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index 7b39404944..dddb5d9a24 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -37,7 +37,7 @@ "@commitlint/utils": "^9.0.1" }, "dependencies": { - "chalk": "^3.0.0" + "chalk": "^4.0.0" }, "gitHead": "71f0194f33943954a8dac1c458be47e5049717cd" } diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index aadc1d509f..2a1df608e0 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -43,7 +43,7 @@ "@commitlint/execute-rule": "^9.0.1", "@commitlint/resolve-extends": "^9.0.1", "@commitlint/types": "^9.0.1", - "chalk": "3.0.0", + "chalk": "4.1.0", "cosmiconfig": "^6.0.0", "lodash": "^4.17.15", "resolve-from": "^5.0.0" diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index 8adb5938aa..c0940f44d4 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -58,7 +58,7 @@ "dependencies": { "@babel/runtime": "^7.9.6", "@commitlint/load": "^9.0.1", - "chalk": "^3.0.0", + "chalk": "^4.0.0", "lodash": "^4.17.15", "throat": "^5.0.0", "vorpal": "^1.12.0" diff --git a/yarn.lock b/yarn.lock index d4e2b19fc3..0a20d30c24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3343,10 +3343,10 @@ caseless@~0.12.0: resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -chalk@3.0.0, chalk@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" - integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== +chalk@4.1.0: + version "4.1.0" + resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" + integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0" @@ -3371,6 +3371,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4 escape-string-regexp "^1.0.5" supports-color "^5.3.0" +chalk@^3.0.0: + version "3.0.0" + resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + chalk@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"