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

Upgrade highlight.js #127

Open
MichaelCurrin opened this issue Dec 10, 2020 · 1 comment
Open

Upgrade highlight.js #127

MichaelCurrin opened this issue Dec 10, 2020 · 1 comment

Comments

@MichaelCurrin
Copy link

MichaelCurrin commented Dec 10, 2020

I get a security warning on my app because vue-markdown requires 9.X for highlight.js but the vulnerability is only fixed in 10.4.1

See below

Screen Shot 2020-12-10 at 11 51 59 am

@milindsingh
Copy link

milindsingh commented Dec 19, 2020

I have updated the dependencies and you can install using
npm i @adapttive/vue-markdown@4.0.1

Also, I am planning to maintain this package and have already merged most of the PR in my repository. Any contribution is welcomed to the new repository.

Please check https://github.com/adapttive/vue-markdown/
master: current version (with few fixes)
next: updated dependencies and few features added.

Use:
npm install @adapttive/vue-markdown

Migrating from vue-markdown 2.3:

{
  "dependencies": {
-  "vue-markdown": "^2.2.4
+  "vue-markdown": "npm:@adapttive/vue-markdown@^X.X.X"
  }
}

https://www.npmjs.com/package/@adapttive/vue-markdown

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

No branches or pull requests

2 participants