From 86281385beafbc46d5236c46e56f50563f5a7610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:36:46 +0000 Subject: [PATCH 1/2] Bump aws4 from 1.13.0 to 1.13.1 Bumps [aws4](https://github.com/mhart/aws4) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/mhart/aws4/releases) - [Commits](https://github.com/mhart/aws4/compare/v1.13.0...v1.13.1) --- 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 866a0bb09..5517b6860 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.0" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.0.tgz#d9b802e9bb9c248d7be5f7f5ef178dc3684e9dcc" - integrity sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g== + version "1.13.1" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.1.tgz#bb5f8b8a20739f6ae1caeaf7eea2c7913df8048e" + integrity sha512-u5w79Rd7SU4JaIlA/zFqG+gOiuq25q5VLyZ8E+ijJeILuTxVzZgp2CaGw/UTw6pXYN9XMO9yiqj/nEHmhTG5CA== balanced-match@^1.0.0: version "1.0.2" From 7bbd538a8332fbefd4688398f54d0bd877dc46e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 20 Aug 2024 21:37:16 +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 d57817c32..adc772899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `@babel/eslint-parser` from 7.24.8 to 7.25.1 - Bumps `@types/node` from 20.14.11 to 22.4.1 +- Bumps `aws4` from 1.13.0 to 1.13.1 ### Changed ### Deprecated ### Removed