From 63ddea819d102ed4440ff941b36a63ea95a632a3 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Sun, 15 May 2022 15:19:26 +0800 Subject: [PATCH] chore: update chalk (#3181) --- @commitlint/format/package.json | 2 +- @commitlint/load/package.json | 2 +- @commitlint/prompt/package.json | 2 +- @commitlint/types/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index 9fde8d0af6..3f24892590 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@commitlint/types": "^16.2.1", - "chalk": "^4.0.0" + "chalk": "^4.1.0" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index d30da403e4..55bb26f339 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -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", diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index dcf6a5a660..2f0e83cd93 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -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" }, diff --git a/@commitlint/types/package.json b/@commitlint/types/package.json index 359fbcb98a..bcd539bd19 100644 --- a/@commitlint/types/package.json +++ b/@commitlint/types/package.json @@ -28,7 +28,7 @@ }, "license": "MIT", "dependencies": { - "chalk": "^4.0.0" + "chalk": "^4.1.0" }, "devDependencies": { "@commitlint/utils": "^16.2.1"