dependabot[bot] opened a new pull request, #72:
URL: https://github.com/apache/fineract-backoffice-ui/pull/72

   Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.17.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/axios/axios/releases";>axios's releases</a>.</em></p>
   <blockquote>
   <h2>v1.17.0 — June 1, 2026</h2>
   <p>This release adds Node HTTP zstd decompression, hardens config and 
release workflows, and fixes authentication, header, proxy, and type-handling 
regressions.</p>
   <h2>🔒 Security Fixes</h2>
   <ul>
   <li><strong>Config Hardening:</strong> Guarded <code>socketPath</code>, 
<code>params</code>, and <code>paramsSerializer</code> reads with own-property 
checks to prevent inherited prototype values from affecting request behavior, 
including SSRF-sensitive paths. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10901";>#10901</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10922";>#10922</a></strong>)</li>
   <li><strong>Release Publishing:</strong> Switched the publish workflow to 
npm staged publishing for safer, auditable package releases with provenance. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10926";>#10926</a></strong>)</li>
   </ul>
   <h2>🚀 New Features</h2>
   <ul>
   <li><strong>HTTP Compression:</strong> Added Node HTTP adapter support for 
zstd response decompression, with 
<code>transitional.advertiseZstdAcceptEncoding</code> controlling whether 
<code>zstd</code> is advertised in <code>Accept-Encoding</code>. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/6792";>#6792</a></strong>, 
<strong><a 
href="https://redirect.github.com/axios/axios/issues/10920";>#10920</a></strong>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li><strong>Authentication Handling:</strong> Restored Basic auth on 
same-origin Node redirects while continuing to strip credentials cross-origin, 
and aligned the fetch adapter with HTTP adapter behavior for URL-embedded Basic 
auth. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10929";>#10929</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10896";>#10896</a></strong>)</li>
   <li><strong>Proxy TLS:</strong> Preserved user <code>httpsAgent</code> TLS 
options when tunneling HTTPS requests through HTTP CONNECT proxies. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10957";>#10957</a></strong>)</li>
   <li><strong>React Native FormData:</strong> Cleared default 
<code>Content-Type</code> for React Native <code>FormData</code> so multipart 
boundaries can be generated correctly. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10898";>#10898</a></strong>)</li>
   <li><strong>Headers:</strong> Silently skipped empty or whitespace-only 
header names instead of throwing, matching parsed-header behavior and avoiding 
React Native response crashes. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10875";>#10875</a></strong>)</li>
   <li><strong>Request Data Merging:</strong> Preserved enumerable symbol keys 
when cloning plain request data through axios merge logic. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10812";>#10812</a></strong>)</li>
   <li><strong>Bundler Compatibility:</strong> Converted 
<code>resolveConfig</code> from an arrow default export to a named function 
export to avoid webpack and Babel transform interop failures. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10891";>#10891</a></strong>)</li>
   <li><strong>Types:</strong> Corrected <code>AxiosHeaders.toJSON()</code> 
return types and updated CommonJS <code>isCancel</code> typings to narrow to 
<code>CanceledError&lt;T&gt;</code>. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10956";>#10956</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10952";>#10952</a></strong>)</li>
   <li><strong>Build Tooling:</strong> Avoided emitting a null 
<code>Authorization</code> header from the GitHub build helper when 
<code>GITHUB_TOKEN</code> is unset. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10931";>#10931</a></strong>)</li>
   </ul>
   <h2>🔧 Maintenance &amp; Chores</h2>
   <ul>
   <li><strong>HTTP/2 Internals:</strong> Extracted <code>Http2Sessions</code> 
into its own helper module and added direct unit coverage for session pooling, 
timeout, and cleanup behavior. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10861";>#10861</a></strong>)</li>
   <li><strong>Package Publishing:</strong> Reduced published package size by 
switching to a <code>files</code> allowlist and dropping unneeded unminified 
bundle source maps. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10939";>#10939</a></strong>)</li>
   <li><strong>CI and Release Automation:</strong> Added bundle-size reporting, 
moved reports to the job summary, fixed bundle-size comparison coverage, added 
Node 26 to the matrix, pinned npm for staged publishing, and prepared the 
1.17.0 release. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10907";>#10907</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10911";>#10911</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10916";>#10916</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10927";>#10927</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10935";>#10935</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10983";>#10983</a></strong>)</li>
   <li><strong>Developer Workflow:</strong> Added a dev container and iterated 
on OpenSpec workflow files before removing them from the release branch. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10925";>#10925</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10914";>#10914</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10958";>#10958</a></strong>)</li>
   <li><strong>Documentation and Policy:</strong> Updated disclosure, 
contributor, collaboration, threat-model, advanced docs, README badges, release 
notes, moderator configuration, and project metadata. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10890";>#10890</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10889";>#10889</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10921";>#10921</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10945";>#10945</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10905";>#10905</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10933";>#10933</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10915";>#10915</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10887";>#10887</a></strong>,
 <strong><a href="https://redirect.github.com/axios/axios/
 issues/10955">#10955</a></strong>)</li>
   <li><strong>Dependencies:</strong> Bumped Babel tooling, Commitlint, ESLint, 
Rollup, Globals, Vitest, Playwright, <code>fs-extra</code>, <code>qs</code>, 
docs dependencies, and GitHub Actions dependencies including 
<code>actions/dependency-review-action</code> and 
<code>zizmorcore/zizmor-action</code>. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10871";>#10871</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10879";>#10879</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10918";>#10918</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10919";>#10919</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10934";>#10934</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10947";>#10947</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10954";>#10954</a></strong>,
 <strong><a href="https://redirect.github.com/a
 xios/axios/issues/10960">#10960</a></strong>)</li>
   </ul>
   <h2>🌟 New Contributors</h2>
   <p>We are thrilled to welcome our new contributors. Thank you for helping 
improve axios:</p>
   <ul>
   <li><strong><a 
href="https://github.com/BasixKOR";><code>@​BasixKOR</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/6792";>#6792</a></strong>)</li>
   <li><strong><a 
href="https://github.com/carladams1299-lab";><code>@​carladams1299-lab</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10861";>#10861</a></strong>)</li>
   <li><strong><a 
href="https://github.com/LaplaceYoung";><code>@​LaplaceYoung</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10812";>#10812</a></strong>)</li>
   <li><strong><a 
href="https://github.com/JamieMagee";><code>@​JamieMagee</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10939";>#10939</a></strong>)</li>
   <li><strong><a 
href="https://github.com/RonGamzu";><code>@​RonGamzu</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10905";>#10905</a></strong>)</li>
   <li><strong><a 
href="https://github.com/sapirbaruch";><code>@​sapirbaruch</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10891";>#10891</a></strong>)</li>
   <li><strong><a 
href="https://github.com/nezukoagent";><code>@​nezukoagent</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10901";>#10901</a></strong>)</li>
   <li><strong><a 
href="https://github.com/devareddy05";><code>@​devareddy05</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10929";>#10929</a></strong>)</li>
   <li><strong><a 
href="https://github.com/Mohammad-Faiz-Cloud-Engineer";><code>@​Mohammad-Faiz-Cloud-Engineer</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10922";>#10922</a></strong>)</li>
   <li><strong><a 
href="https://github.com/azandabot";><code>@​azandabot</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10931";>#10931</a></strong>)</li>
   <li><strong><a 
href="https://github.com/niksy";><code>@​niksy</code></a></strong> (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10896";>#10896</a></strong>)</li>
   </ul>
   <p><a href="https://github.com/axios/axios/compare/v1.16.1...v1.17.0";>Full 
Changelog</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md";>axios's 
changelog</a>.</em></p>
   <blockquote>
   <h2>v1.17.0 — June 1, 2026</h2>
   <p>This release adds Node HTTP zstd decompression, hardens config and 
release workflows, and fixes authentication, header, proxy, and type-handling 
regressions.</p>
   <h2>🔒 Security Fixes</h2>
   <ul>
   <li><strong>Config Hardening:</strong> Guarded <code>socketPath</code>, 
<code>params</code>, and <code>paramsSerializer</code> reads with own-property 
checks to prevent inherited prototype values from affecting request behavior, 
including SSRF-sensitive paths. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10901";>#10901</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10922";>#10922</a></strong>)</li>
   <li><strong>Release Publishing:</strong> Switched the publish workflow to 
npm staged publishing for safer, auditable package releases with provenance. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10926";>#10926</a></strong>)</li>
   </ul>
   <h2>🚀 New Features</h2>
   <ul>
   <li><strong>HTTP Compression:</strong> Added Node HTTP adapter support for 
zstd response decompression, with 
<code>transitional.advertiseZstdAcceptEncoding</code> controlling whether 
<code>zstd</code> is advertised in <code>Accept-Encoding</code>. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/6792";>#6792</a></strong>, 
<strong><a 
href="https://redirect.github.com/axios/axios/issues/10920";>#10920</a></strong>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li><strong>Authentication Handling:</strong> Restored Basic auth on 
same-origin Node redirects while continuing to strip credentials cross-origin, 
and aligned the fetch adapter with HTTP adapter behavior for URL-embedded Basic 
auth. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10929";>#10929</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10896";>#10896</a></strong>)</li>
   <li><strong>Proxy TLS:</strong> Preserved user <code>httpsAgent</code> TLS 
options when tunneling HTTPS requests through HTTP CONNECT proxies. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10957";>#10957</a></strong>)</li>
   <li><strong>React Native FormData:</strong> Cleared default 
<code>Content-Type</code> for React Native <code>FormData</code> so multipart 
boundaries can be generated correctly. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10898";>#10898</a></strong>)</li>
   <li><strong>Headers:</strong> Silently skipped empty or whitespace-only 
header names instead of throwing, matching parsed-header behavior and avoiding 
React Native response crashes. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10875";>#10875</a></strong>)</li>
   <li><strong>Request Data Merging:</strong> Preserved enumerable symbol keys 
when cloning plain request data through axios merge logic. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10812";>#10812</a></strong>)</li>
   <li><strong>Bundler Compatibility:</strong> Converted 
<code>resolveConfig</code> from an arrow default export to a named function 
export to avoid webpack and Babel transform interop failures. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10891";>#10891</a></strong>)</li>
   <li><strong>Types:</strong> Corrected <code>AxiosHeaders.toJSON()</code> 
return types and updated CommonJS <code>isCancel</code> typings to narrow to 
<code>CanceledError&lt;T&gt;</code>. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10956";>#10956</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10952";>#10952</a></strong>)</li>
   <li><strong>Build Tooling:</strong> Avoided emitting a null 
<code>Authorization</code> header from the GitHub build helper when 
<code>GITHUB_TOKEN</code> is unset. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10931";>#10931</a></strong>)</li>
   </ul>
   <h2>🔧 Maintenance &amp; Chores</h2>
   <ul>
   <li><strong>HTTP/2 Internals:</strong> Extracted <code>Http2Sessions</code> 
into its own helper module and added direct unit coverage for session pooling, 
timeout, and cleanup behavior. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10861";>#10861</a></strong>)</li>
   <li><strong>Package Publishing:</strong> Reduced published package size by 
switching to a <code>files</code> allowlist and dropping unneeded unminified 
bundle source maps. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10939";>#10939</a></strong>)</li>
   <li><strong>CI and Release Automation:</strong> Added bundle-size reporting, 
moved reports to the job summary, fixed bundle-size comparison coverage, added 
Node 26 to the matrix, pinned npm for staged publishing, and prepared the 
1.17.0 release. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10907";>#10907</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10911";>#10911</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10916";>#10916</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10927";>#10927</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10935";>#10935</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10983";>#10983</a></strong>)</li>
   <li><strong>Developer Workflow:</strong> Added a dev container and iterated 
on OpenSpec workflow files before removing them from the release branch. 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10925";>#10925</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10914";>#10914</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10958";>#10958</a></strong>)</li>
   <li><strong>Documentation and Policy:</strong> Updated disclosure, 
contributor, collaboration, threat-model, advanced docs, README badges, release 
notes, moderator configuration, and project metadata. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10890";>#10890</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10889";>#10889</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10921";>#10921</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10945";>#10945</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10905";>#10905</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10933";>#10933</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10915";>#10915</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10887";>#10887</a></strong>,
 <strong><a href="https://redirect.github.com/axios/axios/
 issues/10955">#10955</a></strong>)</li>
   <li><strong>Dependencies:</strong> Bumped Babel tooling, Commitlint, ESLint, 
Rollup, Globals, Vitest, Playwright, <code>fs-extra</code>, <code>qs</code>, 
docs dependencies, and GitHub Actions dependencies including 
<code>actions/dependency-review-action</code> and 
<code>zizmorcore/zizmor-action</code>. (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10871";>#10871</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10879";>#10879</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10918";>#10918</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10919";>#10919</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10934";>#10934</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10947";>#10947</a></strong>,
 <strong><a 
href="https://redirect.github.com/axios/axios/issues/10954";>#10954</a></strong>,
 <strong><a href="https://redirect.github.com/a
 xios/axios/issues/10960">#10960</a></strong>)</li>
   </ul>
   <h2>🌟 New Contributors</h2>
   <p>We are thrilled to welcome our new contributors. Thank you for helping 
improve axios:</p>
   <ul>
   <li><strong><a 
href="https://github.com/BasixKOR";><code>@​BasixKOR</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/6792";>#6792</a></strong>)</li>
   <li><strong><a 
href="https://github.com/carladams1299-lab";><code>@​carladams1299-lab</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10861";>#10861</a></strong>)</li>
   <li><strong><a 
href="https://github.com/LaplaceYoung";><code>@​LaplaceYoung</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10812";>#10812</a></strong>)</li>
   <li><strong><a 
href="https://github.com/JamieMagee";><code>@​JamieMagee</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10939";>#10939</a></strong>)</li>
   <li><strong><a 
href="https://github.com/RonGamzu";><code>@​RonGamzu</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10905";>#10905</a></strong>)</li>
   <li><strong><a 
href="https://github.com/sapirbaruch";><code>@​sapirbaruch</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10891";>#10891</a></strong>)</li>
   <li><strong><a 
href="https://github.com/nezukoagent";><code>@​nezukoagent</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10901";>#10901</a></strong>)</li>
   <li><strong><a 
href="https://github.com/devareddy05";><code>@​devareddy05</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10929";>#10929</a></strong>)</li>
   <li><strong><a 
href="https://github.com/Mohammad-Faiz-Cloud-Engineer";><code>@​Mohammad-Faiz-Cloud-Engineer</code></a></strong>
 (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10922";>#10922</a></strong>)</li>
   <li><strong><a 
href="https://github.com/azandabot";><code>@​azandabot</code></a></strong> 
(<strong><a 
href="https://redirect.github.com/axios/axios/issues/10931";>#10931</a></strong>)</li>
   <li><strong><a 
href="https://github.com/niksy";><code>@​niksy</code></a></strong> (<strong><a 
href="https://redirect.github.com/axios/axios/issues/10896";>#10896</a></strong>)</li>
   </ul>
   <p><a href="https://github.com/axios/axios/compare/v1.16.1...v1.17.0";>Full 
Changelog</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/axios/axios/commit/4306df21e84332fc576e98c2de549347c06bfb76";><code>4306df2</code></a>
 chore: add fun 88 sponsorship</li>
   <li><a 
href="https://github.com/axios/axios/commit/931cc8f0106db4c9885403f85364b9e09ae1f6dc";><code>931cc8f</code></a>
 chore(release): prepare release 1.17.0 (<a 
href="https://redirect.github.com/axios/axios/issues/10983";>#10983</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/38ba1b3d2b0aa5ada0463a37a548feb83a84dfa1";><code>38ba1b3</code></a>
 fix(fetch): support basic auth from URL (<a 
href="https://redirect.github.com/axios/axios/issues/10896";>#10896</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/32e2515f1e09b649723e4acd89d920df13eee77e";><code>32e2515</code></a>
 fix: replace ternary side effect in script (<a 
href="https://redirect.github.com/axios/axios/issues/10931";>#10931</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/030e7223831b0f562af3eb7501b24242c8a4c5ba";><code>030e722</code></a>
 chore(deps): bump axios from 1.15.2 to 1.16.1 in /docs (<a 
href="https://redirect.github.com/axios/axios/issues/10960";>#10960</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/ec63164ac6b7a1fcd6b742a8628d3fffe23ce001";><code>ec63164</code></a>
 chore: remove openspec (<a 
href="https://redirect.github.com/axios/axios/issues/10958";>#10958</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/3dec28f94ce29d396d5f2d9718805b47428dc7ab";><code>3dec28f</code></a>
 fix(http): preserve TLS options for proxy tunnels (<a 
href="https://redirect.github.com/axios/axios/issues/10957";>#10957</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/a2390a5c059342bcac2a5297728181dd9939f562";><code>a2390a5</code></a>
 fix: correct isCancel type to narrow to CanceledError&lt;T&gt; (<a 
href="https://redirect.github.com/axios/axios/issues/10952";>#10952</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/fa01b9255d71e72599826428bc6c60f34994c6ce";><code>fa01b92</code></a>
 chore(deps-dev): bump tmp from 0.2.5 to 0.2.7 in /docs (<a 
href="https://redirect.github.com/axios/axios/issues/10954";>#10954</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/2d2314a1ac29ce6723eb53e130b4a36617fd201c";><code>2d2314a</code></a>
 fix: AxiosHeaders <code>toJSON()</code> return types (<a 
href="https://redirect.github.com/axios/axios/issues/10956";>#10956</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/axios/axios/compare/v1.15.2...v1.17.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=1.15.2&new-version=1.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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](https://github.com/apache/fineract-backoffice-ui/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to