Skip to content

Commit

Permalink
fix(deps): update dependency aws4-axios to v3.3.4 (#1018)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [aws4-axios](https://togithub.com/jamesmbourne/aws4-axios) | [`3.3.0`
-> `3.3.4`](https://renovatebot.com/diffs/npm/aws4-axios/3.3.0/3.3.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/aws4-axios/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws4-axios/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws4-axios/3.3.0/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws4-axios/3.3.0/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jamesmbourne/aws4-axios (aws4-axios)</summary>

###
[`v3.3.4`](https://togithub.com/jamesmbourne/aws4-axios/releases/tag/v3.3.4)

[Compare
Source](https://togithub.com/jamesmbourne/aws4-axios/compare/v3.3.3...v3.3.4)

##### Bug Fixes

- allow using baseURL with empty url
([#&#8203;1305](https://togithub.com/jamesmbourne/aws4-axios/issues/1305))
([8c4782d](https://togithub.com/jamesmbourne/aws4-axios/commit/8c4782d2c3bee2115dc5eaa2a32ba9f5708fbe8d))

###
[`v3.3.3`](https://togithub.com/jamesmbourne/aws4-axios/releases/tag/v3.3.3)

[Compare
Source](https://togithub.com/jamesmbourne/aws4-axios/compare/v3.3.2...v3.3.3)

##### Bug Fixes

- do not overwrite headers, call `.set(k, v)` instead.
([#&#8203;1304](https://togithub.com/jamesmbourne/aws4-axios/issues/1304))
([938573a](https://togithub.com/jamesmbourne/aws4-axios/commit/938573a96756f926962878587c7c08b2747287d2))

###
[`v3.3.2`](https://togithub.com/jamesmbourne/aws4-axios/releases/tag/v3.3.2)

[Compare
Source](https://togithub.com/jamesmbourne/aws4-axios/compare/v3.3.1...v3.3.2)

##### Bug Fixes

- header conversion
([#&#8203;1300](https://togithub.com/jamesmbourne/aws4-axios/issues/1300))
([6da8bf2](https://togithub.com/jamesmbourne/aws4-axios/commit/6da8bf2b6e673e0299a532c29b00625ae52f4c2e))

###
[`v3.3.1`](https://togithub.com/jamesmbourne/aws4-axios/releases/tag/v3.3.1)

[Compare
Source](https://togithub.com/jamesmbourne/aws4-axios/compare/v3.3.0...v3.3.1)

##### Bug Fixes

- Wrap headers with AxiosHeaders to prevent incorrect type being passed
([#&#8203;1248](https://togithub.com/jamesmbourne/aws4-axios/pull/1248))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC,
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ScaleLeap/selling-partner-api-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 3, 2024
1 parent 08b09f9 commit 40f547d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"aws4-axios": "3.3.0",
"aws4-axios": "3.3.4",
"axios": "1.6.7",
"http-status-codes": "2.3.0",
"ts-error": "1.0.6"
Expand Down

0 comments on commit 40f547d

Please sign in to comment.