Skip to content

Commit 84e0635

Browse files
chore(deps): update dependency axios to v1.10.0 (#46)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [axios](https://axios-http.com) ([source](https://redirect.github.com/axios/axios)) | [`1.9.0` -> `1.10.0`](https://renovatebot.com/diffs/npm/axios/1.9.0/1.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/axios/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/axios/1.9.0/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>axios/axios (axios)</summary> ### [`v1.10.0`](https://redirect.github.com/axios/axios/blob/HEAD/CHANGELOG.md#1100-2025-06-14) [Compare Source](https://redirect.github.com/axios/axios/compare/v1.9.0...v1.10.0) ##### Bug Fixes - **adapter:** pass fetchOptions to fetch function ([#&#8203;6883](https://redirect.github.com/axios/axios/issues/6883)) ([0f50af8](https://redirect.github.com/axios/axios/commit/0f50af8e076b7fb403844789bd5e812dedcaf4ed)) - **form-data:** convert boolean values to strings in FormData serialization ([#&#8203;6917](https://redirect.github.com/axios/axios/issues/6917)) ([5064b10](https://redirect.github.com/axios/axios/commit/5064b108de336ff34862650709761b8a96d26be0)) - **package:** add module entry point for React Native; ([#&#8203;6933](https://redirect.github.com/axios/axios/issues/6933)) ([3d343b8](https://redirect.github.com/axios/axios/commit/3d343b86dc4fd0eea0987059c5af04327c7ae304)) ##### Features - **types:** improved fetchOptions interface ([#&#8203;6867](https://redirect.github.com/axios/axios/issues/6867)) ([63f1fce](https://redirect.github.com/axios/axios/commit/63f1fce233009f5db1abf2586c145825ac98c3d7)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://redirect.github.com/DigitalBrainJS "+30/-19 (#&#8203;6933 #&#8203;6920 #&#8203;6893 #&#8203;6892 )") - <img src="https://avatars.githubusercontent.com/u/189505037?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Noritaka Kobayashi](https://redirect.github.com/noritaka1166 "+2/-6 (#&#8203;6922 #&#8203;6923 )") - <img src="https://avatars.githubusercontent.com/u/48370490?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dimitrios Lazanas](https://redirect.github.com/dimitry-lzs "+4/-0 (#&#8203;6917 )") - <img src="https://avatars.githubusercontent.com/u/71047946?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Adrian Knapp](https://redirect.github.com/AdrianKnapp "+2/-2 (#&#8203;6867 )") - <img src="https://avatars.githubusercontent.com/u/16129206?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Howie Zhao](https://redirect.github.com/howiezhao "+3/-1 (#&#8203;6872 )") - <img src="https://avatars.githubusercontent.com/u/6788611?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Uhyeon Park](https://redirect.github.com/warpdev "+1/-1 (#&#8203;6883 )") - <img src="https://avatars.githubusercontent.com/u/20028934?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Sampo Silvennoinen](https://redirect.github.com/stscoundrel "+1/-1 (#&#8203;6913 )") </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 1-7 day on Sunday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/emartech/json-logger-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e034467 commit 84e0635

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/sinon-chai": "3.2.12",
5151
"@typescript-eslint/eslint-plugin": "5.62.0",
5252
"@typescript-eslint/parser": "5.62.0",
53-
"axios": "1.9.0",
53+
"axios": "1.10.0",
5454
"chai": "4.5.0",
5555
"eslint": "8.57.1",
5656
"eslint-config-emarsys": "5.1.0",

0 commit comments

Comments
 (0)