We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an advisory for the npm package marked that can be solved by upgrading to the latest version (currently at v1.0.0).
By upgrading, this issue should be fixed:
This was also reported in #194 in August.
A quick fix for users of this repo is to modify their package-lock.json file to use the latest version of marked:
"marked": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" }
The text was updated successfully, but these errors were encountered:
Fixed by #203
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
There is an advisory for the npm package marked that can be solved by upgrading to the latest version (currently at v1.0.0).
By upgrading, this issue should be fixed:
Regular Expression Denial of Service
This was also reported in #194 in August.
Temporary Fix
A quick fix for users of this repo is to modify their package-lock.json file to use the latest version of marked:
The text was updated successfully, but these errors were encountered: