Skip to content

Commit

Permalink
Bump @aws-sdk/s3-request-presigner from 3.485.0 to 3.504.0
Browse files Browse the repository at this point in the history
Bumps [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) from 3.485.0 to 3.504.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.504.0/packages/s3-request-presigner)

---
updated-dependencies:
- dependency-name: "@aws-sdk/s3-request-presigner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 5078efd commit 4724a61
Showing 1 changed file with 59 additions and 48 deletions.
107 changes: 59 additions & 48 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3036,21 +3036,6 @@
"@smithy/types" "^2.8.0"
tslib "^2.5.0"

"@aws-sdk/middleware-sdk-s3@3.485.0":
version "3.485.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.485.0.tgz#89e48e32869afb3568cec40558c9cf04d4b72544"
integrity sha512-3769c4e3UtvaNU5T6dHxhjGI1kEXymldqiP1PMZMX2jVffwSGhbvyLq0Kl6+9Jr51fj2oXN6Tex+8J9+5dzTgQ==
dependencies:
"@aws-sdk/types" "3.485.0"
"@aws-sdk/util-arn-parser" "3.465.0"
"@smithy/node-config-provider" "^2.1.9"
"@smithy/protocol-http" "^3.0.12"
"@smithy/signature-v4" "^2.0.0"
"@smithy/smithy-client" "^2.2.1"
"@smithy/types" "^2.8.0"
"@smithy/util-config-provider" "^2.1.0"
tslib "^2.5.0"

"@aws-sdk/middleware-sdk-s3@3.496.0":
version "3.496.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.496.0.tgz#8d15cd44578da34159d99282b5de734a0f50db7c"
Expand All @@ -3066,6 +3051,21 @@
"@smithy/util-config-provider" "^2.2.1"
tslib "^2.5.0"

"@aws-sdk/middleware-sdk-s3@3.502.0":
version "3.502.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.502.0.tgz#a2d968414247fd9cbfc90e1071f29e4375cb25b8"
integrity sha512-GbGugrfyL5bNA/zw8iQll92yXBONfWSC8Ns00DtkOU1saPXp4/7WHtyyZGYdvPa73T1IsuZy9egpoYRBmRcd5Q==
dependencies:
"@aws-sdk/types" "3.502.0"
"@aws-sdk/util-arn-parser" "3.495.0"
"@smithy/node-config-provider" "^2.2.1"
"@smithy/protocol-http" "^3.1.1"
"@smithy/signature-v4" "^2.1.1"
"@smithy/smithy-client" "^2.3.1"
"@smithy/types" "^2.9.1"
"@smithy/util-config-provider" "^2.2.1"
tslib "^2.5.0"

"@aws-sdk/middleware-sdk-sts@3.186.0":
version "3.186.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.186.0.tgz#18f3d6b7b42c1345b5733ac3e3119d370a403e94"
Expand Down Expand Up @@ -3360,17 +3360,17 @@
tslib "^2.5.0"

"@aws-sdk/s3-request-presigner@^3.485.0":
version "3.485.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.485.0.tgz#c0ae7d1e241318de24307f0b84e01cdf5d0c8a97"
integrity sha512-5TCyl1H/PdBH0XDSILb9y1d/fU+tDEQ7Fkqeb2gIYENDG09dX68TtcZVGs0sMZtC9CLUFpmEp8R/3LtfuoeY6w==
version "3.504.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.504.0.tgz#4288f6381c1a63fae417754eae4f0652cf0a51b5"
integrity sha512-5FxVdRufiFLSUDJ/Qul5JFPHjhFFzo+C6u53bzbi7gaSshA6lLLhJ9KbVk2LmKE1mTR+nh2+JebI6y+3njtkzw==
dependencies:
"@aws-sdk/signature-v4-multi-region" "3.485.0"
"@aws-sdk/types" "3.485.0"
"@aws-sdk/util-format-url" "3.485.0"
"@smithy/middleware-endpoint" "^2.3.0"
"@smithy/protocol-http" "^3.0.12"
"@smithy/smithy-client" "^2.2.1"
"@smithy/types" "^2.8.0"
"@aws-sdk/signature-v4-multi-region" "3.502.0"
"@aws-sdk/types" "3.502.0"
"@aws-sdk/util-format-url" "3.502.0"
"@smithy/middleware-endpoint" "^2.4.1"
"@smithy/protocol-http" "^3.1.1"
"@smithy/smithy-client" "^2.3.1"
"@smithy/types" "^2.9.1"
tslib "^2.5.0"

"@aws-sdk/service-error-classification@3.186.0":
Expand Down Expand Up @@ -3398,18 +3398,6 @@
dependencies:
tslib "^1.8.0"

"@aws-sdk/signature-v4-multi-region@3.485.0":
version "3.485.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.485.0.tgz#1a32f61dc205e9b3b4b590aeccb19743483f3de7"
integrity sha512-168ipXkbG75l9cKQmsBtx/4+AYjGsBoy724bXosW13t2/l/E3IzJAYUjDROiK0JXVMG85xAnGWbFwZkjxVXzrQ==
dependencies:
"@aws-sdk/middleware-sdk-s3" "3.485.0"
"@aws-sdk/types" "3.485.0"
"@smithy/protocol-http" "^3.0.12"
"@smithy/signature-v4" "^2.0.0"
"@smithy/types" "^2.8.0"
tslib "^2.5.0"

"@aws-sdk/signature-v4-multi-region@3.496.0":
version "3.496.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.496.0.tgz#0084ad38ab25dc50d5965d31a9c659673d82e86f"
Expand All @@ -3422,6 +3410,18 @@
"@smithy/types" "^2.9.1"
tslib "^2.5.0"

"@aws-sdk/signature-v4-multi-region@3.502.0":
version "3.502.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.502.0.tgz#2d3fab86051eb98a4e4216e0f2f3d957a854b42c"
integrity sha512-NpOXtUXH0ZAgnyI3Y3s2fPrgwbsWoNMwdoXdFZvH0eDzzX80tim7Yuy6dzVA5zrxSzOYs1xjcOhM+4CmM0QZiw==
dependencies:
"@aws-sdk/middleware-sdk-s3" "3.502.0"
"@aws-sdk/types" "3.502.0"
"@smithy/protocol-http" "^3.1.1"
"@smithy/signature-v4" "^2.1.1"
"@smithy/types" "^2.9.1"
tslib "^2.5.0"

"@aws-sdk/signature-v4@3.186.0":
version "3.186.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4/-/signature-v4-3.186.0.tgz#bbd56e71af95548abaeec6307ea1dfe7bd26b4e4"
Expand Down Expand Up @@ -3613,14 +3613,22 @@
"@smithy/types" "^2.8.0"
tslib "^2.5.0"

"@aws-sdk/types@3.496.0", "@aws-sdk/types@^3.1.0", "@aws-sdk/types@^3.222.0":
"@aws-sdk/types@3.496.0":
version "3.496.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.496.0.tgz#cdde44a94a57cf8f97cf05e4d0bdce2f56ce4eeb"
integrity sha512-umkGadK4QuNQaMoDICMm7NKRI/mYSXiyPjcn3d53BhsuArYU/52CebGQKdt4At7SwwsiVJZw9RNBHyN5Mm0HVw==
dependencies:
"@smithy/types" "^2.9.1"
tslib "^2.5.0"

"@aws-sdk/types@3.502.0", "@aws-sdk/types@^3.1.0", "@aws-sdk/types@^3.222.0":
version "3.502.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.502.0.tgz#c23dda4df7fdbe32642d4f5ab23516f455fb6aba"
integrity sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==
dependencies:
"@smithy/types" "^2.9.1"
tslib "^2.5.0"

"@aws-sdk/types@3.6.1":
version "3.6.1"
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.6.1.tgz#00686db69e998b521fcd4a5f81ef0960980f80c4"
Expand Down Expand Up @@ -3654,13 +3662,6 @@
"@aws-sdk/types" "3.6.1"
tslib "^1.8.0"

"@aws-sdk/util-arn-parser@3.465.0":
version "3.465.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.465.0.tgz#2896f6b06f69770378586853c97a0f283cbb2e20"
integrity sha512-zOJ82vzDJFqBX9yZBlNeHHrul/kpx/DCoxzW5UBbZeb26kfV53QhMSoEmY8/lEbBqlqargJ/sgRC845GFhHNQw==
dependencies:
tslib "^2.5.0"

"@aws-sdk/util-arn-parser@3.495.0":
version "3.495.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.495.0.tgz#539f2d6dfef343a80324348f1f9a1b7eed2390f3"
Expand Down Expand Up @@ -3820,6 +3821,16 @@
"@smithy/types" "^2.8.0"
tslib "^2.5.0"

"@aws-sdk/util-format-url@3.502.0":
version "3.502.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-format-url/-/util-format-url-3.502.0.tgz#3356d2d38b1342f81117bebe630ae378840366cc"
integrity sha512-4+0zBD0ZIJqtTzSE6VRruRwUx3lG+is8Egv+LN99X5y7i6OdrS9ePYHbCJ9FxkzTThgbkUq6k2W7psEDYvn4VA==
dependencies:
"@aws-sdk/types" "3.502.0"
"@smithy/querystring-builder" "^2.1.1"
"@smithy/types" "^2.9.1"
tslib "^2.5.0"

"@aws-sdk/util-hex-encoding@3.186.0":
version "3.186.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.186.0.tgz#7ed58b923997c6265f4dce60c8704237edb98895"
Expand Down Expand Up @@ -11873,9 +11884,9 @@
integrity sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==

"@types/node@^16.18.39":
version "16.18.75"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.75.tgz#88460b2706e5be1788f5ed6ef51152283b7703a2"
integrity sha512-+FSfZd5mpMDTcIK7bp2GueIcAespzR4FROOXnEst248c85vwthIEwtXYOLgVc/sI4ihE1K/7yO1lEiSgvwAOxA==
version "16.18.78"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.78.tgz#3d97264128712f2eb59f1f8456bcfc5d56d8105c"
integrity sha512-2poPMDdsGfvhcLmgJZ85QrIfN6z3PijYRMiV0FWIEUiQW/t/lzH7BEm4vN+HMhjZXbtIKssMcAxTcgu4Rm83YA==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down

0 comments on commit 4724a61

Please sign in to comment.