Commit e9e888e
authored
fix(lambda): bump axios from 1.12.2 to 1.17.0 in /lambdas (#5149)
Bumps [axios](https://github.com/axios/axios) from 1.12.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<T></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 & 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/axios/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<T></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 & 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/axios/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<T> (<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.12.2...v1.17.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new
releaser for axios since your current version.</p>
</details>
<details>
<summary>Install script changes</summary>
<p>This version modifies <code>prepare</code> script that runs during
installation. Review the package contents before updating.</p>
</details>
<br />
[](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/github-aws-runners/terraform-aws-github-runner/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent eb6c640 commit e9e888e
1 file changed
Lines changed: 24 additions & 45 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6106 | 6106 | | |
6107 | 6107 | | |
6108 | 6108 | | |
| 6109 | + | |
| 6110 | + | |
| 6111 | + | |
| 6112 | + | |
| 6113 | + | |
| 6114 | + | |
| 6115 | + | |
| 6116 | + | |
| 6117 | + | |
6109 | 6118 | | |
6110 | 6119 | | |
6111 | 6120 | | |
| |||
6361 | 6370 | | |
6362 | 6371 | | |
6363 | 6372 | | |
6364 | | - | |
6365 | | - | |
6366 | | - | |
6367 | | - | |
6368 | | - | |
6369 | | - | |
6370 | | - | |
6371 | | - | |
6372 | | - | |
6373 | | - | |
6374 | | - | |
6375 | | - | |
6376 | | - | |
6377 | | - | |
| 6373 | + | |
| 6374 | + | |
| 6375 | + | |
6378 | 6376 | | |
6379 | 6377 | | |
6380 | 6378 | | |
| 6379 | + | |
6381 | 6380 | | |
6382 | | - | |
| 6381 | + | |
6383 | 6382 | | |
6384 | 6383 | | |
6385 | 6384 | | |
| |||
7753 | 7752 | | |
7754 | 7753 | | |
7755 | 7754 | | |
7756 | | - | |
7757 | | - | |
7758 | | - | |
7759 | | - | |
7760 | | - | |
7761 | | - | |
7762 | | - | |
7763 | | - | |
7764 | | - | |
7765 | | - | |
7766 | 7755 | | |
7767 | 7756 | | |
7768 | 7757 | | |
| |||
7806 | 7795 | | |
7807 | 7796 | | |
7808 | 7797 | | |
7809 | | - | |
7810 | | - | |
7811 | | - | |
7812 | | - | |
7813 | | - | |
7814 | | - | |
7815 | | - | |
7816 | | - | |
7817 | | - | |
7818 | | - | |
7819 | | - | |
7820 | | - | |
7821 | | - | |
7822 | 7798 | | |
7823 | 7799 | | |
7824 | 7800 | | |
| |||
8136 | 8112 | | |
8137 | 8113 | | |
8138 | 8114 | | |
| 8115 | + | |
| 8116 | + | |
| 8117 | + | |
| 8118 | + | |
| 8119 | + | |
| 8120 | + | |
| 8121 | + | |
| 8122 | + | |
| 8123 | + | |
| 8124 | + | |
8139 | 8125 | | |
8140 | 8126 | | |
8141 | 8127 | | |
| |||
10063 | 10049 | | |
10064 | 10050 | | |
10065 | 10051 | | |
10066 | | - | |
10067 | | - | |
10068 | | - | |
10069 | | - | |
10070 | | - | |
10071 | | - | |
10072 | | - | |
10073 | 10052 | | |
10074 | 10053 | | |
10075 | 10054 | | |
| |||
0 commit comments