🔒 Security: Update axios to fix SSRF/CSRF vulnerabilities#215
Open
🔒 Security: Update axios to fix SSRF/CSRF vulnerabilities#215
Conversation
Direct dependency updates: - axios: 1.10.0 → 1.13.2 (SSRF/CSRF fixes) - vite: 7.0.2 → 7.2.7 (3 security fixes) - react/react-dom: 19.1.0 → 19.2.3 - @pixiv/three-vrm: 3.1.4 → 3.4.4 - gsap: 3.11.3 → 3.14.2 - postprocessing: 6.36.3 → 6.38.0 - wrangler: 4.23.0 → 4.54.0 - sass: 1.58.0 → 1.96.0 Security fixes: - js-yaml: prototype pollution fix - tmp: arbitrary file write fix Note: Transitive vulnerabilities remain in deprecated @metaplex-foundation/js. Migration to new SDK required. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
78927b7 to
8747245
Compare
Member
Author
Additional Updates (amended commit)This PR now also includes: Security Fixes
Package Updates
Build verified: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates axios from 1.10.0 to 1.13.2 to fix security vulnerabilities.
CVEs Fixed (Direct Dependency)
Known Issues
Transitive axios vulnerabilities remain in the deprecated
@metaplex-foundation/jsdependency chain. The metaplex package is deprecated and would need to be migrated to their new SDK to fully resolve.Testing
npm run build)🤖 Generated with Claude Code