From e0412914fe31ef05376fd3ccd6cee59b8faf10b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 07:48:06 +0000 Subject: [PATCH] Bump @aws-sdk/lib-storage from 3.703.0 to 3.705.0 Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.703.0 to 3.705.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.705.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 5586c82..7488945 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", "@aws-sdk/client-s3": "^3.705.0", - "@aws-sdk/lib-storage": "^3.703.0", + "@aws-sdk/lib-storage": "^3.705.0", "ansi-styles": "^6.2.1", "uuid": "^11.0.2" }, diff --git a/yarn.lock b/yarn.lock index 1f49e83..12e5761 100644 --- a/yarn.lock +++ b/yarn.lock @@ -432,10 +432,10 @@ "@smithy/types" "^3.7.1" tslib "^2.6.2" -"@aws-sdk/lib-storage@^3.703.0": - version "3.703.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.703.0.tgz#b93d0db047576ef98cf51d350306129bf2ce271a" - integrity sha512-0ejct/fmx/gF7aTcH5RUWiP9IodGWZY0tAfU8tYct0V41hPd9i9t55NbSk/jnzZcRN31NdSHfVxqGdISGAe0qg== +"@aws-sdk/lib-storage@^3.705.0": + version "3.705.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.705.0.tgz#695b9616bd9353139a4f23d56ab637313840a420" + integrity sha512-jucPgdO5RCQAki8+CcEi3ZQxBUpq6iVcurtMkLS1xGbe/VOhxzNOt44V/4WqjUu7ra3on8DD0DOqd9523BqOzA== dependencies: "@smithy/abort-controller" "^3.1.7" "@smithy/middleware-endpoint" "^3.2.3"