From 4e0e1ea8c9934ba452f6cb4533ced35acc952176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 07:58:45 +0000 Subject: [PATCH 1/2] Bump aws4 from 1.11.0 to 1.12.0 Bumps [aws4](https://github.com/mhart/aws4) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/mhart/aws4/releases) - [Commits](https://github.com/mhart/aws4/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: aws4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 55550e063..28520e7b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -660,9 +660,9 @@ auto-bind@4.0.0: integrity sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ== aws4@^1.11.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" - integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== + version "1.12.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3" + integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== balanced-match@^1.0.0: version "1.0.2" From 2923b4525930b3aedeab6ebce08927ba4b9a10a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 Feb 2023 08:00:22 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e051bfb..ac15f0204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `simple-statistics` from 7.7.0 to 7.8.3 - Bumps `dezalgo` from 1.0.3 to 1.0.4 - Bumps `tsd` from 0.24.1 to 0.25.0 +- Bumps `aws4` from 1.11.0 to 1.12.0 ### Dependencies ### Changed