Skip to content

Conversation

dependabot[bot]
Copy link

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

Bumps axios to 1.12.0 and updates ancestor dependencies axios, @elastic.io/component-commons-library and elasticio-sailor-nodejs. These dependencies need to be updated together.

Updates axios from 0.26.1 to 1.12.0

Release notes

Sourced from axios's releases.

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

Release v1.11.0

Release notes:

Bug Fixes

  • form-data npm pakcage (#6970) (e72c193)
  • prevent RangeError when using large Buffers (#6961) (a2214ca)
  • types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

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

1.11.0 (2025-07-22)

Bug Fixes

  • form-data npm pakcage (#6970) (e72c193)
  • prevent RangeError when using large Buffers (#6961) (a2214ca)
  • types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)

Contributors to this release

... (truncated)

Commits
  • 0d8ad6e chore(release): v1.12.0 (#7013)
  • fd7f404 fix: release pr run
  • a2edc36 fix: dont add dist on release
  • 9ec86de fix: adding build artifacts
  • 945435f fix(node): enforce maxContentLength for data: URLs (#7011)
  • 28e5e30 chore(sponsor): update sponsor block (#7005)
  • d03f245 chore(CI): fixed release info script to use npm registry instead of git as fi...
  • a0bc911 chore: removing dist files from src (#7002)
  • c959ff2 feat(fetch): add fetch, Request, Response env config variables for the adapte...
  • a9f47af fix(fetch-adapter): set correct Content-Type for Node FormData (#6998)
  • Additional commits viewable in compare view

Updates @elastic.io/component-commons-library from 2.0.2 to 4.0.0

Release notes

Sourced from @​elastic.io/component-commons-library's releases.

4.0.0

  • BREAKING CHANGE – All clients named *RestClient have been removed except for PlatformApiRestClient. Any removed client logic should now be implemented within components.
  • PlatformApiRestClient has been migrated from the request library to axios.
  • The following libraries have been removed from the main dependencies:
    • @​elastic.io/ntlm-client
    • async
    • bunyan-serializers
    • elasticio-node
    • better-npm-audit
    • remove-leading-slash
    • remove-trailing-slash
    • request
  • The axiosReqWithRetryOnServerError function can now operate without requiring a context.

3.2.2

  • Updated maester-client to 6.0.0

3.2.1

  • Updated maester-client and other dependencies

3.2.0

  • Added new functions:
    • isNumberNaN(number)
    • timestamp(date)
    • isDateValid(date)
    • timeToString(date)
  • Updated @​elastic.io/jsonata-moment to 1.1.6 to fix a vulnerability found in jsonata 1.8.6

3.1.6

  • Changed environment variable API_REQUEST_TIMEOUT maxValue to 120 sec (used to be 20 sec)

3.1.5

  • Updated @​elasticio/maester-client to v5.0.1

3.1.4

Add possibility to set RetryOptions for methods getAttachment and uploadAttachment on AttachmentProcessor class.

3.1.2

Update jsonata-moment to 1.1.5 to support Jsonata 1.8.6

3.1.0

  • Added method fetchSecretById for PlatformApiLogicClient
  • Added method refreshTokenBySecretId for PlatformApiLogicClient
  • Added User-Agent headers to PlatformApiRestClient
  • Added new REST client FacelessRestClient
Changelog

Sourced from @​elastic.io/component-commons-library's changelog.

4.0.0 (August 05, 2025)

  • BREAKING CHANGE – All clients named *RestClient have been removed except for PlatformApiRestClient. Any removed client logic should now be implemented within components.
  • PlatformApiRestClient has been migrated from the request library to axios.
  • The following libraries have been removed from the main dependencies:
    • @​elastic.io/ntlm-client
    • async
    • bunyan-serializers
    • elasticio-node
    • better-npm-audit
    • remove-leading-slash
    • remove-trailing-slash
    • request
  • The axiosReqWithRetryOnServerError function can now operate without requiring a context.

3.2.2 (March 21, 2025)

  • Updated maester-client to 6.0.0

3.2.1 (September 11, 2024)

  • Updated maester-client

3.2.0 (March 22, 2024)

  • Added new functions:
    • isNumberNaN(number)
    • timestamp(date)
    • isDateValid(date)
    • timeToString(date)
  • Updated @​elastic.io/jsonata-moment to 1.1.6 to fix a vulnerability found in jsonata 1.8.6

3.1.6 (January 24, 2024)

  • Changed environment variable API_REQUEST_TIMEOUT maxValue to 120 sec (used to be 20 sec)

3.1.5 (December 29, 2022)

  • Updated @​elasticio/maester-client to v5.0.1

3.1.4 (November 29, 2022)

  • To fix the incorrect deploy of 3.1.3

3.1.3 (November 29, 2022)

  • Add possibility to set RetryOptions for methods getAttachment and uploadAttachment oa AttachmentProcessor class.

3.1.2 (October 28, 2022)

  • To fix the incorrect deploy of 3.1.1

3.1.1 (October 21, 2022)

  • Update jsonata-moment to 1.1.5

3.1.0 (September 9, 2022)

  • Added method fetchSecretById for PlatformApiLogicClient
  • Added method refreshTokenBySecretId for PlatformApiLogicClient
  • Added User-Agent headers to PlatformApiRestClient

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by if0s, a new releaser for @​elastic.io/component-commons-library since your current version.


Updates elasticio-sailor-nodejs from 2.6.27 to 2.7.6

Release notes

Sourced from elasticio-sailor-nodejs's releases.

2.7.6

  • Updated elasticio-rest-node to version 2.0.0 to address a vulnerability
  • Removed request related libraries from main dependencies

2.7.5

  • @​elastic.io/maester-client updated to 6.0.0 to get rid of the vulnerability

2.7.4

  • Fixed error location if component use Rebound functionality

2.7.3

  • @​elastic.io/maester-client updated to 5.0.3 to get rid of the vulnerability

2.7.2

2.7.0 (September 15, 2022)

  • Add AMQP_PERSISTENT_MESSAGES configuration env var to enable persistent delivery mode.

v2.6.28

What's Changed

  • Fix: "sailor-nodejs ignores errors from maester during lightweight message upload" #6233
Changelog

Sourced from elasticio-sailor-nodejs's changelog.

2.7.6 (August 1, 2025)

  • Updated elasticio-rest-node to version 2.0.0 to address a vulnerability
  • Removed request related libraries from main dependencies

2.7.5 (March 21, 2025)

  • @​elastic.io/maester-client updated to 6.0.0 to get rid of the vulnerability

2.7.4 (November 14, 2024)

  • Fixed error location if component use Rebound functionality

2.7.3 (September 12, 2024)

  • @​elastic.io/maester-client updated to 5.0.3 to get rid of the vulnerability

2.7.2 (March 22, 2024)

2.7.1 (October 20, 2022)

  • Replaced object-storage-client with maester-client

2.7.0 (September 15, 2022)

  • Add AMQP_PERSISTENT_MESSAGES configuration env var to enable persistent delivery mode.

2.6.29 (July 14, 2022)

  • Enabled keep-alive for global HTTPS agent (#6359)

2.6.28 (June 21, 2022)

  • Fix: "sailor-nodejs ignores errors from maester during lightweight message upload" #6233)
Commits
Maintainer changes

This version was pushed to npm by if0s, a new releaser for elasticio-sailor-nodejs since your current version.


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.

…r-nodejs

Bumps [axios](https://github.com/axios/axios) to 1.12.0 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@elastic.io/component-commons-library](https://github.com/elasticio/component-commons-library) and [elasticio-sailor-nodejs](https://github.com/elasticio/sailor-nodejs). These dependencies need to be updated together.


Updates `axios` from 0.26.1 to 1.12.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.26.1...v1.12.0)

Updates `@elastic.io/component-commons-library` from 2.0.2 to 4.0.0
- [Release notes](https://github.com/elasticio/component-commons-library/releases)
- [Changelog](https://github.com/elasticio/component-commons-library/blob/master/CHANGELOG.md)
- [Commits](elasticio/component-commons-library@2.0.2...4.0.0)

Updates `elasticio-sailor-nodejs` from 2.6.27 to 2.7.6
- [Release notes](https://github.com/elasticio/sailor-nodejs/releases)
- [Changelog](https://github.com/elasticio/sailor-nodejs/blob/master/CHANGELOG.md)
- [Commits](elasticio/sailor-nodejs@v2.6.27...2.7.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.0
  dependency-type: indirect
- dependency-name: "@elastic.io/component-commons-library"
  dependency-version: 4.0.0
  dependency-type: direct:production
- dependency-name: elasticio-sailor-nodejs
  dependency-version: 2.7.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 12, 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