docsifyjs / docsify

🃏 A magical documentation site generator.
https://docsify.js.org
MIT License
27.47k stars 5.67k forks source link

Expecting a new release from `develop` branch to resolve `marked` dependency vulnerabilities #2372

Closed somnathpathak closed 7 months ago

somnathpathak commented 7 months ago

Bug Report

Steps to reproduce

npm install docsify npm audit

Current behaviour

Bump the marked devDependency to 4.2.12 in new release

Expected behaviour

Currently, marked is at 1.2.9 which results in following vulnerabilities:

Other relevant information

Please create a reproducible sandbox

Edit 307qqv236

Mention the docsify version in which this bug was not present (if any)

develop branch. NOT YET RELEASED.

somnathpathak commented 7 months ago

@jhildenbiddle @QingWei-Li Could you please look into this.

trusktr commented 7 months ago

Hi, thanks for getting involved!

Its nice to be up to date with libraries, but if you had an issue with this, you can easily change the offending markup in your markdown.

It would be far more valuable to know what problem you specifically face, if anything, rather than just assuming that posting npm audit results is always meaningful.

We will release when ready.

In the meantime, if you have an actual problem with a piece of markdown, please open another issue.