From b6ee4efb376ea01834e4c2a4f9b9124fa160c4b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 11:28:06 +0000 Subject: [PATCH] Bump kleur from 3.0.3 to 4.0.2 Bumps [kleur](https://github.com/lukeed/kleur) from 3.0.3 to 4.0.2. - [Release notes](https://github.com/lukeed/kleur/releases) - [Commits](https://github.com/lukeed/kleur/compare/v3.0.3...v4.0.2) 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..80e1253 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.2", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.0.2.tgz", + "integrity": "sha512-FGCCxczbrZuF5CtMeO0xfnjhzkVZSXfcWK90IPLucDWZwskrpYN7pmRIgvd8muU0mrPrzy4A2RBGuwCjLHI+nw==" }, "lodash": { "version": "4.17.15", diff --git a/package.json b/package.json index d9f056a..0664849 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.2", "simple-node-logger": "^18.12.23", "toggl-api": "^1.0.1" }