## Summary The SDK's ecosystem is currently locked to `axios@1.15.0`, which is affected by security advisory. ## Current Version ```json "axios": "1.15.0" ``` ## Recommended Action Upgrade axios to: ```json "axios": "^1.15.1" ``` or newer stable version if compatible. ## References - GHSA Advisory: GHSA-pmwg-cvhr-8vh7 ## Acceptance Criteria - [ ] Upgrade axios dependency to `>=1.15.1` - [ ] Verify no breaking changes in API usage
Summary
The SDK's ecosystem is currently locked to
axios@1.15.0, which is affected by security advisory.Current Version
Recommended Action
Upgrade axios to:
or newer stable version if compatible.
References
Acceptance Criteria
>=1.15.1