-
Notifications
You must be signed in to change notification settings - Fork 113
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
Lib superagent:8.0.9 has dependency with problems #316
Comments
Dependabot note about this |
PRs welcome! |
Seems the tests don't pass when updating superagent to the latest version. Possibly related to this.
|
in chai-http in particular, i suspect its because superagent now wraps so this line: Line 310 in cc58a4b
doesn't do what it looks like it does. it looks like its trying to call the tbh maybe |
You may well be right. But to be honest, I just want to stop my npm install to stop yelling at me about 'critical' vulnerabilities. 😬 |
yeah i get that. unfortunately, superagent doesn't export the underlying they kinda borked things with that means it will |
This PR might fix it or can be used for further fixes @keithamus - #317 |
I'll close as this is resolved in #317 but we'll likely need to release this as breaking. |
The last version 4.4.0 use superagent:8.0.9 that use formidable with problems (ladjs/superagent#1800).
Need upgrade superagent to version up 9.0.0.
The text was updated successfully, but these errors were encountered: