fix(deps): upgrade axios to 1.15.x to fix CVE-2026-33853#610
Open
devin-ai-integration[bot] wants to merge 2 commits intomainfrom
Open
fix(deps): upgrade axios to 1.15.x to fix CVE-2026-33853#610devin-ai-integration[bot] wants to merge 2 commits intomainfrom
devin-ai-integration[bot] wants to merge 2 commits intomainfrom
Conversation
- Update axios from ^1.8.2 to ^1.15.0 in direct dependency - Update axios from ^1.8.2 to ^1.15.0 in resolutions - Regenerate yarn.lock (axios resolves to 1.15.2) Fixes CVE-2026-33853 (CVSS 9.3), CVE-2026-33854, CVE-2026-1234, CVE-2026-33855, and 2 medium-severity issues. Co-Authored-By: Abhay Aggarwal <abhay.aggarwal@codeium.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Abhay Aggarwal <abhay.aggarwal@codeium.com>
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
Upgrades axios from
^1.8.2to^1.15.0(resolves to 1.15.2) to remediate CVE-2026-33853 (Unintended Proxy/Confused Deputy, CVSS 9.3).Changes
axiosinpackage.jsonresolutions field:^1.8.2→^1.15.0axiosinpackage.jsondependencies field:^1.8.2→^1.15.0yarn.lock— axios now resolves to 1.15.2 with updated transitive deps:follow-redirects^1.15.11 (→ 1.16.0)form-data^4.0.5 (→ 4.0.5)proxy-from-env^2.1.0 (→ 2.1.0, new major)CVEs Fixed
Codebase Impact Analysis
Searched all 15 files using axios in the codebase. Usage patterns are all backward-compatible:
axios.defaults.headers— stable API, unchangedaxios.CancelToken.source()— deprecated but still supported for backward compataxios.request()withcancelToken— still supportederror.response.status— unchangedReview & Testing Checklist for Human
yarn installcompletes without errors in CINotes
.yarnrccontainingignore-scripts truemainas wellreact-native-tcplockfile entry was updated to use the npm registry URL since the original GitHub repo (aprock/react-native-tcp) has been deleted (pre-existing issue)Link to Devin session: https://app.devin.ai/sessions/670d2d3bf58243da94e1d5b17d0d5039
Requested by: @abhay-codeium
Devin Review