From 87878f4fea183c60f1970c7adda86accda896a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:11:54 +0000 Subject: [PATCH] Bump @aws-sdk/lib-storage from 3.624.0 to 3.627.0 Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.624.0 to 3.627.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.627.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 fcfe097..462d86f 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.627.0", - "@aws-sdk/lib-storage": "^3.624.0", + "@aws-sdk/lib-storage": "^3.627.0", "ansi-styles": "^6.2.1", "uuid": "^10.0.0" }, diff --git a/yarn.lock b/yarn.lock index bcaac21..628dee3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -424,10 +424,10 @@ "@smithy/types" "^3.3.0" tslib "^2.6.2" -"@aws-sdk/lib-storage@^3.624.0": - version "3.624.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.624.0.tgz#038258b36713fe3ebf4a7615583f30397e8a22e7" - integrity sha512-MdK4eMWh7Nl5a2RB0jfbKtACUip6wMlAbUVSPexkwOpLEwL8KHtXW0kIv9PkwQd4cvZnuUV9b+CyQ7Y+GkTyuA== +"@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== dependencies: "@smithy/abort-controller" "^3.1.1" "@smithy/middleware-endpoint" "^3.1.0"