-
Notifications
You must be signed in to change notification settings - Fork 162
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
The request package used by Node 4.3.0 is depreciated #659
Comments
PETOSS-381 |
Thanks for raising an issue, a ticket has been created to track your request |
They have known about this for over a year, and not seeming to care. I feel this package is unmaintained. They are updating the xero api endpoints, but not maintaining any security updates. |
Apologies for the delay. We have removed direct dependencies on request module in version 5.0.0. We will soon remove it from other nested package dependencies. |
Thanks very much, really appreciate it |
this issue is fixed in latest version of xero-node. |
SDK you're using (please complete the following information):
Describe the bug
xero-node >=4.0.0-alpha.1 depends on vulnerable versions of request. The request package itself is depreciated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should not make use of the depreciated package. Instead it could one the following listed packages: request/request#3143
The text was updated successfully, but these errors were encountered: