Skip to content
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

A security problem with the outdated version of "isomorphic-fetch" library #242

Open
Emad-Armoun opened this issue Jan 15, 2024 · 1 comment

Comments

@Emad-Armoun
Copy link

Hi,
I have a question.

I'm using node-wit in one of my projects,
Recently I ran a security checker tool on my project and it raised a problem with node-wit

The problem is because of an outdated dependency.
The latest version of node-wit (v.6.6.0) uses the outdated version of isomorphic-fetch (v.2.2.1)
Also that outdated library uses an outdated version of node-fetch (v.1.0.1)

The security check needs a higher version of node-fetch
So it fails due to this.
It can be passed just by updating the isomorphic-fetch to its next version as a dependency of node-with.

Is there any plan to update this dependency?

Thanks in advance
Emad

@magnusburton
Copy link

It'd be great if this package could be updated. @patapizza

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants