chore(deps): bump axios from 0.27.2 to 0.33.0 - #4367
Conversation
PR SummaryMedium Risk Overview The lockfile refresh collapses many first-party installs onto a single 0.33.0 resolution and drops the scattered 1.6.x–1.16.x copies those packages used to pull. Transitive packages (e.g. SendGrid, Slack web API, People Data Labs, Snowflake connector) still resolve their own axios@1.19.0 in the lockfile, so not every HTTP call in the tree goes through 0.33.0. This is a dependency-only change (no application source edits). 0.33.0 brings request-config hardening and backported security fixes from the v0.x line; note 0.32.0’s null-prototype behavior for merged config/headers if anything relied on ordinary object prototypes (uncommon for typical Reviewed by Cursor Bugbot for commit c33d2ba. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
|
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
95a4e6c to
e89678b
Compare
e89678b to
1a9db72
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1a9db72. Configure here.
| "jsonwebtoken": "^9.0.0", | ||
| "semver": "^7.6.0", | ||
| "axios": "^1.16.1", | ||
| "axios": "^0.33.0", |
There was a problem hiding this comment.
Axios 1.x downgraded to 0.x
High Severity
This change replaces axios 1.x with 0.33.0 across many workers and libs, while the PR only intends a 0.27.2 → 0.33.0 bump. Axios still maintains separate 0.x and 1.x lines, so those packages are being major-downgraded, not upgraded, which can break HTTP clients that depend on 1.x behavior and APIs.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 1a9db72. Configure here.
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: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1a9db72 to
c33d2ba
Compare


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.