We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm audit indicates there's a security vulnerability in the version of Axios used here: GHSA-8hc4-vh64-cxmj
No security vulnerabilities.
# npm audit report axios 1.3.2 - 1.7.3 Severity: high Server-Side Request Forgery in axios - https://github.com/advisories/GHSA-8hc4-vh64-cxmj fix available via `npm audit fix` node_modules/@lob/lob-typescript-sdk/node_modules/axios
Upgrade axios to version 1.7.4.
npm install && npm audit
I can provide a PR if that's acceptable.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
npm audit indicates there's a security vulnerability in the version of Axios used here: GHSA-8hc4-vh64-cxmj
Expected Behavior
No security vulnerabilities.
Current Behavior
Possible Solution
Upgrade axios to version 1.7.4.
Steps to Reproduce
npm install && npm audit
I can provide a PR if that's acceptable.
The text was updated successfully, but these errors were encountered: