From 9bb2ba6b8fcf89da53db996b68fa05d28be355d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 11:26:48 +0000 Subject: [PATCH] Bump kleur from 3.0.3 to 4.0.0 Bumps [kleur](https://github.com/lukeed/kleur) from 3.0.3 to 4.0.0. - [Release notes](https://github.com/lukeed/kleur/releases) - [Commits](https://github.com/lukeed/kleur/compare/v3.0.3...v4.0.0) 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..b93b748 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.0", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.0.0.tgz", + "integrity": "sha512-D8qk4wvB8ofBeLAsRNwnCkjbwdrcKYsMC/56pFQMOSfmmYJkG1O9/oBgXzD05K7biYAwnHjMI2abZ3YiuMY0Pg==" }, "lodash": { "version": "4.17.15", diff --git a/package.json b/package.json index d9f056a..b304509 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.0", "simple-node-logger": "^18.12.23", "toggl-api": "^1.0.1" }