From 601579acc52488cc941bf5ba80b5539ce556f6f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 07:22:08 +0000 Subject: [PATCH] Bump @aws-sdk/lib-storage from 3.627.0 to 3.629.0 Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.627.0 to 3.629.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.629.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 9c4f0d6..35cb6fa 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.629.0", - "@aws-sdk/lib-storage": "^3.627.0", + "@aws-sdk/lib-storage": "^3.629.0", "ansi-styles": "^6.2.1", "uuid": "^10.0.0" }, diff --git a/yarn.lock b/yarn.lock index 8f462fb..d3004aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -425,10 +425,10 @@ "@smithy/types" "^3.3.0" tslib "^2.6.2" -"@aws-sdk/lib-storage@^3.627.0": - version "3.627.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.627.0.tgz#a508f9c21e6db5ceb54da77ecb538bf078aea08e" - integrity sha512-yr9/4IQf7F61BuctF+TVo6MNbgWck77TdwjnsEJumUzEmbgDRkEGetNedIQ/UwsHq+9V+gOVH7T52ywpzlmpdg== +"@aws-sdk/lib-storage@^3.629.0": + version "3.629.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.629.0.tgz#29f0beb435d394763c7ecc5f825b7575b9dd0bf2" + integrity sha512-o7gyawMHSeDKCiMLPArr5nR0bf6wM/lH9+wzCxmBkRQMvrHcUfbHMrzughcQACHEQJqna+uxby2zk2KjSAbRmA== dependencies: "@smithy/abort-controller" "^3.1.1" "@smithy/middleware-endpoint" "^3.1.0"