From 40f547df48041b1bd96c08c8aa39c335640f2746 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 06:16:13 +0000 Subject: [PATCH] fix(deps): update dependency aws4-axios to v3.3.4 (#1018) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
jamesmbourne/aws4-axios (aws4-axios) ### [`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 ([#​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. ([#​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 ([#​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 ([#​1248](https://togithub.com/jamesmbourne/aws4-axios/pull/1248))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34548906..8734215b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "6.13.8", "license": "MIT", "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" @@ -4638,9 +4638,9 @@ "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==" }, "node_modules/aws4-axios": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/aws4-axios/-/aws4-axios-3.3.0.tgz", - "integrity": "sha512-TjSzFKKMyQN/fiphQ0OUff8srWmUcfiM0mZqrtT75BBYrUTJVw7fG85Et2Npps3no8THEy1j/y82YGP2JSMMNg==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/aws4-axios/-/aws4-axios-3.3.4.tgz", + "integrity": "sha512-pcyliHZ1G6DqWvP1ITHX/LH+yc2vDzx6epB+/XDPA1oBZeIFyh71MlwjHcGemHRxcVq8pW5tzNln4S6GgZ1BFw==", "dependencies": { "@aws-sdk/client-sts": "^3.4.1", "aws4": "^1.12.0" @@ -4649,7 +4649,7 @@ "node": ">=16" }, "peerDependencies": { - "axios": ">=1.0.0" + "axios": ">=1.6.0" } }, "node_modules/axios": { @@ -18723,9 +18723,9 @@ "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==" }, "aws4-axios": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/aws4-axios/-/aws4-axios-3.3.0.tgz", - "integrity": "sha512-TjSzFKKMyQN/fiphQ0OUff8srWmUcfiM0mZqrtT75BBYrUTJVw7fG85Et2Npps3no8THEy1j/y82YGP2JSMMNg==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/aws4-axios/-/aws4-axios-3.3.4.tgz", + "integrity": "sha512-pcyliHZ1G6DqWvP1ITHX/LH+yc2vDzx6epB+/XDPA1oBZeIFyh71MlwjHcGemHRxcVq8pW5tzNln4S6GgZ1BFw==", "requires": { "@aws-sdk/client-sts": "^3.4.1", "aws4": "^1.12.0" diff --git a/package.json b/package.json index 4b66b850..b26d2c4a 100644 --- a/package.json +++ b/package.json @@ -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"