Skip to content

chore(deps): upgrade axios and apply safe audit fixes#478

Open
ankitdas13 wants to merge 1 commit into
masterfrom
chore/upgrade-vulnerable-deps
Open

chore(deps): upgrade axios and apply safe audit fixes#478
ankitdas13 wants to merge 1 commit into
masterfrom
chore/upgrade-vulnerable-deps

Conversation

@ankitdas13

Copy link
Copy Markdown
Member

Summary

  • Upgrades axios from ^1.6.8 to ^1.17.0 (only production dependency), resolving 26 security advisories (SSRF, credential leakage, prototype pollution)
  • Applies non-breaking npm audit fix for transitive dev dependencies: lodash, cross-spawn, picomatch, follow-redirects, form-data

Test plan

  • All 379 existing tests pass
  • Packed and installed locally, verified create order API call works against test environment
  • Verify CI passes

🤖 Generated with Claude Code

Upgrades the only production dependency (axios) from ^1.6.8 to ^1.17.0,
resolving 26 advisories including SSRF, credential leakage on redirect,
and prototype pollution gadgets. Also applies non-breaking npm audit fixes
for lodash, cross-spawn, picomatch, follow-redirects, and form-data.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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 this pull request may close these issues.

1 participant