Skip to content

Commit bdd3bb3

Browse files
chore: update dependency chalk to v3 (#853)
Co-authored-by: WhiteSource Renovate <[email protected]>
1 parent f9960b6 commit bdd3bb3

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@commitlint/lint": "^8.3.5",
6060
"@commitlint/load": "^8.3.5",
6161
"@commitlint/read": "^8.3.4",
62-
"chalk": "2.4.2",
62+
"chalk": "3.0.0",
6363
"core-js": "^3.6.1",
6464
"get-stdin": "7.0.0",
6565
"lodash": "4.17.15",

@commitlint/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"typescript": "3.7.5"
4141
},
4242
"dependencies": {
43-
"chalk": "^2.0.1"
43+
"chalk": "^3.0.0"
4444
}
4545
}

@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@commitlint/execute-rule": "^8.3.4",
4343
"@commitlint/resolve-extends": "^8.3.5",
4444
"@commitlint/rules": "^8.3.4",
45-
"chalk": "2.4.2",
45+
"chalk": "3.0.0",
4646
"cosmiconfig": "^6.0.0",
4747
"lodash": "4.17.15",
4848
"resolve-from": "^5.0.0"

@commitlint/prompt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@commitlint/load": "^8.3.5",
54-
"chalk": "^2.0.0",
54+
"chalk": "^3.0.0",
5555
"lodash": "4.17.15",
5656
"throat": "^5.0.0",
5757
"vorpal": "^1.12.0"

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -3008,14 +3008,13 @@ caseless@~0.12.0:
30083008
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
30093009
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
30103010

3011-
chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
3012-
version "2.4.2"
3013-
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
3014-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
3011+
chalk@3.0.0, chalk@^3.0.0:
3012+
version "3.0.0"
3013+
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3014+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
30153015
dependencies:
3016-
ansi-styles "^3.2.1"
3017-
escape-string-regexp "^1.0.5"
3018-
supports-color "^5.3.0"
3016+
ansi-styles "^4.1.0"
3017+
supports-color "^7.1.0"
30193018

30203019
chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
30213020
version "1.1.3"
@@ -3028,13 +3027,14 @@ chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
30283027
strip-ansi "^3.0.0"
30293028
supports-color "^2.0.0"
30303029

3031-
chalk@^3.0.0:
3032-
version "3.0.0"
3033-
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3034-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3030+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
3031+
version "2.4.2"
3032+
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
3033+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
30353034
dependencies:
3036-
ansi-styles "^4.1.0"
3037-
supports-color "^7.1.0"
3035+
ansi-styles "^3.2.1"
3036+
escape-string-regexp "^1.0.5"
3037+
supports-color "^5.3.0"
30383038

30393039
chardet@^0.7.0:
30403040
version "0.7.0"

0 commit comments

Comments
 (0)