From 17aa80ad147abb79dcbb44d450ffb0992dd91336 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 30 Jun 2017 00:01:14 +0000 Subject: [PATCH] fix(package): update chalk to version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 487654d..3a2ea43 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "license": "ISC", "dependencies": { "cardinal": "^1.0.0", - "chalk": "^1.1.3", + "chalk": "^2.0.0", "js-beautify": "^1.6.4", "lodash.shuffle": "^4.2.0", "rx-text-search": "^1.0.0",