From f93929208b37b6f88e61ae890632c7fb941de721 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 11:27:28 +0000 Subject: [PATCH] Bump kleur from 3.0.3 to 4.0.1 Bumps [kleur](https://github.com/lukeed/kleur) from 3.0.3 to 4.0.1. - [Release notes](https://github.com/lukeed/kleur/releases) - [Commits](https://github.com/lukeed/kleur/compare/v3.0.3...v4.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1103333..79d74dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -388,9 +388,9 @@ } }, "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.0.1.tgz", + "integrity": "sha512-Qs6SqCLm63rd0kNVh+wO4XsWLU6kgfwwaPYsLiClWf0Tewkzsa6MvB21bespb8cz+ANS+2t3So1ge3gintzhlw==" }, "lodash": { "version": "4.17.15", diff --git a/package.json b/package.json index d9f056a..20d4a7d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "boxen": "^4.1.0", "commander": "^4.0.1", "inquirer": "^7.0.0", - "kleur": "^3.0.3", + "kleur": "^4.0.1", "simple-node-logger": "^18.12.23", "toggl-api": "^1.0.1" }