optimize: upgrade axios to 1.12.2#7699
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 2.x #7699 +/- ##
============================================
- Coverage 61.52% 61.47% -0.06%
Complexity 680 680
============================================
Files 1314 1314
Lines 49890 49890
Branches 5878 5878
============================================
- Hits 30696 30670 -26
- Misses 16404 16430 +26
Partials 2790 2790 🚀 New features to boost your workflow:
|
Contributor
|
Please add changes to 2.x md @jihun4452 |
Contributor
Author
|
Thank you! I’ve added the changes to 2.x.md. |
maple525866
reviewed
Oct 16, 2025
|
|
||
| - [[#7632](https://github.com/apache/incubator-seata/pull/7632)] upgrade sha.js to version 2.4.12 | ||
| - [[#7633](https://github.com/apache/incubator-seata/pull/7633)] Upgrade cipher-base to version 1.0.6 | ||
| - [[#7659](https://github.com/apache/incubator-seata/pull/7659)] Upgrade axios to version 1.12.2 |
Contributor
There was a problem hiding this comment.
The serial number should be 7699 instead of 7659, which is the serial number of pr
maple525866
reviewed
Oct 16, 2025
| - [[#7632](https://github.com/apache/incubator-seata/pull/7632)] 升级sha.js为2.4.12 | ||
| - [[#7633](https://github.com/apache/incubator-seata/pull/7633)] 升级cipher-base为1.0.6 | ||
|
|
||
| - [[#7659](https://github.com/apache/incubator-seata/pull/7659)] 升级axios到1.12.2 |
Contributor
Author
There was a problem hiding this comment.
Thanks for the review! The wrong PR number has been fixed.
Contributor
|
LGTM |
slievrly
pushed a commit
to slievrly/fescar
that referenced
this pull request
Oct 21, 2025
YvCeung
pushed a commit
to YvCeung/incubator-seata
that referenced
this pull request
Dec 25, 2025
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.
Ⅰ. Describe what this PR did
This PR upgrades axios in the console frontend to version ^1.12.2 (and updates the lockfile to 1.12.2) to address the security vulnerability CVE-2025-58754.
Ⅱ. Does this pull request fix one issue?
fixes #7659
Ⅲ. Why don't you add test cases (unit test/integration test)?
No behavioral change was introduced—only a dependency version bump—so no new tests are required.
Ⅳ. Describe how to verify it
npm ls axios→ should outputaxios@1.12.2package.jsoncontains"axios": "^1.12.2"package-lock.jsonshowsaxios 1.12.2npm run buildto ensure the console frontend builds successfully.Ⅴ. Special notes for reviews