You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm audit reports high severity vulnerabilities for marked and markdown-link-extractor dependencies:
$ npm audit
# npm audit report
marked <4.0.10
Severity: high
Inefficient Regular Expression Complexity in marked - https://github.com/advisories/GHSA-5v2h-r2cx-5xgj
No fix available
node_modules/marked
markdown-link-extractor *
Depends on vulnerable versions of marked
node_modules/markdown-link-extractor
markdown-link-check *
Depends on vulnerable versions of markdown-link-extractor
node_modules/markdown-link-check
3 high severity vulnerabilities
Some issues need review, and may require choosing
a different dependency.
markdown-link-check is my only dependency on this project:
npm audit
reports high severity vulnerabilities formarked
andmarkdown-link-extractor
dependencies:markdown-link-check
is my only dependency on this project:npm audit fix
cannot solve the issue.The text was updated successfully, but these errors were encountered: