From 5d76e319cc0f5b7b58987cd277f1ea1372004d98 Mon Sep 17 00:00:00 2001 From: Jordan Hawker Date: Mon, 11 Oct 2021 15:07:52 -0700 Subject: [PATCH] cli-highlight 2.1.11 While this version was already in the supported range, this change sets it as the minimum in order to address https://github.com/highlightjs/highlight.js/issues/2877 The older versions of cli-highlight (including 2.1.4) were still using highlight.js v9, causing consumers to receive EOL warnings when using this package. While consumers could bump the version with lockfile upgrades, this makes it explicit that we're moving away from the EOL'd versions. --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 39072a7e..7b7a7167 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "chalk": "^4.0.0", - "cli-highlight": "^2.1.4", + "cli-highlight": "^2.1.11", "execa": "^5.0.0", "hosted-git-info": "^4.0.0", "make-fetch-happen": "^9.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5421f90d..ae75f788 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ specifiers: '@typescript-eslint/eslint-plugin': 4.33.0 '@typescript-eslint/parser': 4.33.0 chalk: ^4.0.0 - cli-highlight: ^2.1.4 + cli-highlight: ^2.1.11 eslint: 7.32.0 eslint-config-prettier: 8.3.0 eslint-plugin-prettier: 4.0.0