Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix highlight.js dependency: ^9.15.6 #977

Closed
wants to merge 3 commits into from

Conversation

chharvey
Copy link

should temporarily fix #976 , until highlight.js v9.15+ no longer fails on installation (see highlightjs/highlight.js#1984 )

see https://www.npmjs.com/package/highlight.js/v/9.14.2 for latest working version

@@ -1,7 +1,7 @@
{
"name": "typedoc",
"description": "Create api documentations for typescript projects.",
"version": "0.14.2",
"version": "0.14.3",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't change the package version number in PRs. This will be done during the release. Thanks!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, didn’t know that. want me to make another commit or leave it as it is?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem, it's something that's not aways clear for contributors. I'll probably make updates to all the dependencies now that a fix has been pushed so don't worry about updating.

@chharvey
Copy link
Author

chharvey commented Feb 26, 2019

highlight.js v9.15.6 fixes security vulnerabilities introduced in v9.15.5. so 3c61b7f bumps the dependency to v9.15.6.

@chharvey chharvey changed the title fix highlight.js dependency: ~9.14.2 fix highlight.js dependency: ^9.15.6 Feb 26, 2019
@aciccarello
Copy link
Collaborator

That's true. Updating should help with #978

aciccarello added a commit that referenced this pull request Mar 22, 2019
@aciccarello aciccarello mentioned this pull request Mar 22, 2019
aciccarello added a commit that referenced this pull request Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation failing using npm
2 participants