From 643bf5d2569e433124386fac02420f7643e5dc24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 07:03:35 +0000 Subject: [PATCH 1/2] Bump aws4 from 1.12.0 to 1.13.0 Bumps [aws4](https://github.com/mhart/aws4) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/mhart/aws4/releases) - [Commits](https://github.com/mhart/aws4/compare/v1.12.0...v1.13.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 293e37efc..9fd4b6496 100644 --- a/yarn.lock +++ b/yarn.lock @@ -818,9 +818,9 @@ auto-bind@4.0.0: integrity sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ== aws4@^1.11.0: - version "1.12.0" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3" - integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== + version "1.13.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.0.tgz#d9b802e9bb9c248d7be5f7f5ef178dc3684e9dcc" + integrity sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g== balanced-match@^1.0.0: version "1.0.2" From 980372afec8939330f176d8eddc971ed792dcdea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 May 2024 07:04:36 +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 2525d12fa..ca8a492ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `@types/node` from 20.12.9 to 20.12.12 - Bumps `semver` from 7.6.0 to 7.6.2 - Bumps `rimraf` from 5.0.5 to 5.0.7 +- Bumps `aws4` from 1.12.0 to 1.13.0 ### Changed ### Deprecated ### Removed