chore(deps): bump axios from 1.16.0 to 1.18.0 - #871
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.16.0 to 1.18.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.16.0...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/axios-1.18.0
branch
from
July 24, 2026 19:24
ac94ae9 to
37765a5
Compare
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.
Bumps axios from 1.16.0 to 1.18.0.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
2d06f96chore(release): prepare release 1.18.0 (#11003)32fc489fix: malformed http urls (#11000)b40ce49chore(deps-dev): bump the development_dependencies group with 10 updates (#10...fe964f9docs: mark proxy config as Node.js only (#10995)5f229d2chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions ...fae9d4edocs: clarify package update PR policy (#10992)28ab2cechore(deps-dev): bump the development_dependencies group with 2 updates (#10989)a8e4f13fix(core): keep default validateStatus when request passes undefined (#10899)614f455docs: publish v1.17.0 release notes (#10988)6bb12c1fix: custom auth headers not stripped on cross-origin redirects (#10892)Note
Low Risk
Dependency-only bump with no source changes; risk is limited to axios HTTP behavior changes, which are mostly security fixes and are appropriate for this upgrade path.
Overview
Bumps axios from
1.16.0to1.18.0inpackage.jsonand refreshespnpm-lock.yamlto match.The resolved axios tree now includes
https-proxy-agent(andagent-base) as transitive dependencies for Node proxy handling. Lockfile-only metadata updates (e.g.libcon some optional platform packages) are incidental to the lock refresh, not application code changes.This picks up upstream security hardening (redirect header stripping, stricter URL validation) and related fixes in 1.17.x–1.18.x that matter for the CLI’s HTTP usage in modules such as
src/lib/api.ts.Reviewed by Cursor Bugbot for commit 37765a5. Bugbot is set up for automated code reviews on this repo. Configure here.