build(deps): bump axios from 1.15.2 to 1.17.0 in /tests/functional#2432
build(deps): bump axios from 1.15.2 to 1.17.0 in /tests/functional#2432dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.17.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.2...v1.17.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.17.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Hello dependabot[bot],My role is to assist you with the merge of this Available options
Available commands
Status report is not available. The following options are set: bypass_author_approval, bypass_jira_check |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: bypass_author_approval, bypass_jira_check |
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: 1.15.2 -> 1.17.0 (minor, spans v1.16.0, v1.16.1, v1.17.0)
Changes:
- v1.16.0: New QUERY HTTP method, maxBodyLength/maxContentLength enforcement in fetch adapter, stricter parseProtocol, proxy Host header preservation, URL-embedded auth decoding, unescape() replacement
- v1.16.1: Prototype pollution fix in formDataToJSON, proxy cleartext leak fix, data URI parsing fix
- v1.17.0: Config hardening against SSRF (socketPath/params/paramsSerializer own-property checks), zstd decompression support, auth redirect fixes, proxy TLS fix, type corrections
Breaking changes: v1.16.0 has behavioral changes (fetch adapter now enforces maxBodyLength/maxContentLength, stricter parseProtocol, URL-embedded auth decoding, unescape() replacement) — none affect this codebase
Security concerns: None — this bump includes positive security fixes (SSRF config hardening, prototype pollution defense, proxy cleartext leak)
Impact on codebase:
- Only tests/functional/yarn.lock is modified
- Axios usage in ctst/world/Zenko.ts is limited to simple HTTP requests with explicit protocol URLs, no proxy config, no URL-embedded auth, no socketPath/paramsSerializer/maxBodyLength usage
- The httpsAgent in mocha/VaultClient.js is for @smithy/node-http-handler, not axios
- No affected patterns found for any of the breaking changes
Recommendation: SAFE TO MERGE
— Claude Code
Bumps axios from 1.15.2 to 1.17.0.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
4306df2chore: add fun 88 sponsorship931cc8fchore(release): prepare release 1.17.0 (#10983)38ba1b3fix(fetch): support basic auth from URL (#10896)32e2515fix: replace ternary side effect in script (#10931)030e722chore(deps): bump axios from 1.15.2 to 1.16.1 in /docs (#10960)ec63164chore: remove openspec (#10958)3dec28ffix(http): preserve TLS options for proxy tunnels (#10957)a2390a5fix: correct isCancel type to narrow to CanceledError<T> (#10952)fa01b92chore(deps-dev): bump tmp from 0.2.5 to 0.2.7 in /docs (#10954)2d2314afix: AxiosHeaderstoJSON()return types (#10956)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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.