Bump axios from 1.13.6 to 1.16.0 in /scripts#1102
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.13.6 to 1.16.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.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM - routine Dependabot minor version bump for axios in dev scripts.
Extended reasoning...
Overview
This PR is a Dependabot-generated minor version bump of axios from 1.13.6 to 1.16.0 in the /scripts directory (a TypeScript utility/CLI workspace used for devrel tooling, separate from the main Docusaurus site). Two files change: scripts/package.json (caret range bump) and scripts/package-lock.json (resolved versions for axios, follow-redirects 1.15.11→1.16.0, and proxy-from-env 1.1.0→2.1.0).
Security risks
None of the consuming code in scripts/src exercises the behaviors changed in axios 1.16.0 — a grep across the workspace found no usages of proxy-from-env, httpAgent/httpsAgent, explicit proxy:, maxBodyLength/maxContentLength, custom transformRequest, or parseProtocol-sensitive URLs. The notable changes in the release notes (fetch-adapter limit enforcement, Host header preservation through proxy, basic-auth URL decoding, stricter parseProtocol) are security-adjacent improvements rather than regressions and don't intersect with how this codebase calls axios.
Level of scrutiny
Low. This is a mechanical dependency bump confined to a dev-tooling workspace, not the Docusaurus site that's deployed publicly, and it's a minor version within the same major. The transitive proxy-from-env major bump (1.x→2.x) is a concern only for code that directly imports proxy-from-env, which this workspace does not.
Other factors
The bug hunting system found no issues, there are no outstanding reviewer comments, and no prior reviews from me on this PR. Dependabot compatibility score is provided in the PR body. Overall this fits the profile of an obvious, self-contained change appropriate for shadow approval.
|
Superseded by #1114. |
Bumps axios from 1.13.6 to 1.16.0.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
df53d7dchore(release): prepare release 1.16.0 (#10834)9d92bcdfix: gadgets and smaller issues (#10833)5107ee6fix: prevent undefined error codes in settle (#7276)e573499fix(fetch): defer global access in fetch adapter (#7260)ad68e1afix(http): honor timeout during connect without redirects (#10819)2a51828fix(http): decode URL basic auth credentials (#10825)0e8b6bbfix(http): preserve user-supplied Host header when forwarding through a proxy...79f39e1docs: document paramsSerializer.encode for strict RFC 3986 query encoding (#1...0fe3a5f[Docs/Types] UpdateparseReviverTypeScript definitions for ES2023 and add ...cd6737fchore: matches the sibling responseStream.on(aborted) handler and added tests...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.