-
Notifications
You must be signed in to change notification settings - Fork 17
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
Remove dependency on request #25
Comments
Does the @rtfeldman's pull request #19 not do this? |
Ah, yes it does, thanks! |
Adding back "help wanted", since #19 needs to be rebased and have the failing tests fixed. |
This dependecy has a critical vulnerability, which is problem for security audits.
Which depends on json-schema 0.2.3 json-schema 0.2.3 has a critical vulnerability: It would be great if this dependecy could be changed. |
Assuming this can be done safely (that there aren't notable features we lose by using nodejs APIs directly), this should be done to remove transitive dependencies.
The text was updated successfully, but these errors were encountered: