Skip to content

Commit ca7d36e

Browse files
committed
fix: update dependency chalk to v4
1 parent 0e0c68d commit ca7d36e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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

+8-8
Original file line numberDiff line numberDiff line change
@@ -2815,10 +2815,10 @@ caseless@~0.12.0:
28152815
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
28162816
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
28172817

2818-
chalk@3.0.0, chalk@^3.0.0:
2819-
version "3.0.0"
2820-
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2821-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2818+
chalk@4.0.0, chalk@^4.0.0:
2819+
version "4.0.0"
2820+
resolved "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
2821+
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
28222822
dependencies:
28232823
ansi-styles "^4.1.0"
28242824
supports-color "^7.1.0"
@@ -2843,10 +2843,10 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.2:
28432843
escape-string-regexp "^1.0.5"
28442844
supports-color "^5.3.0"
28452845

2846-
chalk@^4.0.0:
2847-
version "4.0.0"
2848-
resolved "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
2849-
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
2846+
chalk@^3.0.0:
2847+
version "3.0.0"
2848+
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2849+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
28502850
dependencies:
28512851
ansi-styles "^4.1.0"
28522852
supports-color "^7.1.0"

0 commit comments

Comments
 (0)