deps: bump axios to 1.16.0+ (fixes multiple CVEs)#53
Merged
Conversation
Copilot
AI
changed the title
[WIP] Update axios from 1.13.6 to 1.15.1 in production-dependencies
deps: bump axios to 1.16.0+ (fixes multiple CVEs)
Jul 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the extension’s axios dependency to a version range that includes the security fixes introduced in axios@1.16.0, and refreshes the npm lockfile accordingly, while documenting the security-related change in the changelog.
Changes:
- Bump
axiosinpackage.jsonfrom^1.15.1to^1.16.0 - Update
package-lock.json(npm resolves the range toaxios@1.18.1) and adjust transitive deps - Add a Security note to
CHANGELOG.mddescribing the upgrade and vulnerability class coverage
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates the declared axios semver range to include patched versions. |
| package-lock.json | Updates the resolved dependency tree to match the new axios range (now resolving to 1.18.1). |
| CHANGELOG.md | Adds an Unreleased Security entry describing the axios security upgrade (needs a small correction). |
Review details
- Files reviewed: 2/3 changed files
- Comments generated: 1
- Review effort level: Low
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.
The issue requested bumping
axiosfrom1.13.6to1.15.1, but1.15.1itself contains multiple unpatched security vulnerabilities — all fixed in1.16.0.Changes
package.json: Updatedaxiosfrom^1.15.1→^1.16.0package-lock.json: Lock file updated; npm resolves^1.16.0to1.18.1(latest, also clean)CHANGELOG.md: Added### Securityentry documenting the fixesVulnerabilities addressed (all patched in 1.16.0)
>= 1.0.0, < 1.16.0>= 1.0.0, < 1.16.0>= 1.0.0, < 1.16.0config.proxyprototype pollution>= 1.0.0, < 1.16.0>= 1.0.0, < 1.16.0