From 7a934c7310cf33a1547b2f2d7f408471e0f31255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:08:12 +0000 Subject: [PATCH] Bump @aws-sdk/lib-storage from 3.454.0 to 3.456.0 Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.454.0 to 3.456.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.456.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 97f0a5e..bf6f719 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.454.0", - "@aws-sdk/lib-storage": "^3.454.0", + "@aws-sdk/lib-storage": "^3.456.0", "ansi-styles": "^6.2.1", "uuid": "^9.0.1" }, diff --git a/yarn.lock b/yarn.lock index fe0f0d7..de04127 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.454.0": - version "3.454.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.454.0.tgz#b6c65a7bc3bf5c90c88f0089cee2c879c383bece" - integrity sha512-UygsmdtIwty9GJqBoCqTQeX/dwE2Oo/m3P5UzuUr2veC6AEuYQyMIvmSgLVEO/ek3hfK86kmRBff7VTGWUuN8Q== +"@aws-sdk/lib-storage@^3.456.0": + version "3.456.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.456.0.tgz#9ea4b6aebe5b7b3ed1413d4d0d3d98ac447c49f9" + integrity sha512-S1h7DcH8u+CL6kobVgorgm0X0u+gQwjefbDuRrPF0qtpzvPprabRe4t3yt4VKuhjvegxKMVL/sdw817gLGoPdA== dependencies: "@smithy/abort-controller" "^2.0.1" "@smithy/middleware-endpoint" "^2.2.0"