Skip to content

Commit 81cbe16

Browse files
committed
fix: update dependency chalk to v4
1 parent 7ff3f29 commit 81cbe16

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@commitlint/lint": "^9.0.1",
6363
"@commitlint/load": "^9.0.1",
6464
"@commitlint/read": "^9.0.1",
65-
"chalk": "3.0.0",
65+
"chalk": "4.0.0",
6666
"core-js": "^3.6.1",
6767
"get-stdin": "7.0.0",
6868
"lodash": "^4.17.15",

@commitlint/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@commitlint/utils": "^9.0.1"
3838
},
3939
"dependencies": {
40-
"chalk": "^3.0.0"
40+
"chalk": "^4.0.0"
4141
},
4242
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
4343
}

@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@commitlint/execute-rule": "^9.0.1",
4444
"@commitlint/resolve-extends": "^9.0.1",
4545
"@commitlint/types": "^9.0.1",
46-
"chalk": "3.0.0",
46+
"chalk": "4.0.0",
4747
"cosmiconfig": "^6.0.0",
4848
"lodash": "^4.17.15",
4949
"resolve-from": "^5.0.0"

@commitlint/prompt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"@babel/runtime": "^7.9.6",
6060
"@commitlint/load": "^9.0.1",
61-
"chalk": "^3.0.0",
61+
"chalk": "^4.0.0",
6262
"lodash": "^4.17.15",
6363
"throat": "^5.0.0",
6464
"vorpal": "^1.12.0"

yarn.lock

+12-4
Original file line numberDiff line numberDiff line change
@@ -2802,10 +2802,10 @@ caseless@~0.12.0:
28022802
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
28032803
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
28042804

2805-
chalk@3.0.0, chalk@^3.0.0:
2806-
version "3.0.0"
2807-
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2808-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2805+
chalk@4.0.0, chalk@^4.0.0:
2806+
version "4.0.0"
2807+
resolved "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
2808+
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
28092809
dependencies:
28102810
ansi-styles "^4.1.0"
28112811
supports-color "^7.1.0"
@@ -2830,6 +2830,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4
28302830
escape-string-regexp "^1.0.5"
28312831
supports-color "^5.3.0"
28322832

2833+
chalk@^3.0.0:
2834+
version "3.0.0"
2835+
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2836+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2837+
dependencies:
2838+
ansi-styles "^4.1.0"
2839+
supports-color "^7.1.0"
2840+
28332841
chardet@^0.4.0:
28342842
version "0.4.2"
28352843
resolved "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"

0 commit comments

Comments
 (0)