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
No vulnerabilities reported by npm audit / yarn audit.
Current Behavior
Audit reports a bunch of vulnerabilities in dependencies of mercury-parser:
5 vulnerabilities found - Packages audited: 168
Severity: 1 Low | 3 Moderate | 1 High
Steps to Reproduce
Create a node project.
yarn add @postlight/mercury-parser (You already get a bunch of warnings about outdated and deprecated libraries here.)
yarn audit
Detailed Description
I'm trying to keep our software free of vulnerabilities in order to reduce security risks for customers. It is good practice in my mind to update dependencies regularly to avoid any such issues.
Possible Solution
Would be great if these dependencies could be updated or replaced with others where necessary.
The text was updated successfully, but these errors were encountered:
Thanks for noting this! I've just updated a lot of dependencies in #687. There's still one vulnerability listed for cheerio, which is both a critical piece of this project and one that is very hard to touch, in my experience. We have plans to come back to deal with cheerio soon.
Expected Behavior
No vulnerabilities reported by npm audit / yarn audit.
Current Behavior
Audit reports a bunch of vulnerabilities in dependencies of mercury-parser:
Steps to Reproduce
Detailed Description
I'm trying to keep our software free of vulnerabilities in order to reduce security risks for customers. It is good practice in my mind to update dependencies regularly to avoid any such issues.
Possible Solution
Would be great if these dependencies could be updated or replaced with others where necessary.
The text was updated successfully, but these errors were encountered: