From e629c4d2064b4555c62624795a0529e914f16f6e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 10:38:51 +0000 Subject: [PATCH] chore(deps): 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 3dcae8b..aea2e14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4061,9 +4061,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==" }, "latest-version": { "version": "5.1.0", diff --git a/package.json b/package.json index 4b6eb45..4bd0040 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "ansi-escapes": "^4.3.1", "dlv": "^1.1.3", "import-global": "^0.1.0", - "kleur": "^3.0.3", + "kleur": "^4.0.0", "meow": "^7.0.0", "normalize-url": "^5.0.0", "prettier": "^2.0.2",