Skip to content

Commit

Permalink
Bump @aws-sdk/lib-storage from 3.449.0 to 3.451.0
Browse files Browse the repository at this point in the history
Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.449.0 to 3.451.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.451.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Nov 16, 2023
1 parent e8013f1 commit 0ef51e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@aws-sdk/client-s3": "^3.451.0",
"@aws-sdk/lib-storage": "^3.449.0",
"@aws-sdk/lib-storage": "^3.451.0",
"ansi-styles": "^6.2.1",
"uuid": "^9.0.1"
},
Expand Down
26 changes: 9 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -361,14 +361,14 @@
"@smithy/types" "^2.5.0"
tslib "^2.5.0"

"@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==
"@aws-sdk/lib-storage@^3.451.0":
version "3.451.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.451.0.tgz#1448353601060969080273f2193d99c94148559a"
integrity sha512-pOtrE1Vs65J3k0bYvWw/zsQ6E80rZzS/jOMC9lQUUqXh8q0KTLq77K5+HCdadNHStXeZV3QJaSWajSR2qJKuyw==
dependencies:
"@smithy/abort-controller" "^2.0.1"
"@smithy/middleware-endpoint" "^2.1.3"
"@smithy/smithy-client" "^2.1.12"
"@smithy/middleware-endpoint" "^2.2.0"
"@smithy/smithy-client" "^2.1.15"
buffer "5.6.0"
events "3.3.0"
stream-browserify "3.0.0"
Expand Down Expand Up @@ -1300,15 +1300,7 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@smithy/abort-controller@^2.0.1":
version "2.0.12"
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.0.12.tgz#62cd47c81fa1d7d6c2d6fde0c2f54ea89892fb6a"
integrity sha512-YIJyefe1mi3GxKdZxEBEuzYOeQ9xpYfqnFmWzojCssRAuR7ycxwpoRQgp965vuW426xUAQhCV5rCaWElQ7XsaA==
dependencies:
"@smithy/types" "^2.4.0"
tslib "^2.5.0"

"@smithy/abort-controller@^2.0.13":
"@smithy/abort-controller@^2.0.1", "@smithy/abort-controller@^2.0.13":
version "2.0.13"
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.0.13.tgz#d050a969bf1a478e548a323ea0f1b83532cbc136"
integrity sha512-eeOPD+GF9BzF/Mjy3PICLePx4l0f3rG/nQegQHRLTloN5p1lSJJNZsyn+FzDnW8P2AduragZqJdtKNCxXozB1Q==
Expand Down Expand Up @@ -1492,7 +1484,7 @@
"@smithy/types" "^2.5.0"
tslib "^2.5.0"

"@smithy/middleware-endpoint@^2.1.3", "@smithy/middleware-endpoint@^2.2.0":
"@smithy/middleware-endpoint@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.2.0.tgz#b5d065e8459216502adf3d8ccb7a589cfe1ba147"
integrity sha512-tddRmaig5URk2106PVMiNX6mc5BnKIKajHHDxb7K0J5MLdcuQluHMGnjkv18iY9s9O0tF+gAcPd/pDXA5L9DZw==
Expand Down Expand Up @@ -1634,7 +1626,7 @@
"@smithy/util-utf8" "^2.0.0"
tslib "^2.5.0"

"@smithy/smithy-client@^2.1.12", "@smithy/smithy-client@^2.1.15":
"@smithy/smithy-client@^2.1.15":
version "2.1.15"
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.1.15.tgz#8a6e142f52fe253fd7f868eedce0e6d308415098"
integrity sha512-rngZcQu7Jvs9UbHihK1EI67RMPuzkc3CJmu4MBgB7D7yBnMGuFR86tq5rqHfL2gAkNnMelBN/8kzQVvZjNKefQ==
Expand Down

0 comments on commit 0ef51e0

Please sign in to comment.