From 7c1484fa4645fba14d84a4e9b0be880155370125 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 05:41:25 +0000 Subject: [PATCH] Bump chalk from 3.0.0 to 4.1.1 Bumps [chalk](https://github.com/chalk/chalk) from 3.0.0 to 4.1.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v3.0.0...v4.1.1) 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 e21d620..43c5ee1 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ ], "dependencies": { "cashify": "^2.0.2", - "chalk": "^3.0.0", + "chalk": "^4.1.1", "conf": "^6.2.0", "getopts": "^2.2.5", "got": "^9.6.0",