Skip to content

Commit 63ddea8

Browse files
authored
chore: update chalk (#3181)
1 parent 15e3c37 commit 63ddea8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

@commitlint/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@commitlint/types": "^16.2.1",
42-
"chalk": "^4.0.0"
42+
"chalk": "^4.1.0"
4343
},
4444
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4545
}

@commitlint/load/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@commitlint/resolve-extends": "^16.2.1",
4848
"@commitlint/types": "^16.2.1",
4949
"@types/node": ">=12",
50-
"chalk": "^4.0.0",
50+
"chalk": "^4.1.0",
5151
"cosmiconfig": "^7.0.0",
5252
"cosmiconfig-typescript-loader": "^2.0.0",
5353
"lodash": "^4.17.19",

@commitlint/prompt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@commitlint/ensure": "^16.2.1",
4949
"@commitlint/load": "^16.3.0",
5050
"@commitlint/types": "^16.2.1",
51-
"chalk": "^4.0.0",
51+
"chalk": "^4.1.0",
5252
"inquirer": "^6.5.2",
5353
"lodash": "^4.17.19"
5454
},

@commitlint/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"chalk": "^4.0.0"
31+
"chalk": "^4.1.0"
3232
},
3333
"devDependencies": {
3434
"@commitlint/utils": "^16.2.1"

0 commit comments

Comments
 (0)