chore(deps-dev): bump axios from 0.27.2 to 0.33.0 - #402
Conversation
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.33.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v0.33.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.33.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Scope — Bumps axios from 0.27.2 to 0.33.0 in package.json and yarn.lock only. This is a devDependency used in src/lambda.ts solely for the AxiosRequestConfig type on AlphaClient.graphql; merging brings in v0.32–v0.33 security hardening (request-config handling, prototype-pollution defenses, credential redaction) with no application source changes.
Upstream: axios/axios#11002 (v0.33.0 release)
CI — Checks were still pending at review time; no failures observed in context.
Regression risk — Moderate semver span (0.27→0.33) includes a documented breaking change around null-prototype merged config objects in 0.32.0, but blast radius here is low because axios is dev-only and runtime HTTP work is delegated to @lifeomic/alpha.
Residual risks / follow-ups
- None — because the diff is manifest/lockfile-only,
AxiosRequestConfigremains a stable public type surface, and CI should validatetsc/tests before merge.
Note: Review generated using Cursor model
composer-2.5.
This review was generated by review-bot.
Bumps axios from 0.27.2 to 0.33.0.
Release notes
Sourced from axios's releases.
... (truncated)
Commits
d998cc9chore: release v0.33.0 (#11002)1417285fix: improve request config handling (#11001)ff12ec1ci: stop caching npm (#10943)b2a702ffeat: add node 26 to matrix (#10937)31b7bdfci(publish): adopt npm staged publishing on v0.x (#10936)5436976chore: update changelog (#10842)8db2d44chore: bump version to v0.32.0 (#10840)2af6116chore: backport fixes from the v1x branch (#10838)a589dc5chore: bump version to v0.31.1 (#10766)b0c632ffix: backport security issues (#10764)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.
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.