From e03df307a2f59c646c435b2143b40b2650854de5 Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Sat, 1 Dec 2018 18:24:05 +0100 Subject: [PATCH] deps: bump chalk to 2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76b1340..231211e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "body-parser": "^1.18.3", - "chalk": "1.1.1", + "chalk": "^2.4.1", "d3": "^5.7.0", "debug": "^4.1.0", "express": "^4.16.4",