From 2efd87c753da8d540d5acd3361fb9fc782b09575 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 10:26:15 +0000 Subject: [PATCH] fix(deps): bump cli-highlight from 2.1.8 to 2.1.9 Bumps [cli-highlight](https://github.com/felixfbecker/cli-highlight) from 2.1.8 to 2.1.9. - [Release notes](https://github.com/felixfbecker/cli-highlight/releases) - [Commits](https://github.com/felixfbecker/cli-highlight/compare/v2.1.8...v2.1.9) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2e66ae..bce0aa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3551,9 +3551,9 @@ } }, "cli-highlight": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/cli-highlight/-/cli-highlight-2.1.8.tgz", - "integrity": "sha512-mFuTW5UOV3/S0wZE9/1b0EcAM0XOJIhoAWPhWm5voiJ6ugVBkvYBIEL7sbHo9sEtWdEmwDIWab32qpaRI3cfqQ==", + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/cli-highlight/-/cli-highlight-2.1.9.tgz", + "integrity": "sha512-t8RNIZgiI24i/mslZ8XT8o660RUj5ZbUJpEZrZa/BNekTzdC2LfMRAnt0Y7sgzNM4FGW5tmWg/YnbTH8o1eIOQ==", "requires": { "chalk": "^4.0.0", "highlight.js": "^10.0.0",