dmy / elm-doc-preview

Elm offline documentation previewer

Home Page:https://www.npmjs.com/package/elm-doc-preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`npm audit` warns about vulnerabilites

ChristophP opened this issue · comments

Hi,

I have elm-doc-preview in my package.json's devDependencies. It's really cool to use :-) However, since I added it, github and npm complain about vulnerabilities.

Would be nice if they could be fixed. Maybe running npm audit fix will be enough. If not it would require manual review.

It was fixed in master but not yet published. I have published 3.0.3 that should fix github complains.
Please confirm.

Note that I only fixed critical vulnerabilities because I keep nodejs 6 compatibility for now and this requires using some dependencies with a lot of lower level vulnerabilities that would be harder to fix.

Published version 3.0.4 actually fixes all known vulnerabilities.

awesome thanks :-) I can confirm that all vulnerabilites are gone.
image