Skip to content

Commit 40566bb

Browse files
authored
cli-highlight 2.1.11 (#560)
While this version was already in the supported range, this change sets it as the minimum in order to address highlightjs/highlight.js#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.
1 parent bff946f commit 40566bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"chalk": "^4.0.0",
38-
"cli-highlight": "^2.1.4",
38+
"cli-highlight": "^2.1.11",
3939
"execa": "^5.0.0",
4040
"hosted-git-info": "^4.0.0",
4141
"make-fetch-happen": "^9.0.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)