Conversation
Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.2...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ntracts/axios-1.13.5
|
A newer version of axios exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
…ntracts/axios-1.13.5
…ntracts/axios-1.13.5
…ntracts/axios-1.13.5
|
@claude review PR |
|
Claude finished @JayT106's task in 58s —— View job PR Review:
|
| Field | Before | After |
|---|---|---|
version |
1.13.2 |
1.13.5 |
follow-redirects (min) |
^1.15.6 |
^1.15.11 |
form-data (min) |
^4.0.4 |
^4.0.5 |
integrity |
sha512-VPk9... |
sha512-cz4u... |
Security Assessment
This upgrade is recommended. v1.13.5 contains an important security fix:
- DoS fix (v1.13.5): axios/axios#7369 — Fixes a potential Denial of Service vulnerability via the
__proto__key inmergeConfig. This is a prototype pollution-adjacent issue. - Bug fix (v1.13.5): axios/axios#7368 —
AxiosErrorwas missing thestatusfield on versions >= 1.13.3.
Code Quality
- The diff is clean and minimal — only the lock file entries for
axiosare touched. - The
follow-redirectsminimum requirement bump (^1.15.6→^1.15.11) is a positive sign; this transitive dependency has had its own historical CVEs. - No direct usage of
axioswas found in the TypeScript/JavaScript integration test code — it appears as a transitive/override dependency only, so runtime behavior changes are low risk.
Verdict
Approve. This is a low-risk, security-positive dependency bump. No functional changes to the repo code are included. The only concern is the compatibility score badge shown by Dependabot, which reflects test pass rates across the broader ecosystem — the fix is straightforward and the upgrade is safe to merge.
…ntracts/axios-1.13.5
Bumps axios from 1.13.2 to 1.13.5.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
29f7542chore(release): prepare release 1.13.5 (#7379)431c3a3ci: fix run condition (#7373)9ff3a78ci: update ymls (#7372)265b712docs: fix deprecated Buffer constructor and formatting issues in README (#7371)475e75afeat: add input validation to isAbsoluteURL (#7326)28c7215fix: Denial of Service via proto Key in mergeConfig (#7369)04cf019docs: clarify object check comment (#7323)696fa75fix: status is missing in AxiosError on and after v1.13.3 (#7368)569f028fix: added a option to choose between legacy and the new request/response int...44b7c9fchore(deps-dev): bump karma-sourcemap-loader (#7360)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version.
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.