From 27a06002c36c1e09141b3f6d2e2aafb95856155f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 14:47:55 +0000 Subject: [PATCH] Bump chalk from 2.4.2 to 4.0.0 Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 4.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v2.4.2...v4.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf5aba5..e926035 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "mocha": "^6.1.4" }, "dependencies": { - "chalk": "^2.4.1", + "chalk": "^4.0.0", "cosmiconfig": "^6.0.0", "debug": "^4.1.1", "dedent": "^0.7.0",