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

Dependency on request generating deprecation warnings #22

Open
zackdotcomputer opened this issue Jun 2, 2022 · 0 comments
Open

Dependency on request generating deprecation warnings #22

zackdotcomputer opened this issue Jun 2, 2022 · 0 comments

Comments

@zackdotcomputer
Copy link

This library depends on request at version ^2.88.2. However, request is itself has been deprecated for the past 3 years and depends on an ancient version of uuid which introduces cryptographically unsound uuid generation.

axios includes all the features of request and is currently maintained with node LTS support, so I would suggest migrating to using that library since node-native fetch is still a few years away from major LTS availability.

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

1 participant