From 2c41a08445aeae92318ac94a432cb8a25c0cf1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:11:44 +0000 Subject: [PATCH] Bump @aws-sdk/lib-storage from 3.461.0 to 3.462.0 Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.461.0 to 3.462.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.462.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 cc3ce24..8a85cca 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.461.0", + "@aws-sdk/lib-storage": "^3.462.0", "ansi-styles": "^6.2.1", "uuid": "^9.0.1" }, diff --git a/yarn.lock b/yarn.lock index 9508a80..954a195 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.461.0": - version "3.461.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.461.0.tgz#880245bb31aa2f22a96a914a4c35df7f1587a76f" - integrity sha512-PhtbScrcUz0saP5kd3UMODR/TluNdLONaRQW9dnmHiLwwl2Cj99QqumqjG1NpS3bNqioJj8CTDwubOxDOk7yCA== +"@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== dependencies: "@smithy/abort-controller" "^2.0.1" "@smithy/middleware-endpoint" "^2.2.0"