-
Notifications
You must be signed in to change notification settings - Fork 24
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
Request has been deprecated, should be switched to alternative module #1104
Comments
You're correct. Will try to use node-fetch. |
And request use json-schema in a pretty old version wich just declare a new moderate vulnerability:
edit: moderate issue fixed with
|
please note that request rely on vulnerable qs version
|
Fixed with |
Hey @boly38 , sorry for the late response. |
Thank you for a great module!
I get this warning from yarn when installing dependencies:
warning dropbox-v2-api > [email protected]: request has been deprecated, see request/request#3142
Since request is deprecated should it be switched to something else like https://www.npmjs.com/package/isomorphic-fetch
The text was updated successfully, but these errors were encountered: