From 9474d68a8f54eaf436190f1018f42eebcae2229a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 06:08:34 +0000 Subject: [PATCH] Bump chalk from 4.0.0 to 4.1.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.0.0...v4.1.0) 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 af8c80b..668c3f4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "tiny" ], "dependencies": { - "chalk": "~4.0.0", + "chalk": "~4.1.0", "fmt-obj": "~2.0.0", "pretty-ms": "~7.0.0", "sliced": "~1.0.1"