From 3e06fde2469e058eac5288b6fb3eb3c84ac90e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:11:31 +0000 Subject: [PATCH 1/2] Bump aws4 from 1.13.1 to 1.13.2 Bumps [aws4](https://github.com/mhart/aws4) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/mhart/aws4/releases) - [Commits](https://github.com/mhart/aws4/compare/v1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: aws4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index efdeea8cd..7e11ffd6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -811,9 +811,9 @@ auto-bind@4.0.0: integrity sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ== aws4@^1.11.0: - version "1.13.1" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.1.tgz#bb5f8b8a20739f6ae1caeaf7eea2c7913df8048e" - integrity sha512-u5w79Rd7SU4JaIlA/zFqG+gOiuq25q5VLyZ8E+ijJeILuTxVzZgp2CaGw/UTw6pXYN9XMO9yiqj/nEHmhTG5CA== + version "1.13.2" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.2.tgz#0aa167216965ac9474ccfa83892cfb6b3e1e52ef" + integrity sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw== balanced-match@^1.0.0: version "1.0.2" From 0c38cae313dd88034ceebf28f230f50579dfa9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 9 Sep 2024 07:12:21 +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 242668295..933efa9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `simple-statistics` from 7.8.4 to 7.8.5 - Bumps `simple-git` from 3.25.0 to 3.26.0 - Bumps `@types/node` from 22.5.0 to 22.5.2 +- Bumps `aws4` from 1.13.1 to 1.13.2 ### Changed ### Deprecated ### Removed