chore(deps): bump axios from 0.27.2 to 0.32.0#4152
Conversation
|
|
|
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. |
3001ddf to
53cc1df
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 SSH resolution
Medium Severity
Regenerating the lockfile switched clearbit’s needle dependency from an anonymous HTTPS tarball to a git resolution whose metadata points at git@github.com:clearbit/needle.git. That can make pnpm install fail in CI or other environments that previously worked without GitHub SSH keys.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 53cc1df. Configure here.
db304ae to
1e08701
Compare
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.32.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.32.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1e08701 to
1e02ba4
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 1e02ba4. Configure here.
| "@octokit/request": "^5.6.3", | ||
| "@octokit/rest": "^22.0.0", | ||
| "axios": "^1.13.1", | ||
| "axios": "^0.32.0", |
There was a problem hiding this comment.
Axios semver downgrade from 1.x
Medium Severity
This PR retargets multiple workspaces from axios 1.x ranges to ^0.32.0, which is a semver downgrade because major 1 sorts above 0. The stated goal is 0.27.2→0.32.0 on the legacy line; services already on 1.x should move to a current 1.x release, not 0.32.0.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 1e02ba4. Configure here.


Bumps axios from 0.27.2 to 0.32.0.
Release notes
Sourced from axios's releases.
... (truncated)
Commits
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)b52187ffix: harden config merging (#10752)e3ddeb4fix: header security issues (#10750)f4f2d76chore: stop committing dist/ and remove bower (#10747)1f2f644chore: add CODEOWNERS (#10740)44bca90fix: improve regex in AxiosURLSearchParams (#10737)4c4f07ffix: form data recursion (#10728)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.
Note
Medium Risk
axios drives many outbound integration and token flows; consolidating from 1.x to 0.32.x plus null-prototype merged config is a wide dependency change that warrants regression testing on HTTP paths.
Overview
Aligns axios on
0.32.0across the monorepo by updating direct dependencies inbackend/package.json, multiple Temporal workers, and shared libs (@crowd/common_services,database,integrations,nango,opensearch), with matching updates inpnpm-lock.yaml.Several packages that previously declared axios 1.x now pin 0.32.0, so the install graph converges on a single first-party HTTP client version instead of mixed 0.27.x / 1.6–1.13 ranges. Transitive consumers (e.g. SendGrid, Slack, People Data Labs) may still resolve other axios versions where they bundle their own dependency.
0.32.0 brings security backports (prototype-pollution guards, stricter adapters, default error redaction) and a breaking behavior: merged config/header objects use a null prototype, which can affect code that relies on inherited object methods on axios config.
Reviewed by Cursor Bugbot for commit 1e02ba4. Bugbot is set up for automated code reviews on this repo. Configure here.