From ea8e867baf69ea4f0e33c591f43785cddde016d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:57:47 +0000 Subject: [PATCH] build(deps-dev): bump @aws-sdk/lib-dynamodb from 3.427.0 to 3.507.0 Bumps [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) from 3.427.0 to 3.507.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-dynamodb/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.507.0/lib/lib-dynamodb) --- updated-dependencies: - dependency-name: "@aws-sdk/lib-dynamodb" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- internal/storage/package.json | 4 +- packages/feature-flags/package.json | 4 +- packages/kv/package.json | 4 +- packages/search/package.json | 4 +- pnpm-lock.yaml | 860 ++++++++++++++++------------ 5 files changed, 493 insertions(+), 383 deletions(-) diff --git a/internal/storage/package.json b/internal/storage/package.json index 033646a..a7b2df2 100644 --- a/internal/storage/package.json +++ b/internal/storage/package.json @@ -63,7 +63,7 @@ }, "devDependencies": { "@aws-sdk/client-dynamodb": "~3.427.0", - "@aws-sdk/lib-dynamodb": "~3.427.0", + "@aws-sdk/lib-dynamodb": "~3.507.0", "@cloudflare/workers-types": "~4.20230904.0", "@planetscale/database": "~1.11.0", "@types/better-sqlite3": "~7.6.5", @@ -75,7 +75,7 @@ }, "peerDependencies": { "@aws-sdk/client-dynamodb": "~3.427.0", - "@aws-sdk/lib-dynamodb": "~3.427.0", + "@aws-sdk/lib-dynamodb": "~3.507.0", "@planetscale/database": "~1.11.0", "better-sqlite3": "~8.7.0", "mysql2": "~3.6.3", diff --git a/packages/feature-flags/package.json b/packages/feature-flags/package.json index 741d78f..9c1f308 100644 --- a/packages/feature-flags/package.json +++ b/packages/feature-flags/package.json @@ -105,7 +105,7 @@ }, "devDependencies": { "@aws-sdk/client-dynamodb": "~3.427.0", - "@aws-sdk/lib-dynamodb": "~3.427.0", + "@aws-sdk/lib-dynamodb": "~3.507.0", "@cloudflare/workers-types": "~4.20230904.0", "@types/lodash.merge": "~4.6.8", "@workertown/files": "workspace:0.0.2-alpha.23", @@ -116,7 +116,7 @@ "@workertown/search": "workspace:0.0.2-alpha.23" }, "peerDependencies": { - "@aws-sdk/lib-dynamodb": "~3.427.0", + "@aws-sdk/lib-dynamodb": "~3.507.0", "@planetscale/database": "~1.8.0", "@upstash/redis": "~1.22.0", "better-sqlite3": "~8.5.0", diff --git a/packages/kv/package.json b/packages/kv/package.json index 604d2df..8e95d27 100644 --- a/packages/kv/package.json +++ b/packages/kv/package.json @@ -96,7 +96,7 @@ "zod": "~3.22.4" }, "devDependencies": { - "@aws-sdk/lib-dynamodb": "~3.427.0", + "@aws-sdk/lib-dynamodb": "~3.507.0", "@cloudflare/workers-types": "~4.20230904.0", "@types/lodash.merge": "~4.6.8", "@upstash/redis": "~1.23.3", @@ -104,7 +104,7 @@ }, "peerDependencies": { "@aws-sdk/client-dynamodb": "~3.427.0", - "@aws-sdk/lib-dynamodb": "~3.427.0", + "@aws-sdk/lib-dynamodb": "~3.507.0", "@planetscale/database": "~1.8.0", "@upstash/redis": "~1.23.3", "better-sqlite3": "~8.6.0" diff --git a/packages/search/package.json b/packages/search/package.json index 87c684e..fd26b61 100644 --- a/packages/search/package.json +++ b/packages/search/package.json @@ -102,14 +102,14 @@ "zod": "~3.22.4" }, "devDependencies": { - "@aws-sdk/lib-dynamodb": "~3.427.0", + "@aws-sdk/lib-dynamodb": "~3.507.0", "@cloudflare/workers-types": "~4.20230904.0", "@types/lodash.merge": "~4.6.8", "@workertown/internal-types": "workspace:~0.0.2-alpha.23" }, "peerDependencies": { "@aws-sdk/client-dynamodb": "~3.427.0", - "@aws-sdk/lib-dynamodb": "~3.427.0", + "@aws-sdk/lib-dynamodb": "~3.507.0", "@planetscale/database": "~1.8.0", "@upstash/redis": "~1.22.0", "better-sqlite3": "~8.6.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4b99b08..b20242d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -246,8 +246,8 @@ importers: specifier: ~3.427.0 version: 3.427.0 '@aws-sdk/lib-dynamodb': - specifier: ~3.427.0 - version: 3.427.0(@aws-sdk/client-dynamodb@3.427.0) + specifier: ~3.507.0 + version: 3.507.0(@aws-sdk/client-dynamodb@3.427.0) '@cloudflare/workers-types': specifier: ~4.20230904.0 version: 4.20230904.0 @@ -336,8 +336,8 @@ importers: specifier: ~3.427.0 version: 3.427.0 '@aws-sdk/lib-dynamodb': - specifier: ~3.427.0 - version: 3.427.0(@aws-sdk/client-dynamodb@3.427.0) + specifier: ~3.507.0 + version: 3.507.0(@aws-sdk/client-dynamodb@3.427.0) '@cloudflare/workers-types': specifier: ~4.20230904.0 version: 4.20230904.0 @@ -437,8 +437,8 @@ importers: version: 3.22.4 devDependencies: '@aws-sdk/lib-dynamodb': - specifier: ~3.427.0 - version: 3.427.0(@aws-sdk/client-dynamodb@3.427.0) + specifier: ~3.507.0 + version: 3.507.0(@aws-sdk/client-dynamodb@3.427.0) '@cloudflare/workers-types': specifier: ~4.20230904.0 version: 4.20230904.0 @@ -539,8 +539,8 @@ importers: version: 3.22.4 devDependencies: '@aws-sdk/lib-dynamodb': - specifier: ~3.427.0 - version: 3.427.0(@aws-sdk/client-dynamodb@3.427.0) + specifier: ~3.507.0 + version: 3.507.0(@aws-sdk/client-dynamodb@3.427.0) '@cloudflare/workers-types': specifier: ~4.20230904.0 version: 4.20230904.0 @@ -1000,27 +1000,27 @@ packages: '@aws-sdk/util-user-agent-browser': 3.425.0 '@aws-sdk/util-user-agent-node': 3.425.0 '@smithy/config-resolver': 2.0.21 - '@smithy/fetch-http-handler': 2.3.1 + '@smithy/fetch-http-handler': 2.4.1 '@smithy/hash-node': 2.0.17 '@smithy/invalid-dependency': 2.0.15 '@smithy/middleware-content-length': 2.0.17 - '@smithy/middleware-endpoint': 2.2.3 + '@smithy/middleware-endpoint': 2.4.1 '@smithy/middleware-retry': 2.0.24 - '@smithy/middleware-serde': 2.0.15 - '@smithy/middleware-stack': 2.0.9 - '@smithy/node-config-provider': 2.1.8 - '@smithy/node-http-handler': 2.2.1 - '@smithy/protocol-http': 3.0.11 - '@smithy/smithy-client': 2.1.18 - '@smithy/types': 2.7.0 - '@smithy/url-parser': 2.0.15 - '@smithy/util-base64': 2.0.1 + '@smithy/middleware-serde': 2.1.1 + '@smithy/middleware-stack': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/node-http-handler': 2.3.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-base64': 2.1.1 '@smithy/util-body-length-browser': 2.0.1 '@smithy/util-body-length-node': 2.1.0 '@smithy/util-defaults-mode-browser': 2.0.22 '@smithy/util-defaults-mode-node': 2.0.29 '@smithy/util-retry': 2.0.8 - '@smithy/util-utf8': 2.0.2 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -1042,28 +1042,28 @@ packages: '@aws-sdk/util-user-agent-browser': 3.468.0 '@aws-sdk/util-user-agent-node': 3.470.0 '@smithy/config-resolver': 2.0.21 - '@smithy/fetch-http-handler': 2.3.1 + '@smithy/fetch-http-handler': 2.4.1 '@smithy/hash-node': 2.0.17 '@smithy/invalid-dependency': 2.0.15 '@smithy/middleware-content-length': 2.0.17 - '@smithy/middleware-endpoint': 2.2.3 + '@smithy/middleware-endpoint': 2.4.1 '@smithy/middleware-retry': 2.0.24 - '@smithy/middleware-serde': 2.0.15 - '@smithy/middleware-stack': 2.0.9 - '@smithy/node-config-provider': 2.1.8 - '@smithy/node-http-handler': 2.2.1 - '@smithy/protocol-http': 3.0.11 - '@smithy/smithy-client': 2.1.18 - '@smithy/types': 2.7.0 - '@smithy/url-parser': 2.0.15 - '@smithy/util-base64': 2.0.1 + '@smithy/middleware-serde': 2.1.1 + '@smithy/middleware-stack': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/node-http-handler': 2.3.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-base64': 2.1.1 '@smithy/util-body-length-browser': 2.0.1 '@smithy/util-body-length-node': 2.1.0 '@smithy/util-defaults-mode-browser': 2.0.22 '@smithy/util-defaults-mode-node': 2.0.29 '@smithy/util-endpoints': 1.0.7 '@smithy/util-retry': 2.0.8 - '@smithy/util-utf8': 2.0.2 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -1088,27 +1088,27 @@ packages: '@aws-sdk/util-user-agent-browser': 3.425.0 '@aws-sdk/util-user-agent-node': 3.425.0 '@smithy/config-resolver': 2.0.15 - '@smithy/fetch-http-handler': 2.2.3 + '@smithy/fetch-http-handler': 2.4.1 '@smithy/hash-node': 2.0.11 '@smithy/invalid-dependency': 2.0.11 '@smithy/middleware-content-length': 2.0.13 - '@smithy/middleware-endpoint': 2.1.2 + '@smithy/middleware-endpoint': 2.4.1 '@smithy/middleware-retry': 2.0.16 - '@smithy/middleware-serde': 2.0.11 - '@smithy/middleware-stack': 2.0.5 - '@smithy/node-config-provider': 2.1.2 - '@smithy/node-http-handler': 2.1.7 - '@smithy/protocol-http': 3.0.7 - '@smithy/smithy-client': 2.1.11 - '@smithy/types': 2.3.5 - '@smithy/url-parser': 2.0.11 - '@smithy/util-base64': 2.0.0 + '@smithy/middleware-serde': 2.1.1 + '@smithy/middleware-stack': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/node-http-handler': 2.3.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-base64': 2.1.1 '@smithy/util-body-length-browser': 2.0.0 '@smithy/util-body-length-node': 2.1.0 '@smithy/util-defaults-mode-browser': 2.0.15 '@smithy/util-defaults-mode-node': 2.0.20 '@smithy/util-retry': 2.0.4 - '@smithy/util-utf8': 2.0.0 + '@smithy/util-utf8': 2.1.1 fast-xml-parser: 4.2.5 tslib: 2.6.2 transitivePeerDependencies: @@ -1133,29 +1133,29 @@ packages: '@aws-sdk/util-user-agent-node': 3.470.0 '@smithy/config-resolver': 2.0.21 '@smithy/core': 1.2.0 - '@smithy/fetch-http-handler': 2.3.1 + '@smithy/fetch-http-handler': 2.4.1 '@smithy/hash-node': 2.0.17 '@smithy/invalid-dependency': 2.0.15 '@smithy/middleware-content-length': 2.0.17 - '@smithy/middleware-endpoint': 2.2.3 + '@smithy/middleware-endpoint': 2.4.1 '@smithy/middleware-retry': 2.0.24 - '@smithy/middleware-serde': 2.0.15 - '@smithy/middleware-stack': 2.0.9 - '@smithy/node-config-provider': 2.1.8 - '@smithy/node-http-handler': 2.2.1 - '@smithy/protocol-http': 3.0.11 - '@smithy/smithy-client': 2.1.18 - '@smithy/types': 2.7.0 - '@smithy/url-parser': 2.0.15 - '@smithy/util-base64': 2.0.1 + '@smithy/middleware-serde': 2.1.1 + '@smithy/middleware-stack': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/node-http-handler': 2.3.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-base64': 2.1.1 '@smithy/util-body-length-browser': 2.0.1 '@smithy/util-body-length-node': 2.1.0 '@smithy/util-defaults-mode-browser': 2.0.22 '@smithy/util-defaults-mode-node': 2.0.29 '@smithy/util-endpoints': 1.0.7 - '@smithy/util-middleware': 2.0.8 + '@smithy/util-middleware': 2.1.1 '@smithy/util-retry': 2.0.8 - '@smithy/util-utf8': 2.0.2 + '@smithy/util-utf8': 2.1.1 fast-xml-parser: 4.2.5 tslib: 2.6.2 transitivePeerDependencies: @@ -1167,10 +1167,10 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@smithy/core': 1.2.0 - '@smithy/protocol-http': 3.0.11 + '@smithy/protocol-http': 3.1.1 '@smithy/signature-v4': 2.0.5 - '@smithy/smithy-client': 2.1.18 - '@smithy/types': 2.7.0 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1179,8 +1179,8 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.425.0 - '@smithy/property-provider': 2.0.16 - '@smithy/types': 2.7.0 + '@smithy/property-provider': 2.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/credential-provider-env@3.468.0: @@ -1188,8 +1188,8 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.468.0 - '@smithy/property-provider': 2.0.16 - '@smithy/types': 2.7.0 + '@smithy/property-provider': 2.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1203,9 +1203,9 @@ packages: '@aws-sdk/credential-provider-web-identity': 3.425.0 '@aws-sdk/types': 3.425.0 '@smithy/credential-provider-imds': 2.1.4 - '@smithy/property-provider': 2.0.16 - '@smithy/shared-ini-file-loader': 2.2.7 - '@smithy/types': 2.7.0 + '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -1220,9 +1220,9 @@ packages: '@aws-sdk/credential-provider-web-identity': 3.468.0 '@aws-sdk/types': 3.468.0 '@smithy/credential-provider-imds': 2.1.4 - '@smithy/property-provider': 2.0.16 - '@smithy/shared-ini-file-loader': 2.2.7 - '@smithy/types': 2.7.0 + '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -1239,9 +1239,9 @@ packages: '@aws-sdk/credential-provider-web-identity': 3.425.0 '@aws-sdk/types': 3.425.0 '@smithy/credential-provider-imds': 2.0.17 - '@smithy/property-provider': 2.0.12 - '@smithy/shared-ini-file-loader': 2.2.1 - '@smithy/types': 2.3.5 + '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -1258,8 +1258,8 @@ packages: '@aws-sdk/types': 3.468.0 '@smithy/credential-provider-imds': 2.1.4 '@smithy/property-provider': 2.0.16 - '@smithy/shared-ini-file-loader': 2.2.7 - '@smithy/types': 2.7.0 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -1270,9 +1270,9 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.425.0 - '@smithy/property-provider': 2.0.16 - '@smithy/shared-ini-file-loader': 2.2.7 - '@smithy/types': 2.7.0 + '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/credential-provider-process@3.468.0: @@ -1280,9 +1280,9 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.468.0 - '@smithy/property-provider': 2.0.16 - '@smithy/shared-ini-file-loader': 2.2.7 - '@smithy/types': 2.7.0 + '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1293,9 +1293,9 @@ packages: '@aws-sdk/client-sso': 3.427.0 '@aws-sdk/token-providers': 3.427.0 '@aws-sdk/types': 3.425.0 - '@smithy/property-provider': 2.0.16 - '@smithy/shared-ini-file-loader': 2.2.7 - '@smithy/types': 2.7.0 + '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -1307,9 +1307,9 @@ packages: '@aws-sdk/client-sso': 3.474.0 '@aws-sdk/token-providers': 3.470.0 '@aws-sdk/types': 3.468.0 - '@smithy/property-provider': 2.0.16 - '@smithy/shared-ini-file-loader': 2.2.7 - '@smithy/types': 2.7.0 + '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -1320,8 +1320,8 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.425.0 - '@smithy/property-provider': 2.0.16 - '@smithy/types': 2.7.0 + '@smithy/property-provider': 2.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/credential-provider-web-identity@3.468.0: @@ -1329,8 +1329,8 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.468.0 - '@smithy/property-provider': 2.0.16 - '@smithy/types': 2.7.0 + '@smithy/property-provider': 2.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1341,14 +1341,16 @@ packages: mnemonist: 0.38.3 tslib: 2.6.2 - /@aws-sdk/lib-dynamodb@3.427.0(@aws-sdk/client-dynamodb@3.427.0): - resolution: {integrity: sha512-a08zd+rUyXXRXI1a/0Kja5yjZbuxWyZZA4/h7PmoW/vfuYFYUoDl0BcTh/hpdeiItlg2LRsJJ2zANf66BnI5IQ==} + /@aws-sdk/lib-dynamodb@3.507.0(@aws-sdk/client-dynamodb@3.427.0): + resolution: {integrity: sha512-nbvbgkoojfSQIytel2gjctpv7q8qADdb20xTdZEjDSUdFYKCQxCSsCV93QT+GI11rzYmngZyxic4DeMRZweBdw==} engines: {node: '>=14.0.0'} peerDependencies: '@aws-sdk/client-dynamodb': ^3.0.0 dependencies: '@aws-sdk/client-dynamodb': 3.427.0 - '@aws-sdk/util-dynamodb': 3.427.0(@aws-sdk/client-dynamodb@3.427.0) + '@aws-sdk/util-dynamodb': 3.507.0(@aws-sdk/client-dynamodb@3.427.0) + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1358,9 +1360,9 @@ packages: dependencies: '@aws-sdk/types': 3.468.0 '@aws-sdk/util-arn-parser': 3.465.0 - '@smithy/node-config-provider': 2.1.8 - '@smithy/protocol-http': 3.0.11 - '@smithy/types': 2.7.0 + '@smithy/node-config-provider': 2.2.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 '@smithy/util-config-provider': 2.0.0 tslib: 2.6.2 dev: true @@ -1371,9 +1373,9 @@ packages: dependencies: '@aws-sdk/endpoint-cache': 3.310.0 '@aws-sdk/types': 3.425.0 - '@smithy/node-config-provider': 2.1.2 - '@smithy/protocol-http': 3.0.7 - '@smithy/types': 2.3.5 + '@smithy/node-config-provider': 2.2.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/middleware-expect-continue@3.468.0: @@ -1381,8 +1383,8 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.468.0 - '@smithy/protocol-http': 3.0.11 - '@smithy/types': 2.7.0 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1394,9 +1396,9 @@ packages: '@aws-crypto/crc32c': 3.0.0 '@aws-sdk/types': 3.468.0 '@smithy/is-array-buffer': 2.0.0 - '@smithy/protocol-http': 3.0.11 - '@smithy/types': 2.7.0 - '@smithy/util-utf8': 2.0.2 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 dev: true @@ -1405,8 +1407,8 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.425.0 - '@smithy/protocol-http': 3.0.7 - '@smithy/types': 2.3.5 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/middleware-host-header@3.468.0: @@ -1414,8 +1416,8 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.468.0 - '@smithy/protocol-http': 3.0.11 - '@smithy/types': 2.7.0 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1424,7 +1426,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.468.0 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1433,7 +1435,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.425.0 - '@smithy/types': 2.3.5 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/middleware-logger@3.468.0: @@ -1441,7 +1443,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.468.0 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1450,8 +1452,8 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.425.0 - '@smithy/protocol-http': 3.0.7 - '@smithy/types': 2.3.5 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/middleware-recursion-detection@3.468.0: @@ -1459,8 +1461,8 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.468.0 - '@smithy/protocol-http': 3.0.11 - '@smithy/types': 2.7.0 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1470,11 +1472,11 @@ packages: dependencies: '@aws-sdk/types': 3.468.0 '@aws-sdk/util-arn-parser': 3.465.0 - '@smithy/node-config-provider': 2.1.8 - '@smithy/protocol-http': 3.0.11 + '@smithy/node-config-provider': 2.2.1 + '@smithy/protocol-http': 3.1.1 '@smithy/signature-v4': 2.0.5 - '@smithy/smithy-client': 2.1.18 - '@smithy/types': 2.7.0 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 '@smithy/util-config-provider': 2.0.0 tslib: 2.6.2 dev: true @@ -1485,7 +1487,7 @@ packages: dependencies: '@aws-sdk/middleware-signing': 3.425.0 '@aws-sdk/types': 3.425.0 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/middleware-signing@3.425.0: @@ -1493,11 +1495,11 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.425.0 - '@smithy/property-provider': 2.0.12 - '@smithy/protocol-http': 3.0.7 + '@smithy/property-provider': 2.1.1 + '@smithy/protocol-http': 3.1.1 '@smithy/signature-v4': 2.0.5 - '@smithy/types': 2.3.5 - '@smithy/util-middleware': 2.0.4 + '@smithy/types': 2.9.1 + '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 /@aws-sdk/middleware-signing@3.468.0: @@ -1506,10 +1508,10 @@ packages: dependencies: '@aws-sdk/types': 3.468.0 '@smithy/property-provider': 2.0.16 - '@smithy/protocol-http': 3.0.11 + '@smithy/protocol-http': 3.1.1 '@smithy/signature-v4': 2.0.5 - '@smithy/types': 2.7.0 - '@smithy/util-middleware': 2.0.8 + '@smithy/types': 2.9.1 + '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 dev: true @@ -1518,7 +1520,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.468.0 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1528,8 +1530,8 @@ packages: dependencies: '@aws-sdk/types': 3.425.0 '@aws-sdk/util-endpoints': 3.427.0 - '@smithy/protocol-http': 3.0.7 - '@smithy/types': 2.3.5 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/middleware-user-agent@3.470.0: @@ -1538,8 +1540,8 @@ packages: dependencies: '@aws-sdk/types': 3.468.0 '@aws-sdk/util-endpoints': 3.470.0 - '@smithy/protocol-http': 3.0.11 - '@smithy/types': 2.7.0 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1547,20 +1549,20 @@ packages: resolution: {integrity: sha512-u7uv/iUOapIJdRgRkO3wnpYsUgV6ponsZJQgVg/8L+n+Vo5PQL5gAcIuAOwcYSKQPFaeK+KbmByI4SyOK203Vw==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/node-config-provider': 2.1.2 - '@smithy/types': 2.3.5 + '@smithy/node-config-provider': 2.2.1 + '@smithy/types': 2.9.1 '@smithy/util-config-provider': 2.0.0 - '@smithy/util-middleware': 2.0.4 + '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 /@aws-sdk/region-config-resolver@3.470.0: resolution: {integrity: sha512-C1o1J06iIw8cyAAOvHqT4Bbqf+PgQ/RDlSyjt2gFfP2OovDpc2o2S90dE8f8iZdSGpg70N5MikT1DBhW9NbhtQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/node-config-provider': 2.1.8 - '@smithy/types': 2.7.0 + '@smithy/node-config-provider': 2.2.1 + '@smithy/types': 2.9.1 '@smithy/util-config-provider': 2.0.0 - '@smithy/util-middleware': 2.0.8 + '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 dev: true @@ -1570,9 +1572,9 @@ packages: dependencies: '@aws-sdk/middleware-sdk-s3': 3.474.0 '@aws-sdk/types': 3.468.0 - '@smithy/protocol-http': 3.0.11 + '@smithy/protocol-http': 3.1.1 '@smithy/signature-v4': 2.0.5 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1591,29 +1593,29 @@ packages: '@aws-sdk/util-user-agent-browser': 3.425.0 '@aws-sdk/util-user-agent-node': 3.425.0 '@smithy/config-resolver': 2.0.21 - '@smithy/fetch-http-handler': 2.3.1 + '@smithy/fetch-http-handler': 2.4.1 '@smithy/hash-node': 2.0.17 '@smithy/invalid-dependency': 2.0.15 '@smithy/middleware-content-length': 2.0.17 - '@smithy/middleware-endpoint': 2.2.3 + '@smithy/middleware-endpoint': 2.4.1 '@smithy/middleware-retry': 2.0.24 - '@smithy/middleware-serde': 2.0.15 - '@smithy/middleware-stack': 2.0.9 - '@smithy/node-config-provider': 2.1.8 - '@smithy/node-http-handler': 2.2.1 - '@smithy/property-provider': 2.0.16 - '@smithy/protocol-http': 3.0.11 - '@smithy/shared-ini-file-loader': 2.2.7 - '@smithy/smithy-client': 2.1.18 - '@smithy/types': 2.7.0 - '@smithy/url-parser': 2.0.15 - '@smithy/util-base64': 2.0.1 + '@smithy/middleware-serde': 2.1.1 + '@smithy/middleware-stack': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/node-http-handler': 2.3.1 + '@smithy/property-provider': 2.1.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-base64': 2.1.1 '@smithy/util-body-length-browser': 2.0.1 '@smithy/util-body-length-node': 2.1.0 '@smithy/util-defaults-mode-browser': 2.0.22 '@smithy/util-defaults-mode-node': 2.0.29 '@smithy/util-retry': 2.0.8 - '@smithy/util-utf8': 2.0.2 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -1634,30 +1636,30 @@ packages: '@aws-sdk/util-user-agent-browser': 3.468.0 '@aws-sdk/util-user-agent-node': 3.470.0 '@smithy/config-resolver': 2.0.21 - '@smithy/fetch-http-handler': 2.3.1 + '@smithy/fetch-http-handler': 2.4.1 '@smithy/hash-node': 2.0.17 '@smithy/invalid-dependency': 2.0.15 '@smithy/middleware-content-length': 2.0.17 - '@smithy/middleware-endpoint': 2.2.3 + '@smithy/middleware-endpoint': 2.4.1 '@smithy/middleware-retry': 2.0.24 - '@smithy/middleware-serde': 2.0.15 - '@smithy/middleware-stack': 2.0.9 - '@smithy/node-config-provider': 2.1.8 - '@smithy/node-http-handler': 2.2.1 - '@smithy/property-provider': 2.0.16 - '@smithy/protocol-http': 3.0.11 - '@smithy/shared-ini-file-loader': 2.2.7 - '@smithy/smithy-client': 2.1.18 - '@smithy/types': 2.7.0 - '@smithy/url-parser': 2.0.15 - '@smithy/util-base64': 2.0.1 + '@smithy/middleware-serde': 2.1.1 + '@smithy/middleware-stack': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/node-http-handler': 2.3.1 + '@smithy/property-provider': 2.1.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-base64': 2.1.1 '@smithy/util-body-length-browser': 2.0.1 '@smithy/util-body-length-node': 2.1.0 '@smithy/util-defaults-mode-browser': 2.0.22 '@smithy/util-defaults-mode-node': 2.0.29 '@smithy/util-endpoints': 1.0.7 '@smithy/util-retry': 2.0.8 - '@smithy/util-utf8': 2.0.2 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -1667,14 +1669,14 @@ packages: resolution: {integrity: sha512-6lqbmorwerN4v+J5dqbHPAsjynI0mkEF+blf+69QTaKKGaxBBVaXgqoqul9RXYcK5MMrrYRbQIMd0zYOoy90kA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.3.5 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/types@3.468.0: resolution: {integrity: sha512-rx/9uHI4inRbp2tw3Y4Ih4PNZkVj32h7WneSg3MVgVjAoVD5Zti9KhS5hkvsBxfgmQmg0AQbE+b1sy5WGAgntA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/util-arn-parser@3.465.0: @@ -1684,8 +1686,8 @@ packages: tslib: 2.6.2 dev: true - /@aws-sdk/util-dynamodb@3.427.0(@aws-sdk/client-dynamodb@3.427.0): - resolution: {integrity: sha512-eXPdPM7ZIS4DfRJrGeWQJjcxnNAaioRrtgNpRoVy1HwMVYPtUvIyTuUWY8xIeJyXnX3/JrBJWCDoQPxkrp9T2w==} + /@aws-sdk/util-dynamodb@3.507.0(@aws-sdk/client-dynamodb@3.427.0): + resolution: {integrity: sha512-iVWXCDS8F04lBTSHdqC6hLOhoMFyB7/tcKmwvrjnanDIVf55Q5witH320RlcB5YS6SRnVE+nlEfEOdxaz+wjsw==} engines: {node: '>=14.0.0'} peerDependencies: '@aws-sdk/client-dynamodb': ^3.0.0 @@ -1699,7 +1701,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.425.0 - '@smithy/node-config-provider': 2.1.2 + '@smithy/node-config-provider': 2.2.1 tslib: 2.6.2 /@aws-sdk/util-endpoints@3.470.0: @@ -1721,7 +1723,7 @@ packages: resolution: {integrity: sha512-22Y9iMtjGcFjGILR6/xdp1qRezlHVLyXtnpEsbuPTiernRCPk6zfAnK/ATH77r02MUjU057tdxVkd5umUBTn9Q==} dependencies: '@aws-sdk/types': 3.425.0 - '@smithy/types': 2.3.5 + '@smithy/types': 2.9.1 bowser: 2.11.0 tslib: 2.6.2 @@ -1729,7 +1731,7 @@ packages: resolution: {integrity: sha512-OJyhWWsDEizR3L+dCgMXSUmaCywkiZ7HSbnQytbeKGwokIhD69HTiJcibF/sgcM5gk4k3Mq3puUhGnEZ46GIig==} dependencies: '@aws-sdk/types': 3.468.0 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 bowser: 2.11.0 tslib: 2.6.2 dev: true @@ -1744,8 +1746,8 @@ packages: optional: true dependencies: '@aws-sdk/types': 3.425.0 - '@smithy/node-config-provider': 2.1.2 - '@smithy/types': 2.3.5 + '@smithy/node-config-provider': 2.2.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@aws-sdk/util-user-agent-node@3.470.0: @@ -1758,8 +1760,8 @@ packages: optional: true dependencies: '@aws-sdk/types': 3.468.0 - '@smithy/node-config-provider': 2.1.8 - '@smithy/types': 2.7.0 + '@smithy/node-config-provider': 2.2.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -1772,7 +1774,7 @@ packages: resolution: {integrity: sha512-PwjVxz1hr9up8QkddabuScPZ/d5aDHgvHYgK4acHYzltXL4wngfvimi5ZqXTzVWF2QANxHmWnHUr45QJX71oJQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -3513,24 +3515,25 @@ packages: resolution: {integrity: sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==} dev: true - /@smithy/abort-controller@2.0.11: - resolution: {integrity: sha512-MSzE1qR2JNyb7ot3blIOT3O3H0Jn06iNDEgHRaqZUwBgx5EG+VIx24Y21tlKofzYryIOcWpIohLrIIyocD6LMA==} + /@smithy/abort-controller@2.0.15: + resolution: {integrity: sha512-JkS36PIS3/UCbq/MaozzV7jECeL+BTt4R75bwY8i+4RASys4xOyUS1HsRyUNSqUXFP4QyCz5aNnh3ltuaxv+pw==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 + dev: true - /@smithy/abort-controller@2.0.15: - resolution: {integrity: sha512-JkS36PIS3/UCbq/MaozzV7jECeL+BTt4R75bwY8i+4RASys4xOyUS1HsRyUNSqUXFP4QyCz5aNnh3ltuaxv+pw==} + /@smithy/abort-controller@2.1.1: + resolution: {integrity: sha512-1+qdrUqLhaALYL0iOcN43EP6yAXXQ2wWZ6taf4S2pNGowmOc5gx+iMQv+E42JizNJjB0+gEadOXeV1Bf7JWL1Q==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/chunked-blob-reader-native@2.0.1: resolution: {integrity: sha512-N2oCZRglhWKm7iMBu7S6wDzXirjAofi7tAd26cxmgibRYOBS4D3hGfmkwCpHdASZzwZDD8rluh0Rcqw1JeZDRw==} dependencies: - '@smithy/util-base64': 2.0.1 + '@smithy/util-base64': 2.1.1 tslib: 2.6.2 dev: true @@ -3544,33 +3547,33 @@ packages: resolution: {integrity: sha512-a2Pfocla5nSrG2RyB8i20jcWgMyR71TUeFKm8pmrnZotr/X22tlg4y/EhSvBK2oTE8MKHlKh4YdpDO2AryJbGQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/node-config-provider': 2.1.2 - '@smithy/types': 2.3.5 + '@smithy/node-config-provider': 2.2.1 + '@smithy/types': 2.9.1 '@smithy/util-config-provider': 2.0.0 - '@smithy/util-middleware': 2.0.4 + '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 /@smithy/config-resolver@2.0.21: resolution: {integrity: sha512-rlLIGT+BeqjnA6C2FWumPRJS1UW07iU5ZxDHtFuyam4W65gIaOFMjkB90ofKCIh+0mLVQrQFrl/VLtQT/6FWTA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/node-config-provider': 2.1.8 - '@smithy/types': 2.7.0 + '@smithy/node-config-provider': 2.2.1 + '@smithy/types': 2.9.1 '@smithy/util-config-provider': 2.0.0 - '@smithy/util-middleware': 2.0.8 + '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 /@smithy/core@1.2.0: resolution: {integrity: sha512-l8R89X7+hlt2FEFg+OrNq29LP3h9DfGPmO6ObwT9IXWHD6V7ycpj5u2rVQyIis26ovrgOYakl6nfgmPMm8m1IQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/middleware-endpoint': 2.2.3 + '@smithy/middleware-endpoint': 2.4.1 '@smithy/middleware-retry': 2.0.24 - '@smithy/middleware-serde': 2.0.15 - '@smithy/protocol-http': 3.0.11 - '@smithy/smithy-client': 2.1.18 - '@smithy/types': 2.7.0 - '@smithy/util-middleware': 2.0.8 + '@smithy/middleware-serde': 2.1.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 dev: true @@ -3578,28 +3581,28 @@ packages: resolution: {integrity: sha512-2XcD414yrwbxxuYueTo7tzLC2/w3jj9FZqfenpv3MQkocdOEmuOVS0v9WHsY/nW6V+2EcR340rj/z5HnvsHncQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/node-config-provider': 2.1.8 - '@smithy/property-provider': 2.0.16 - '@smithy/types': 2.7.0 - '@smithy/url-parser': 2.0.15 + '@smithy/node-config-provider': 2.2.1 + '@smithy/property-provider': 2.1.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 tslib: 2.6.2 /@smithy/credential-provider-imds@2.1.4: resolution: {integrity: sha512-cwPJN1fa1YOQzhBlTXRavABEYRRchci1X79QRwzaNLySnIMJfztyv1Zkst0iZPLMnpn8+CnHu3wOHS11J5Dr3A==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/node-config-provider': 2.1.8 - '@smithy/property-provider': 2.0.16 - '@smithy/types': 2.7.0 - '@smithy/url-parser': 2.0.15 + '@smithy/node-config-provider': 2.2.1 + '@smithy/property-provider': 2.1.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 tslib: 2.6.2 /@smithy/eventstream-codec@2.0.15: resolution: {integrity: sha512-crjvz3j1gGPwA0us6cwS7+5gAn35CTmqu/oIxVbYJo2Qm/sGAye6zGJnMDk3BKhWZw5kcU1G4MxciTkuBpOZPg==} dependencies: '@aws-crypto/crc32': 3.0.0 - '@smithy/types': 2.7.0 - '@smithy/util-hex-encoding': 2.0.0 + '@smithy/types': 2.9.1 + '@smithy/util-hex-encoding': 2.1.1 tslib: 2.6.2 /@smithy/eventstream-serde-browser@2.0.15: @@ -3607,7 +3610,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@smithy/eventstream-serde-universal': 2.0.15 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -3615,7 +3618,7 @@ packages: resolution: {integrity: sha512-o65d2LRjgCbWYH+VVNlWXtmsI231SO99ZTOL4UuIPa6WTjbSHWtlXvUcJG9libhEKWmEV9DIUiH2IqyPWi7ubA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -3624,7 +3627,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@smithy/eventstream-serde-universal': 2.0.15 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -3633,26 +3636,36 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@smithy/eventstream-codec': 2.0.15 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true /@smithy/fetch-http-handler@2.2.3: resolution: {integrity: sha512-0G9sePU+0R+8d7cie+OXzNbbkjnD4RfBlVCs46ZEuQAMcxK8OniemYXSSkOc80CCk8Il4DnlYZcUSvsIs2OB2w==} dependencies: - '@smithy/protocol-http': 3.0.7 - '@smithy/querystring-builder': 2.0.11 - '@smithy/types': 2.3.5 - '@smithy/util-base64': 2.0.0 + '@smithy/protocol-http': 3.1.1 + '@smithy/querystring-builder': 2.1.1 + '@smithy/types': 2.9.1 + '@smithy/util-base64': 2.1.1 tslib: 2.6.2 /@smithy/fetch-http-handler@2.3.1: resolution: {integrity: sha512-6MNk16fqb8EwcYY8O8WxB3ArFkLZ2XppsSNo1h7SQcFdDDwIumiJeO6wRzm7iB68xvsOQzsdQKbdtTieS3hfSQ==} dependencies: - '@smithy/protocol-http': 3.0.11 + '@smithy/protocol-http': 3.1.1 '@smithy/querystring-builder': 2.0.15 - '@smithy/types': 2.7.0 - '@smithy/util-base64': 2.0.1 + '@smithy/types': 2.9.1 + '@smithy/util-base64': 2.1.1 + tslib: 2.6.2 + dev: true + + /@smithy/fetch-http-handler@2.4.1: + resolution: {integrity: sha512-VYGLinPsFqH68lxfRhjQaSkjXM7JysUOJDTNjHBuN/ykyRb2f1gyavN9+VhhPTWCy32L4yZ2fdhpCs/nStEicg==} + dependencies: + '@smithy/protocol-http': 3.1.1 + '@smithy/querystring-builder': 2.1.1 + '@smithy/types': 2.9.1 + '@smithy/util-base64': 2.1.1 tslib: 2.6.2 /@smithy/hash-blob-browser@2.0.16: @@ -3660,7 +3673,7 @@ packages: dependencies: '@smithy/chunked-blob-reader': 2.0.0 '@smithy/chunked-blob-reader-native': 2.0.1 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true @@ -3668,39 +3681,39 @@ packages: resolution: {integrity: sha512-PbleVugN2tbhl1ZoNWVrZ1oTFFas/Hq+s6zGO8B9bv4w/StTriTKA9W+xZJACOj9X7zwfoTLbscM+avCB1KqOQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.3.5 - '@smithy/util-buffer-from': 2.0.0 - '@smithy/util-utf8': 2.0.0 + '@smithy/types': 2.9.1 + '@smithy/util-buffer-from': 2.1.1 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 /@smithy/hash-node@2.0.17: resolution: {integrity: sha512-Il6WuBcI1nD+e2DM7tTADMf01wEPGK8PAhz4D+YmDUVaoBqlA+CaH2uDJhiySifmuKBZj748IfygXty81znKhw==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 - '@smithy/util-buffer-from': 2.0.0 - '@smithy/util-utf8': 2.0.2 + '@smithy/types': 2.9.1 + '@smithy/util-buffer-from': 2.1.1 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 /@smithy/hash-stream-node@2.0.17: resolution: {integrity: sha512-ey8DtnATzp1mOXgS7rqMwSmAki6iJA+jgNucKcxRkhMB1rrICfHg+rhmIF50iLPDHUhTcS5pBMOrLzzpZftvNQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 - '@smithy/util-utf8': 2.0.2 + '@smithy/types': 2.9.1 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 dev: true /@smithy/invalid-dependency@2.0.11: resolution: {integrity: sha512-zazq99ujxYv/NOf9zh7xXbNgzoVLsqE0wle8P/1zU/XdhPi/0zohTPKWUzIxjGdqb5hkkwfBkNkl5H+LE0mvgw==} dependencies: - '@smithy/types': 2.3.5 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/invalid-dependency@2.0.15: resolution: {integrity: sha512-dlEKBFFwVfzA5QroHlBS94NpgYjXhwN/bFfun+7w3rgxNvVy79SK0w05iGc7UAeC5t+D7gBxrzdnD6hreZnDVQ==} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/is-array-buffer@2.0.0: @@ -3708,12 +3721,19 @@ packages: engines: {node: '>=14.0.0'} dependencies: tslib: 2.6.2 + dev: true + + /@smithy/is-array-buffer@2.1.1: + resolution: {integrity: sha512-xozSQrcUinPpNPNPds4S7z/FakDTh1MZWtRP/2vQtYB/u3HYrX2UXuZs+VhaKBd6Vc7g2XPr2ZtwGBNDN6fNKQ==} + engines: {node: '>=14.0.0'} + dependencies: + tslib: 2.6.2 /@smithy/md5-js@2.0.17: resolution: {integrity: sha512-jmISTCnEkOnm2oCNx/rMkvBT/eQh3aA6nktevkzbmn/VYqYEuc5Z2n5sTTqsciMSO01Lvf56wG1A4twDqovYeQ==} dependencies: - '@smithy/types': 2.7.0 - '@smithy/util-utf8': 2.0.2 + '@smithy/types': 2.9.1 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 dev: true @@ -3721,51 +3741,64 @@ packages: resolution: {integrity: sha512-Md2kxWpaec3bXp1oERFPQPBhOXCkGSAF7uc1E+4rkwjgw3/tqAXRtbjbggu67HJdwaif76As8AV6XxbD1HzqTQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/protocol-http': 3.0.7 - '@smithy/types': 2.3.5 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/middleware-content-length@2.0.17: resolution: {integrity: sha512-OyadvMcKC7lFXTNBa8/foEv7jOaqshQZkjWS9coEXPRZnNnihU/Ls+8ZuJwGNCOrN2WxXZFmDWhegbnM4vak8w==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/protocol-http': 3.0.11 - '@smithy/types': 2.7.0 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/middleware-endpoint@2.1.2: resolution: {integrity: sha512-dua4r2EbSTRzNefz72snz+KDuXN73RCe1K+rGeemzUyYemxuh1jujFbLQbTU6DVlTgHkhtrbH0+kdOFY/SV4Qg==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/middleware-serde': 2.0.11 - '@smithy/node-config-provider': 2.1.2 - '@smithy/shared-ini-file-loader': 2.2.1 - '@smithy/types': 2.3.5 - '@smithy/url-parser': 2.0.11 - '@smithy/util-middleware': 2.0.4 + '@smithy/middleware-serde': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 /@smithy/middleware-endpoint@2.2.3: resolution: {integrity: sha512-nYfxuq0S/xoAjdLbyn1ixeVB6cyH9wYCMtbbOCpcCRYR5u2mMtqUtVjjPAZ/DIdlK3qe0tpB0Q76szFGNuz+kQ==} engines: {node: '>=14.0.0'} 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 + '@smithy/middleware-serde': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-middleware': 2.1.1 + tslib: 2.6.2 + dev: true + + /@smithy/middleware-endpoint@2.4.1: + resolution: {integrity: sha512-XPZTb1E2Oav60Ven3n2PFx+rX9EDsU/jSTA8VDamt7FXks67ekjPY/XrmmPDQaFJOTUHJNKjd8+kZxVO5Ael4Q==} + engines: {node: '>=14.0.0'} + dependencies: + '@smithy/middleware-serde': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 /@smithy/middleware-retry@2.0.16: resolution: {integrity: sha512-Br5+0yoiMS0ugiOAfJxregzMMGIRCbX4PYo1kDHtLgvkA/d++aHbnHB819m5zOIAMPvPE7AThZgcsoK+WOsUTA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/node-config-provider': 2.1.2 - '@smithy/protocol-http': 3.0.7 + '@smithy/node-config-provider': 2.2.1 + '@smithy/protocol-http': 3.1.1 '@smithy/service-error-classification': 2.0.4 - '@smithy/types': 2.3.5 - '@smithy/util-middleware': 2.0.4 + '@smithy/types': 2.9.1 + '@smithy/util-middleware': 2.1.1 '@smithy/util-retry': 2.0.4 tslib: 2.6.2 uuid: 8.3.2 @@ -3774,12 +3807,12 @@ packages: resolution: {integrity: sha512-q2SvHTYu96N7lYrn3VSuX3vRpxXHR/Cig6MJpGWxd0BWodUQUWlKvXpWQZA+lTaFJU7tUvpKhRd4p4MU3PbeJg==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/node-config-provider': 2.1.8 - '@smithy/protocol-http': 3.0.11 + '@smithy/node-config-provider': 2.2.1 + '@smithy/protocol-http': 3.1.1 '@smithy/service-error-classification': 2.0.8 - '@smithy/smithy-client': 2.1.18 - '@smithy/types': 2.7.0 - '@smithy/util-middleware': 2.0.8 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/util-middleware': 2.1.1 '@smithy/util-retry': 2.0.8 tslib: 2.6.2 uuid: 8.3.2 @@ -3788,37 +3821,53 @@ packages: resolution: {integrity: sha512-NuxnjMyf4zQqhwwdh0OTj5RqpnuT6HcH5Xg5GrPijPcKzc2REXVEVK4Yyk8ckj8ez1XSj/bCmJ+oNjmqB02GWA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.3.5 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/middleware-serde@2.0.15: resolution: {integrity: sha512-FOZRFk/zN4AT4wzGuBY+39XWe+ZnCFd0gZtyw3f9Okn2CJPixl9GyWe98TIaljeZdqWkgrzGyPre20AcW2UMHQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + dev: true + + /@smithy/middleware-serde@2.1.1: + resolution: {integrity: sha512-D8Gq0aQBeE1pxf3cjWVkRr2W54t+cdM2zx78tNrVhqrDykRA7asq8yVJij1u5NDtKzKqzBSPYh7iW0svUKg76g==} + engines: {node: '>=14.0.0'} + dependencies: + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/middleware-stack@2.0.5: resolution: {integrity: sha512-bVQU/rZzBY7CbSxIrDTGZYnBWKtIw+PL/cRc9B7etZk1IKSOe0NvKMJyWllfhfhrTeMF6eleCzOihIQympAvPw==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.3.5 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/middleware-stack@2.0.9: resolution: {integrity: sha512-bCB5dUtGQ5wh7QNL2ELxmDc6g7ih7jWU3Kx6MYH1h4mZbv9xL3WyhKHojRltThCB1arLPyTUFDi+x6fB/oabtA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + dev: true + + /@smithy/middleware-stack@2.1.1: + resolution: {integrity: sha512-KPJhRlhsl8CjgGXK/DoDcrFGfAqoqvuwlbxy+uOO4g2Azn1dhH+GVfC3RAp+6PoL5PWPb+vt6Z23FP+Mr6qeCw==} + engines: {node: '>=14.0.0'} + dependencies: + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/node-config-provider@2.1.2: resolution: {integrity: sha512-tbYh/JK/ddxKWYTtjLgap0juyivJ0wCvywMqINb54zyOVHoKYM6iYl7DosQA0owFaNp6GAx1lXFjqGz7L2fAqA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/property-provider': 2.0.12 - '@smithy/shared-ini-file-loader': 2.2.1 - '@smithy/types': 2.3.5 + '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/node-config-provider@2.1.8: @@ -3826,18 +3875,28 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@smithy/property-provider': 2.0.16 - '@smithy/shared-ini-file-loader': 2.2.7 - '@smithy/types': 2.7.0 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + dev: true + + /@smithy/node-config-provider@2.2.1: + resolution: {integrity: sha512-epzK3x1xNxA9oJgHQ5nz+2j6DsJKdHfieb+YgJ7ATWxzNcB7Hc+Uya2TUck5MicOPhDV8HZImND7ZOecVr+OWg==} + engines: {node: '>=14.0.0'} + dependencies: + '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/node-http-handler@2.1.7: resolution: {integrity: sha512-PQIKZXlp3awCDn/xNlCSTFE7aYG/5Tx33M05NfQmWYeB5yV1GZZOSz4dXpwiNJYTXb9jPqjl+ueXXkwtEluFFA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/abort-controller': 2.0.11 - '@smithy/protocol-http': 3.0.7 - '@smithy/querystring-builder': 2.0.11 - '@smithy/types': 2.3.5 + '@smithy/abort-controller': 2.1.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/querystring-builder': 2.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/node-http-handler@2.2.1: @@ -3845,93 +3904,107 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@smithy/abort-controller': 2.0.15 - '@smithy/protocol-http': 3.0.11 + '@smithy/protocol-http': 3.1.1 '@smithy/querystring-builder': 2.0.15 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 + dev: true - /@smithy/property-provider@2.0.12: - resolution: {integrity: sha512-Un/OvvuQ1Kg8WYtoMCicfsFFuHb/TKL3pCA6ZIo/WvNTJTR94RtoRnL7mY4XkkUAoFMyf6KjcQJ76y1FX7S5rw==} + /@smithy/node-http-handler@2.3.1: + resolution: {integrity: sha512-gLA8qK2nL9J0Rk/WEZSvgin4AppvuCYRYg61dcUo/uKxvMZsMInL5I5ZdJTogOvdfVug3N2dgI5ffcUfS4S9PA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/abort-controller': 2.1.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/querystring-builder': 2.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/property-provider@2.0.16: resolution: {integrity: sha512-28Ky0LlOqtEjwg5CdHmwwaDRHcTWfPRzkT6HrhwOSRS2RryAvuDfJrZpM+BMcrdeCyEg1mbcgIMoqTla+rdL8Q==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + + /@smithy/property-provider@2.1.1: + resolution: {integrity: sha512-FX7JhhD/o5HwSwg6GLK9zxrMUrGnb3PzNBrcthqHKBc3dH0UfgEAU24xnJ8F0uow5mj17UeBEOI6o3CF2k7Mhw==} + engines: {node: '>=14.0.0'} + dependencies: + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/protocol-http@3.0.11: resolution: {integrity: sha512-3ziB8fHuXIRamV/akp/sqiWmNPR6X+9SB8Xxnozzj+Nq7hSpyKdFHd1FLpBkgfGFUTzzcBJQlDZPSyxzmdcx5A==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 + dev: true /@smithy/protocol-http@3.0.7: resolution: {integrity: sha512-HnZW8y+r66ntYueCDbLqKwWcMNWW8o3eVpSrHNluwtBJ/EUWfQHRKSiu6vZZtc6PGfPQWgVfucoCE/C3QufMAA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.3.5 + '@smithy/types': 2.9.1 tslib: 2.6.2 - /@smithy/querystring-builder@2.0.11: - resolution: {integrity: sha512-b4kEbVMxpmfv2VWUITn2otckTi7GlMteZQxi+jlwedoATOGEyrCJPfRcYQJjbCi3fZ2QTfh3PcORvB27+j38Yg==} + /@smithy/protocol-http@3.1.1: + resolution: {integrity: sha512-6ZRTSsaXuSL9++qEwH851hJjUA0OgXdQFCs+VDw4tGH256jQ3TjYY/i34N4vd24RV3nrjNsgd1yhb57uMoKbzQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 - '@smithy/util-uri-escape': 2.0.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/querystring-builder@2.0.15: resolution: {integrity: sha512-e1q85aT6HutvouOdN+dMsN0jcdshp50PSCvxDvo6aIM57LqeXimjfONUEgfqQ4IFpYWAtVixptyIRE5frMp/2A==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 - '@smithy/util-uri-escape': 2.0.0 + '@smithy/types': 2.9.1 + '@smithy/util-uri-escape': 2.1.1 tslib: 2.6.2 + dev: true - /@smithy/querystring-parser@2.0.11: - resolution: {integrity: sha512-YXe7jhi7s3dQ0Fu9dLoY/gLu6NCyy8tBWJL/v2c9i7/RLpHgKT+uT96/OqZkHizCJ4kr0ZD46tzMjql/o60KLg==} + /@smithy/querystring-builder@2.1.1: + resolution: {integrity: sha512-C/ko/CeEa8jdYE4gt6nHO5XDrlSJ3vdCG0ZAc6nD5ZIE7LBp0jCx4qoqp7eoutBu7VrGMXERSRoPqwi1WjCPbg==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 + '@smithy/util-uri-escape': 2.1.1 tslib: 2.6.2 /@smithy/querystring-parser@2.0.15: resolution: {integrity: sha512-jbBvoK3cc81Cj1c1TH1qMYxNQKHrYQ2DoTntN9FBbtUWcGhc+T4FP6kCKYwRLXyU4AajwGIZstvNAmIEgUUNTQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + dev: true + + /@smithy/querystring-parser@2.1.1: + resolution: {integrity: sha512-H4+6jKGVhG1W4CIxfBaSsbm98lOO88tpDWmZLgkJpt8Zkk/+uG0FmmqMuCAc3HNM2ZDV+JbErxr0l5BcuIf/XQ==} + engines: {node: '>=14.0.0'} + dependencies: + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/service-error-classification@2.0.4: resolution: {integrity: sha512-77506l12I5gxTZqBkx3Wb0RqMG81bMYLaVQ+EqIWFwQDJRs5UFeXogKxSKojCmz1wLUziHZQXm03MBzPQiumQw==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 /@smithy/service-error-classification@2.0.8: resolution: {integrity: sha512-jCw9+005im8tsfYvwwSc4TTvd29kXRFkH9peQBg5R/4DD03ieGm6v6Hpv9nIAh98GwgYg1KrztcINC1s4o7/hg==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 - /@smithy/shared-ini-file-loader@2.2.1: - resolution: {integrity: sha512-eAYajwo2eTTVU5KPX90+V6ccfrWphrzcUwOt7n9pLOMBO0fOKlRVshbvCBqfRCxEn7OYDGH6TsL3yrx+hAjddA==} + /@smithy/shared-ini-file-loader@2.3.1: + resolution: {integrity: sha512-2E2kh24igmIznHLB6H05Na4OgIEilRu0oQpYXo3LCNRrawHAcfDKq9004zJs+sAMt2X5AbY87CUCJ7IpqpSgdw==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 - tslib: 2.6.2 - - /@smithy/shared-ini-file-loader@2.2.7: - resolution: {integrity: sha512-0Qt5CuiogIuvQIfK+be7oVHcPsayLgfLJGkPlbgdbl0lD28nUKu4p11L+UG3SAEsqc9UsazO+nErPXw7+IgDpQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/signature-v4@2.0.5: @@ -3939,30 +4012,42 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@smithy/eventstream-codec': 2.0.15 - '@smithy/is-array-buffer': 2.0.0 - '@smithy/types': 2.7.0 - '@smithy/util-hex-encoding': 2.0.0 - '@smithy/util-middleware': 2.0.8 - '@smithy/util-uri-escape': 2.0.0 - '@smithy/util-utf8': 2.0.2 + '@smithy/is-array-buffer': 2.1.1 + '@smithy/types': 2.9.1 + '@smithy/util-hex-encoding': 2.1.1 + '@smithy/util-middleware': 2.1.1 + '@smithy/util-uri-escape': 2.1.1 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 /@smithy/smithy-client@2.1.11: resolution: {integrity: sha512-okjMbuBBCTiieK665OFN/ap6u9+Z9z55PMphS5FYCsS6Zfp137Q3qlnt0OgBAnUVnH/mNGyoJV0LBX9gkTWptg==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/middleware-stack': 2.0.5 - '@smithy/types': 2.3.5 - '@smithy/util-stream': 2.0.16 + '@smithy/middleware-stack': 2.1.1 + '@smithy/types': 2.9.1 + '@smithy/util-stream': 2.1.1 tslib: 2.6.2 /@smithy/smithy-client@2.1.18: resolution: {integrity: sha512-7FqdbaJiVaHJDD9IfDhmzhSDbpjyx+ZsfdYuOpDJF09rl8qlIAIlZNoSaflKrQ3cEXZN2YxGPaNWGhbYimyIRQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/middleware-stack': 2.0.9 - '@smithy/types': 2.7.0 - '@smithy/util-stream': 2.0.23 + '@smithy/middleware-stack': 2.1.1 + '@smithy/types': 2.9.1 + '@smithy/util-stream': 2.1.1 + tslib: 2.6.2 + dev: true + + /@smithy/smithy-client@2.3.1: + resolution: {integrity: sha512-YsTdU8xVD64r2pLEwmltrNvZV6XIAC50LN6ivDopdt+YiF/jGH6PY9zUOu0CXD/d8GMB8gbhnpPsdrjAXHS9QA==} + engines: {node: '>=14.0.0'} + dependencies: + '@smithy/middleware-endpoint': 2.4.1 + '@smithy/middleware-stack': 2.1.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 + '@smithy/util-stream': 2.1.1 tslib: 2.6.2 /@smithy/types@2.3.5: @@ -3976,33 +4061,56 @@ packages: engines: {node: '>=14.0.0'} dependencies: tslib: 2.6.2 + dev: true + + /@smithy/types@2.9.1: + resolution: {integrity: sha512-vjXlKNXyprDYDuJ7UW5iobdmyDm6g8dDG+BFUncAg/3XJaN45Gy5RWWWUVgrzIK7S4R1KWgIX5LeJcfvSI24bw==} + engines: {node: '>=14.0.0'} + dependencies: + tslib: 2.6.2 /@smithy/url-parser@2.0.11: resolution: {integrity: sha512-h89yXMCCF+S5k9XIoKltMIWTYj+FcEkU/IIFZ6RtE222fskOTL4Iak6ZRG+ehSvZDt8yKEcxqheTDq7JvvtK3g==} dependencies: - '@smithy/querystring-parser': 2.0.11 - '@smithy/types': 2.3.5 + '@smithy/querystring-parser': 2.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/url-parser@2.0.15: resolution: {integrity: sha512-sADUncUj9rNbOTrdDGm4EXlUs0eQ9dyEo+V74PJoULY4jSQxS+9gwEgsPYyiu8PUOv16JC/MpHonOgqP/IEDZA==} dependencies: '@smithy/querystring-parser': 2.0.15 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + dev: true + + /@smithy/url-parser@2.1.1: + resolution: {integrity: sha512-qC9Bv8f/vvFIEkHsiNrUKYNl8uKQnn4BdhXl7VzQRP774AwIjiSMMwkbT+L7Fk8W8rzYVifzJNYxv1HwvfBo3Q==} + dependencies: + '@smithy/querystring-parser': 2.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/util-base64@2.0.0: resolution: {integrity: sha512-Zb1E4xx+m5Lud8bbeYi5FkcMJMnn+1WUnJF3qD7rAdXpaL7UjkFQLdmW5fHadoKbdHpwH9vSR8EyTJFHJs++tA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/util-buffer-from': 2.0.0 + '@smithy/util-buffer-from': 2.1.1 tslib: 2.6.2 /@smithy/util-base64@2.0.1: resolution: {integrity: sha512-DlI6XFYDMsIVN+GH9JtcRp3j02JEVuWIn/QOZisVzpIAprdsxGveFed0bjbMRCqmIFe8uetn5rxzNrBtIGrPIQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/util-buffer-from': 2.0.0 + '@smithy/util-buffer-from': 2.1.1 + tslib: 2.6.2 + dev: true + + /@smithy/util-base64@2.1.1: + resolution: {integrity: sha512-UfHVpY7qfF/MrgndI5PexSKVTxSZIdz9InghTFa49QOvuu9I52zLPLUHXvHpNuMb1iD2vmc6R+zbv/bdMipR/g==} + engines: {node: '>=14.0.0'} + dependencies: + '@smithy/util-buffer-from': 2.1.1 tslib: 2.6.2 /@smithy/util-body-length-browser@2.0.0: @@ -4021,11 +4129,11 @@ packages: dependencies: tslib: 2.6.2 - /@smithy/util-buffer-from@2.0.0: - resolution: {integrity: sha512-/YNnLoHsR+4W4Vf2wL5lGv0ksg8Bmk3GEGxn2vEQt52AQaPSCuaO5PM5VM7lP1K9qHRKHwrPGktqVoAHKWHxzw==} + /@smithy/util-buffer-from@2.1.1: + resolution: {integrity: sha512-clhNjbyfqIv9Md2Mg6FffGVrJxw7bgK7s3Iax36xnfVj6cg0fUG7I4RH0XgXJF8bxi+saY5HR21g2UPKSxVCXg==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/is-array-buffer': 2.0.0 + '@smithy/is-array-buffer': 2.1.1 tslib: 2.6.2 /@smithy/util-config-provider@2.0.0: @@ -4038,9 +4146,9 @@ packages: resolution: {integrity: sha512-2raMZOYKSuke7QlDg/HDcxQdrp0zteJ8z+S0B9Rn23J55ZFNK1+IjG4HkN6vo/0u3Xy/JOdJ93ibiBSB8F7kOw==} engines: {node: '>= 10.0.0'} dependencies: - '@smithy/property-provider': 2.0.12 - '@smithy/smithy-client': 2.1.11 - '@smithy/types': 2.3.5 + '@smithy/property-provider': 2.1.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 bowser: 2.11.0 tslib: 2.6.2 @@ -4049,8 +4157,8 @@ packages: engines: {node: '>= 10.0.0'} dependencies: '@smithy/property-provider': 2.0.16 - '@smithy/smithy-client': 2.1.18 - '@smithy/types': 2.7.0 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 bowser: 2.11.0 tslib: 2.6.2 @@ -4060,10 +4168,10 @@ packages: dependencies: '@smithy/config-resolver': 2.0.15 '@smithy/credential-provider-imds': 2.0.17 - '@smithy/node-config-provider': 2.1.2 - '@smithy/property-provider': 2.0.12 - '@smithy/smithy-client': 2.1.11 - '@smithy/types': 2.3.5 + '@smithy/node-config-provider': 2.2.1 + '@smithy/property-provider': 2.1.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/util-defaults-mode-node@2.0.29: @@ -4072,39 +4180,32 @@ packages: dependencies: '@smithy/config-resolver': 2.0.21 '@smithy/credential-provider-imds': 2.1.4 - '@smithy/node-config-provider': 2.1.8 + '@smithy/node-config-provider': 2.2.1 '@smithy/property-provider': 2.0.16 - '@smithy/smithy-client': 2.1.18 - '@smithy/types': 2.7.0 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/util-endpoints@1.0.7: resolution: {integrity: sha512-Q2gEind3jxoLk6hdKWyESMU7LnXz8aamVwM+VeVjOYzYT1PalGlY/ETa48hv2YpV4+YV604y93YngyzzzQ4IIA==} engines: {node: '>= 14.0.0'} dependencies: - '@smithy/node-config-provider': 2.1.8 - '@smithy/types': 2.7.0 + '@smithy/node-config-provider': 2.2.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true - /@smithy/util-hex-encoding@2.0.0: - resolution: {integrity: sha512-c5xY+NUnFqG6d7HFh1IFfrm3mGl29lC+vF+geHv4ToiuJCBmIfzx6IeHLg+OgRdPFKDXIw6pvi+p3CsscaMcMA==} + /@smithy/util-hex-encoding@2.1.1: + resolution: {integrity: sha512-3UNdP2pkYUUBGEXzQI9ODTDK+Tcu1BlCyDBaRHwyxhA+8xLP8agEKQq4MGmpjqb4VQAjq9TwlCQX0kP6XDKYLg==} engines: {node: '>=14.0.0'} dependencies: tslib: 2.6.2 - /@smithy/util-middleware@2.0.4: - resolution: {integrity: sha512-Pbu6P4MBwRcjrLgdTR1O4Y3c0sTZn2JdOiJNcgL7EcIStcQodj+6ZTXtbyU/WTEU3MV2NMA10LxFc3AWHZ3+4A==} + /@smithy/util-middleware@2.1.1: + resolution: {integrity: sha512-mKNrk8oz5zqkNcbcgAAepeJbmfUW6ogrT2Z2gDbIUzVzNAHKJQTYmH9jcy0jbWb+m7ubrvXKb6uMjkSgAqqsFA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.7.0 - tslib: 2.6.2 - - /@smithy/util-middleware@2.0.8: - resolution: {integrity: sha512-qkvqQjM8fRGGA8P2ydWylMhenCDP8VlkPn8kiNuFEaFz9xnUKC2irfqsBSJrfrOB9Qt6pQsI58r3zvvumhFMkw==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/util-retry@2.0.4: @@ -4112,7 +4213,7 @@ packages: engines: {node: '>= 14.0.0'} dependencies: '@smithy/service-error-classification': 2.0.4 - '@smithy/types': 2.3.5 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/util-retry@2.0.8: @@ -4120,37 +4221,38 @@ packages: engines: {node: '>= 14.0.0'} dependencies: '@smithy/service-error-classification': 2.0.8 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 - /@smithy/util-stream@2.0.16: - resolution: {integrity: sha512-b5ZSRh1KzUzC7LoJcpfk7+iXGoRr3WylEfmPd4FnBLm90OwxSB9VgK1fDZwicfYxSEvWHdYXgvvjPtenEYBBhw==} + /@smithy/util-stream@2.0.23: + resolution: {integrity: sha512-OJMWq99LAZJUzUwTk+00plyxX3ESktBaGPhqNIEVab+53gLULiWN9B/8bRABLg0K6R6Xg4t80uRdhk3B/LZqMQ==} engines: {node: '>=14.0.0'} 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 + '@smithy/fetch-http-handler': 2.4.1 + '@smithy/node-http-handler': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/util-base64': 2.1.1 + '@smithy/util-buffer-from': 2.1.1 + '@smithy/util-hex-encoding': 2.1.1 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 + dev: true - /@smithy/util-stream@2.0.23: - resolution: {integrity: sha512-OJMWq99LAZJUzUwTk+00plyxX3ESktBaGPhqNIEVab+53gLULiWN9B/8bRABLg0K6R6Xg4t80uRdhk3B/LZqMQ==} + /@smithy/util-stream@2.1.1: + resolution: {integrity: sha512-J7SMIpUYvU4DQN55KmBtvaMc7NM3CZ2iWICdcgaovtLzseVhAqFRYqloT3mh0esrFw+3VEK6nQFteFsTqZSECQ==} engines: {node: '>=14.0.0'} 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 + '@smithy/fetch-http-handler': 2.4.1 + '@smithy/node-http-handler': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/util-base64': 2.1.1 + '@smithy/util-buffer-from': 2.1.1 + '@smithy/util-hex-encoding': 2.1.1 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 - /@smithy/util-uri-escape@2.0.0: - resolution: {integrity: sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw==} + /@smithy/util-uri-escape@2.1.1: + resolution: {integrity: sha512-saVzI1h6iRBUVSqtnlOnc9ssU09ypo7n+shdQ8hBTZno/9rZ3AuRYvoHInV57VF7Qn7B+pFJG7qTzFiHxWlWBw==} engines: {node: '>=14.0.0'} dependencies: tslib: 2.6.2 @@ -4159,22 +4261,30 @@ packages: resolution: {integrity: sha512-rctU1VkziY84n5OXe3bPNpKR001ZCME2JCaBBFgtiM2hfKbHFudc/BkMuPab8hRbLd0j3vbnBTTZ1igBf0wgiQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/util-buffer-from': 2.0.0 + '@smithy/util-buffer-from': 2.1.1 tslib: 2.6.2 /@smithy/util-utf8@2.0.2: resolution: {integrity: sha512-qOiVORSPm6Ce4/Yu6hbSgNHABLP2VMv8QOC3tTDNHHlWY19pPyc++fBTbZPtx6egPXi4HQxKDnMxVxpbtX2GoA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/util-buffer-from': 2.0.0 + '@smithy/util-buffer-from': 2.1.1 + tslib: 2.6.2 + dev: true + + /@smithy/util-utf8@2.1.1: + resolution: {integrity: sha512-BqTpzYEcUMDwAKr7/mVRUtHDhs6ZoXDi9NypMvMfOr/+u1NW7JgqodPDECiiLboEm6bobcPcECxzjtQh865e9A==} + engines: {node: '>=14.0.0'} + dependencies: + '@smithy/util-buffer-from': 2.1.1 tslib: 2.6.2 /@smithy/util-waiter@2.0.11: resolution: {integrity: sha512-8SJWUl9O1YhjC77EccgltI3q4XZQp3vp9DGEW6o0OdkUcwqm/H4qOLnMkA2n+NDojuM5Iia2jWoCdbluIiG7TA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/abort-controller': 2.0.11 - '@smithy/types': 2.3.5 + '@smithy/abort-controller': 2.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 /@smithy/util-waiter@2.0.15: @@ -4182,7 +4292,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@smithy/abort-controller': 2.0.15 - '@smithy/types': 2.7.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: true