Bump axios from 1.13.6 to 1.17.0 in /scripts#1127
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.13.6 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.13.6...v1.17.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM — routine Dependabot axios bump in the scripts/ tooling directory.
Extended reasoning...
Overview
Dependabot bump of axios from 1.13.6 → 1.17.0 in scripts/, touching only scripts/package.json and scripts/package-lock.json. Brings in two new transitive deps (https-proxy-agent@5.0.1, agent-base@6.0.2) and bumps follow-redirects to 1.16.0 and proxy-from-env to 2.1.0.
Security risks
The upgrade is itself a security-positive change — the release notes call out SSRF-related config hardening (own-property checks for socketPath/params/paramsSerializer) and a proxy TLS fix. No security-sensitive code in this repo is modified.
Level of scrutiny
Low. This is a scoped dependency update in a sandbox-ish tooling directory (scripts/, the devrel-ai helper), not in the published site build. The version range was already ^1.13.2 so semver-compatible resolution was always allowed; this PR just locks it in.
Other factors
No bugs were found by the bug hunting system, no outstanding reviewer comments, and the diff is purely lockfile/manifest. The new transitive deps (https-proxy-agent, agent-base) are well-established packages.
Bumps axios from 1.13.6 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)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.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.