chore(deps): bump axios from 1.13.1 to 1.15.2#4072
chore(deps): bump axios from 1.13.1 to 1.15.2#4072dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.13.1 to 1.15.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.1...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
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. |
2 similar comments
|
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. |
|
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. |
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 4d0cd33. Configure here.
| specifier: ^1.13.1 | ||
| version: 1.13.1 | ||
| specifier: ^1.15.2 | ||
| version: 1.16.0 |
There was a problem hiding this comment.
Lockfile resolves axios to unintended 1.16.0 version
Medium Severity
The services/libs/common_services package resolves to axios@1.16.0 instead of the intended 1.15.2, while all other workspace packages with compatible specifiers (e.g., ^1.6.8) correctly resolve to 1.15.2. Axios 1.16.0 introduces significant behavioral changes including URL-decoded basic auth credentials, strict protocol parsing requiring a colon, and enforced maxBodyLength/maxContentLength in the fetch adapter — any of which could break existing HTTP calls in github.integration.service.ts.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 4d0cd33. Configure here.


Bumps axios from 1.13.1 to 1.15.2.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
5829343chore(release): prepare release 1.15.2 (#10789)4709a48fix: added fix for memory leak in sockets (#10788)be33360chore: update changelog (#10781)4791514fix: more header pollutions (#10779)6feafcffix: socket issue (#10777)302e273docs: update docs, add a couple actions etc (#10776)ac42446chore(release): prepare release 1.15.1 (#10767)908f220docs: update threatmodel (#10765)f93f815docs: added docs around potential decompressions bomb (#10763)1728aa1fix: short-circuits on any truthy non-boolean in withXSRFToken (#10762)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.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.
Note
Medium Risk
Upgrades the HTTP client used across multiple services, which could subtly change request/redirect/proxy handling at runtime despite being a patch/minor dependency update.
Overview
Updates
axiosto^1.15.2(and aligns lockfile resolutions) across the monorepo, including@crowd/common_services.This refreshes related transitive dependencies in
pnpm-lock.yaml(notablyfollow-redirects,proxy-from-env, andform-data) and updates some lockfile metadata/resolutions (e.g.,needlesource format and AWS SDK nested dependency entries).Reviewed by Cursor Bugbot for commit 4d0cd33. Bugbot is set up for automated code reviews on this repo. Configure here.