Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: update dependency chalk to v4 (#1275)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 15, 2020
1 parent 4bafaac commit a5d8fa1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Expand Up @@ -37,7 +37,7 @@
"@commitlint/utils": "^9.0.1"
},
"dependencies": {
"chalk": "^3.0.0"
"chalk": "^4.0.0"
},
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
}
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt/package.json
Expand Up @@ -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"
Expand Down
16 changes: 12 additions & 4 deletions yarn.lock
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit a5d8fa1

Please sign in to comment.