Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses a GitHub-reported security vulnerability by upgrading axios across the repo, ensuring both direct dependency usage and Yarn 1 forced resolutions align on the fixed version.
Changes:
- Bump
axiosfrom^1.12.0to^1.13.5independencies. - Bump
axiosfrom^1.12.0to^1.13.5in Yarnresolutions. - Update
yarn.lockso allaxiosranges resolve to1.13.5.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
package.json |
Updates axios in both dependencies and resolutions to ^1.13.5 to address the vulnerability. |
yarn.lock |
Locks axios to 1.13.5 so all consumers resolve to the upgraded version. |
|
OscarFava
approved these changes
Feb 19, 2026
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.



What is this PR doing?
Addresses security vulnerability reported by GitHub Security Action.
Updates both dependencies and resolutions in package.json.
How should this be manually tested?
What are the relevant tickets?
A maintainer will add this ticket number.
Resolves VIDSOL-560
Checklist
[x] Branch is based on
develop(notmain).[ ] Resolves a
Known Issue.[ ] If yes, did you remove the item from the
docs/KNOWN_ISSUES.md?[ ] Resolves an item reported in
Issues.If yes, which issue? Issue Number?