From aca3a2584c6c8d7c09301d6162a3523696cd7418 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 21 Nov 2020 11:20:23 +0000 Subject: [PATCH] fix(deps): bump cli-highlight from 2.1.7 to 2.1.8 Bumps [cli-highlight](https://github.com/felixfbecker/cli-highlight) from 2.1.7 to 2.1.8. - [Release notes](https://github.com/felixfbecker/cli-highlight/releases) - [Commits](https://github.com/felixfbecker/cli-highlight/compare/v2.1.7...v2.1.8) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2bdd8cc..7850152 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3551,11 +3551,11 @@ } }, "cli-highlight": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/cli-highlight/-/cli-highlight-2.1.7.tgz", - "integrity": "sha512-JnJ86W7P0HDvNZ60KvtyI0OKK1in8tpxcz7GS7+R9WAvNTz87AbtdsuHv26Sl5VZQit57teliHgEktr5qVo1WA==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/cli-highlight/-/cli-highlight-2.1.8.tgz", + "integrity": "sha512-mFuTW5UOV3/S0wZE9/1b0EcAM0XOJIhoAWPhWm5voiJ6ugVBkvYBIEL7sbHo9sEtWdEmwDIWab32qpaRI3cfqQ==", "requires": { - "chalk": "^3.0.0", + "chalk": "^4.0.0", "highlight.js": "^10.0.0", "mz": "^2.4.0", "parse5": "^5.1.1", @@ -3572,9 +3572,9 @@ } }, "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0"