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

remove axios dependency #287

Closed
benmccann opened this issue Apr 26, 2024 · 1 comment · Fixed by #288
Closed

remove axios dependency #287

benmccann opened this issue Apr 26, 2024 · 1 comment · Fixed by #288

Comments

@benmccann
Copy link
Contributor

axios is barely used and so could be replaced by Node's built-in fetch without too much effort

Removing axios would reduce the number of dependencies. We are using the oazapfts implementation of openapi, so wouldn't have axios used if not for this library pulling it in

The version of axios currently being used has security vulnerabilities, the change would also address that

@bourdakos1
Copy link
Member

Would be happy to approve a PR that swaps axios for fetch :)

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 a pull request may close this issue.

2 participants