chore(deps): bump axios from 0.27.2 to 0.33.0#4367
Conversation
PR SummaryMedium Risk Overview The No application source changes; behavior shifts come from 0.33’s security/config hardening (and 0.32 breaking changes around null-prototype merged config/headers) wherever code imports the workspace Reviewed by Cursor Bugbot for commit 1a9db72. 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
| needle@https://codeload.github.com/clearbit/needle/tar.gz/84d28b5f2c3916db1e7eb84aeaa9d976cc40054b: | ||
| resolution: {tarball: https://codeload.github.com/clearbit/needle/tar.gz/84d28b5f2c3916db1e7eb84aeaa9d976cc40054b} | ||
| needle@git+https://git@github.com:clearbit/needle.git#84d28b5f2c3916db1e7eb84aeaa9d976cc40054b: | ||
| resolution: {commit: 84d28b5f2c3916db1e7eb84aeaa9d976cc40054b, repo: git@github.com:clearbit/needle.git, type: git} |
There was a problem hiding this comment.
Clearbit needle needs SSH install
High Severity
Regenerating the lockfile replaced Clearbit’s needle dependency from an HTTPS tarball with a git resolution using git@github.com. Fresh pnpm install for backend (which depends on clearbit) may fail in environments that only allow HTTPS dependency fetch and lack SSH keys for GitHub.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit e89678b. 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>
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 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.