From 968cc7f6713cc5698ea27efcd91cc68ae7ab3930 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Mar 2020 13:36:13 +0000 Subject: [PATCH] Update dependency chalk to v3 --- ghost/pretty-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/pretty-cli/package.json b/ghost/pretty-cli/package.json index b8cf9084e3..6f907a46b1 100644 --- a/ghost/pretty-cli/package.json +++ b/ghost/pretty-cli/package.json @@ -25,7 +25,7 @@ "sinon": "7.5.0" }, "dependencies": { - "chalk": "^2.4.1", + "chalk": "^3.0.0", "sywac": "^1.2.1" } }