From 5c48e8fafe4c3172ad958c45bc1ff02e253ff582 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 15 Apr 2026 08:34:22 -0400 Subject: [PATCH] fix: npmMinimalAgeGate incorrectly set, upgrade axios, aws --- .yarnrc.yml | 2 +- package.json | 10 +- yarn.lock | 1521 +++++++++++++++++++++++--------------------------- 3 files changed, 709 insertions(+), 824 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index ded0d60241..49860455f3 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,6 +1,6 @@ nodeLinker: node-modules -npmMinimalAgeGate: 86400 +npmMinimalAgeGate: 1440 npmPreapprovedPackages: - outline-icons diff --git a/package.json b/package.json index 0005d56582..4b21fe4105 100644 --- a/package.json +++ b/package.json @@ -51,11 +51,11 @@ "> 0.25%, not dead" ], "dependencies": { - "@aws-sdk/client-s3": "3.956.0", - "@aws-sdk/lib-storage": "3.956.0", - "@aws-sdk/s3-presigned-post": "3.956.0", - "@aws-sdk/s3-request-presigner": "3.956.0", - "@aws-sdk/signature-v4-crt": "^3.956.0", + "@aws-sdk/client-s3": "^3.990.0", + "@aws-sdk/lib-storage": "^3.990.0", + "@aws-sdk/s3-presigned-post": "^3.990.0", + "@aws-sdk/s3-request-presigner": "^3.990.0", + "@aws-sdk/signature-v4-crt": "^3.990.0", "@benrbray/prosemirror-math": "^0.2.2", "@bull-board/api": "^6.7.10", "@bull-board/koa": "^6.13.0", diff --git a/yarn.lock b/yarn.lock index bd2e30dc20..8f34da2fd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -110,66 +110,66 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-s3@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/client-s3@npm:3.956.0" +"@aws-sdk/client-s3@npm:3.990.0, @aws-sdk/client-s3@npm:^3.990.0": + version: 3.990.0 + resolution: "@aws-sdk/client-s3@npm:3.990.0" dependencies: "@aws-crypto/sha1-browser": "npm:5.2.0" "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/credential-provider-node": "npm:3.956.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.956.0" - "@aws-sdk/middleware-expect-continue": "npm:3.956.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.956.0" - "@aws-sdk/middleware-host-header": "npm:3.956.0" - "@aws-sdk/middleware-location-constraint": "npm:3.956.0" - "@aws-sdk/middleware-logger": "npm:3.956.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.956.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.956.0" - "@aws-sdk/middleware-ssec": "npm:3.956.0" - "@aws-sdk/middleware-user-agent": "npm:3.956.0" - "@aws-sdk/region-config-resolver": "npm:3.956.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@aws-sdk/util-endpoints": "npm:3.956.0" - "@aws-sdk/util-user-agent-browser": "npm:3.956.0" - "@aws-sdk/util-user-agent-node": "npm:3.956.0" - "@smithy/config-resolver": "npm:^4.4.5" - "@smithy/core": "npm:^3.20.0" - "@smithy/eventstream-serde-browser": "npm:^4.2.7" - "@smithy/eventstream-serde-config-resolver": "npm:^4.3.7" - "@smithy/eventstream-serde-node": "npm:^4.2.7" - "@smithy/fetch-http-handler": "npm:^5.3.8" - "@smithy/hash-blob-browser": "npm:^4.2.8" - "@smithy/hash-node": "npm:^4.2.7" - "@smithy/hash-stream-node": "npm:^4.2.7" - "@smithy/invalid-dependency": "npm:^4.2.7" - "@smithy/md5-js": "npm:^4.2.7" - "@smithy/middleware-content-length": "npm:^4.2.7" - "@smithy/middleware-endpoint": "npm:^4.4.1" - "@smithy/middleware-retry": "npm:^4.4.17" - "@smithy/middleware-serde": "npm:^4.2.8" - "@smithy/middleware-stack": "npm:^4.2.7" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/node-http-handler": "npm:^4.4.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" - "@smithy/url-parser": "npm:^4.2.7" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/credential-provider-node": "npm:^3.972.9" + "@aws-sdk/middleware-bucket-endpoint": "npm:^3.972.3" + "@aws-sdk/middleware-expect-continue": "npm:^3.972.3" + "@aws-sdk/middleware-flexible-checksums": "npm:^3.972.8" + "@aws-sdk/middleware-host-header": "npm:^3.972.3" + "@aws-sdk/middleware-location-constraint": "npm:^3.972.3" + "@aws-sdk/middleware-logger": "npm:^3.972.3" + "@aws-sdk/middleware-recursion-detection": "npm:^3.972.3" + "@aws-sdk/middleware-sdk-s3": "npm:^3.972.10" + "@aws-sdk/middleware-ssec": "npm:^3.972.3" + "@aws-sdk/middleware-user-agent": "npm:^3.972.10" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/signature-v4-multi-region": "npm:3.990.0" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.990.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.8" + "@smithy/config-resolver": "npm:^4.4.6" + "@smithy/core": "npm:^3.23.0" + "@smithy/eventstream-serde-browser": "npm:^4.2.8" + "@smithy/eventstream-serde-config-resolver": "npm:^4.3.8" + "@smithy/eventstream-serde-node": "npm:^4.2.8" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/hash-blob-browser": "npm:^4.2.9" + "@smithy/hash-node": "npm:^4.2.8" + "@smithy/hash-stream-node": "npm:^4.2.8" + "@smithy/invalid-dependency": "npm:^4.2.8" + "@smithy/md5-js": "npm:^4.2.8" + "@smithy/middleware-content-length": "npm:^4.2.8" + "@smithy/middleware-endpoint": "npm:^4.4.14" + "@smithy/middleware-retry": "npm:^4.4.31" + "@smithy/middleware-serde": "npm:^4.2.9" + "@smithy/middleware-stack": "npm:^4.2.8" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.3" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.16" - "@smithy/util-defaults-mode-node": "npm:^4.2.19" - "@smithy/util-endpoints": "npm:^3.2.7" - "@smithy/util-middleware": "npm:^4.2.7" - "@smithy/util-retry": "npm:^4.2.7" - "@smithy/util-stream": "npm:^4.5.8" + "@smithy/util-defaults-mode-browser": "npm:^4.3.30" + "@smithy/util-defaults-mode-node": "npm:^4.2.33" + "@smithy/util-endpoints": "npm:^3.2.8" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-retry": "npm:^4.2.8" + "@smithy/util-stream": "npm:^4.5.12" "@smithy/util-utf8": "npm:^4.2.0" - "@smithy/util-waiter": "npm:^4.2.7" + "@smithy/util-waiter": "npm:^4.2.8" tslib: "npm:^2.6.2" - checksum: 10c0/f15a3afead20bdd610ba1e165d2d245555dc2b74147665e456c969f892f1d2644fcf56930201ec53b0cd5be9a1dce9e3f9df903f50ebe0f963ca846cecfb6ea4 + checksum: 10c0/cf90d16e05b78047254355a8de25721208f1a7aa7e6685ee4a30848167614ad1c25ddf91eab28a9d9743ed60e44b5c783461f70268bf1d542788157f2e635191 languageName: node linkType: hard @@ -267,49 +267,49 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/client-sso@npm:3.956.0" +"@aws-sdk/client-sso@npm:3.990.0": + version: 3.990.0 + resolution: "@aws-sdk/client-sso@npm:3.990.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/middleware-host-header": "npm:3.956.0" - "@aws-sdk/middleware-logger": "npm:3.956.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.956.0" - "@aws-sdk/middleware-user-agent": "npm:3.956.0" - "@aws-sdk/region-config-resolver": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@aws-sdk/util-endpoints": "npm:3.956.0" - "@aws-sdk/util-user-agent-browser": "npm:3.956.0" - "@aws-sdk/util-user-agent-node": "npm:3.956.0" - "@smithy/config-resolver": "npm:^4.4.5" - "@smithy/core": "npm:^3.20.0" - "@smithy/fetch-http-handler": "npm:^5.3.8" - "@smithy/hash-node": "npm:^4.2.7" - "@smithy/invalid-dependency": "npm:^4.2.7" - "@smithy/middleware-content-length": "npm:^4.2.7" - "@smithy/middleware-endpoint": "npm:^4.4.1" - "@smithy/middleware-retry": "npm:^4.4.17" - "@smithy/middleware-serde": "npm:^4.2.8" - "@smithy/middleware-stack": "npm:^4.2.7" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/node-http-handler": "npm:^4.4.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" - "@smithy/url-parser": "npm:^4.2.7" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/middleware-host-header": "npm:^3.972.3" + "@aws-sdk/middleware-logger": "npm:^3.972.3" + "@aws-sdk/middleware-recursion-detection": "npm:^3.972.3" + "@aws-sdk/middleware-user-agent": "npm:^3.972.10" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.990.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.8" + "@smithy/config-resolver": "npm:^4.4.6" + "@smithy/core": "npm:^3.23.0" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/hash-node": "npm:^4.2.8" + "@smithy/invalid-dependency": "npm:^4.2.8" + "@smithy/middleware-content-length": "npm:^4.2.8" + "@smithy/middleware-endpoint": "npm:^4.4.14" + "@smithy/middleware-retry": "npm:^4.4.31" + "@smithy/middleware-serde": "npm:^4.2.9" + "@smithy/middleware-stack": "npm:^4.2.8" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.3" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.16" - "@smithy/util-defaults-mode-node": "npm:^4.2.19" - "@smithy/util-endpoints": "npm:^3.2.7" - "@smithy/util-middleware": "npm:^4.2.7" - "@smithy/util-retry": "npm:^4.2.7" + "@smithy/util-defaults-mode-browser": "npm:^4.3.30" + "@smithy/util-defaults-mode-node": "npm:^4.2.33" + "@smithy/util-endpoints": "npm:^3.2.8" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-retry": "npm:^4.2.8" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/1154b2293c70922595cf74ec6f2cc1a2159dadfb837f4b26833a98105cc21a77f16ecd892e55eb122392bae7dca0b125818b20179b70b3999c58e4e6cf0eedf9 + checksum: 10c0/02f09cb3a10d6555f200ad1207fae34b526bec321b87effd0bf307d05bab90c9d6773c13d8d9c914510362dbe3f5074b3ab7caaf4d8797b5afbd44189add00fd languageName: node linkType: hard @@ -334,45 +334,34 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/core@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/core@npm:3.956.0" +"@aws-sdk/core@npm:^3.973.10": + version: 3.973.10 + resolution: "@aws-sdk/core@npm:3.973.10" dependencies: - "@aws-sdk/types": "npm:3.956.0" - "@aws-sdk/xml-builder": "npm:3.956.0" - "@smithy/core": "npm:^3.20.0" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/signature-v4": "npm:^5.3.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/xml-builder": "npm:^3.972.4" + "@smithy/core": "npm:^3.23.0" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/signature-v4": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.3" + "@smithy/types": "npm:^4.12.0" "@smithy/util-base64": "npm:^4.3.0" - "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-middleware": "npm:^4.2.8" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/0ad031aeca71c3565c62156024d24b135c4ffabb890473cf1d1d601524044bf1e5f736fb1fb06881229517b30befe6eba03defcc139a6926a576e691d9a009ae + checksum: 10c0/768c2e738b3056c0bbe4b39556acb2b03b9d730a3080c6321fb843cebae972c251f4dd074a667fdc7c5110748ffceb960d22e25244bcb2cd74ecc4d04ed13aed languageName: node linkType: hard -"@aws-sdk/core@npm:3.957.0": - version: 3.957.0 - resolution: "@aws-sdk/core@npm:3.957.0" +"@aws-sdk/crc64-nvme@npm:3.972.0": + version: 3.972.0 + resolution: "@aws-sdk/crc64-nvme@npm:3.972.0" dependencies: - "@aws-sdk/types": "npm:3.957.0" - "@aws-sdk/xml-builder": "npm:3.957.0" - "@smithy/core": "npm:^3.20.0" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/signature-v4": "npm:^5.3.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" - "@smithy/util-base64": "npm:^4.3.0" - "@smithy/util-middleware": "npm:^4.2.7" - "@smithy/util-utf8": "npm:^4.2.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/a98a31b68264efef5a77722e23fdbb20624c2ebe0bdc555da925804d30cb8d76382fa180ef0ae5c4700a453b88fdf8349abb30dea8821d11a7d5dbed1b285c29 + checksum: 10c0/c756b934baa51a7582f5efc8a935b3ce3403f0574451ffa8769e2cecac4cd5f08e0c6f0d5cb85c3e3bcf34cbc475c10e9d8302265a5b1fbb37424b5ac2580a6f languageName: node linkType: hard @@ -389,16 +378,16 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.956.0" +"@aws-sdk/credential-provider-env@npm:^3.972.8": + version: 3.972.8 + resolution: "@aws-sdk/credential-provider-env@npm:3.972.8" dependencies: - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/de46448a26bf85c43509e724b24e4d6943c5fc2b16bb8aae11597070bdc62a1461415dfccb6e26f5bbe4ad1cc3df7f21ed201edb25616696b385667d932de84d + checksum: 10c0/e75c0ee1bc951c046adf5b073d60f3ef563cc278afff19176247e2a772921ad8e91eadeee78e0ac8ad8cd85b2dd282b38029e80175b72eddacc1f3c894a8a440 languageName: node linkType: hard @@ -420,21 +409,21 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.956.0" +"@aws-sdk/credential-provider-http@npm:^3.972.10": + version: 3.972.10 + resolution: "@aws-sdk/credential-provider-http@npm:3.972.10" dependencies: - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@smithy/fetch-http-handler": "npm:^5.3.8" - "@smithy/node-http-handler": "npm:^4.4.7" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" - "@smithy/util-stream": "npm:^4.5.8" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.3" + "@smithy/types": "npm:^4.12.0" + "@smithy/util-stream": "npm:^4.5.12" tslib: "npm:^2.6.2" - checksum: 10c0/8ca6eea1178f32a57f7e2cadf9a9b5c9456782e9348a73c8b4898012dc3d559f2d79ed28e22aefb3b24190600eecb36d80f6a40aea2bb0fd3b0327478e243904 + checksum: 10c0/31224fa83aeabdf1357c82418c45621cfc8df453f494ac5a70333de3b39662ef5c79c06f2996472bec7e6024780c9a2cce5374f74284c9b1f035e95128867552 languageName: node linkType: hard @@ -460,25 +449,25 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.956.0" +"@aws-sdk/credential-provider-ini@npm:^3.972.8": + version: 3.972.8 + resolution: "@aws-sdk/credential-provider-ini@npm:3.972.8" dependencies: - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/credential-provider-env": "npm:3.956.0" - "@aws-sdk/credential-provider-http": "npm:3.956.0" - "@aws-sdk/credential-provider-login": "npm:3.956.0" - "@aws-sdk/credential-provider-process": "npm:3.956.0" - "@aws-sdk/credential-provider-sso": "npm:3.956.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.956.0" - "@aws-sdk/nested-clients": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@smithy/credential-provider-imds": "npm:^4.2.7" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/shared-ini-file-loader": "npm:^4.4.2" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/credential-provider-env": "npm:^3.972.8" + "@aws-sdk/credential-provider-http": "npm:^3.972.10" + "@aws-sdk/credential-provider-login": "npm:^3.972.8" + "@aws-sdk/credential-provider-process": "npm:^3.972.8" + "@aws-sdk/credential-provider-sso": "npm:^3.972.8" + "@aws-sdk/credential-provider-web-identity": "npm:^3.972.8" + "@aws-sdk/nested-clients": "npm:3.990.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/credential-provider-imds": "npm:^4.2.8" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/1d7d0c1f1fed0ac547549a8d094182eec9a2c3d4b4076b271466e08cad8b881b2d11942351185c1f85fc955a786f72d373a0289a9da14a0cc98f9f190ee6492d + checksum: 10c0/ef946a2698963159dd7cc650cd22da2703b96bd1364d9669ca8c5e76cf980bead47c674098f6f7d8c48fb91d3a4124adf782ec69fc04f4370762729b21e3170b languageName: node linkType: hard @@ -498,19 +487,19 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-login@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/credential-provider-login@npm:3.956.0" +"@aws-sdk/credential-provider-login@npm:^3.972.8": + version: 3.972.8 + resolution: "@aws-sdk/credential-provider-login@npm:3.972.8" dependencies: - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/nested-clients": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/shared-ini-file-loader": "npm:^4.4.2" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/nested-clients": "npm:3.990.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/03b5d162d19115273a06efd80f33abb30e66f29801669b4cf620555dcc3704d57fe44479c148ffe112b4560d0107110cfde4de39e9ad76586bc2a1eb979dae13 + checksum: 10c0/816ae00a5feb1ff3dccc01fa9ddc3770f5a53a9a9495df5a710e6b6734f2e18c8619875ce0d213a68c67f0fe6a8fb9c099358d6e8d4b14c27bb20f0597381375 languageName: node linkType: hard @@ -534,23 +523,23 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.956.0" +"@aws-sdk/credential-provider-node@npm:^3.972.9": + version: 3.972.9 + resolution: "@aws-sdk/credential-provider-node@npm:3.972.9" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.956.0" - "@aws-sdk/credential-provider-http": "npm:3.956.0" - "@aws-sdk/credential-provider-ini": "npm:3.956.0" - "@aws-sdk/credential-provider-process": "npm:3.956.0" - "@aws-sdk/credential-provider-sso": "npm:3.956.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@smithy/credential-provider-imds": "npm:^4.2.7" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/shared-ini-file-loader": "npm:^4.4.2" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/credential-provider-env": "npm:^3.972.8" + "@aws-sdk/credential-provider-http": "npm:^3.972.10" + "@aws-sdk/credential-provider-ini": "npm:^3.972.8" + "@aws-sdk/credential-provider-process": "npm:^3.972.8" + "@aws-sdk/credential-provider-sso": "npm:^3.972.8" + "@aws-sdk/credential-provider-web-identity": "npm:^3.972.8" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/credential-provider-imds": "npm:^4.2.8" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/5d8a2f32b0ec62ea7f02455616384cfdbeb7fb20b220fbb2995b39036e8b8fb8b07914deea5a06b512fe8da83825dd2c2dab16822693bb68a6674d5c2d0da0a7 + checksum: 10c0/213d967938bcd922ca765de7ee8af9ce88172bc29fa106b05891b2ba7bc19f271574968878bbffb42c286281f5163ad3eb747f92a3748e8777e2f9e9f810c649 languageName: node linkType: hard @@ -568,17 +557,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.956.0" +"@aws-sdk/credential-provider-process@npm:^3.972.8": + version: 3.972.8 + resolution: "@aws-sdk/credential-provider-process@npm:3.972.8" dependencies: - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/shared-ini-file-loader": "npm:^4.4.2" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/73c9c80f80035f0f472ff0fe741523939a025ce1c8cfd7c6fc329026509c2488b1ca2658a95022bb84af29afd19f06400997e9f99adc3576c35b38f09a19603e + checksum: 10c0/189a7d58bf5c1bdbf44e1bf5c42e2ba3166e07ff9a9093219b491e1d538d2ba1c078051cd07c8335706e86a6118d4823f45140f042bbf74b815648396ef54653 languageName: node linkType: hard @@ -598,19 +587,19 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.956.0" +"@aws-sdk/credential-provider-sso@npm:^3.972.8": + version: 3.972.8 + resolution: "@aws-sdk/credential-provider-sso@npm:3.972.8" dependencies: - "@aws-sdk/client-sso": "npm:3.956.0" - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/token-providers": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/shared-ini-file-loader": "npm:^4.4.2" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/client-sso": "npm:3.990.0" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/token-providers": "npm:3.990.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/fe3edbaf9bcfd31ff91a07975b8ca6bb5b070c24e9ba79da4357db4c7542a40367c2913d93a7c8f1e44cbcbc91e3e1bb97660d3b5ec66dcbe980efb1c6eb26b7 + checksum: 10c0/9b871a0acab8f87a04963cf5df06da1a5324cd5a5bee018f6bcb76adb495fcfc6f45b9070251a7cfdd3f1055ca8be711a716946e3f0337a246455c24b3a466cd languageName: node linkType: hard @@ -629,94 +618,95 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.956.0" +"@aws-sdk/credential-provider-web-identity@npm:^3.972.8": + version: 3.972.8 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.972.8" dependencies: - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/nested-clients": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/shared-ini-file-loader": "npm:^4.4.2" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/nested-clients": "npm:3.990.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/e6e26f6ce863713c32db1e71cf302aeb1c006f018d054dcd93655646824e33e77aba18c0a8822c0c35f58f89a1c5434d71809704859c519e869bb18aacb768f7 + checksum: 10c0/c9c1ab0d042840cbea7b2d2627039d8ea8aa7bf8d2f464d9e11d564a875054468a84a301e0ad0b3cf7c2409572fc51dbeee3a0223f6c23763cdffa9c8c1d57f0 languageName: node linkType: hard -"@aws-sdk/crt-loader@npm:3.957.0": - version: 3.957.0 - resolution: "@aws-sdk/crt-loader@npm:3.957.0" +"@aws-sdk/crt-loader@npm:^3.972.8": + version: 3.972.8 + resolution: "@aws-sdk/crt-loader@npm:3.972.8" dependencies: - "@aws-sdk/util-user-agent-node": "npm:3.957.0" + "@aws-sdk/util-user-agent-node": "npm:^3.972.8" aws-crt: "npm:^1.24.0" tslib: "npm:^2.6.2" - checksum: 10c0/4ca67c80d444ecd08d0ca62edb4c18945a1b6de33869aa89eeef142d2ff049fc08c5d531fad1c2e866c8257e4ee447b8f689fd092e01c7e11dc455898ab97e51 + checksum: 10c0/0f89202fb41c3467e40fa8074a9d7693e8eece44c13102a270b2433952c6ec6ddd103b18fb87c100ceea08c67a5c5f8bdc287401d12315ff0111a9cef9ff1c52 languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/lib-storage@npm:3.956.0" +"@aws-sdk/lib-storage@npm:^3.990.0": + version: 3.990.0 + resolution: "@aws-sdk/lib-storage@npm:3.990.0" dependencies: - "@smithy/abort-controller": "npm:^4.2.7" - "@smithy/middleware-endpoint": "npm:^4.4.1" - "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/abort-controller": "npm:^4.2.8" + "@smithy/middleware-endpoint": "npm:^4.4.14" + "@smithy/smithy-client": "npm:^4.11.3" buffer: "npm:5.6.0" events: "npm:3.3.0" stream-browserify: "npm:3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-s3": ^3.956.0 - checksum: 10c0/bff326018221631cda971bbf693b3ecfc7e5369dc1dcc91fe36e377ed64722d9714010b2740147ad303d5345650c12ea743ad8d216c3dbd0f24e37a7efe0b28d + "@aws-sdk/client-s3": ^3.990.0 + checksum: 10c0/ca7dafcf027473beaaa1dee207b8332c06a8c85ba7808fd3c73043a49b40263c85ae4dcb08b5925af9f8ad3842b247689fefd723db80c7cb415f8e73b81d65f4 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.956.0" +"@aws-sdk/middleware-bucket-endpoint@npm:^3.972.3": + version: 3.972.3 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.972.3" dependencies: - "@aws-sdk/types": "npm:3.956.0" - "@aws-sdk/util-arn-parser": "npm:3.953.0" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-arn-parser": "npm:^3.972.2" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" "@smithy/util-config-provider": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/05dcb996ef67d5296e5934e488e6b0553a9ce390c84ca55ff30d25183e16261936cc73d2226580a54f755f1305bd0c338df60283dcc622d104aca10c34ae6cf3 + checksum: 10c0/391c8f6d514c41543c6a66578ce6d7d29c9cf8677d9a4d07bc0cae27418fb47b65e8104a7a4f9ac2bc3d6ae2ce73dca3ed44fd7fbafb4bcb3cb06858bcae8230 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.956.0" +"@aws-sdk/middleware-expect-continue@npm:^3.972.3": + version: 3.972.3 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.972.3" dependencies: - "@aws-sdk/types": "npm:3.956.0" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/13fbf2550c35a858c794e83e3516cddfb58d2205886169931d502f766af8865e1584900462a47085a34f9c3e50771b62f5a290ba3364b45c068253368b27de3e + checksum: 10c0/69bcb15de22c3895df744d85eb668238fb7a307975b4e236c6c19f41f3c2f07a036de06db637abd8accbfadf06c557d3578ad71ac18ef71a3d52091f8ade5b87 languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.956.0" +"@aws-sdk/middleware-flexible-checksums@npm:^3.972.8": + version: 3.972.8 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.972.8" dependencies: "@aws-crypto/crc32": "npm:5.2.0" "@aws-crypto/crc32c": "npm:5.2.0" "@aws-crypto/util": "npm:5.2.0" - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/crc64-nvme": "npm:3.972.0" + "@aws-sdk/types": "npm:^3.973.1" "@smithy/is-array-buffer": "npm:^4.2.0" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" - "@smithy/util-middleware": "npm:^4.2.7" - "@smithy/util-stream": "npm:^4.5.8" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-stream": "npm:^4.5.12" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/e50f2be8d1ab1c6aac43c1f94de952872ca5219c7c7a91001e458d4a9da943fa67c69a95e118468dabb96cf40b6ee73c2eb1f10baf0959f034f3347446a8fbef + checksum: 10c0/773264042b2c348043da55bb13a804e802c76562bbe5a0deecf02be52fe0169e99ada45f3546bff2c68bee8bc5826c67d1f9841b230b01c37896dd92355d3678 languageName: node linkType: hard @@ -732,26 +722,26 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.956.0" +"@aws-sdk/middleware-host-header@npm:^3.972.3": + version: 3.972.3 + resolution: "@aws-sdk/middleware-host-header@npm:3.972.3" dependencies: - "@aws-sdk/types": "npm:3.956.0" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/2b1827c323daede1f0e8c162d32baa7a0552e11cd097c3bdc3f35938cb3edf0b6f9e285bc1803f0fd8c719e137610364b5bc10998cabed7307dca6591536c525 + checksum: 10c0/680a1934403b1544cbe1998ca22d684ff28bbbea78db8bea515bae80f7ede7ce762b2eb6fd5a56030b3a9a56a964e1c62ad40a8e2343e06862e1ccaa0cc3331b languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.956.0" +"@aws-sdk/middleware-location-constraint@npm:^3.972.3": + version: 3.972.3 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.972.3" dependencies: - "@aws-sdk/types": "npm:3.956.0" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/8a51408e1c122b58800a05e9e0163701579cbc4438c3739092a66bf9581f1673d0b48488c2e73fc6ea5cb0081a08ecfe45947ace9090e6f4d780a01afd0b8764 + checksum: 10c0/a2a284f24147aaf2a5367cd280f6646700bec03bd5dc66e1db0cf871904d64d21d77f45767edc2cbe2d9ffbd7d55141ff30df0143cc63ae7fe8b89559916bbb5 languageName: node linkType: hard @@ -766,14 +756,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/middleware-logger@npm:3.956.0" +"@aws-sdk/middleware-logger@npm:^3.972.3": + version: 3.972.3 + resolution: "@aws-sdk/middleware-logger@npm:3.972.3" dependencies: - "@aws-sdk/types": "npm:3.956.0" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/29db9b64e8fb747dc9f3e96b7f56502b08ccb658aac8ba1794d4efaa8aacf5f3cd5a8f7d056fa7c723a8eaffe3c129941948042f968c658e303dda23d977ce08 + checksum: 10c0/3cb6c1eddb7344f14f634fe1d6c9e7571ec8fe856ccf62dab71fae5fcef302f3b0e97d9ddb5ee90a427e14f28672cf406e8dadf30693e590f0d2a7eb1b439934 languageName: node linkType: hard @@ -790,71 +780,49 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.956.0" +"@aws-sdk/middleware-recursion-detection@npm:^3.972.3": + version: 3.972.3 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.972.3" dependencies: - "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/types": "npm:^3.973.1" "@aws/lambda-invoke-store": "npm:^0.2.2" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/a458d98c022c5553d2f4d821645f4ed311d58fb791e8305e904285b086d2ee68976d1ff07f2fe0a337d10fdf8b9b09f91faacf7976872f4c832ee54978e327ee + checksum: 10c0/cc3e30e6968f18a5456c9b786b95579f688dd429422f6792211ebeaa462cf87186fd93996a8f034ce4abd95f39cfc0071c1cb801ad751be766617aac585cbb09 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.956.0" +"@aws-sdk/middleware-sdk-s3@npm:^3.972.10": + version: 3.972.10 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.972.10" dependencies: - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@aws-sdk/util-arn-parser": "npm:3.953.0" - "@smithy/core": "npm:^3.20.0" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/signature-v4": "npm:^5.3.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-arn-parser": "npm:^3.972.2" + "@smithy/core": "npm:^3.23.0" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/signature-v4": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.3" + "@smithy/types": "npm:^4.12.0" "@smithy/util-config-provider": "npm:^4.2.0" - "@smithy/util-middleware": "npm:^4.2.7" - "@smithy/util-stream": "npm:^4.5.8" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-stream": "npm:^4.5.12" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/0c07ca65c36de648e655b44b55e5cf5930dd2bf3af2643f95035035b55e3b29ec1c4158b77e162659b75ab384c02a71f4cd819a88f2e355d83c7fa800537b94c + checksum: 10c0/bf033c095c53a26851bc378a1f37a2a1c9099bfc2a934def8fe5ca3a2ea93191e1095f63cde5b270a8960fb94b379e6bae6b6485f50023afe7f02c10694ecb15 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.957.0": - version: 3.957.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.957.0" +"@aws-sdk/middleware-ssec@npm:^3.972.3": + version: 3.972.3 + resolution: "@aws-sdk/middleware-ssec@npm:3.972.3" dependencies: - "@aws-sdk/core": "npm:3.957.0" - "@aws-sdk/types": "npm:3.957.0" - "@aws-sdk/util-arn-parser": "npm:3.957.0" - "@smithy/core": "npm:^3.20.0" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/signature-v4": "npm:^5.3.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" - "@smithy/util-config-provider": "npm:^4.2.0" - "@smithy/util-middleware": "npm:^4.2.7" - "@smithy/util-stream": "npm:^4.5.8" - "@smithy/util-utf8": "npm:^4.2.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/70b4377c64525e01766554f867bb0540f921f92201f10eb9bd018fe2c75ace853d9d5cba92b4fbd6756c992c883377792674e27d02ea58e69ad081af796f9455 - languageName: node - linkType: hard - -"@aws-sdk/middleware-ssec@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.956.0" - dependencies: - "@aws-sdk/types": "npm:3.956.0" - "@smithy/types": "npm:^4.11.0" - tslib: "npm:^2.6.2" - checksum: 10c0/442c411c8f760736161fbf377abb29dfb7b1198eecc7b8834dbab044fd600ecac272105347a34d2e2fc1c8946f132fd3a684398d28b072b7e57196c3235594e4 + checksum: 10c0/d4e1df3531947adbbd1cf64d89c5ad7b3596ffc471e83a32f555e0bd05e976d2bd183975689da60e4229bd0611cd53642a3b2355877348e99cdd3a1b7d4135ad languageName: node linkType: hard @@ -873,33 +841,18 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.956.0" +"@aws-sdk/middleware-user-agent@npm:^3.972.10": + version: 3.972.10 + resolution: "@aws-sdk/middleware-user-agent@npm:3.972.10" dependencies: - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@aws-sdk/util-endpoints": "npm:3.956.0" - "@smithy/core": "npm:^3.20.0" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.990.0" + "@smithy/core": "npm:^3.23.0" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/f6a220adfb4446faad1823577f68e6d7fbb1d220c7249fc621ac4e982b280291fa4a16e7ecc94046a7a1447dd648d9c5e27afda103da02511140ce3918704b05 - languageName: node - linkType: hard - -"@aws-sdk/middleware-user-agent@npm:3.957.0": - version: 3.957.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.957.0" - dependencies: - "@aws-sdk/core": "npm:3.957.0" - "@aws-sdk/types": "npm:3.957.0" - "@aws-sdk/util-endpoints": "npm:3.957.0" - "@smithy/core": "npm:^3.20.0" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" - tslib: "npm:^2.6.2" - checksum: 10c0/94287fb18a5dff73e27d16bfd0599df12608ef3cf215978e44a7c389b97089e807bea3bad7a754a56dd5346b84e30ecd1711a6b33621d925883bda0e61ce9da1 + checksum: 10c0/43a7fdd2b4dafb0c41fa9b3bab5bcd11ca173d0224d4d18c2d85500969c5ce14e84641d0113e42ac0426d24e8e16c1a6b6f02ae3eeaba6f641d74c7c56173c2a languageName: node linkType: hard @@ -949,49 +902,49 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/nested-clients@npm:3.956.0" +"@aws-sdk/nested-clients@npm:3.990.0": + version: 3.990.0 + resolution: "@aws-sdk/nested-clients@npm:3.990.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/middleware-host-header": "npm:3.956.0" - "@aws-sdk/middleware-logger": "npm:3.956.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.956.0" - "@aws-sdk/middleware-user-agent": "npm:3.956.0" - "@aws-sdk/region-config-resolver": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@aws-sdk/util-endpoints": "npm:3.956.0" - "@aws-sdk/util-user-agent-browser": "npm:3.956.0" - "@aws-sdk/util-user-agent-node": "npm:3.956.0" - "@smithy/config-resolver": "npm:^4.4.5" - "@smithy/core": "npm:^3.20.0" - "@smithy/fetch-http-handler": "npm:^5.3.8" - "@smithy/hash-node": "npm:^4.2.7" - "@smithy/invalid-dependency": "npm:^4.2.7" - "@smithy/middleware-content-length": "npm:^4.2.7" - "@smithy/middleware-endpoint": "npm:^4.4.1" - "@smithy/middleware-retry": "npm:^4.4.17" - "@smithy/middleware-serde": "npm:^4.2.8" - "@smithy/middleware-stack": "npm:^4.2.7" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/node-http-handler": "npm:^4.4.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" - "@smithy/url-parser": "npm:^4.2.7" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/middleware-host-header": "npm:^3.972.3" + "@aws-sdk/middleware-logger": "npm:^3.972.3" + "@aws-sdk/middleware-recursion-detection": "npm:^3.972.3" + "@aws-sdk/middleware-user-agent": "npm:^3.972.10" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.990.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.8" + "@smithy/config-resolver": "npm:^4.4.6" + "@smithy/core": "npm:^3.23.0" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/hash-node": "npm:^4.2.8" + "@smithy/invalid-dependency": "npm:^4.2.8" + "@smithy/middleware-content-length": "npm:^4.2.8" + "@smithy/middleware-endpoint": "npm:^4.4.14" + "@smithy/middleware-retry": "npm:^4.4.31" + "@smithy/middleware-serde": "npm:^4.2.9" + "@smithy/middleware-stack": "npm:^4.2.8" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.3" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.16" - "@smithy/util-defaults-mode-node": "npm:^4.2.19" - "@smithy/util-endpoints": "npm:^3.2.7" - "@smithy/util-middleware": "npm:^4.2.7" - "@smithy/util-retry": "npm:^4.2.7" + "@smithy/util-defaults-mode-browser": "npm:^4.3.30" + "@smithy/util-defaults-mode-node": "npm:^4.2.33" + "@smithy/util-endpoints": "npm:^3.2.8" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-retry": "npm:^4.2.8" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/61cf1a0c0c53ebc90b32cc448138ac6a39ae516f2c140feac4ef948f875a47bff3d809a6c35768252768ac135835a56ca402bf6b0615e9d96ff5e80c606f39dd + checksum: 10c0/544e553c0e735427621bda1a7714aa9e4ae86d525daad370939c4b12f00606538370d2d60eff00aae6ab237f57d4304538eb150ff11019aeba9484ae402f5219 languageName: node linkType: hard @@ -1008,93 +961,79 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.956.0" +"@aws-sdk/region-config-resolver@npm:^3.972.3": + version: 3.972.3 + resolution: "@aws-sdk/region-config-resolver@npm:3.972.3" dependencies: - "@aws-sdk/types": "npm:3.956.0" - "@smithy/config-resolver": "npm:^4.4.5" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/config-resolver": "npm:^4.4.6" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/040114f1a9d824cd2bc8adb54428b0da86f33b2e16b8f144824982d4f3618f4b4686ab2983393751575dbf0ab24e957121aa89bf7c07857c4642b939505e02ff + checksum: 10c0/6682f729ba131b9067f7af77bcb49f3cae41668614e5c3b21ce8f091346a6961e852d0b72e15f262ad1fdccc9f4190680b35f756244cd691b6314b2866e071d9 languageName: node linkType: hard -"@aws-sdk/s3-presigned-post@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/s3-presigned-post@npm:3.956.0" +"@aws-sdk/s3-presigned-post@npm:^3.990.0": + version: 3.990.0 + resolution: "@aws-sdk/s3-presigned-post@npm:3.990.0" dependencies: - "@aws-sdk/client-s3": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@aws-sdk/util-format-url": "npm:3.956.0" - "@smithy/middleware-endpoint": "npm:^4.4.1" - "@smithy/signature-v4": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/client-s3": "npm:3.990.0" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-format-url": "npm:^3.972.3" + "@smithy/middleware-endpoint": "npm:^4.4.14" + "@smithy/signature-v4": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" "@smithy/util-hex-encoding": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/290af8b37f72e841f3188b3a28c2f1f1d48002e181861112bc2ccb462129f81930c9da75d47e3e4e33090cdce75a5bce830da4003a83c43c1496aefdda568f52 + checksum: 10c0/6ded66231a668eff786eb5d9b2815ddfe3d67550e9be34ab10efda116c03efbbd63fcb2d9a374a226d60535d0ee94103fcfcec22c177e5e4368bb5a79a27147f languageName: node linkType: hard -"@aws-sdk/s3-request-presigner@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/s3-request-presigner@npm:3.956.0" +"@aws-sdk/s3-request-presigner@npm:^3.990.0": + version: 3.990.0 + resolution: "@aws-sdk/s3-request-presigner@npm:3.990.0" dependencies: - "@aws-sdk/signature-v4-multi-region": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@aws-sdk/util-format-url": "npm:3.956.0" - "@smithy/middleware-endpoint": "npm:^4.4.1" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.990.0" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-format-url": "npm:^3.972.3" + "@smithy/middleware-endpoint": "npm:^4.4.14" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.3" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/e046c0e1d14696f2a84ee139b768be077f64360ce1d1fd65f3dbd53ee695203bbf32601f80d5d1b200117cb7944d2265e287d961b38f1a6e96b37599d79d8775 + checksum: 10c0/3bd507d361f9af455644345adabeebd95913d5466abf1ce772c5fe85f80855229483461bc6ed47a1e9a4b6ce956fbaf6884e03ac6bb165fbf8f2c9b60b1749a1 languageName: node linkType: hard -"@aws-sdk/signature-v4-crt@npm:^3.956.0": - version: 3.957.0 - resolution: "@aws-sdk/signature-v4-crt@npm:3.957.0" +"@aws-sdk/signature-v4-crt@npm:^3.990.0": + version: 3.990.0 + resolution: "@aws-sdk/signature-v4-crt@npm:3.990.0" dependencies: - "@aws-sdk/crt-loader": "npm:3.957.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.957.0" - "@aws-sdk/types": "npm:3.957.0" - "@smithy/querystring-parser": "npm:^4.2.7" - "@smithy/signature-v4": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" - "@smithy/util-middleware": "npm:^4.2.7" + "@aws-sdk/crt-loader": "npm:^3.972.8" + "@aws-sdk/signature-v4-multi-region": "npm:3.990.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/querystring-parser": "npm:^4.2.8" + "@smithy/signature-v4": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" + "@smithy/util-middleware": "npm:^4.2.8" tslib: "npm:^2.6.2" - checksum: 10c0/5efd13b880a652b45b62376db5194827c0c2250bdfb8576a7d663b6a3f0d6030500fb065a88beaf8223c0c1ba00d34b343724a5dc75b27be73f91465d03bf544 + checksum: 10c0/23bdb4d658c5a7b498ce073b0afb306cbe593ac590687f59207e7b52182bfb98810e3fdf3ee203d737d23803bbcbee3c0aed0fe905ec0697bc6705883128da8a languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.956.0" +"@aws-sdk/signature-v4-multi-region@npm:3.990.0": + version: 3.990.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.990.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/signature-v4": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/middleware-sdk-s3": "npm:^3.972.10" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/signature-v4": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/b9bcc480003beaabb2eb3f01f4dbe1477f11c16fb4fbf74d7434e59b3b78e93f100053e1bca299ca24e50a4f0cb8bd4fc1df6daa8994a381fe132b3489aef5a2 - languageName: node - linkType: hard - -"@aws-sdk/signature-v4-multi-region@npm:3.957.0": - version: 3.957.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.957.0" - dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.957.0" - "@aws-sdk/types": "npm:3.957.0" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/signature-v4": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" - tslib: "npm:^2.6.2" - checksum: 10c0/7f657a4fe90ca57f2ff9df8825d9e8ef645166ed0fa2e324dec39c05f1f9a2550ddad177a07b2a9e1869988a61994f74078ec6becf2975288f9c70ce0e76fc83 + checksum: 10c0/504ccbc27fcc9d0995dcfa1a030947c6e253be948c2222132ac7d6bb6e0f12d9d8d13b4904e18e7039202b7cabff84cc4cbf27378c4e7e5c9470f38ac8969cce languageName: node linkType: hard @@ -1113,18 +1052,18 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/token-providers@npm:3.956.0" +"@aws-sdk/token-providers@npm:3.990.0": + version: 3.990.0 + resolution: "@aws-sdk/token-providers@npm:3.990.0" dependencies: - "@aws-sdk/core": "npm:3.956.0" - "@aws-sdk/nested-clients": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/shared-ini-file-loader": "npm:^4.4.2" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/core": "npm:^3.973.10" + "@aws-sdk/nested-clients": "npm:3.990.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/1771692416cc15ea2e60bb9ba16b8b940a61810b0d31db5f507a69029a3bf29c39ee5ee8d7784cc58612a3600b138e79d255831eb33c389166c99956b90fba31 + checksum: 10c0/2fc511806436008a381349e0c06edec87023ca151514d2785d7e8eb70c2888867174c9ecfa098e4386d1998f43a222c15e3c09563a916a4a2164d296d32bcbc6 languageName: node linkType: hard @@ -1138,41 +1077,22 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/types@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/types@npm:3.956.0" +"@aws-sdk/types@npm:^3.222.0, @aws-sdk/types@npm:^3.973.1": + version: 3.973.1 + resolution: "@aws-sdk/types@npm:3.973.1" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/ffc183a9f7bec2ea985819325481a6606832df7cfb6982aa6a40052f4cbe203805efd521cd00e45463f6d3e5f6c59f2f667e34602fe1035f3300897872b18877 + checksum: 10c0/8a4a183cc39b4d6f4d065ece884b50d397a54b17add32b649f49adbe676174e7bee2c3c94394fc5227a4fccb96c34482291a1eb2702158e1dbb12c441af32863 languageName: node linkType: hard -"@aws-sdk/types@npm:3.957.0, @aws-sdk/types@npm:^3.222.0": - version: 3.957.0 - resolution: "@aws-sdk/types@npm:3.957.0" - dependencies: - "@smithy/types": "npm:^4.11.0" - tslib: "npm:^2.6.2" - checksum: 10c0/8dd9826eff9806689a3321f58ffa51c7731599f0d30b22fb744e82bf0914a1e714b622d319ee00315d4a3d814b895efaff87ea1edf23f0f50c26d2b4de31fe7b - languageName: node - linkType: hard - -"@aws-sdk/util-arn-parser@npm:3.953.0": - version: 3.953.0 - resolution: "@aws-sdk/util-arn-parser@npm:3.953.0" +"@aws-sdk/util-arn-parser@npm:^3.972.2": + version: 3.972.2 + resolution: "@aws-sdk/util-arn-parser@npm:3.972.2" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/dead4892f01ae994ee5ad39c3e21cc736d80d95874f624d5b278934016f0cd509f578423da34b53e7314d9ca9ed0b38a30c18fdbd1f34199d2cee0926f2b784f - languageName: node - linkType: hard - -"@aws-sdk/util-arn-parser@npm:3.957.0": - version: 3.957.0 - resolution: "@aws-sdk/util-arn-parser@npm:3.957.0" - dependencies: - tslib: "npm:^2.6.2" - checksum: 10c0/50f9302180b9cab7768b6092ec91feec4ea239305d9f49ff4aae8227ce7a9d92a2e35b3e9fd4ac68604e478daea34048c7ba0c86c40513bfe502063d9a207de1 + checksum: 10c0/94aec6e0217da6add9d2334e8ec1c0c23955d279478e0161d00f66fd3527baf8a483e6fc41ecc2fb44e0b4116b52e85847a525ee7bdf43ff07d206f1e4ef03c9 languageName: node linkType: hard @@ -1189,41 +1109,28 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/util-endpoints@npm:3.956.0" +"@aws-sdk/util-endpoints@npm:3.990.0": + version: 3.990.0 + resolution: "@aws-sdk/util-endpoints@npm:3.990.0" dependencies: - "@aws-sdk/types": "npm:3.956.0" - "@smithy/types": "npm:^4.11.0" - "@smithy/url-parser": "npm:^4.2.7" - "@smithy/util-endpoints": "npm:^3.2.7" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" + "@smithy/util-endpoints": "npm:^3.2.8" tslib: "npm:^2.6.2" - checksum: 10c0/e42e3a0f10a681ff96142ddeea7374722a5d988206f3f7e2ff0798c388b8acd93ac7b907a3d94a5d89dbf2dd3bd69aa89595a3bbb4bc910c6296f44d73f9512b + checksum: 10c0/f345d8ac45e9b82176a47569611d6caf9dc5da6968ee65dd265aaec54361717104c817c1a55ce52df010fff6352707477322a762084dee349fa5e194766c7e79 languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.957.0": - version: 3.957.0 - resolution: "@aws-sdk/util-endpoints@npm:3.957.0" +"@aws-sdk/util-format-url@npm:^3.972.3": + version: 3.972.3 + resolution: "@aws-sdk/util-format-url@npm:3.972.3" dependencies: - "@aws-sdk/types": "npm:3.957.0" - "@smithy/types": "npm:^4.11.0" - "@smithy/url-parser": "npm:^4.2.7" - "@smithy/util-endpoints": "npm:^3.2.7" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/querystring-builder": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/21baf87036d3c6c6ace5e3960af6ffdb6e7c0bf7253904c5faae7fad4cc3d7709bef7c3a19a6347d7511ecf50313e0c7754d470d7ed45dabbcaab3232f5b1c87 - languageName: node - linkType: hard - -"@aws-sdk/util-format-url@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/util-format-url@npm:3.956.0" - dependencies: - "@aws-sdk/types": "npm:3.956.0" - "@smithy/querystring-builder": "npm:^4.2.7" - "@smithy/types": "npm:^4.11.0" - tslib: "npm:^2.6.2" - checksum: 10c0/3d3d2f5c1a42af35b16aef68ed2c05395b8c1288565c6328d29166e14f4a026fcbc7591832f1f17f29a3b3f9f1a2ac5644265fcc1fee41d96b44d58bd83d9085 + checksum: 10c0/dd7d63d7550198d257f6b5fb5c351ccd7442a1e9959391b8141a9af85504ef6267e5b4bea3d61efbdc71465bb39a66970b5c2bd27441a6c7fd82bc7983c06350 languageName: node linkType: hard @@ -1248,15 +1155,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.956.0" +"@aws-sdk/util-user-agent-browser@npm:^3.972.3": + version: 3.972.3 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.972.3" dependencies: - "@aws-sdk/types": "npm:3.956.0" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/types": "npm:^4.12.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/8132b1d0c837a55335dbc40d5fdff7b6375a0c6c5e836b1543b6a70fe98537b657eb28de574de1ad55a8d177c8b0433170eb888c33a1371acaff8f12eb82ed08 + checksum: 10c0/637f1396cfbca7b352ffaf332998c4223c35d0fa41431c106151a34c6bfe7c9e32e6a6dc7e75c495714e05f3729ae1f61996da923156c3edcb33e217e24328ad languageName: node linkType: hard @@ -1278,39 +1185,21 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.956.0" +"@aws-sdk/util-user-agent-node@npm:^3.972.8": + version: 3.972.8 + resolution: "@aws-sdk/util-user-agent-node@npm:3.972.8" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.956.0" - "@aws-sdk/types": "npm:3.956.0" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/types": "npm:^4.11.0" + "@aws-sdk/middleware-user-agent": "npm:^3.972.10" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/eadc957ac4f52b355d0889c2f9aafd0332022867c2446bea5ca2c8da35d6b0a99be911a48dd394df44d4aafab1700edbccb7198dad1cbe984a1b2b2bf70e49da - languageName: node - linkType: hard - -"@aws-sdk/util-user-agent-node@npm:3.957.0": - version: 3.957.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.957.0" - dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.957.0" - "@aws-sdk/types": "npm:3.957.0" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/types": "npm:^4.11.0" - tslib: "npm:^2.6.2" - peerDependencies: - aws-crt: ">=1.0.0" - peerDependenciesMeta: - aws-crt: - optional: true - checksum: 10c0/2291d45f056526ed59ed5cefe66557d3f25d11ef080d2fd4d9b313e4e79b4021332b1dfaf9fdce3f8c00d624a0e5dda110caa7d81ff0d46fca87d44faff53757 + checksum: 10c0/47582932a0329dcf1e14ef486c24a5be60f35e89d8d9ef14e3a6ede37a5ebd26c581ea3c0bfc3ced3b032f94910292e470b3dad0743318bbfc56f2923e632658 languageName: node linkType: hard @@ -1334,25 +1223,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.956.0": - version: 3.956.0 - resolution: "@aws-sdk/xml-builder@npm:3.956.0" +"@aws-sdk/xml-builder@npm:^3.972.4": + version: 3.972.4 + resolution: "@aws-sdk/xml-builder@npm:3.972.4" dependencies: - "@smithy/types": "npm:^4.11.0" - fast-xml-parser: "npm:5.2.5" + "@smithy/types": "npm:^4.12.0" + fast-xml-parser: "npm:5.3.4" tslib: "npm:^2.6.2" - checksum: 10c0/168aa4b60af33a888d9301155e00839ca81334e1481c5e2dcc82f8bbfe49ed34174e8e4d8a2d9e1b0f8d7318269b4a10edfb1b65dc42797731539a570c7a4114 - languageName: node - linkType: hard - -"@aws-sdk/xml-builder@npm:3.957.0": - version: 3.957.0 - resolution: "@aws-sdk/xml-builder@npm:3.957.0" - dependencies: - "@smithy/types": "npm:^4.11.0" - fast-xml-parser: "npm:5.2.5" - tslib: "npm:^2.6.2" - checksum: 10c0/32eb0fff54a790640b3243802ab9bfdfe2d1734ba23745daaa71f3ab655c1ed19058da803bdfa145250379fd6867e9fc02ec7f5bacff3bf2b3de6c7a3703d491 + checksum: 10c0/6ed7ace0e74902ddb1075404312182330827b9cc23439676f8a076bd90d10115232854e8e5512fd6a85c290c88b5b381b98b9bf79f573f5eb05b49e944d49f02 languageName: node linkType: hard @@ -6803,13 +6681,13 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/abort-controller@npm:4.2.7" +"@smithy/abort-controller@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/abort-controller@npm:4.2.8" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/4f992bdff9f035a62c1403da1999e0170f8703a4ad0c7fbc93bc992d4ffcb20d12cebf40ad6dc006c7f0a7e80253646a147ee64ca29266dd7e52800f0ebf93fe + checksum: 10c0/2c2094ebd0b842a478746da74a74feaf579ca5fe03d7a1a7868ba7d048d88e2479edad8d2791d22d7bb9e5e774c1df4201a3ffa360c3aefaf158f692c45594f8 languageName: node linkType: hard @@ -6832,161 +6710,161 @@ __metadata: languageName: node linkType: hard -"@smithy/config-resolver@npm:^4.4.3, @smithy/config-resolver@npm:^4.4.5": - version: 4.4.5 - resolution: "@smithy/config-resolver@npm:4.4.5" +"@smithy/config-resolver@npm:^4.4.3, @smithy/config-resolver@npm:^4.4.6": + version: 4.4.6 + resolution: "@smithy/config-resolver@npm:4.4.6" dependencies: - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/types": "npm:^4.12.0" "@smithy/util-config-provider": "npm:^4.2.0" - "@smithy/util-endpoints": "npm:^3.2.7" - "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-endpoints": "npm:^3.2.8" + "@smithy/util-middleware": "npm:^4.2.8" tslib: "npm:^2.6.2" - checksum: 10c0/0a7c365bc50e82c9e22897b26cafe1d2a176b425a1303ff55fd5bd5f851e85534e7147d2a1408328dc6ca29f535143eab3289a39d03969e924302226711c0d55 + checksum: 10c0/ab3de62329d53ca886d0efb2e10e904c3d3a7e564cda6b4d710d8512d2f4b9980e5346614da511d978c6a9a6c3c71f968e7c752dac36dfd61219d2e6fd0695cc languageName: node linkType: hard -"@smithy/core@npm:^3.18.7, @smithy/core@npm:^3.20.0": - version: 3.20.0 - resolution: "@smithy/core@npm:3.20.0" +"@smithy/core@npm:^3.18.7, @smithy/core@npm:^3.23.0": + version: 3.23.0 + resolution: "@smithy/core@npm:3.23.0" dependencies: - "@smithy/middleware-serde": "npm:^4.2.8" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/middleware-serde": "npm:^4.2.9" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" - "@smithy/util-middleware": "npm:^4.2.7" - "@smithy/util-stream": "npm:^4.5.8" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-stream": "npm:^4.5.12" "@smithy/util-utf8": "npm:^4.2.0" "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/70ef9659b831573a27f68f689658090540da281459c29f61174e3162f2eae10c1dd2c5d959149b8ca00419d199e1de2aebc2b2810a0d009336ebf3a88f7df5b3 + checksum: 10c0/126d988d6256960869eb574779044cd1ea8da0afb17cd043680889b37e6ee35d2c925db280ff04ded2cd54e8ecdaaf34ac7b34e054219888c8fec5bbd61cec17 languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^4.2.5, @smithy/credential-provider-imds@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/credential-provider-imds@npm:4.2.7" +"@smithy/credential-provider-imds@npm:^4.2.5, @smithy/credential-provider-imds@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/credential-provider-imds@npm:4.2.8" dependencies: - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/types": "npm:^4.11.0" - "@smithy/url-parser": "npm:^4.2.7" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" tslib: "npm:^2.6.2" - checksum: 10c0/5c190b46879a9ce12c73099db4fd302089de79b5efd4177be256faa096778817cb9bc8e682f01abe397482ed90b00a726888630aecaaed47c2e3214169a23351 + checksum: 10c0/e53cec39703aa197df6bf38985403ad69ecd45e17ee5caadb53945d0a36b22332ff04e4d2d6a8d7c8e4bea9e6edabf6abf7cc6dafbc6cfbf7c20a88223e6fc55 languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/eventstream-codec@npm:4.2.7" +"@smithy/eventstream-codec@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/eventstream-codec@npm:4.2.8" dependencies: "@aws-crypto/crc32": "npm:5.2.0" - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" "@smithy/util-hex-encoding": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/4388969ead1da4d657e3b05d7a031ad80b54c7e5635d1f6b1c1e3f56ffaeebf928a157b7c7aa886249f223fb0ee8c1b020bf9ab2a08cfdb0840066f40348272a + checksum: 10c0/ec468850dabce86d88075765b3a5f95e865850a6d98f6f395ead49af3d20316f50cce755b31f0e0b9ab027676f688814f76f68acc7c642483a6e196b25643e78 languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/eventstream-serde-browser@npm:4.2.7" +"@smithy/eventstream-serde-browser@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/eventstream-serde-browser@npm:4.2.8" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.2.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/eventstream-serde-universal": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/76f9f5e9aa3dd0e1162fe66e516d1a6b740f6c0119c8e2a247e24636d58dad7887f233c57dafcdb0842b3b5edee7195aab9bd6dbd653bfeab779c358be0e1645 + checksum: 10c0/9f5abf3073ac58dcd88db3cf28f1edaa73c2b5c4b3249b0b6bfdb4cd51b328f64f66ac5918145aa20842a3277b38339d88ae414c86610b9ee6ef099b2f8310a0 languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^4.3.7": - version: 4.3.7 - resolution: "@smithy/eventstream-serde-config-resolver@npm:4.3.7" +"@smithy/eventstream-serde-config-resolver@npm:^4.3.8": + version: 4.3.8 + resolution: "@smithy/eventstream-serde-config-resolver@npm:4.3.8" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/3aac405fae327db2fd2d588e5970e656ee385abaae3612a6c56418a14a291054916d36f409e69f2d61b96ebe615d3130310c33f28fa4c35b653e839927b6626d + checksum: 10c0/10f80501ab34918e26caed612d7bd8c4cfb0771994c108212be27dd0a05cec4175141b24edfc455255af3677513cf75154946fc4c2e3ae5093ee1065e06801f2 languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/eventstream-serde-node@npm:4.2.7" +"@smithy/eventstream-serde-node@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/eventstream-serde-node@npm:4.2.8" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.2.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/eventstream-serde-universal": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/bdbb3372508c45215f4503195d7a60a09ad0433742d90a4b3fcfc415d206e9cca6687ca362131c3d8454629c80154f54bcebef66121a6874a25a41b81b3d8878 + checksum: 10c0/9b0c37ffd3f0d08a9c4170742fbc8fb14e38e34ee164642d102477a9e339fa8f12920b2ff9017903954e036a7219bbc9008a6942d3e68fefbfd1285a5fd9168b languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/eventstream-serde-universal@npm:4.2.7" +"@smithy/eventstream-serde-universal@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/eventstream-serde-universal@npm:4.2.8" dependencies: - "@smithy/eventstream-codec": "npm:^4.2.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/eventstream-codec": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/05d0f1d1b03c0d4d5b688508e2c04e4197b53c1ed7da4d68c1161b9b5ec54bc83ffff90d02e400753e6f490c4fe90f7d1ae74c6be0fd4dc1d64499365f221fe8 + checksum: 10c0/06a3388efbc10bebb97b78800c72dea0baf5552b33e51d64cada6fa5eea891389c81a8e214d1eb0b5d72a8135c121b610b7dcecaef2a160e017d59d99110e956 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^5.3.6, @smithy/fetch-http-handler@npm:^5.3.8": - version: 5.3.8 - resolution: "@smithy/fetch-http-handler@npm:5.3.8" +"@smithy/fetch-http-handler@npm:^5.3.6, @smithy/fetch-http-handler@npm:^5.3.9": + version: 5.3.9 + resolution: "@smithy/fetch-http-handler@npm:5.3.9" dependencies: - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/querystring-builder": "npm:^4.2.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/querystring-builder": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" "@smithy/util-base64": "npm:^4.3.0" tslib: "npm:^2.6.2" - checksum: 10c0/94ca27084fe0aa1626f5dec3755811d61bb7ec81c0a3d9428c324b238495e695f568800e30fdb127129fba95625355d8c51cbcae52796a008c7cfd4ff5074cb5 + checksum: 10c0/43b341d1594da4a076a48896f552b96d5e817054e9a354d10001ad51f05cb0f976c8d12529bd462a88cff23c8ab3ca475705db0855751616c08505fc6d083db2 languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^4.2.8": - version: 4.2.8 - resolution: "@smithy/hash-blob-browser@npm:4.2.8" +"@smithy/hash-blob-browser@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/hash-blob-browser@npm:4.2.9" dependencies: "@smithy/chunked-blob-reader": "npm:^5.2.0" "@smithy/chunked-blob-reader-native": "npm:^4.2.1" - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/69fc710a64151c1b1bc585cd92bcb2c4a8434ecb9e65ccae13503a3deef1c2e061213eb151e7b5eb079eb7cdda6d2c5fcc6eb8822fe12253ff974eb52aea8c8d + checksum: 10c0/19a55c5ebd62ea489e6a7c4e47267739ee83c00cc73430c4584b1685db7f1444d33814e78489f8346bcf20689d719e554010ec9cd4d2758acf9c724fa3590692 languageName: node linkType: hard -"@smithy/hash-node@npm:^4.2.5, @smithy/hash-node@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/hash-node@npm:4.2.7" +"@smithy/hash-node@npm:^4.2.5, @smithy/hash-node@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/hash-node@npm:4.2.8" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" "@smithy/util-buffer-from": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/fa3b2194c22dd240b8dcfc191ca68ed563513fc7e852537eb69223933e70a50b365fb53d1a150a37a091cf6d449b4b7aecaa51892b9f49fd3763174e27e1ec5c + checksum: 10c0/541de03fce0623ea72c0e44cb15d16001d3c4ff7f0ac8b03a53b59c3c526d9d0196297f0f2bc9b08f9e108c4920983a54df0281ba36941b30c7940195c618222 languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/hash-stream-node@npm:4.2.7" +"@smithy/hash-stream-node@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/hash-stream-node@npm:4.2.8" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/7d29f2feb91636242f6a1c0f6365584861de47803e778217c3e3d37091d6a2bb9ef9d4fdf1a8d55d9d9332360c21bc7ddbd8b17ece0affe8b9637545a9a9d9aa + checksum: 10c0/fc9639d55e4131fe40a299abb0a83b22a43ea88138c0a5074768b5b1ce2e7c9980b34298983739d01507b2408d5fd9fe4f234f581ad4656fb7198605c5dc3d35 languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^4.2.5, @smithy/invalid-dependency@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/invalid-dependency@npm:4.2.7" +"@smithy/invalid-dependency@npm:^4.2.5, @smithy/invalid-dependency@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/invalid-dependency@npm:4.2.8" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/eadbdd4e7dd94f7caa8c17c003e4c48ef03ff2af0401fab3884468535b016cf318c95e57cdad2b170cb852119303e5500f3bb138635705e8a4d6a2fc58a111ed + checksum: 10c0/b224c6692ec745c30c022114c53328a69caf00e6848f3920fe180e5836440a9dfebf67bf4d6cc8f1fabe4d88be2f60f5428c93cbe80de3baefb0710b7a4b0e7c languageName: node linkType: hard @@ -7008,215 +6886,215 @@ __metadata: languageName: node linkType: hard -"@smithy/md5-js@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/md5-js@npm:4.2.7" +"@smithy/md5-js@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/md5-js@npm:4.2.8" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/08910bf3131bfc82445b20a254f5adc978087e76c309aee9a63dd24084d4c7ea5d96f99bc99a0542553091951127f47731af5f2f6af60cf4bfc423833b4dc8b4 + checksum: 10c0/cbc2ad4862214437ca04c0e946d21df9c2553006725a13f97c3dc3b5bc9fd9b95ccbb1005c0763e75b29f88ebcbbd7b217f19c8f4c88ab36be1ab60ded030859 languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^4.2.5, @smithy/middleware-content-length@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/middleware-content-length@npm:4.2.7" +"@smithy/middleware-content-length@npm:^4.2.5, @smithy/middleware-content-length@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/middleware-content-length@npm:4.2.8" dependencies: - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/23237a15d0a39b95157c3d370edd48aeb0be23daff78b858c3a2e8af081c1a91ef6b5800d2746d9c8094e7af7d4aeb44bb2b400b887527bcdab3be4dc0c3b46c + checksum: 10c0/27a732a4207936da2b57212d7abb2d55d398d483e507fefb540e2ea20247795770bd73bfc7a4d488de3aa923810241014eb05a4cfa1b8354b4e284161d1bec42 languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.3.14, @smithy/middleware-endpoint@npm:^4.4.1": - version: 4.4.1 - resolution: "@smithy/middleware-endpoint@npm:4.4.1" +"@smithy/middleware-endpoint@npm:^4.3.14, @smithy/middleware-endpoint@npm:^4.4.14": + version: 4.4.14 + resolution: "@smithy/middleware-endpoint@npm:4.4.14" dependencies: - "@smithy/core": "npm:^3.20.0" - "@smithy/middleware-serde": "npm:^4.2.8" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/shared-ini-file-loader": "npm:^4.4.2" - "@smithy/types": "npm:^4.11.0" - "@smithy/url-parser": "npm:^4.2.7" - "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/core": "npm:^3.23.0" + "@smithy/middleware-serde": "npm:^4.2.9" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" + "@smithy/util-middleware": "npm:^4.2.8" tslib: "npm:^2.6.2" - checksum: 10c0/75fb74725ce5c4c2f689fcf7bf3d3e367d1db95440acc236fa0dce021794c40979170be4e254fa54c717d10feffaaca18eb0d40b5e0d9736ca184af87153bc36 + checksum: 10c0/5412f4763031289116c83165edc260549de1d068afee688a4885280b228cabcd4c488d51830432df27a853af098fd0f4fc9d88cc9935feaafebf78c52b4379d6 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.4.14, @smithy/middleware-retry@npm:^4.4.17": - version: 4.4.17 - resolution: "@smithy/middleware-retry@npm:4.4.17" +"@smithy/middleware-retry@npm:^4.4.14, @smithy/middleware-retry@npm:^4.4.31": + version: 4.4.31 + resolution: "@smithy/middleware-retry@npm:4.4.31" dependencies: - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/service-error-classification": "npm:^4.2.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" - "@smithy/util-middleware": "npm:^4.2.7" - "@smithy/util-retry": "npm:^4.2.7" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/service-error-classification": "npm:^4.2.8" + "@smithy/smithy-client": "npm:^4.11.3" + "@smithy/types": "npm:^4.12.0" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-retry": "npm:^4.2.8" "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/8959721163dc1d132889c24744880d33cdf5323c76792d09c026dde338fe4df841e98fa6cf0a27fcbc94982b30431c7dd3020f69595e101433669ed5a610f928 + checksum: 10c0/cd7372b446f59775f11aba1c45ba82ff4fe9295963032c48b8bf62cf283b8feb695df0a2343d22cfa3a61c1954c88c550a88e9cf300053cc3c828e0994e92079 languageName: node linkType: hard -"@smithy/middleware-serde@npm:^4.2.6, @smithy/middleware-serde@npm:^4.2.8": +"@smithy/middleware-serde@npm:^4.2.6, @smithy/middleware-serde@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/middleware-serde@npm:4.2.9" + dependencies: + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/72164c91690f3cb3bcbb1638dad4ddc245c48cf92f1663740a65df430c35e5f6c94c51a88645c0085ff138ad6ededba45106b94698fbaaec527ae653e40829a9 + languageName: node + linkType: hard + +"@smithy/middleware-stack@npm:^4.2.5, @smithy/middleware-stack@npm:^4.2.8": version: 4.2.8 - resolution: "@smithy/middleware-serde@npm:4.2.8" + resolution: "@smithy/middleware-stack@npm:4.2.8" dependencies: - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/5ed53af095d605940b540253c38a723d2cc37400c116071455a23b17fdf60af59b74b67b15d84f7bfb3738c9c37e3664b57f24c670d5c96ee46737225c147344 + checksum: 10c0/3d931a12f1e9d691bcdca5f1889378266fcd20ab97f46983a08585492bf90fecb644b00886db908ec902efadb5f983a6365ae0dd351245d52c78ef3091e0d058 languageName: node linkType: hard -"@smithy/middleware-stack@npm:^4.2.5, @smithy/middleware-stack@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/middleware-stack@npm:4.2.7" +"@smithy/node-config-provider@npm:^4.3.5, @smithy/node-config-provider@npm:^4.3.8": + version: 4.3.8 + resolution: "@smithy/node-config-provider@npm:4.3.8" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/199aa2575a8e4e3fa1a1a7989958e2f3aeb8dae115b41547d8bef18b5573e369d7eacc206ec6648194cdce491fe8c54abcccedd4a5c0bca370a11c480bd11ca7 + checksum: 10c0/da474576b586f70e90db8f7c2c0d03aac40380435b973b4c5c759910b11cd5c75d89191da21499a83bae3ef12b8317b7421e509c3b5114f3d42d672de7c35f93 languageName: node linkType: hard -"@smithy/node-config-provider@npm:^4.3.5, @smithy/node-config-provider@npm:^4.3.7": - version: 4.3.7 - resolution: "@smithy/node-config-provider@npm:4.3.7" +"@smithy/node-http-handler@npm:^4.4.10, @smithy/node-http-handler@npm:^4.4.5": + version: 4.4.10 + resolution: "@smithy/node-http-handler@npm:4.4.10" dependencies: - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/shared-ini-file-loader": "npm:^4.4.2" - "@smithy/types": "npm:^4.11.0" + "@smithy/abort-controller": "npm:^4.2.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/querystring-builder": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/2fbe9f22e315253d8d4f5a8d16d41d36ff4467c9f7e515d456c3172b59af8fbd67004d0d44bdb7638886eb6057d04ce269f84de65a382d2ccd0c08114dea840c + checksum: 10c0/6b3778c8fc8f5c8ed6c216bac53319392b707b347fc2819660e7860497566d20c48c43d80daeda92ee52878e839944283162b4d28a58426657eb374de9795ef3 languageName: node linkType: hard -"@smithy/node-http-handler@npm:^4.4.5, @smithy/node-http-handler@npm:^4.4.7": - version: 4.4.7 - resolution: "@smithy/node-http-handler@npm:4.4.7" +"@smithy/property-provider@npm:^4.2.5, @smithy/property-provider@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/property-provider@npm:4.2.8" dependencies: - "@smithy/abort-controller": "npm:^4.2.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/querystring-builder": "npm:^4.2.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/8f1114b2bc2232b50c0777b58ab5195c91a5aa1a76c48de7aa403f0c3245be287b070498924845036ab558b28827df916c9730f975a1edfc2e7345d1022350c1 + checksum: 10c0/3883dc620ad63db9df86aae19c6cad12be76deb8775f5b75a94773c1b907173dce5dcdd6cd255bcd7f8156ea2840c05e15c9e68e975344989710daaa3e63761c languageName: node linkType: hard -"@smithy/property-provider@npm:^4.2.5, @smithy/property-provider@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/property-provider@npm:4.2.7" +"@smithy/protocol-http@npm:^5.3.5, @smithy/protocol-http@npm:^5.3.8": + version: 5.3.8 + resolution: "@smithy/protocol-http@npm:5.3.8" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/7caaeec11262a169c6509c5cd687900342ab02900f3074e54aeafbd2ce8a112c83ce3190225b2dab9f2a7f737f7176960329f882935ae7bd9d624984387d0fc1 + checksum: 10c0/13285091174a893c695f4e44debcaf7fc8be3e8140188020c9a29d9cc70acf46345039b231b0b7c136f864dc02b87d48e7aedb657f6888eaa5ff76295a7deafe languageName: node linkType: hard -"@smithy/protocol-http@npm:^5.3.5, @smithy/protocol-http@npm:^5.3.7": - version: 5.3.7 - resolution: "@smithy/protocol-http@npm:5.3.7" +"@smithy/querystring-builder@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/querystring-builder@npm:4.2.8" dependencies: - "@smithy/types": "npm:^4.11.0" - tslib: "npm:^2.6.2" - checksum: 10c0/c5bde38fbb71a63e2e25e33792d8b186523afbe1d520ffc821943c40eb41ca804a99afca7917798337b1f2bdea4ae64d3ae745f1036f7e65291d7c7ff301a953 - languageName: node - linkType: hard - -"@smithy/querystring-builder@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/querystring-builder@npm:4.2.7" - dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" "@smithy/util-uri-escape": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/24e3b2a35d2828fb19b4213b823b5adc0ce7edcf8e096a618e2dfcd9df3c2a750ee518af4b754759ab49b2a656c5cb66989d6fbbcfc085f8511dc9e02a0e2dce + checksum: 10c0/21995656fad2198b6d2960367e84ec847609dd317a6dcc2eb133b78abd3c3816221316a50cbdcd20fb773d24e942a182b3844a334c7694bae091085c6edc2798 languageName: node linkType: hard -"@smithy/querystring-parser@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/querystring-parser@npm:4.2.7" +"@smithy/querystring-parser@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/querystring-parser@npm:4.2.8" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/4efddf97b35e7b2a04018acf5afd0f658506242adab77098b32e4bb625c5a607fdcfd9df2a7504dcacc7ac5e8624757abb881b2013862a098319a08b5c75a0d1 + checksum: 10c0/997a4e94438091461c1e8ccc66b3c1e7f243eaac22b2598d34d67de7332c1b8a2963cca98499f91638a4505aab07c968b3c9db1ff2aa29682a783fb6374b53e1 languageName: node linkType: hard -"@smithy/service-error-classification@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/service-error-classification@npm:4.2.7" +"@smithy/service-error-classification@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/service-error-classification@npm:4.2.8" dependencies: - "@smithy/types": "npm:^4.11.0" - checksum: 10c0/ddbbae91b4eb83ee66262059a3ce0fa2cee7874bcc0704481f5681966ef25af175afe8bfef7cd0868d86901d08cfb61fe34964f5a4c8f7a6347228a34e40845b + "@smithy/types": "npm:^4.12.0" + checksum: 10c0/10a31e4c73839f2b372df026223df3370f06ea584854c57e13967a306eac3de073af1f3998ae4df5ecb0d46ccc2cb737270794f9be572b36510ece946010a5b3 languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^4.4.0, @smithy/shared-ini-file-loader@npm:^4.4.2": - version: 4.4.2 - resolution: "@smithy/shared-ini-file-loader@npm:4.4.2" +"@smithy/shared-ini-file-loader@npm:^4.4.0, @smithy/shared-ini-file-loader@npm:^4.4.3": + version: 4.4.3 + resolution: "@smithy/shared-ini-file-loader@npm:4.4.3" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/3d401b87b21113aa9bb7490d80ec02d7655c1abc1b23eb384fea13b7e1348f1c599011ed109a3fe2e3675b3bc51f91f43b66d7e46f565f78c3f0d45d3b997058 + checksum: 10c0/6d625499d5c61d68c0adbfca8e9f04f0c1e011137226f8af09fc8c7aa1594e4297317d7ef64345f5ca09b8948833ea7f4f3df7df621f2fc68c74d540c1a017b8 languageName: node linkType: hard -"@smithy/signature-v4@npm:^5.3.5, @smithy/signature-v4@npm:^5.3.7": - version: 5.3.7 - resolution: "@smithy/signature-v4@npm:5.3.7" +"@smithy/signature-v4@npm:^5.3.5, @smithy/signature-v4@npm:^5.3.8": + version: 5.3.8 + resolution: "@smithy/signature-v4@npm:5.3.8" dependencies: "@smithy/is-array-buffer": "npm:^4.2.0" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" "@smithy/util-hex-encoding": "npm:^4.2.0" - "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-middleware": "npm:^4.2.8" "@smithy/util-uri-escape": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/01cae99baa7298adadbce6b293548adf1520fa8072086b48a0ef64cb13c3a156cb4d575753fc72af8fe0b50c65fa364ccce8931bd0d8ffe398d210da96efb54a + checksum: 10c0/5959ae4d22fedb707543b193a4fb12902fcc9b07452ea1ea9366fde702680a6e862f4b92d12a2f7d1677bc62a97963e707092147f1e7876bb2e419d7a8842d67 languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.10.2, @smithy/smithy-client@npm:^4.9.10": - version: 4.10.2 - resolution: "@smithy/smithy-client@npm:4.10.2" +"@smithy/smithy-client@npm:^4.11.3, @smithy/smithy-client@npm:^4.9.10": + version: 4.11.3 + resolution: "@smithy/smithy-client@npm:4.11.3" dependencies: - "@smithy/core": "npm:^3.20.0" - "@smithy/middleware-endpoint": "npm:^4.4.1" - "@smithy/middleware-stack": "npm:^4.2.7" - "@smithy/protocol-http": "npm:^5.3.7" - "@smithy/types": "npm:^4.11.0" - "@smithy/util-stream": "npm:^4.5.8" + "@smithy/core": "npm:^3.23.0" + "@smithy/middleware-endpoint": "npm:^4.4.14" + "@smithy/middleware-stack": "npm:^4.2.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" + "@smithy/util-stream": "npm:^4.5.12" tslib: "npm:^2.6.2" - checksum: 10c0/d272f7eab4f7569b2146227bb869c8e8cd7f25ca71da6416b2c6deb3c10717c5699e132224ae8d1c46dfaf7dab4368cb1515bf58dddb288c3150fb86a2faa7b8 + checksum: 10c0/a283b1b5531b8c31265c78a9daa14dd1f471af166932e49534284745c0c034f9cff056a506d26d352dde536cf4dacdb58de65012e434b0b777189712a0324938 languageName: node linkType: hard -"@smithy/types@npm:^4.11.0, @smithy/types@npm:^4.9.0": - version: 4.11.0 - resolution: "@smithy/types@npm:4.11.0" +"@smithy/types@npm:^4.12.0, @smithy/types@npm:^4.9.0": + version: 4.12.0 + resolution: "@smithy/types@npm:4.12.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/8be4af86df4a78fe43afe7dc3f875bf8ec6ce7c04f7bb167152bf3c7ab2eef26db38ed7ae365c2f283e8796e40372b01b4c857b8db43da393002c5638ef3f249 + checksum: 10c0/ac81de3f24b43e52a5089279bced4ff04a853e0bdc80143a234e79f7f40cbd61d85497b08a252265570b4637a3cf265cf85a7a09e5f194937fe30706498640b7 languageName: node linkType: hard -"@smithy/url-parser@npm:^4.2.5, @smithy/url-parser@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/url-parser@npm:4.2.7" +"@smithy/url-parser@npm:^4.2.5, @smithy/url-parser@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/url-parser@npm:4.2.8" dependencies: - "@smithy/querystring-parser": "npm:^4.2.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/querystring-parser": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/ca78587b15a843cc62f3439ae062a24f217e90fa0ec3e50a1ada09cf75c681afa1ccb92ca7a90f63c8f53627d51c6e0c83140422ce98713e1f4866c725923ec0 + checksum: 10c0/a3a5fa00b01ccc89de620a12286278f3dc86a14c1de0a7a576db2f2296c71a8b21b7ed8f8776d770647225a73f33afba4fe1a69de741515246117506532dad3c languageName: node linkType: hard @@ -7278,41 +7156,41 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.3.13, @smithy/util-defaults-mode-browser@npm:^4.3.16": - version: 4.3.16 - resolution: "@smithy/util-defaults-mode-browser@npm:4.3.16" +"@smithy/util-defaults-mode-browser@npm:^4.3.13, @smithy/util-defaults-mode-browser@npm:^4.3.30": + version: 4.3.30 + resolution: "@smithy/util-defaults-mode-browser@npm:4.3.30" dependencies: - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/smithy-client": "npm:^4.11.3" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/f2bfab553b77ec10d0b4fb659ad63ba48b2a46a52e2df796486c74d7c5b9a5bc5704e44a795a0c39dac997e4243b9ff399f0d33206741c21c9f74f0a15903fad + checksum: 10c0/810163c2c3af22071c5f1741039e8e954e7c8581eae0bbffcfc8086ec912ce599ec53bda85bcfd4edce7658928d008d2e9db2f4dcc3e4cd0ce663af72badf9cf languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.2.16, @smithy/util-defaults-mode-node@npm:^4.2.19": - version: 4.2.19 - resolution: "@smithy/util-defaults-mode-node@npm:4.2.19" +"@smithy/util-defaults-mode-node@npm:^4.2.16, @smithy/util-defaults-mode-node@npm:^4.2.33": + version: 4.2.33 + resolution: "@smithy/util-defaults-mode-node@npm:4.2.33" dependencies: - "@smithy/config-resolver": "npm:^4.4.5" - "@smithy/credential-provider-imds": "npm:^4.2.7" - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/property-provider": "npm:^4.2.7" - "@smithy/smithy-client": "npm:^4.10.2" - "@smithy/types": "npm:^4.11.0" + "@smithy/config-resolver": "npm:^4.4.6" + "@smithy/credential-provider-imds": "npm:^4.2.8" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/smithy-client": "npm:^4.11.3" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/0f68a66ed2cf27f2f8ad8ff796cd4c2f8a6edddd788d5d1ffbbdc2da462f9b7f9d1b49b5c698a204ddee86d4ee238ce10280ddfd5ce748a87b03ebcf2e92bf92 + checksum: 10c0/7aa7d5056b9ecc43caaa2a2a16cc897b06701392e064c5227ba112bffb4edaf83c19689593ea890b206af4ed5df1e846eb4e7c9b3ee744ef16df8dff07e5d004 languageName: node linkType: hard -"@smithy/util-endpoints@npm:^3.2.5, @smithy/util-endpoints@npm:^3.2.7": - version: 3.2.7 - resolution: "@smithy/util-endpoints@npm:3.2.7" +"@smithy/util-endpoints@npm:^3.2.5, @smithy/util-endpoints@npm:^3.2.8": + version: 3.2.8 + resolution: "@smithy/util-endpoints@npm:3.2.8" dependencies: - "@smithy/node-config-provider": "npm:^4.3.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/ca4b134e0ed8b62dfedb82b9ea91fa028567732e271e934b9b878a9aa43f1c5c9d8860ad49f60992290c7705b7b6d2e734769304b9ea38eec40eaf524bb27ad8 + checksum: 10c0/7baade0e0b8c1a9ae04251aea5572908d27007305eaf9a9a01350d702ac02492cf4311040edcb766e77091c70dc58c0aadb6145b319ca309dc43caf43512c05c languageName: node linkType: hard @@ -7325,40 +7203,40 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^4.2.5, @smithy/util-middleware@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/util-middleware@npm:4.2.7" +"@smithy/util-middleware@npm:^4.2.5, @smithy/util-middleware@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/util-middleware@npm:4.2.8" dependencies: - "@smithy/types": "npm:^4.11.0" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/76c598cfe8062b6daf0bf88bc855544ce071f1d2df5d9d2c2d1c08402a577cb9ade8f33102a869dfb8aae9f679b86b5faacc9011b032bf453ced255fd8d0a0d3 + checksum: 10c0/9c3faa8445e377d83da404a449e84ebc95c29faed210bb0f1fe28ddfb0ab0f8fe9ef54db7920a2dc0312c7db04c1590c805e25abcb9c1e3ac21f79597fc2c25c languageName: node linkType: hard -"@smithy/util-retry@npm:^4.2.5, @smithy/util-retry@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/util-retry@npm:4.2.7" +"@smithy/util-retry@npm:^4.2.5, @smithy/util-retry@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/util-retry@npm:4.2.8" dependencies: - "@smithy/service-error-classification": "npm:^4.2.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/service-error-classification": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/51445769ce5382a85f5c78758d6d7d631b3a3f8277fa49ae2c2730536b1a53babfe27efb30e4b96ebc68faead2aafa9ab877e6ed728eb8018d080e26d9a42f58 + checksum: 10c0/5329f7e0144114ce7bece310a30c0f094adfe3bcb4a3c9d6d67bb0a8fef72b454bad4ccfecb8cfbeaae025c10a668e88beca08a7e04f28ec8faad8f16db791e9 languageName: node linkType: hard -"@smithy/util-stream@npm:^4.5.6, @smithy/util-stream@npm:^4.5.8": - version: 4.5.8 - resolution: "@smithy/util-stream@npm:4.5.8" +"@smithy/util-stream@npm:^4.5.12, @smithy/util-stream@npm:^4.5.6": + version: 4.5.12 + resolution: "@smithy/util-stream@npm:4.5.12" dependencies: - "@smithy/fetch-http-handler": "npm:^5.3.8" - "@smithy/node-http-handler": "npm:^4.4.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/types": "npm:^4.12.0" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-buffer-from": "npm:^4.2.0" "@smithy/util-hex-encoding": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/71f43fdf93ccde982edf4ae3b481006dd42146d17f6594abcca21e2f41e5b40ad69d6038052e016f7135011586294d6ed8c778465ea076deaa50b7808f66bc32 + checksum: 10c0/892c74de671261fd6219033fb81e813ce0d2c3972194d99455f03d27fdc84bf88119a9cb1917412c963ee266e66eb72a6e6c93127de75905b8e3461de844cab5 languageName: node linkType: hard @@ -7391,14 +7269,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-waiter@npm:^4.2.5, @smithy/util-waiter@npm:^4.2.7": - version: 4.2.7 - resolution: "@smithy/util-waiter@npm:4.2.7" +"@smithy/util-waiter@npm:^4.2.5, @smithy/util-waiter@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/util-waiter@npm:4.2.8" dependencies: - "@smithy/abort-controller": "npm:^4.2.7" - "@smithy/types": "npm:^4.11.0" + "@smithy/abort-controller": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10c0/0de99074db038eb09c4ebe2ed7f0ff3a13aa0ce5baf0b62a4b684f282e772e281f9eab8936d7aa577d8f419b676df60aa752e3c2b5edf07b44d8e999d983253f + checksum: 10c0/456ef90229d342af8869599a4977c5058f798d051bf9b5df4069cf742e07be7ec62d0d9793829099dd90b96595fd2d4035346db8e75986b2166edb27d44423d4 languageName: node linkType: hard @@ -9522,13 +9400,13 @@ __metadata: linkType: hard "axios@npm:^1.12.2": - version: 1.13.5 - resolution: "axios@npm:1.13.5" + version: 1.15.0 + resolution: "axios@npm:1.15.0" dependencies: follow-redirects: "npm:^1.15.11" form-data: "npm:^4.0.5" - proxy-from-env: "npm:^1.1.0" - checksum: 10c0/abf468c34f2d145f3dc7dbc0f1be67e520630624307bda69a41bbe8d386bd672d87b4405c4ee77f9ff54b235ab02f96a9968fb00e75b13ce64706e352a3068fd + proxy-from-env: "npm:^2.1.0" + checksum: 10c0/47e0f860e98d4d7aa145e89ce0cae00e1fb0f1d2485f065c21fce955ddb1dba4103a46bd0e47acd18a27208a7f62c96249e620db575521b92a968619ab133409 languageName: node linkType: hard @@ -17563,11 +17441,11 @@ __metadata: version: 0.0.0-use.local resolution: "outline@workspace:." dependencies: - "@aws-sdk/client-s3": "npm:3.956.0" - "@aws-sdk/lib-storage": "npm:3.956.0" - "@aws-sdk/s3-presigned-post": "npm:3.956.0" - "@aws-sdk/s3-request-presigner": "npm:3.956.0" - "@aws-sdk/signature-v4-crt": "npm:^3.956.0" + "@aws-sdk/client-s3": "npm:^3.990.0" + "@aws-sdk/lib-storage": "npm:^3.990.0" + "@aws-sdk/s3-presigned-post": "npm:^3.990.0" + "@aws-sdk/s3-request-presigner": "npm:^3.990.0" + "@aws-sdk/signature-v4-crt": "npm:^3.990.0" "@babel/cli": "npm:^7.28.3" "@babel/core": "npm:^7.28.5" "@babel/plugin-proposal-decorators": "npm:^7.28.0" @@ -19028,6 +18906,13 @@ __metadata: languageName: node linkType: hard +"proxy-from-env@npm:^2.1.0": + version: 2.1.0 + resolution: "proxy-from-env@npm:2.1.0" + checksum: 10c0/ed01729fd4d094eab619cd7e17ce3698b3413b31eb102c4904f9875e677cd207392795d5b4adee9cec359dfd31c44d5ad7595a3a3ad51c40250e141512281c58 + languageName: node + linkType: hard + "psl@npm:^1.1.33": version: 1.15.0 resolution: "psl@npm:1.15.0"