From 442c6a6c5ba7cb6289772e0e2406b694ad40f042 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2020 11:24:53 +0000 Subject: [PATCH] Bump kleur from 3.0.3 to 4.1.1 Bumps [kleur](https://github.com/lukeed/kleur) from 3.0.3 to 4.1.1. - [Release notes](https://github.com/lukeed/kleur/releases) - [Commits](https://github.com/lukeed/kleur/compare/v3.0.3...v4.1.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..80ab7c9 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.1.1", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.1.tgz", + "integrity": "sha512-BsNhM6T/yTWFG580CRnYhT3LfUuPK7Hwrm+W2H0G8lK/nogalP5Nsrh/cHjxVVkzl0sFm7z8b8rNcZCfKxeoxA==" }, "lodash": { "version": "4.17.15", diff --git a/package.json b/package.json index d9f056a..af81914 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.1.1", "simple-node-logger": "^18.12.23", "toggl-api": "^1.0.1" }