Skip to content

Commit f90aafd

Browse files
committed
fix: update dependency chalk to v4
1 parent 71f0194 commit f90aafd

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
@@ -61,7 +61,7 @@
6161
"@commitlint/lint": "^9.0.0",
6262
"@commitlint/load": "^9.0.0",
6363
"@commitlint/read": "^9.0.0",
64-
"chalk": "3.0.0",
64+
"chalk": "4.0.0",
6565
"core-js": "^3.6.1",
6666
"get-stdin": "7.0.0",
6767
"lodash": "^4.17.15",

@commitlint/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"@commitlint/utils": "^9.0.0"
3838
},
3939
"dependencies": {
40-
"chalk": "^3.0.0"
40+
"chalk": "^4.0.0"
4141
}
4242
}

@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@commitlint/execute-rule": "^9.0.0",
4444
"@commitlint/resolve-extends": "^9.0.0",
4545
"@commitlint/types": "^9.0.0",
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
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@commitlint/load": "^9.0.0",
60-
"chalk": "^3.0.0",
60+
"chalk": "^4.0.0",
6161
"lodash": "^4.17.15",
6262
"throat": "^5.0.0",
6363
"vorpal": "^1.12.0"

yarn.lock

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

2798-
chalk@3.0.0, chalk@^3.0.0:
2799-
version "3.0.0"
2800-
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2801-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2798+
chalk@4.0.0, chalk@^4.0.0:
2799+
version "4.0.0"
2800+
resolved "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
2801+
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
28022802
dependencies:
28032803
ansi-styles "^4.1.0"
28042804
supports-color "^7.1.0"
@@ -2823,6 +2823,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4
28232823
escape-string-regexp "^1.0.5"
28242824
supports-color "^5.3.0"
28252825

2826+
chalk@^3.0.0:
2827+
version "3.0.0"
2828+
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2829+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2830+
dependencies:
2831+
ansi-styles "^4.1.0"
2832+
supports-color "^7.1.0"
2833+
28262834
chardet@^0.4.0:
28272835
version "0.4.2"
28282836
resolved "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"

0 commit comments

Comments
 (0)