From c027009e35ec704c63dbf9ce66374ec2841de3fd Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 30 Jun 2017 03:58:45 +0000 Subject: [PATCH] fix(package): update chalk to version 2.0.1 Closes #71 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c23a62..4ca4153 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "bugs": "https://github.com/static-dev/spike/issues", "dependencies": { "argparse": "^1.0.9", - "chalk": "^1.1.3", + "chalk": "^2.0.1", "inquirer": "^3.1.0", "lodash.reduce": "^4.6.0", "spike-core": "^1.3.1",