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. |
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>
3001ddf to
53cc1df
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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 53cc1df. Configure here.
| 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.


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 outbound HTTP across integrations, token refresh, and workers; 0.32’s security-related breaking changes and the shift from 1.x to 0.x on several packages warrant regression testing on external API calls and error logging.
Overview
Standardizes axios on
^0.32.0(or~0.32.0) across the monorepo:backendmoves from 0.27.2, and multiple services apps and libs (common_services,database,integrations,nango,opensearch, enrichment/security/script workers, etc.) that previously pinned axios 1.x are aligned to the same 0.32 line.pnpm-lock.yamlis refreshed so workspace installs resolve axios@0.32.0 for those packages, with related transitive bumps (e.g.follow-redirects,form-data,proxy-from-env) and lockfile-only churn for some AWS SDK peer wiring and third-party packages still on axios 1.17.0.0.32 brings backported security fixes (header/config prototype pollution, stricter XSRF/proxy/socket handling, default error redaction) plus a breaking behavior: merged config/header objects use a null prototype, which can affect code that assumes normal object inheritance on axios config merges.
Reviewed by Cursor Bugbot for commit 53cc1df. Bugbot is set up for automated code reviews on this repo. Configure here.