From 2d248e3ec2558e797525abf1b13f22855ed56f1d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 21:19:33 +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 4498f53..197fd1a 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": "^4.0.0", "debug": ">= 2.6.9 < 3.0.0 || >= ^3.1.0", "docopt": "^0.6.2", "download": "^6.2.5",