From dcc36cd3c1fa442f4ef7ed94466bc1e25f9d834b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 05:36:11 +0000 Subject: [PATCH] Bump chalk from 3.0.0 to 4.1.2 Bumps [chalk](https://github.com/chalk/chalk) from 3.0.0 to 4.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v3.0.0...v4.1.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c35bee..3ffd22f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@slack/client": "^5.0.2", "bluebird": "^3.7.2", - "chalk": "^3.0.0", + "chalk": "^4.1.2", "commander": "^4.1.0", "inquirer": "^7.0.4", "node-emoji": "^1.10.0", diff --git a/yarn.lock b/yarn.lock index 810125d..e544aec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -903,6 +903,14 @@ chalk@^3.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + chardet@^0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"