Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps axios and ibm-cloud-sdk-core. These dependencies needed to be updated together.
Updates axios from 1.7.4 to 1.12.2

Release notes

Sourced from axios's releases.

Release v1.12.2

Release notes:

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

Release v1.12.1

Release notes:

Bug Fixes

Contributors to this release

Release v1.12.0

Release notes:

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.12.2 (2025-09-14)

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes

Contributors to this release

1.12.0 (2025-09-11)

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

... (truncated)

Commits

Updates ibm-cloud-sdk-core from 5.1.1 to 5.4.3

Release notes

Sourced from ibm-cloud-sdk-core's releases.

v5.4.3

5.4.3 (2025-09-16)

Bug Fixes

  • deps: bump axios to 1.12.2 to avoid CVEs (#307) (a4273e0)

v5.4.2

5.4.2 (2025-07-24)

Bug Fixes

  • deps: bump axios to 1.11.0 to avoid CVEs (#306) (42b50af)

v5.4.1

5.4.1 (2025-07-22)

Bug Fixes

  • deps: bump dependencies to avoid CVEs (#305) (44ad30b)

v5.4.0

5.4.0 (2025-05-30)

Features

  • auth: add support for MCSP V2 authentication (69b644b)

v5.3.2

5.3.2 (2025-03-10)

Bug Fixes

  • downgrade node types to align with minimum supported node version (#301) (519d516)

v5.3.1

5.3.1 (2025-03-10)

Bug Fixes

v5.3.0

5.3.0 (2025-03-07)

... (truncated)

Changelog

Sourced from ibm-cloud-sdk-core's changelog.

5.4.3 (2025-09-16)

Bug Fixes

  • deps: bump axios to 1.12.2 to avoid CVEs (#307) (a4273e0)

5.4.2 (2025-07-24)

Bug Fixes

  • deps: bump axios to 1.11.0 to avoid CVEs (#306) (42b50af)

5.4.1 (2025-07-22)

Bug Fixes

  • deps: bump dependencies to avoid CVEs (#305) (44ad30b)

5.4.0 (2025-05-30)

Features

  • auth: add support for MCSP V2 authentication (69b644b)

5.3.2 (2025-03-10)

Bug Fixes

  • downgrade node types to align with minimum supported node version (#301) (519d516)

5.3.1 (2025-03-10)

Bug Fixes

5.3.0 (2025-03-07)

Features

  • ContainerAuthenticator: add support for code engine workload (#296) (f8e2b43)

5.2.0 (2025-03-06)

... (truncated)

Commits
  • 6a13d1d chore(release): 5.4.3 [skip ci]
  • a4273e0 fix(deps): bump axios to 1.12.2 to avoid CVEs (#307)
  • 4979000 chore(release): 5.4.2 [skip ci]
  • 42b50af fix(deps): bump axios to 1.11.0 to avoid CVEs (#306)
  • 4ccb262 chore(release): 5.4.1 [skip ci]
  • 44ad30b fix(deps): bump dependencies to avoid CVEs (#305)
  • f2d1464 chore(release): 5.4.0 [skip ci]
  • 69b644b feat(auth): add support for MCSP V2 authentication
  • 2fe879d chore(release): 5.3.2 [skip ci]
  • 519d516 fix: downgrade node types to align with minimum supported node version (#301)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [axios](https://github.com/axios/axios) and [ibm-cloud-sdk-core](https://github.com/IBM/node-sdk-core). These dependencies needed to be updated together.

Updates `axios` from 1.7.4 to 1.12.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.12.2)

Updates `ibm-cloud-sdk-core` from 5.1.1 to 5.4.3
- [Release notes](https://github.com/IBM/node-sdk-core/releases)
- [Changelog](https://github.com/IBM/node-sdk-core/blob/main/CHANGELOG.md)
- [Commits](IBM/node-sdk-core@v5.1.1...v5.4.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.2
  dependency-type: indirect
- dependency-name: ibm-cloud-sdk-core
  dependency-version: 5.4.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants