-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
High severity vulnerability detected in dependencies #42
Comments
Is this project dead? |
NextJS 10 is pulling in cacache 12.x and we would appreciate either an upgrade to y18n (5.0.5) or a removal in a 12.x patch. next 10 -> webpack 4.x: https://github.com/vercel/next.js/blob/canary/packages/next/package.json#L107 webpack 4.x -> terser-webpack-plugin 1.4.x: https://github.com/webpack/webpack/blob/v4.44.1/package.json#L28 terser-webpack-plugin 1.4.x -> cacache 12.x: https://github.com/webpack-contrib/terser-webpack-plugin/blob/v1.4.5/package.json#L40 I recognize that cacache 15 (latest) no longer uses this library, but popular libraries (on their latest versions) are going to pull in cacache 12. Would appreciate a heads up if a patch to cacache 12.x is not in the cards so I can go up the chain of libraries pulling this in and see if they can upgrade to a later version of cacache. Thanks ahead of time! |
@andressantiago y18n 4.0.1 has the patch: https://nvd.nist.gov/vuln/detail/CVE-2020-7774 |
Did not see they had a version 4.0.1, it's not tagged on their repo :( Thank you so much for pointing this out! |
npm outlines a as of Mar 29th, 2021
|
A security assessment was performed and vulnerabilities were found to dependency sane
It is requested to update from version in package-lock.json " y18n": "^4.0.0" to " y18n": "^5.0.5"
reference:
yargs/y18n#109
The text was updated successfully, but these errors were encountered: