chore: upgrade deps to solve vulnerability alerts#12473
Merged
Conversation
SkyeYoung
requested review from
Baoyuantop,
LiteSun,
bzp2010,
Copilot,
juzhiyuan,
membphis and
moonming
July 30, 2025 08:02
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the axios dependency from version ^1.9.0 to ^1.11.0 to address a security vulnerability (Dependabot alert #160). This is a maintenance update focused on improving the security posture of the project.
- Updates axios dependency to resolve security vulnerability
- Maintains backward compatibility with the existing codebase
Files not reviewed (1)
- t/pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
t/package.json:14
- The axios version 1.11.0 does not exist. The latest stable version of axios as of January 2025 was 1.7.x. Please verify this version exists or use a valid version number.
"axios": "^1.11.0",
bzp2010
approved these changes
Jul 30, 2025
juzhiyuan
approved these changes
Jul 30, 2025
oil-oil
approved these changes
Jul 30, 2025
Baoyuantop
approved these changes
Jul 30, 2025
jizhuozhi
pushed a commit
to jizhuozhi/apisix
that referenced
this pull request
Oct 18, 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.
Description
Solve https://github.com/apache/apisix/security/dependabot/160.
Similar to apache/apisix-dashboard#3154.
Which issue(s) this PR fixes:
Fixes #
Checklist