From 794a5f371842a66ae010f25ca13ff1fc55c0f1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 08:01:04 +0000 Subject: [PATCH 1/2] Bump @aws-sdk/types from 3.329.0 to 3.341.0 Bumps [@aws-sdk/types](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types) from 3.329.0 to 3.341.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/types/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.341.0/packages/types) --- updated-dependencies: - dependency-name: "@aws-sdk/types" dependency-type: direct:development 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 7f9e92979..61f11aa3c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3,9 +3,9 @@ "@aws-sdk/types@^3.160.0": - version "3.329.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.329.0.tgz#bc20659abfcd666954196c3a24ad47785db80dd3" - integrity sha512-wFBW4yciDfzQBSFmWNaEvHShnSGLMxSu9Lls6EUf6xDMavxSB36bsrVRX6CyAo/W0NeIIyEOW1LclGPgJV1okg== + version "3.341.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.341.0.tgz#b4282a2d3a9f7ae85650a4b61a80326588ca9400" + integrity sha512-2KJf64BhJly/Ty35oWKlCElIqUP4kQ0LA+meSrgAmwl7oE0AYuO7V0ar1nsTGlsubYkLRvOuEhMcuNuumaUdoQ== dependencies: tslib "^2.5.0" From 6536823aed8273f1a26856869749715f2dc1f12c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 29 May 2023 08:01:58 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0480d42d6..45fce384f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `xmlbuilder2` from 3.0.2 to 3.1.1 - Bumps `simple-git` from 3.17.0 to 3.18.0 - Bumps `@babel/eslint-parser` from 7.21.3 to 7.21.8 -- Bumps `@aws-sdk/types` from 3.257.0 to 3.329.0 +- Bumps `@aws-sdk/types` from 3.257.0 to 3.341.0 - Bumps `semver` from 7.3.8 to 7.5.1 - Bumps `node-fetch` from 3.2.10 to 3.3.1 ### Changed