From 6d22c892fd7884474720c8e04faf0424d00e7a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 00:05:12 +0000 Subject: [PATCH] build(deps): bump chalk from 1.1.3 to 4.1.0 Bumps [chalk](https://github.com/chalk/chalk) from 1.1.3 to 4.1.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v1.1.3...v4.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1ead2fcd..8e8f876c6 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ ], "dependencies": { "async-foreach": "^0.1.3", - "chalk": "^1.1.1", + "chalk": "^4.1.0", "cross-spawn": "^7.0.3", "gaze": "^1.0.0", "get-stdin": "^4.0.1",