Skip to content

Commit 7cf65b0

Browse files
chore(deps): Bump axios from 0.27.2 to 1.13.6 (#12432)
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.13.6. <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.13.6</h2> <p>This release focuses on platform compatibility, error handling improvements, and code quality maintenance.</p> <h2>⚠️ Important Changes</h2> <ul> <li><strong>Breaking Changes:</strong> None identified in this release.</li> <li><strong>Action Required:</strong> Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.</li> </ul> <h2>🚀 New Features</h2> <ul> <li><strong>React Native Blob Support:</strong> Axios now includes support for React Native Blob objects. Thanks to <a href="https://github.com/moh3n9595"><code>@​moh3n9595</code></a> for the initial implementation. (<a href="https://redirect.github.com/axios/axios/pull/5764">#5764</a>)</li> <li><strong>Code Quality:</strong> Implemented prettier across the codebase and resolved associated formatting issues. (<a href="https://redirect.github.com/axios/axios/pull/7385">#7385</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li> <p><strong>Environment Compatibility:</strong></p> <ul> <li>Fixed module exports for React Native and Browserify environments. (<a href="https://redirect.github.com/axios/axios/pull/7386">#7386</a>)</li> <li>Added safe FormData detection for the WeChat Mini Program environment. (<a href="https://redirect.github.com/axios/axios/pull/7324">#7324</a>)</li> </ul> </li> <li> <p><strong>Error Handling:</strong></p> <ul> <li>AxiosError.message is now correctly enumerable. (<a href="https://redirect.github.com/axios/axios/pull/7392">#7392</a>)</li> <li>AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation. (<a href="https://redirect.github.com/axios/axios/pull/7403">#7403</a>)</li> </ul> </li> </ul> <h2>🔧 Maintenance &amp; Chores</h2> <ul> <li><strong>Dependencies:</strong> Updated the development_dependencies group (5 updates). (<a href="https://redirect.github.com/axios/axios/pull/7432">#7432</a>)</li> <li><strong>Infrastructure:</strong> Migrated <code>@​rollup/plugin-babel</code> from v5.3.1 to v6.1.0. (<a href="https://redirect.github.com/axios/axios/pull/7424">#7424</a>)</li> <li><strong>Documentation:</strong> Added missing JSDoc comments to utilities. (<a href="https://redirect.github.com/axios/axios/pull/7427">#7427</a>)</li> </ul> <h2>🌟 New Contributors</h2> <p>We are thrilled to welcome our new contributors! Thank you for helping improve the project:</p> <ul> <li><a href="https://github.com/Gudahtt"><code>@​Gudahtt</code></a> (<a href="https://redirect.github.com/axios/axios/pull/7386">#7386</a>)</li> <li><a href="https://github.com/ybbus"><code>@​ybbus</code></a> (<a href="https://redirect.github.com/axios/axios/pull/7392">#7392</a>)</li> <li><a href="https://github.com/Shiwaangee"><code>@​Shiwaangee</code></a> (<a href="https://redirect.github.com/axios/axios/pull/7324">#7324</a>)</li> <li><a href="https://github.com/skrtheboss"><code>@​skrtheboss</code></a> (<a href="https://redirect.github.com/axios/axios/pull/7403">#7403</a>)</li> <li><a href="https://github.com/Janaka66"><code>@​Janaka66</code></a> (<a href="https://redirect.github.com/axios/axios/pull/7427">#7427</a>)</li> <li><a href="https://github.com/moh3n9595"><code>@​moh3n9595</code></a> (<a href="https://redirect.github.com/axios/axios/pull/5764">#5764</a>)</li> <li><a href="https://github.com/digital-wizard48"><code>@​digital-wizard48</code></a> (<a href="https://redirect.github.com/axios/axios/pull/7424">#7424</a>)</li> </ul> <p><em>Full Changelog: <a href="https://github.com/axios/axios/compare/v1.13.5...v1.13.6">v1.13.5...v1.13.6</a></em></p> <h2>v1.13.5</h2> <h2>Release 1.13.5</h2> <h3>Highlights</h3> <ul> <li><strong>Security:</strong> Fixed a potential <strong>Denial of Service</strong> issue involving the <code>__proto__</code> key in <code>mergeConfig</code>. (PR <a href="https://redirect.github.com/axios/axios/pull/7369">#7369</a>)</li> <li><strong>Bug fix:</strong> Resolved an issue where <code>AxiosError</code> could be missing the <code>status</code> field on and after <strong>v1.13.3</strong>. (PR <a href="https://redirect.github.com/axios/axios/pull/7368">#7368</a>)</li> </ul> <h3>Changes</h3> <h4>Security</h4> <ul> <li>Fix Denial of Service via <code>__proto__</code> key in <code>mergeConfig</code>. (PR <a href="https://redirect.github.com/axios/axios/pull/7369">#7369</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/7108c8877f9dc05f7aba8beb2b9e522537f9a9a7"><code>7108c88</code></a> chore(release): prepare release 1.13.6 (<a href="https://redirect.github.com/axios/axios/issues/7446">#7446</a>)</li> <li><a href="https://github.com/axios/axios/commit/20a0ba3c01174aa2ec441753fa1fe47f21d20491"><code>20a0ba3</code></a> refactor(deps): migrate <code>@​rollup/plugin-babel</code> from v5.3.1 to v6.1.0 (<a href="https://redirect.github.com/axios/axios/issues/7424">#7424</a>)</li> <li><a href="https://github.com/axios/axios/commit/885b4af6f5dd6ab7977b207fdf61a7e89af69e69"><code>885b4af</code></a> feat: support react native blob objects (<a href="https://redirect.github.com/axios/axios/issues/5764">#5764</a>)</li> <li><a href="https://github.com/axios/axios/commit/00d97b9730f3d83e865d0f3ee33cba6290ba20ed"><code>00d97b9</code></a> docs(utils): add missing JSDoc comments (<a href="https://redirect.github.com/axios/axios/issues/7427">#7427</a>)</li> <li><a href="https://github.com/axios/axios/commit/9712548a49521580c8e692c367609b9f5e748d63"><code>9712548</code></a> chore(deps-dev): bump the development_dependencies group across 1 directory w...</li> <li><a href="https://github.com/axios/axios/commit/d51accbea1faef6e3b74c7dfa636704a2332bfbb"><code>d51accb</code></a> fix(core): copy status from source error in AxiosError.from (<a href="https://redirect.github.com/axios/axios/issues/7403">#7403</a>)</li> <li><a href="https://github.com/axios/axios/commit/3e30bbf1b33c8b6213c793eb0cf6b61b0edc72f1"><code>3e30bbf</code></a> chore: fix publish to only run on v1 tags</li> <li><a href="https://github.com/axios/axios/commit/672491db34b5575d2abb1c3f91382bc1f45ae7b7"><code>672491d</code></a> fix: safe FormData detection for WeChat Mini Program (<a href="https://redirect.github.com/axios/axios/issues/7306">#7306</a>) (<a href="https://redirect.github.com/axios/axios/issues/7324">#7324</a>)</li> <li><a href="https://github.com/axios/axios/commit/822e3e40b4f9287b5a787f5d1dfb3ae7f8a0faa3"><code>822e3e4</code></a> fix: make AxiosError.message property enumerable (<a href="https://redirect.github.com/axios/axios/issues/7392">#7392</a>)</li> <li><a href="https://github.com/axios/axios/commit/ef3711d1b3a3c1eb4f11dc43e8db38e9c5342448"><code>ef3711d</code></a> feat: implement prettier and fix all issues (<a href="https://redirect.github.com/axios/axios/issues/7385">#7385</a>)</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v0.27.2...v1.13.6">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for axios since your current version.</p> </details> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=0.27.2&new-version=1.13.6)](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/carbon-design-system/carbon-for-ibm-dotcom/network/alerts). </details>
1 parent dedb36e commit 7cf65b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-617 KB
Binary file not shown.
634 KB
Binary file not shown.

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10317,13 +10317,13 @@ __metadata:
1031710317
linkType: hard
1031810318

1031910319
"axios@npm:^1.0.0, axios@npm:^1.6.8":
10320-
version: 1.13.5
10321-
resolution: "axios@npm:1.13.5"
10320+
version: 1.13.6
10321+
resolution: "axios@npm:1.13.6"
1032210322
dependencies:
1032310323
follow-redirects: "npm:^1.15.11"
1032410324
form-data: "npm:^4.0.5"
1032510325
proxy-from-env: "npm:^1.1.0"
10326-
checksum: 10/db726d09902565ef9a0632893530028310e2ec2b95b727114eca1b101450b00014133dfc3871cffc87983fb922bca7e4874d7e2826d1550a377a157cdf3f05b6
10326+
checksum: 10/a7ed83c2af3ef21d64609df0f85e76893a915a864c5934df69241001d0578082d6521a0c730bf37518ee458821b5695957cb10db9fc705f2a8996c8686ea7a89
1032710327
languageName: node
1032810328
linkType: hard
1032910329

0 commit comments

Comments
 (0)