Merged
Conversation
chore: update axios version to 1.15.0
docs: update auth .md file
Roopan-Microsoft
approved these changes
Apr 20, 2026
Avijit-Microsoft
approved these changes
Apr 20, 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.
Purpose
This pull request updates the
axiosdependency in the frontend to the latest version, along with a related update to theproxy-from-envpackage. These changes ensure that the project is using the most recent, secure, and stable versions of these libraries.Dependency updates:
axiosfrom version1.13.5to1.15.0in bothpackage.jsonandpackage-lock.jsonto incorporate the latest features, bug fixes, and security patches. [1] [2] [3]proxy-from-envfrom1.1.0to2.1.0inpackage-lock.jsonas required by the new version ofaxios. [1] [2]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information