From 255dab76df7fe3cbfd97cf1eca631347be85d965 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 16:18:19 +0000 Subject: [PATCH] Update chalk requirement from 1.1.3 to 2.4.2 Updates the requirements on [chalk](https://github.com/chalk/chalk) to permit the latest version. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v1.1.3...v2.4.2) 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 cf91aa2..b74d480 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/edm00se/node-dora-cli#readme", "dependencies": { - "chalk": "1.1.3", + "chalk": "2.4.2", "meow": "3.7.0", "node-dora": "1.0.2", "ora": "1.1.0",