Skip to content

Commit

Permalink
cli-highlight 2.1.11 (#560)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
elwayman02 authored Oct 11, 2021
1 parent bff946f commit 40566bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40566bb

Please sign in to comment.