-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
There is a Vulnerability in nyc 15.1.0 #1367
Comments
+1, I have a project that's impacted by this vulnerability rooted in our dependency on An issue I see is that the latest |
nyc 15 will never drop support for node.js 8, doing so is semver major (node.js 8 being EOL is not relevant to this). nyc 16 will require node.js 10 but it is not going to be rushed out (no current timeframe for nyc 16 to be released). The only way this issue can possibly be hit is if the system environment variable yargs/y18n#112 is the upstream bug, if a fix is backported to y18n 4.x then yargs 15 and thus nyc 15 will be able to pull the fix per semver range. Leaving this ticket open so others can see the status. |
@coreyfarrell I have released |
@bcoe thanks for taking care of this! Closing this ticket as an in-range update is now available. |
will there be a nyc release to update y18n to version 4.0.1? |
No, nyc only gets a new release for dependency updates when an out of range update is required. |
Sorry I am new to nodejs. What do you mean by "out of range update"? |
Out of range versions would not be allowed by the dependency definitions. In this case |
Description
There is a vulnerability in y18n: https://snyk.io/test/npm/nyc/15.1.0
Solution
Try to update / upgrade yargs.
The text was updated successfully, but these errors were encountered: