Skip to content

Commit

Permalink
chore: update chalk (#3181)
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed May 15, 2022
1 parent 15e3c37 commit 63ddea8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@commitlint/types": "^16.2.1",
"chalk": "^4.0.0"
"chalk": "^4.1.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@commitlint/resolve-extends": "^16.2.1",
"@commitlint/types": "^16.2.1",
"@types/node": ">=12",
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"cosmiconfig": "^7.0.0",
"cosmiconfig-typescript-loader": "^2.0.0",
"lodash": "^4.17.19",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@commitlint/ensure": "^16.2.1",
"@commitlint/load": "^16.3.0",
"@commitlint/types": "^16.2.1",
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"inquirer": "^6.5.2",
"lodash": "^4.17.19"
},
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"license": "MIT",
"dependencies": {
"chalk": "^4.0.0"
"chalk": "^4.1.0"
},
"devDependencies": {
"@commitlint/utils": "^16.2.1"
Expand Down

0 comments on commit 63ddea8

Please sign in to comment.