Skip to content

chore(deps): bump axios from 1.13.4 to 1.13.5 in /integration-tests/esbuild in the test-versions group across 1 directory#7499

Merged
dd-octo-sts[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/integration-tests/esbuild/test-versions-66fcce4dc2
Feb 12, 2026
Merged

chore(deps): bump axios from 1.13.4 to 1.13.5 in /integration-tests/esbuild in the test-versions group across 1 directory#7499
dd-octo-sts[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/integration-tests/esbuild/test-versions-66fcce4dc2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps the test-versions group with 1 update in the /integration-tests/esbuild directory: axios.

Updates axios from 1.13.4 to 1.13.5

Release notes

Sourced from axios's releases.

v1.13.5

Release 1.13.5

Highlights

  • Security: Fixed a potential Denial of Service issue involving the __proto__ key in mergeConfig. (PR #7369)
  • Bug fix: Resolved an issue where AxiosError could be missing the status field on and after v1.13.3. (PR #7368)

Changes

Security

  • Fix Denial of Service via __proto__ key in mergeConfig. (PR #7369)

Fixes

  • Fix/5657. (PR #7313)
  • Ensure status is present in AxiosError on and after v1.13.3. (PR #7368)

Features / Improvements

  • Add input validation to isAbsoluteURL. (PR #7326)
  • Refactor: bump minor package versions. (PR #7356)

Documentation

  • Clarify object-check comment. (PR #7323)
  • Fix deprecated Buffer constructor usage and README formatting. (PR #7371)

CI / Maintenance

  • Chore: fix issues with YAML. (PR #7355)
  • CI: update workflow YAMLs. (PR #7372)
  • CI: fix run condition. (PR #7373)
  • Dev deps: bump karma-sourcemap-loader from 0.3.8 to 0.4.0. (PR #7360)
  • Chore(release): prepare release 1.13.5. (PR #7379)

New Contributors

Full Changelog: axios/axios@v1.13.4...v1.13.5

Commits
  • 29f7542 chore(release): prepare release 1.13.5 (#7379)
  • 431c3a3 ci: fix run condition (#7373)
  • 9ff3a78 ci: update ymls (#7372)
  • 265b712 docs: fix deprecated Buffer constructor and formatting issues in README (#7371)
  • 475e75a feat: add input validation to isAbsoluteURL (#7326)
  • 28c7215 fix: Denial of Service via proto Key in mergeConfig (#7369)
  • 04cf019 docs: clarify object check comment (#7323)
  • 696fa75 fix: status is missing in AxiosError on and after v1.13.3 (#7368)
  • 569f028 fix: added a option to choose between legacy and the new request/response int...
  • 44b7c9f chore(deps-dev): bump karma-sourcemap-loader (#7360)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the test-versions group with 1 update in the /integration-tests/esbuild directory: [axios](https://github.com/axios/axios).


Updates `axios` from 1.13.4 to 1.13.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.4...v1.13.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependabot dependencies javascript Pull requests that update javascript code semver-patch labels Feb 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 12, 2026 00:55
@dependabot dependabot bot added semver-patch dependencies javascript Pull requests that update javascript code dependabot labels Feb 12, 2026
@dd-octo-sts dd-octo-sts bot enabled auto-merge (squash) February 12, 2026 00:55
@github-actions
Copy link
Copy Markdown
Contributor

Overall package size

Self size: 4.59 MB
Deduped: 5.43 MB
No deduping: 5.43 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 813.08 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.28%. Comparing base (c759982) to head (e4557ce).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7499   +/-   ##
=======================================
  Coverage   80.27%   80.28%           
=======================================
  Files         731      731           
  Lines       31152    31152           
=======================================
+ Hits        25008    25009    +1     
+ Misses       6144     6143    -1     
Flag Coverage Δ
aiguard-macos 39.06% <ø> (-0.11%) ⬇️
aiguard-ubuntu 39.18% <ø> (-0.11%) ⬇️
aiguard-windows 38.92% <ø> (-0.11%) ⬇️
apm-capabilities-tracing-macos 48.79% <ø> (ø)
apm-capabilities-tracing-ubuntu 48.82% <ø> (ø)
apm-capabilities-tracing-windows 48.52% <ø> (ø)
apm-integrations-child-process 38.64% <ø> (-0.11%) ⬇️
apm-integrations-couchbase-18 37.39% <ø> (-0.10%) ⬇️
apm-integrations-couchbase-eol 37.88% <ø> (-0.10%) ⬇️
apm-integrations-oracledb 38.04% <ø> (-0.10%) ⬇️
appsec-express 55.45% <ø> (-0.07%) ⬇️
appsec-fastify 52.02% <ø> (-0.08%) ⬇️
appsec-graphql 52.40% <ø> (-0.07%) ⬇️
appsec-kafka 44.63% <ø> (-0.09%) ⬇️
appsec-ldapjs 44.38% <ø> (-0.09%) ⬇️
appsec-lodash 44.06% <ø> (-0.09%) ⬇️
appsec-macos 58.51% <ø> (-0.07%) ⬇️
appsec-mongodb-core 49.17% <ø> (-0.20%) ⬇️
appsec-mongoose 49.97% <ø> (-0.08%) ⬇️
appsec-mysql 51.35% <ø> (-0.08%) ⬇️
appsec-node-serialize 43.58% <ø> (-0.09%) ⬇️
appsec-passport 48.15% <ø> (-0.09%) ⬇️
appsec-postgres 51.14% <ø> (-0.06%) ⬇️
appsec-sourcing 42.92% <ø> (-0.09%) ⬇️
appsec-template 43.75% <ø> (-0.09%) ⬇️
appsec-ubuntu 58.59% <ø> (-0.07%) ⬇️
appsec-windows 58.37% <ø> (-0.05%) ⬇️
instrumentations-instrumentation-bluebird 32.32% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-body-parser 40.85% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-child_process 37.95% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-cookie-parser 34.55% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express 34.89% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express-mongo-sanitize 34.68% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-express-session 40.47% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-fs 31.92% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-generic-pool 30.20% <ø> (ø)
instrumentations-instrumentation-http 39.66% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-knex 32.32% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-mongoose 33.66% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-multer 40.59% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-mysql2 38.33% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-passport 44.45% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-passport-http 44.10% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-passport-local 44.66% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-pg 37.85% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-promise 32.25% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-promise-js 32.26% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-q 32.30% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-url 32.22% <ø> (-0.11%) ⬇️
instrumentations-instrumentation-when 32.27% <ø> (-0.11%) ⬇️
llmobs-ai 41.47% <ø> (-0.10%) ⬇️
llmobs-anthropic 40.66% <ø> (-0.10%) ⬇️
llmobs-bedrock 39.54% <ø> (-0.09%) ⬇️
llmobs-google-genai 40.16% <ø> (-0.09%) ⬇️
llmobs-langchain 39.69% <ø> (-0.08%) ⬇️
llmobs-openai 44.51% <ø> (-0.09%) ⬇️
llmobs-vertex-ai 40.44% <ø> (-0.02%) ⬇️
platform-core 29.71% <ø> (ø)
platform-esbuild 32.89% <ø> (ø)
platform-instrumentations-misc 40.53% <ø> (ø)
platform-shimmer 36.14% <ø> (ø)
platform-unit-guardrails 31.27% <ø> (ø)
plugins-azure-event-hubs 24.02% <ø> (ø)
plugins-azure-service-bus 23.42% <ø> (ø)
plugins-bullmq 43.78% <ø> (-0.12%) ⬇️
plugins-cassandra 38.08% <ø> (-0.10%) ⬇️
plugins-cookie 25.08% <ø> (ø)
plugins-cookie-parser 24.87% <ø> (ø)
plugins-crypto 24.72% <ø> (ø)
plugins-dd-trace-api 38.49% <ø> (-0.11%) ⬇️
plugins-express-mongo-sanitize 25.04% <ø> (ø)
plugins-express-session 24.83% <ø> (ø)
plugins-fastify 42.58% <ø> (-0.10%) ⬇️
plugins-fetch 38.64% <ø> (-0.10%) ⬇️
plugins-fs 38.74% <ø> (-0.11%) ⬇️
plugins-generic-pool 24.06% <ø> (ø)
plugins-google-cloud-pubsub 45.79% <ø> (-0.07%) ⬇️
plugins-grpc 41.33% <ø> (-0.10%) ⬇️
plugins-handlebars 25.08% <ø> (ø)
plugins-hapi 40.49% <ø> (-0.10%) ⬇️
plugins-hono 40.75% <ø> (-0.10%) ⬇️
plugins-ioredis 38.54% <ø> (-0.11%) ⬇️
plugins-knex 24.80% <ø> (ø)
plugins-ldapjs 22.61% <ø> (ø)
plugins-light-my-request 24.48% <ø> (ø)
plugins-limitd-client 32.47% <ø> (-0.26%) ⬇️
plugins-lodash 24.13% <ø> (ø)
plugins-mariadb 39.67% <ø> (-0.10%) ⬇️
plugins-memcached 38.27% <ø> (-0.11%) ⬇️
plugins-microgateway-core 39.50% <ø> (-0.10%) ⬇️
plugins-moleculer 40.88% <ø> (-0.10%) ⬇️
plugins-mongodb 39.59% <ø> (-0.10%) ⬇️
plugins-mongodb-core 39.19% <ø> (-0.10%) ⬇️
plugins-mongoose 39.22% <ø> (-0.10%) ⬇️
plugins-multer 24.83% <ø> (ø)
plugins-mysql 39.33% <ø> (-0.08%) ⬇️
plugins-mysql2 39.37% <ø> (-0.10%) ⬇️
plugins-node-serialize 25.12% <ø> (ø)
plugins-opensearch 37.91% <ø> (-0.10%) ⬇️
plugins-passport-http 24.91% <ø> (ø)
plugins-postgres 35.83% <ø> (-0.09%) ⬇️
plugins-process 24.72% <ø> (ø)
plugins-pug 25.08% <ø> (ø)
plugins-redis 39.02% <ø> (-0.11%) ⬇️
plugins-router 43.36% <ø> (-0.10%) ⬇️
plugins-sequelize 23.66% <ø> (ø)
plugins-test-and-upstream-amqp10 38.46% <ø> (-0.11%) ⬇️
plugins-test-and-upstream-amqplib 43.96% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-apollo 39.33% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-avsc 38.88% <ø> (-0.11%) ⬇️
plugins-test-and-upstream-bunyan 33.93% <ø> (-0.11%) ⬇️
plugins-test-and-upstream-connect 41.17% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-graphql 40.29% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-koa 40.73% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-protobufjs 39.11% <ø> (-0.11%) ⬇️
plugins-test-and-upstream-rhea 44.25% <ø> (-0.07%) ⬇️
plugins-undici 39.43% <ø> (-0.10%) ⬇️
plugins-url 24.72% <ø> (ø)
plugins-valkey 38.16% <ø> (-0.14%) ⬇️
plugins-vm 24.72% <ø> (ø)
plugins-winston 34.31% <ø> (-0.10%) ⬇️
plugins-ws 42.29% <ø> (-0.10%) ⬇️
profiling-macos 40.04% <ø> (-0.10%) ⬇️
profiling-ubuntu 40.17% <ø> (-0.10%) ⬇️
profiling-windows 41.40% <ø> (-0.10%) ⬇️
serverless-azure-functions-client 23.75% <ø> (ø)
serverless-azure-functions-eventhubs 23.75% <ø> (ø)
serverless-azure-functions-servicebus 23.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Feb 12, 2026

Benchmarks

Benchmark execution time: 2026-02-12 01:02:49

Comparing candidate commit e4557ce in PR branch dependabot/npm_and_yarn/integration-tests/esbuild/test-versions-66fcce4dc2 with baseline commit c759982 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 233 metrics, 27 unstable metrics.

@dd-octo-sts dd-octo-sts bot merged commit 5de82d7 into master Feb 12, 2026
755 of 802 checks passed
@dd-octo-sts dd-octo-sts bot deleted the dependabot/npm_and_yarn/integration-tests/esbuild/test-versions-66fcce4dc2 branch February 12, 2026 01:09
dd-octo-sts bot pushed a commit that referenced this pull request Feb 12, 2026
Bumps the test-versions group with 1 update in the /integration-tests/esbuild directory: [axios](https://github.com/axios/axios).


Updates `axios` from 1.13.4 to 1.13.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.4...v1.13.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dd-octo-sts dd-octo-sts bot mentioned this pull request Feb 12, 2026
juan-fernandez pushed a commit that referenced this pull request Feb 12, 2026
Bumps the test-versions group with 1 update in the /integration-tests/esbuild directory: [axios](https://github.com/axios/axios).


Updates `axios` from 1.13.4 to 1.13.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.4...v1.13.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
BridgeAR pushed a commit that referenced this pull request Feb 22, 2026
Bumps the test-versions group with 1 update in the /integration-tests/esbuild directory: [axios](https://github.com/axios/axios).


Updates `axios` from 1.13.4 to 1.13.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.4...v1.13.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies javascript Pull requests that update javascript code semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant