docsifyjs / docsify

🃏 A magical documentation site generator.

Home Page:https://docsify.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

somnathpathak opened this issue · comments

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

  • Docsify version: 4.13.1
  • Bug still occurs when all/other plugins are disabled?

  • Docsify plugins (if the bug happens when plugins enabled, please try to isolate the issue):

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.

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

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.