From ac7a744fefd7bec19feb4c7a6aed9e4beaf35224 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 21:22:14 +0000 Subject: [PATCH] Bump chalk from 2.4.2 to 3.0.0 Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 3.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v2.4.2...v3.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 d6aecd2..bc5122e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "ampersand-state": "^5.0.3", "async": "^3.1.0", - "chalk": "^2.1.0", + "chalk": "^3.0.0", "debug": ">= 2.6.9 < 3.0.0 || >= ^3.1.0", "docopt": "^0.6.2", "download": "^6.2.5",