Skip to content

chore(deps-dev): bump axios from 1.14.0 to 1.15.0#7967

Merged
BridgeAR merged 1 commit intomasterfrom
dependabot/npm_and_yarn/axios-1.15.0
Apr 9, 2026
Merged

chore(deps-dev): bump axios from 1.14.0 to 1.15.0#7967
BridgeAR merged 1 commit intomasterfrom
dependabot/npm_and_yarn/axios-1.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 9, 2026

Bumps axios from 1.14.0 to 1.15.0.

Release notes

Sourced from axios's releases.

v1.15.0

This release delivers two critical security patches, adds runtime support for Deno and Bun, and includes significant CI hardening, documentation improvements, and routine dependency updates.

⚠️ Important Changes

  • Deprecation: url.parse() usage has been replaced to address Node.js deprecation warnings. If you are on a recent version of Node.js, this resolves console warnings you may have been seeing. (#10625)

🔒 Security Fixes

  • Proxy Handling: Fixed a no_proxy hostname normalisation bypass that could lead to Server-Side Request Forgery (SSRF). (#10661)
  • Header Injection: Fixed an unrestricted cloud metadata exfiltration vulnerability via a header injection chain. (#10660)

🚀 New Features

  • Runtime Support: Added compatibility checks and documentation for Deno and Bun environments. (#10652, #10653)

🔧 Maintenance & Chores

  • CI Security: Hardened workflow permissions to least privilege, added the zizmor security scanner, pinned action versions, and gated npm publishing with OIDC and environment protection. (#10618, #10619, #10627, #10637, #10666)
  • Dependencies: Bumped serialize-javascript, handlebars, picomatch, vite, and denoland/setup-deno to latest versions. Added a 7-day Dependabot cooldown period. (#10574, #10572, #10568, #10663, #10664, #10665, #10669, #10670, #10616)
  • Documentation: Unified docs, improved beforeRedirect credential leakage example, clarified withCredentials/withXSRFToken behaviour, HTTP/2 support notes, async/await timeout error handling, header case preservation, and various typo fixes. (#10649, #10624, #7452, #7471, #10654, #10644, #10589)
  • Housekeeping: Removed stale files, regenerated lockfile, and updated sponsor scripts and blocks. (#10584, #10650, #10582, #10640, #10659, #10668)
  • Tests: Added regression coverage for urlencoded Content-Type casing. (#10573)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

Changelog

Sourced from axios's changelog.

Changelog

1.13.3 (2026-01-20)

Bug Fixes

  • http2: Use port 443 for HTTPS connections by default. (#7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#7253) (#7257) (7d19335)
  • turn AxiosError into a native error (#5394) (#5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#6314) (6ef867e)

Features

Reverts

  • Revert "fix: silentJSONParsing=false should throw on invalid JSON (#7253) (#7…" (#7298) (a4230f5), closes #7253 #7 #7298
  • deps: bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334) (2d6ad5e)

Contributors to this release

... (truncated)

Commits
  • 772a4e5 chore(release): prepare release 1.15.0 (#10671)
  • 4b07137 chore(deps-dev): bump vite from 8.0.0 to 8.0.5 in /tests/smoke/esm (#10663)
  • 51e57b3 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 (#10664)
  • fba1a77 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 in /tests/module/esm (#10665)
  • 0bf6e28 chore(deps): bump denoland/setup-deno in the github-actions group (#10669)
  • 8107157 chore(deps-dev): bump the development_dependencies group with 4 updates (#10670)
  • e66530e ci: require npm-publish environment for releases (#10666)
  • 49f23cb chore(sponsor): update sponsor block (#10668)
  • 3631854 fix: unrestricted cloud metadata exfiltration via header injection chain (#10...
  • fb3befb fix: no_proxy hostname normalization bypass leads to ssrf (#10661)
  • 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 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) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot dependencies javascript Pull requests that update javascript code semver-patch labels Apr 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 9, 2026 19:04
@dependabot dependabot Bot added semver-patch dependencies javascript Pull requests that update javascript code dependabot labels Apr 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

Overall package size

Self size: 5.47 MB
Deduped: 6.32 MB
No deduping: 6.32 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.1 | 82.56 kB | 817.39 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |

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

@datadog-datadog-prod-us1-2
Copy link
Copy Markdown

datadog-datadog-prod-us1-2 Bot commented Apr 9, 2026

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 68.29% (+0.00%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 4389770 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback!

@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented Apr 9, 2026

Benchmarks

Benchmark execution time: 2026-04-09 19:14:43

Comparing candidate commit 4389770 in PR branch dependabot/npm_and_yarn/axios-1.15.0 with baseline commit 9786d83 in branch master.

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

@BridgeAR BridgeAR enabled auto-merge (squash) April 9, 2026 19:15
@BridgeAR BridgeAR merged commit 91118b7 into master Apr 9, 2026
800 checks passed
@BridgeAR BridgeAR deleted the dependabot/npm_and_yarn/axios-1.15.0 branch April 9, 2026 19:21
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.87%. Comparing base (9786d83) to head (4389770).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7967   +/-   ##
=======================================
  Coverage   73.87%   73.87%           
=======================================
  Files         773      773           
  Lines       35983    35983           
=======================================
  Hits        26583    26583           
  Misses       9400     9400           
Flag Coverage Δ
aiguard-macos 36.38% <ø> (-0.09%) ⬇️
aiguard-ubuntu 36.49% <ø> (-0.09%) ⬇️
aiguard-windows 36.28% <ø> (-0.09%) ⬇️
apm-capabilities-tracing-macos 48.80% <ø> (+0.04%) ⬆️
apm-capabilities-tracing-ubuntu 48.83% <ø> (ø)
apm-capabilities-tracing-windows 48.62% <ø> (ø)
apm-integrations-child-process 36.02% <ø> (-0.10%) ⬇️
apm-integrations-couchbase-18 34.96% <ø> (-0.12%) ⬇️
apm-integrations-couchbase-eol 35.04% <ø> (-0.09%) ⬇️
apm-integrations-oracledb 35.02% <ø> (-0.09%) ⬇️
appsec-express 52.86% <ø> (-0.07%) ⬇️
appsec-fastify 49.32% <ø> (-0.07%) ⬇️
appsec-graphql 49.65% <ø> (+0.02%) ⬆️
appsec-kafka 42.09% <ø> (+0.02%) ⬆️
appsec-ldapjs 41.40% <ø> (-0.08%) ⬇️
appsec-lodash 41.43% <ø> (-0.08%) ⬇️
appsec-macos 56.78% <ø> (-0.07%) ⬇️
appsec-mongodb-core 46.04% <ø> (-0.04%) ⬇️
appsec-mongoose 46.65% <ø> (-0.07%) ⬇️
appsec-mysql 48.78% <ø> (-0.07%) ⬇️
appsec-node-serialize 40.60% <ø> (-0.08%) ⬇️
appsec-passport 44.62% <ø> (-0.08%) ⬇️
appsec-postgres 48.48% <ø> (-0.04%) ⬇️
appsec-sourcing 40.06% <ø> (-0.08%) ⬇️
appsec-stripe 42.31% <ø> (-0.08%) ⬇️
appsec-template 40.76% <ø> (-0.08%) ⬇️
appsec-ubuntu 56.85% <ø> (-0.07%) ⬇️
appsec-windows 56.67% <ø> (-0.07%) ⬇️
instrumentations-instrumentation-bluebird 29.89% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-body-parser 37.64% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-child_process 35.40% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-cookie-parser 31.83% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-express 32.12% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-express-mongo-sanitize 31.95% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-express-session 37.30% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-fs 29.53% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-generic-pool 31.44% <ø> (ø)
instrumentations-instrumentation-http 36.85% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-knex 29.90% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-mongoose 31.02% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-multer 37.41% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-mysql2 35.37% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-passport 41.23% <ø> (-0.08%) ⬇️
instrumentations-instrumentation-passport-http 40.93% <ø> (-0.08%) ⬇️
instrumentations-instrumentation-passport-local 41.43% <ø> (-0.08%) ⬇️
instrumentations-instrumentation-pg 34.88% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-promise 29.82% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-promise-js 29.83% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-q 29.87% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-url 29.79% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-when 29.84% <ø> (-0.10%) ⬇️
llmobs-ai 38.40% <ø> (-0.09%) ⬇️
llmobs-anthropic 37.86% <ø> (-0.09%) ⬇️
llmobs-bedrock 37.15% <ø> (-0.08%) ⬇️
llmobs-google-genai 37.54% <ø> (-0.08%) ⬇️
llmobs-langchain 37.05% <ø> (-0.07%) ⬇️
llmobs-openai 41.23% <ø> (-0.08%) ⬇️
llmobs-vertex-ai 37.71% <ø> (-0.09%) ⬇️
platform-core 30.82% <ø> (ø)
platform-esbuild 33.74% <ø> (ø)
platform-instrumentations-misc 40.89% <ø> (ø)
platform-shimmer 36.80% <ø> (ø)
platform-unit-guardrails 32.24% <ø> (ø)
platform-webpack 20.96% <ø> (ø)
plugins-azure-durable-functions 25.38% <ø> (ø)
plugins-azure-event-hubs 25.53% <ø> (ø)
plugins-azure-service-bus 24.92% <ø> (ø)
plugins-bullmq 40.70% <ø> (-0.09%) ⬇️
plugins-cassandra 35.17% <ø> (-0.09%) ⬇️
plugins-cookie 26.56% <ø> (ø)
plugins-cookie-parser 26.35% <ø> (ø)
plugins-crypto 26.21% <ø> (ø)
plugins-dd-trace-api 35.37% <ø> (-0.10%) ⬇️
plugins-express-mongo-sanitize 26.50% <ø> (ø)
plugins-express-session 26.31% <ø> (ø)
plugins-fastify 39.42% <ø> (-0.09%) ⬇️
plugins-fetch 35.68% <ø> (-0.09%) ⬇️
plugins-fs 35.62% <ø> (-0.10%) ⬇️
plugins-generic-pool 25.57% <ø> (ø)
plugins-google-cloud-pubsub 43.01% <ø> (-0.08%) ⬇️
plugins-grpc 38.03% <ø> (-0.09%) ⬇️
plugins-handlebars 26.54% <ø> (ø)
plugins-hapi 37.22% <ø> (-0.09%) ⬇️
plugins-hono 37.51% <ø> (-0.09%) ⬇️
plugins-ioredis 35.59% <ø> (-0.09%) ⬇️
plugins-knex 26.20% <ø> (ø)
plugins-langgraph 35.07% <ø> (-0.09%) ⬇️
plugins-ldapjs 24.12% <ø> (ø)
plugins-light-my-request 25.93% <ø> (ø)
plugins-limitd-client 30.15% <ø> (-0.10%) ⬇️
plugins-lodash 25.66% <ø> (ø)
plugins-mariadb 36.49% <ø> (-0.09%) ⬇️
plugins-memcached 35.24% <ø> (-0.09%) ⬇️
plugins-microgateway-core 36.35% <ø> (-0.09%) ⬇️
plugins-moleculer 38.02% <ø> (-0.09%) ⬇️
plugins-mongodb 36.36% <ø> (-0.09%) ⬇️
plugins-mongodb-core 36.08% <ø> (-0.07%) ⬇️
plugins-mongoose 36.12% <ø> (ø)
plugins-multer 26.31% <ø> (ø)
plugins-mysql 36.33% <ø> (-0.09%) ⬇️
plugins-mysql2 36.33% <ø> (-0.09%) ⬇️
plugins-node-serialize 26.60% <ø> (ø)
plugins-opensearch 34.92% <ø> (-0.09%) ⬇️
plugins-passport-http 26.37% <ø> (ø)
plugins-postgres 34.30% <ø> (-0.09%) ⬇️
plugins-process 26.21% <ø> (ø)
plugins-pug 26.56% <ø> (ø)
plugins-redis 35.90% <ø> (-0.09%) ⬇️
plugins-router 39.99% <ø> (-0.09%) ⬇️
plugins-sequelize 25.19% <ø> (ø)
plugins-test-and-upstream-amqp10 35.61% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-amqplib 40.81% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-apollo 36.52% <ø> (-0.08%) ⬇️
plugins-test-and-upstream-avsc 35.61% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-bunyan 31.26% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-connect 37.83% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-graphql 37.16% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-koa 37.47% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-protobufjs 35.83% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-rhea 40.89% <ø> (-0.09%) ⬇️
plugins-undici 36.58% <ø> (-0.09%) ⬇️
plugins-url 26.21% <ø> (ø)
plugins-valkey 35.27% <ø> (-0.09%) ⬇️
plugins-vm 26.21% <ø> (ø)
plugins-winston 31.58% <ø> (-0.22%) ⬇️
plugins-ws 38.92% <ø> (-0.09%) ⬇️
profiling-macos 38.05% <ø> (-0.09%) ⬇️
profiling-ubuntu 38.21% <ø> (-0.09%) ⬇️
profiling-windows 39.52% <ø> (-0.09%) ⬇️
serverless-azure-functions-client 25.26% <ø> (ø)
serverless-azure-functions-eventhubs 25.26% <ø> (ø)
serverless-azure-functions-servicebus 25.26% <ø> (ø)

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.

dd-octo-sts Bot pushed a commit that referenced this pull request Apr 10, 2026
Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dd-octo-sts dd-octo-sts Bot mentioned this pull request Apr 10, 2026
juan-fernandez pushed a commit that referenced this pull request Apr 10, 2026
Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
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