-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
node-fetch vulnerability, dependabot fix impossible #1479
Comments
I guess this issue is gonna be fixed for the pie package once we release a new version as I removed recompose, but migrating other packages is gonna take some time, bar and line are pretty complex, I'm not sure it can be fixed without getting rid of recompose completely and using hooks. |
I am going to close this as duplicate of #884. The messaging isn't the same, but the root cause is. Once we remove recompose from the project, both of the issues will be fixed. |
@wyze @plouc what about vendoring the functions being used from Searching the codebase, these are all the uses:
which are within these files:
I've looked into all of these functions, and they all seem to be using vanilla js to do their things (i.e so you wouldn't need to install external dependencies). If you'd be happy to ship this as a short-term way to move off I'd love to help out with the typescript migration as well, but sadly I've got a lot on my plate right now so don't want to make promises I can't keep - I can easily make time for doing this inlining work as it directly impacts my ability to use this package both personally and for work since it would result in removing security vulnerabilities and let us use |
Sure, that would be fine. You can skip the circle-packing and voronoi packages as they have typescript PRs that removed recompose that I will be getting into the next release. |
Using the latest version of nivo, I have security errors on github:
It seems at least three packages are impacted.
There is a main issue here: #884 but it seems it's not the same, since it's not a problem about
React.createFactory
.The text was updated successfully, but these errors were encountered: