From ee16e280f35c3cd7cb5ea2d4c81822322280706f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:42:06 +0000 Subject: [PATCH] Bump @aws-sdk/lib-storage from 3.462.0 to 3.465.0 Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.462.0 to 3.465.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.465.0/lib/lib-storage) --- updated-dependencies: - dependency-name: "@aws-sdk/lib-storage" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8a85cca..8d47322 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", "@aws-sdk/client-s3": "^3.462.0", - "@aws-sdk/lib-storage": "^3.462.0", + "@aws-sdk/lib-storage": "^3.465.0", "ansi-styles": "^6.2.1", "uuid": "^9.0.1" }, diff --git a/yarn.lock b/yarn.lock index 954a195..b8b35e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -361,10 +361,10 @@ "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@aws-sdk/lib-storage@^3.462.0": - version "3.462.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.462.0.tgz#0ed290f0e54269451daa4404a1da3ad9f49f1ccb" - integrity sha512-OUA/O44COxwWM6zYEGEVl5t71uTpY31bDjK8XIEDtiWzcg6Lvhmi9gseRpLi5nffBtuOQayZtKGOIk+GfG/YLA== +"@aws-sdk/lib-storage@^3.465.0": + version "3.465.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.465.0.tgz#ad9d1d3bcdd8dd5c234a38a805780adfe6e07860" + integrity sha512-nsh8FgVw31N0GO6yiThg2I8yG0rRlpvnEm/MYQ8ETpmm2uq4inbup7eS8FxtfxhU6cGcJZu+YLeBwEdKrTSmvA== dependencies: "@smithy/abort-controller" "^2.0.1" "@smithy/middleware-endpoint" "^2.2.0"