From 5df3dbc6cb88d994979afc0de0f35d9516eaa53d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 07:55:24 +0000 Subject: [PATCH] Bump @aws-sdk/lib-storage from 3.445.0 to 3.449.0 Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.445.0 to 3.449.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.449.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 71747cf..7e0fe92 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.445.0", - "@aws-sdk/lib-storage": "^3.445.0", + "@aws-sdk/lib-storage": "^3.449.0", "ansi-styles": "^6.2.1", "uuid": "^9.0.1" }, diff --git a/yarn.lock b/yarn.lock index 011289f..c0e9a7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -361,10 +361,10 @@ "@smithy/types" "^2.4.0" tslib "^2.5.0" -"@aws-sdk/lib-storage@^3.445.0": - version "3.445.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.445.0.tgz#c0349c30431f1547da676db872868df2258b4dfd" - integrity sha512-sCP3lh71oMkx/B3+tSOGr81cff1Z1Yy5ejh5xa/YuH6OefQUFBM7/EC0CJiNfVXemh3D6O+biKETL+t2rAiZoQ== +"@aws-sdk/lib-storage@^3.449.0": + version "3.449.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.449.0.tgz#0a9a7ab6785a1bcaba04ee1eb62af92924f54ce9" + integrity sha512-s2T97mjwRHNvAhYZ9po9pwsL75LhoIdNh2NJYjazGl7hPbUOJlliAVdowr1TtnpAwH+NWwc/oijUMdU31i3y5w== dependencies: "@smithy/abort-controller" "^2.0.1" "@smithy/middleware-endpoint" "^2.1.3"