-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump @aws-sdk/s3-request-presigner from 3.465.0 to 3.468.0
Bumps [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) from 3.465.0 to 3.468.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.468.0/packages/s3-request-presigner) --- updated-dependencies: - dependency-name: "@aws-sdk/s3-request-presigner" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
c350f99
commit 353e15b
Showing
1 changed file
with
204 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -734,6 +734,21 @@ | |
"@smithy/util-config-provider" "^2.0.0" | ||
tslib "^2.5.0" | ||
|
||
"@aws-sdk/[email protected]": | ||
version "3.468.0" | ||
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.468.0.tgz#5249b849e039d4dca59642b578a2ceed6b350a4f" | ||
integrity sha512-8Ma8tdHYH0stMmGQHh/8eI53oAfiuUJvnQdILWcNArAwlVXt+DJirCSGWP8SqvYdKGa4+jr1YW3+nTdhnm2FZg== | ||
dependencies: | ||
"@aws-sdk/types" "3.468.0" | ||
"@aws-sdk/util-arn-parser" "3.465.0" | ||
"@smithy/node-config-provider" "^2.1.7" | ||
"@smithy/protocol-http" "^3.0.11" | ||
"@smithy/signature-v4" "^2.0.0" | ||
"@smithy/smithy-client" "^2.1.18" | ||
"@smithy/types" "^2.7.0" | ||
"@smithy/util-config-provider" "^2.0.0" | ||
tslib "^2.5.0" | ||
|
||
"@aws-sdk/[email protected]": | ||
version "3.465.0" | ||
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-sqs/-/middleware-sdk-sqs-3.465.0.tgz#2cae0091ad73d854349347c0e4b717c71786f154" | ||
|
@@ -818,17 +833,17 @@ | |
tslib "^2.5.0" | ||
|
||
"@aws-sdk/s3-request-presigner@^3.312.0": | ||
version "3.465.0" | ||
resolved "https://registry.yarnpkg.com/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.465.0.tgz#e54e7f190c277ed53c53c5b6060150d5339e64fc" | ||
integrity sha512-wQTddmwGR+5GZR6KLXMejFuTHzuKRcbwgfTrIemYQDt6DDT4fbQGAvnIZnzpHbqnfx1bQEXquM/oB7LZrASiQQ== | ||
dependencies: | ||
"@aws-sdk/signature-v4-multi-region" "3.465.0" | ||
"@aws-sdk/types" "3.465.0" | ||
"@aws-sdk/util-format-url" "3.465.0" | ||
"@smithy/middleware-endpoint" "^2.2.0" | ||
"@smithy/protocol-http" "^3.0.9" | ||
"@smithy/smithy-client" "^2.1.15" | ||
"@smithy/types" "^2.5.0" | ||
version "3.468.0" | ||
resolved "https://registry.yarnpkg.com/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.468.0.tgz#28b5146a9c0b677563a023e77305e5567acba76a" | ||
integrity sha512-B01d7O3LXaF+WWmDTUaALy/lYM7bMd/i3xJ0MvnypaFosUoE9qmWdq0+lGF2BUExCXe+uZ7ID0rtwXKNsHrExA== | ||
dependencies: | ||
"@aws-sdk/signature-v4-multi-region" "3.468.0" | ||
"@aws-sdk/types" "3.468.0" | ||
"@aws-sdk/util-format-url" "3.468.0" | ||
"@smithy/middleware-endpoint" "^2.2.2" | ||
"@smithy/protocol-http" "^3.0.11" | ||
"@smithy/smithy-client" "^2.1.18" | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@aws-sdk/[email protected]": | ||
|
@@ -843,6 +858,18 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@aws-sdk/[email protected]": | ||
version "3.468.0" | ||
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.468.0.tgz#d814d4cd399eb5336a3898161fe58bee06de6e68" | ||
integrity sha512-ADMWVrqUUjaiWmK7IcBuekOd8nNW6qV1G8ZM9Dgu2U7ezC4gzgZ3IFqZRcQXANX32EC1K3EpDx6fhPpOE/Unbg== | ||
dependencies: | ||
"@aws-sdk/middleware-sdk-s3" "3.468.0" | ||
"@aws-sdk/types" "3.468.0" | ||
"@smithy/protocol-http" "^3.0.11" | ||
"@smithy/signature-v4" "^2.0.0" | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@aws-sdk/[email protected]": | ||
version "3.465.0" | ||
resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.465.0.tgz#e063a30c73878462a5a1542a3eb28ac5e72c5921" | ||
|
@@ -886,14 +913,22 @@ | |
"@smithy/util-utf8" "^2.0.2" | ||
tslib "^2.5.0" | ||
|
||
"@aws-sdk/[email protected]", "@aws-sdk/types@^3.222.0": | ||
"@aws-sdk/[email protected]": | ||
version "3.465.0" | ||
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.465.0.tgz#74977008020f3ed2e5fa0d61daef70d1cbfbfc37" | ||
integrity sha512-Clqu2eD50OOzwSftGpzJrIOGev/7VJhJpc02SeS4cqFgI9EVd+rnFKS/Ux0kcwjLQBMiPcCLtql3KAHApFHAIA== | ||
dependencies: | ||
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@aws-sdk/[email protected]", "@aws-sdk/types@^3.222.0": | ||
version "3.468.0" | ||
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.468.0.tgz#f97b34fc92a800d1d8b866f47693ae8f3d46517b" | ||
integrity sha512-rx/9uHI4inRbp2tw3Y4Ih4PNZkVj32h7WneSg3MVgVjAoVD5Zti9KhS5hkvsBxfgmQmg0AQbE+b1sy5WGAgntA== | ||
dependencies: | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@aws-sdk/[email protected]": | ||
version "3.465.0" | ||
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.465.0.tgz#2896f6b06f69770378586853c97a0f283cbb2e20" | ||
|
@@ -920,6 +955,16 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@aws-sdk/[email protected]": | ||
version "3.468.0" | ||
resolved "https://registry.yarnpkg.com/@aws-sdk/util-format-url/-/util-format-url-3.468.0.tgz#1376e36173321da42a58aa3bc30f008e9074c37f" | ||
integrity sha512-CtHApPmudJz/Z2MHVogWfkaSw4wWHQKVLQs4Q5XjvLcDSzODzxHbiOIckFCXQm2Mme4+TTe4GFU9g869ufegXg== | ||
dependencies: | ||
"@aws-sdk/types" "3.468.0" | ||
"@smithy/querystring-builder" "^2.0.15" | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@aws-sdk/util-locate-window@^3.0.0": | ||
version "3.310.0" | ||
resolved "https://registry.yarnpkg.com/@aws-sdk/util-locate-window/-/util-locate-window-3.310.0.tgz#b071baf050301adee89051032bd4139bba32cc40" | ||
|
@@ -2959,6 +3004,14 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/abort-controller@^2.0.15": | ||
version "2.0.15" | ||
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.0.15.tgz#fcec9193da8b86eef1eedc3e71139a99c061db32" | ||
integrity sha512-JkS36PIS3/UCbq/MaozzV7jECeL+BTt4R75bwY8i+4RASys4xOyUS1HsRyUNSqUXFP4QyCz5aNnh3ltuaxv+pw== | ||
dependencies: | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/chunked-blob-reader-native@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-2.0.1.tgz#0599eaed8c2cd15c7ab43a1838cef1258ff27133" | ||
|
@@ -3073,6 +3126,17 @@ | |
"@smithy/util-base64" "^2.0.1" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/fetch-http-handler@^2.3.1": | ||
version "2.3.1" | ||
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.3.1.tgz#aa055db5bf4d78acec97abe6ef24283fa2c18430" | ||
integrity sha512-6MNk16fqb8EwcYY8O8WxB3ArFkLZ2XppsSNo1h7SQcFdDDwIumiJeO6wRzm7iB68xvsOQzsdQKbdtTieS3hfSQ== | ||
dependencies: | ||
"@smithy/protocol-http" "^3.0.11" | ||
"@smithy/querystring-builder" "^2.0.15" | ||
"@smithy/types" "^2.7.0" | ||
"@smithy/util-base64" "^2.0.1" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/hash-blob-browser@^2.0.14": | ||
version "2.0.14" | ||
resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-2.0.14.tgz#ec0650114432d123b62dfde90685a62f3d9252fc" | ||
|
@@ -3135,17 +3199,17 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.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== | ||
dependencies: | ||
"@smithy/middleware-serde" "^2.0.13" | ||
"@smithy/node-config-provider" "^2.1.5" | ||
"@smithy/shared-ini-file-loader" "^2.2.4" | ||
"@smithy/types" "^2.5.0" | ||
"@smithy/url-parser" "^2.0.13" | ||
"@smithy/util-middleware" "^2.0.6" | ||
"@smithy/middleware-endpoint@^2.2.0", "@smithy/middleware-endpoint@^2.2.2": | ||
version "2.2.3" | ||
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.2.3.tgz#4069ab6e8d1b485bc0d2384b30f7b37096111ec2" | ||
integrity sha512-nYfxuq0S/xoAjdLbyn1ixeVB6cyH9wYCMtbbOCpcCRYR5u2mMtqUtVjjPAZ/DIdlK3qe0tpB0Q76szFGNuz+kQ== | ||
dependencies: | ||
"@smithy/middleware-serde" "^2.0.15" | ||
"@smithy/node-config-provider" "^2.1.8" | ||
"@smithy/shared-ini-file-loader" "^2.2.7" | ||
"@smithy/types" "^2.7.0" | ||
"@smithy/url-parser" "^2.0.15" | ||
"@smithy/util-middleware" "^2.0.8" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/middleware-retry@^2.0.20": | ||
|
@@ -3170,6 +3234,14 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/middleware-serde@^2.0.15": | ||
version "2.0.15" | ||
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.0.15.tgz#9deac4daad1f2a60d5c4e7097658f9ae2eb0a33f" | ||
integrity sha512-FOZRFk/zN4AT4wzGuBY+39XWe+ZnCFd0gZtyw3f9Okn2CJPixl9GyWe98TIaljeZdqWkgrzGyPre20AcW2UMHQ== | ||
dependencies: | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/middleware-stack@^2.0.7": | ||
version "2.0.7" | ||
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.0.7.tgz#e462bb3b33a9d3a29b80e8a7e13b8ba4726967c9" | ||
|
@@ -3178,6 +3250,14 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/middleware-stack@^2.0.9": | ||
version "2.0.9" | ||
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.0.9.tgz#60e51697c74258fac087bc739d940f524921a15f" | ||
integrity sha512-bCB5dUtGQ5wh7QNL2ELxmDc6g7ih7jWU3Kx6MYH1h4mZbv9xL3WyhKHojRltThCB1arLPyTUFDi+x6fB/oabtA== | ||
dependencies: | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/node-config-provider@^2.0.1", "@smithy/node-config-provider@^2.1.5": | ||
version "2.1.5" | ||
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.1.5.tgz#f4be47e87c55791bf07c86c8e41383016753153f" | ||
|
@@ -3188,6 +3268,16 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/node-config-provider@^2.1.7", "@smithy/node-config-provider@^2.1.8": | ||
version "2.1.8" | ||
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.1.8.tgz#8cab8f1172c8cd1146e7997292786909abcae763" | ||
integrity sha512-+w26OKakaBUGp+UG+dxYZtFb5fs3tgHg3/QrRrmUZj+rl3cIuw840vFUXX35cVPTUCQIiTqmz7CpVF7+hdINdQ== | ||
dependencies: | ||
"@smithy/property-provider" "^2.0.16" | ||
"@smithy/shared-ini-file-loader" "^2.2.7" | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/node-http-handler@^2.1.9": | ||
version "2.1.9" | ||
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.1.9.tgz#903c353dcd58990ea46e2793a10160004e2e09e4" | ||
|
@@ -3199,6 +3289,17 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/node-http-handler@^2.2.1": | ||
version "2.2.1" | ||
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.2.1.tgz#23f6540e565edcae8c558a854fffde3d003451c0" | ||
integrity sha512-8iAKQrC8+VFHPAT8pg4/j6hlsTQh+NKOWlctJBrYtQa4ExcxX7aSg3vdQ2XLoYwJotFUurg/NLqFCmZaPRrogw== | ||
dependencies: | ||
"@smithy/abort-controller" "^2.0.15" | ||
"@smithy/protocol-http" "^3.0.11" | ||
"@smithy/querystring-builder" "^2.0.15" | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/property-provider@^2.0.0", "@smithy/property-provider@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.0.1.tgz#4c359f5063a9c664599f88be00e3f9b3e1021d4d" | ||
|
@@ -3215,12 +3316,20 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/protocol-http@^3.0.9": | ||
version "3.0.9" | ||
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.0.9.tgz#a1d973394b6da093bc8fd71556b589190352310d" | ||
integrity sha512-U1wl+FhYu4/BC+rjwh1lg2gcJChQhytiNQSggREgQ9G2FzmoK9sACBZvx7thyWMvRyHQTE22mO2d5UM8gMKDBg== | ||
"@smithy/property-provider@^2.0.16": | ||
version "2.0.16" | ||
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.0.16.tgz#0c15ea8a3e8c8e7012bf5877c79ce754f7d2c06e" | ||
integrity sha512-28Ky0LlOqtEjwg5CdHmwwaDRHcTWfPRzkT6HrhwOSRS2RryAvuDfJrZpM+BMcrdeCyEg1mbcgIMoqTla+rdL8Q== | ||
dependencies: | ||
"@smithy/types" "^2.5.0" | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/protocol-http@^3.0.11", "@smithy/protocol-http@^3.0.9": | ||
version "3.0.11" | ||
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.0.11.tgz#a9ea712fe7cc3375378ac68d9168a7b6cd0b6f65" | ||
integrity sha512-3ziB8fHuXIRamV/akp/sqiWmNPR6X+9SB8Xxnozzj+Nq7hSpyKdFHd1FLpBkgfGFUTzzcBJQlDZPSyxzmdcx5A== | ||
dependencies: | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/querystring-builder@^2.0.13": | ||
|
@@ -3232,6 +3341,15 @@ | |
"@smithy/util-uri-escape" "^2.0.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/querystring-builder@^2.0.15": | ||
version "2.0.15" | ||
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.0.15.tgz#aa8c889bcaef274b8345be4ddabae3bfedf2cf33" | ||
integrity sha512-e1q85aT6HutvouOdN+dMsN0jcdshp50PSCvxDvo6aIM57LqeXimjfONUEgfqQ4IFpYWAtVixptyIRE5frMp/2A== | ||
dependencies: | ||
"@smithy/types" "^2.7.0" | ||
"@smithy/util-uri-escape" "^2.0.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/querystring-parser@^2.0.13": | ||
version "2.0.13" | ||
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.0.13.tgz#9825239eceb2ab6a8906d7a3fa8241d20794b5a7" | ||
|
@@ -3240,6 +3358,14 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/querystring-parser@^2.0.15": | ||
version "2.0.15" | ||
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.0.15.tgz#46c8806a145f46636e4aee2a5d79e7ba68161a4c" | ||
integrity sha512-jbBvoK3cc81Cj1c1TH1qMYxNQKHrYQ2DoTntN9FBbtUWcGhc+T4FP6kCKYwRLXyU4AajwGIZstvNAmIEgUUNTQ== | ||
dependencies: | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/service-error-classification@^2.0.6": | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.0.6.tgz#173c0067c9fce7641c4634e5f2f7e0b6fe11a051" | ||
|
@@ -3263,6 +3389,14 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/shared-ini-file-loader@^2.2.7": | ||
version "2.2.7" | ||
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.2.7.tgz#4a3bd469703d02c3cc8e36dcba2238c06efa12cb" | ||
integrity sha512-0Qt5CuiogIuvQIfK+be7oVHcPsayLgfLJGkPlbgdbl0lD28nUKu4p11L+UG3SAEsqc9UsazO+nErPXw7+IgDpQ== | ||
dependencies: | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/signature-v4@^2.0.0": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.0.1.tgz#1f9e72930def3c25a3918ee7b562044fecbdaef4" | ||
|
@@ -3277,20 +3411,20 @@ | |
"@smithy/util-utf8" "^2.0.0" | ||
tslib "^2.5.0" | ||
|
||
"@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== | ||
"@smithy/smithy-client@^2.1.15", "@smithy/smithy-client@^2.1.18": | ||
version "2.1.18" | ||
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.1.18.tgz#f8ce2c0e9614f207256ddcd992403aff40750546" | ||
integrity sha512-7FqdbaJiVaHJDD9IfDhmzhSDbpjyx+ZsfdYuOpDJF09rl8qlIAIlZNoSaflKrQ3cEXZN2YxGPaNWGhbYimyIRQ== | ||
dependencies: | ||
"@smithy/middleware-stack" "^2.0.7" | ||
"@smithy/types" "^2.5.0" | ||
"@smithy/util-stream" "^2.0.20" | ||
"@smithy/middleware-stack" "^2.0.9" | ||
"@smithy/types" "^2.7.0" | ||
"@smithy/util-stream" "^2.0.23" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/types@^2.0.2", "@smithy/types@^2.2.2", "@smithy/types@^2.5.0": | ||
version "2.5.0" | ||
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.5.0.tgz#f1bd5b906e7d3c6fd559b9b4f05e4707c7039180" | ||
integrity sha512-/a31lYofrMBkJb3BuPlYJTMKDj0hUmKUP6JFZQu6YVuQVoAjubiY0A52U9S0Uysd33n/djexCUSNJ+G9bf3/aA== | ||
"@smithy/types@^2.0.2", "@smithy/types@^2.2.2", "@smithy/types@^2.5.0", "@smithy/types@^2.7.0": | ||
version "2.7.0" | ||
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.7.0.tgz#6ed9ba5bff7c4d28c980cff967e6d8456840a4f3" | ||
integrity sha512-1OIFyhK+vOkMbu4aN2HZz/MomREkrAC/HqY5mlJMUJfGrPRwijJDTeiN8Rnj9zUaB8ogXAfIOtZrrgqZ4w7Wnw== | ||
dependencies: | ||
tslib "^2.5.0" | ||
|
||
|
@@ -3303,6 +3437,15 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/url-parser@^2.0.15": | ||
version "2.0.15" | ||
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.0.15.tgz#878d9b61f9eac8834cb611cf1a8a0e5d9a48038c" | ||
integrity sha512-sADUncUj9rNbOTrdDGm4EXlUs0eQ9dyEo+V74PJoULY4jSQxS+9gwEgsPYyiu8PUOv16JC/MpHonOgqP/IEDZA== | ||
dependencies: | ||
"@smithy/querystring-parser" "^2.0.15" | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/util-base64@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-2.0.1.tgz#57f782dafc187eddea7c8a1ff2a7c188ed1a02c4" | ||
|
@@ -3395,6 +3538,14 @@ | |
"@smithy/types" "^2.5.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/util-middleware@^2.0.8": | ||
version "2.0.8" | ||
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.0.8.tgz#2ec1da1190d09b69512ce0248ebd5e819e3c8a92" | ||
integrity sha512-qkvqQjM8fRGGA8P2ydWylMhenCDP8VlkPn8kiNuFEaFz9xnUKC2irfqsBSJrfrOB9Qt6pQsI58r3zvvumhFMkw== | ||
dependencies: | ||
"@smithy/types" "^2.7.0" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/util-retry@^2.0.6": | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.0.6.tgz#c887c2c3e356661c1336efb3f085e32fce777124" | ||
|
@@ -3418,6 +3569,20 @@ | |
"@smithy/util-utf8" "^2.0.2" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/util-stream@^2.0.23": | ||
version "2.0.23" | ||
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.0.23.tgz#468ad29913d091092317cfea2d8ac5b866326a07" | ||
integrity sha512-OJMWq99LAZJUzUwTk+00plyxX3ESktBaGPhqNIEVab+53gLULiWN9B/8bRABLg0K6R6Xg4t80uRdhk3B/LZqMQ== | ||
dependencies: | ||
"@smithy/fetch-http-handler" "^2.3.1" | ||
"@smithy/node-http-handler" "^2.2.1" | ||
"@smithy/types" "^2.7.0" | ||
"@smithy/util-base64" "^2.0.1" | ||
"@smithy/util-buffer-from" "^2.0.0" | ||
"@smithy/util-hex-encoding" "^2.0.0" | ||
"@smithy/util-utf8" "^2.0.2" | ||
tslib "^2.5.0" | ||
|
||
"@smithy/util-uri-escape@^2.0.0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-2.0.0.tgz#19955b1a0f517a87ae77ac729e0e411963dfda95" | ||
|