From 74300a75af1f96407095733d4e5d1fd733f9631b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 07:49:23 +0000 Subject: [PATCH] Bump @aws-sdk/lib-storage from 3.688.0 to 3.689.0 Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.688.0 to 3.689.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.689.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 e8ffc5a..b60d0c0 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.689.0", - "@aws-sdk/lib-storage": "^3.688.0", + "@aws-sdk/lib-storage": "^3.689.0", "ansi-styles": "^6.2.1", "uuid": "^11.0.2" }, diff --git a/yarn.lock b/yarn.lock index 252c2c4..729ce99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -432,10 +432,10 @@ "@smithy/types" "^3.6.0" tslib "^2.6.2" -"@aws-sdk/lib-storage@^3.688.0": - version "3.688.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.688.0.tgz#d9afce1834df2376ad010d89888a9d2a3a3cd8f1" - integrity sha512-pmxjyuHEaIbYmRIN0EWTfmPgJ+XjP1GHD+2C68fk8+6CGbDFKIwq0PaatyiKq5Vt080qCpQxzkTOZn6GiB8CRQ== +"@aws-sdk/lib-storage@^3.689.0": + version "3.689.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.689.0.tgz#bb22acb58a727fd0be974d06934f970edbb2a530" + integrity sha512-5onxtoSunbrTIt5bttlEAF92A7OJfYDL1+qTEMxdyvLXzOENp3WElXVpKKPeqowuOffABT9ZcoTo/0aHOdZ81w== dependencies: "@smithy/abort-controller" "^3.1.5" "@smithy/middleware-endpoint" "^3.2.1"