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

Update node-fetch version. Refs #143 #154

Closed
wants to merge 2 commits into from
Closed

Conversation

matheo
Copy link

@matheo matheo commented Jan 2, 2022

No description provided.

@robreinhard
Copy link

This needs to be high priority @developit, there's a vulnerability in node-fetch https://nvd.nist.gov/vuln/detail/CVE-2022-0235

@@ -13,7 +13,7 @@
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"node-fetch": "^2.6.1",
"node-fetch": "^3.1.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lounsbrough I agree.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ resolves to any following minor/patch version so we just need a refresh of the lock file

@lounsbrough
Copy link

I assume there might be breaking changes here, specifically the module has moved to ESM only.

@developit
Copy link
Owner

fixed in #156

@developit developit closed this Dec 31, 2022
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

Successfully merging this pull request may close these issues.

4 participants