Skip to content

Commit 1f097b7

Browse files
fix(deps): update dependency axios to ^0.29.0 (#923)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://redirect.github.com/axios/axios)) | [`^0.28.0` -> `^0.29.0`](https://renovatebot.com/diffs/npm/axios/0.28.1/0.29.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/axios/0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/axios/0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/axios/0.28.1/0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/axios/0.28.1/0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>axios/axios (axios)</summary> ### [`v0.29.0`](https://redirect.github.com/axios/axios/releases/tag/v0.29.0) [Compare Source](https://redirect.github.com/axios/axios/compare/v0.28.1...v0.29.0) #### Release notes: ##### Bug Fixes - fix(backport): backport security fixes in commits [#&#8203;6167](https://redirect.github.com/axios/axios/issues/6167) and [#&#8203;6163](https://redirect.github.com/axios/axios/issues/6163) to v0.x by [@&#8203;Sean-Powell](https://redirect.github.com/Sean-Powell) in [https://github.com/axios/axios/pull/6402](https://redirect.github.com/axios/axios/pull/6402) - fix: omit nulls in params by [@&#8203;Willshaw](https://redirect.github.com/Willshaw) in [https://github.com/axios/axios/pull/6394](https://redirect.github.com/axios/axios/pull/6394) - fix(backport): fix paramsSerializer function validation by [@&#8203;solonzhu](https://redirect.github.com/solonzhu) in [https://github.com/axios/axios/pull/6361](https://redirect.github.com/axios/axios/pull/6361) - fix: Regular Expression Denial of Service (ReDoS) by [@&#8203;qiongshusheng](https://redirect.github.com/qiongshusheng) in [https://github.com/axios/axios/pull/6708](https://redirect.github.com/axios/axios/pull/6708) ##### Contributors to this release - [@&#8203;Sean-Powell](https://redirect.github.com/Sean-Powell) made their first contribution in [https://github.com/axios/axios/pull/6402](https://redirect.github.com/axios/axios/pull/6402) - [@&#8203;Willshaw](https://redirect.github.com/Willshaw) made their first contribution in [https://github.com/axios/axios/pull/6394](https://redirect.github.com/axios/axios/pull/6394) - [@&#8203;solonzhu](https://redirect.github.com/solonzhu) made their first contribution in [https://github.com/axios/axios/pull/6361](https://redirect.github.com/axios/axios/pull/6361) - [@&#8203;qiongshusheng](https://redirect.github.com/qiongshusheng) made their first contribution in [https://github.com/axios/axios/pull/6708](https://redirect.github.com/axios/axios/pull/6708) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" (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/erezrokah/aws-testing-library). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent ea6a389 commit 1f097b7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 9 additions & 9 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
@@ -64,7 +64,7 @@
6464
},
6565
"dependencies": {
6666
"aws-sdk": "^2.678.0",
67-
"axios": "^0.28.0",
67+
"axios": "^0.29.0",
6868
"filter-obj": "^3.0.0",
6969
"jest-diff": "^29.0.0",
7070
"uuid": "^9.0.0"

0 commit comments

Comments
 (0)