diff --git a/libraries/api-client/package.json b/libraries/api-client/package.json index 464fcfb14f1..62a6faac298 100644 --- a/libraries/api-client/package.json +++ b/libraries/api-client/package.json @@ -18,7 +18,7 @@ "./lib/shims/node/websocket": "./lib/shims/browser/websocket.js" }, "dependencies": { - "@aws-sdk/client-s3": "3.975.0", + "@aws-sdk/client-s3": "3.995.0", "@aws-sdk/lib-storage": "3.995.0", "@wireapp/priority-queue": "2.1.19", "@wireapp/protocol-messaging": "1.56.0", diff --git a/libraries/api-client/src/cells/CellsStorage/S3Service.test.ts b/libraries/api-client/src/cells/CellsStorage/S3Service.test.ts index d600e31f0ad..80628fd01d3 100644 --- a/libraries/api-client/src/cells/CellsStorage/S3Service.test.ts +++ b/libraries/api-client/src/cells/CellsStorage/S3Service.test.ts @@ -25,7 +25,13 @@ import {MAX_QUEUE_SIZE, PART_SIZE, S3Service} from './S3Service'; import {AccessTokenStore} from '../../auth/AccessTokenStore'; -jest.mock('@aws-sdk/client-s3'); +jest.mock('@aws-sdk/client-s3', () => { + const actualS3Module = jest.requireActual('@aws-sdk/client-s3'); + return { + ...actualS3Module, + S3Client: jest.fn(), + }; +}); jest.mock('@aws-sdk/lib-storage'); describe('S3Service', () => { diff --git a/yarn.lock b/yarn.lock index 47b9878f5cb..8824c131a53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -127,33 +127,33 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-s3@npm:3.975.0": - version: 3.975.0 - resolution: "@aws-sdk/client-s3@npm:3.975.0" +"@aws-sdk/client-s3@npm:3.995.0": + version: 3.995.0 + resolution: "@aws-sdk/client-s3@npm:3.995.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.973.1" - "@aws-sdk/credential-provider-node": "npm:^3.972.1" - "@aws-sdk/middleware-bucket-endpoint": "npm:^3.972.1" - "@aws-sdk/middleware-expect-continue": "npm:^3.972.1" - "@aws-sdk/middleware-flexible-checksums": "npm:^3.972.1" - "@aws-sdk/middleware-host-header": "npm:^3.972.1" - "@aws-sdk/middleware-location-constraint": "npm:^3.972.1" - "@aws-sdk/middleware-logger": "npm:^3.972.1" - "@aws-sdk/middleware-recursion-detection": "npm:^3.972.1" - "@aws-sdk/middleware-sdk-s3": "npm:^3.972.2" - "@aws-sdk/middleware-ssec": "npm:^3.972.1" - "@aws-sdk/middleware-user-agent": "npm:^3.972.2" - "@aws-sdk/region-config-resolver": "npm:^3.972.1" - "@aws-sdk/signature-v4-multi-region": "npm:3.972.0" - "@aws-sdk/types": "npm:^3.973.0" - "@aws-sdk/util-endpoints": "npm:3.972.0" - "@aws-sdk/util-user-agent-browser": "npm:^3.972.1" - "@aws-sdk/util-user-agent-node": "npm:^3.972.1" + "@aws-sdk/core": "npm:^3.973.11" + "@aws-sdk/credential-provider-node": "npm:^3.972.10" + "@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.9" + "@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.11" + "@aws-sdk/middleware-ssec": "npm:^3.972.3" + "@aws-sdk/middleware-user-agent": "npm:^3.972.11" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/signature-v4-multi-region": "npm:3.995.0" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.995.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.10" "@smithy/config-resolver": "npm:^4.4.6" - "@smithy/core": "npm:^3.21.1" + "@smithy/core": "npm:^3.23.2" "@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" @@ -164,117 +164,96 @@ __metadata: "@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.11" - "@smithy/middleware-retry": "npm:^4.4.27" + "@smithy/middleware-endpoint": "npm:^4.4.16" + "@smithy/middleware-retry": "npm:^4.4.33" "@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.8" + "@smithy/node-http-handler": "npm:^4.4.10" "@smithy/protocol-http": "npm:^5.3.8" - "@smithy/smithy-client": "npm:^4.10.12" + "@smithy/smithy-client": "npm:^4.11.5" "@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.26" - "@smithy/util-defaults-mode-node": "npm:^4.2.29" + "@smithy/util-defaults-mode-browser": "npm:^4.3.32" + "@smithy/util-defaults-mode-node": "npm:^4.2.35" "@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.10" + "@smithy/util-stream": "npm:^4.5.12" "@smithy/util-utf8": "npm:^4.2.0" "@smithy/util-waiter": "npm:^4.2.8" tslib: "npm:^2.6.2" - checksum: 10/8fa5930c8b5cb7e893863a1c9833d8a59371ac1fff2d38dbbe29170e070743490fa55372a2a4cb1203f433592aefdbfff1962714c93d3cd2c1523ff5c1ee9327 + checksum: 10/888b2d1f6e1aa94d2b024d71ca13680186d85c44fd3f0c1d777765ff1712ca876b2dcccb0b3d502d98660c4ba1edc8404d775cf648c082e8af47641173638343 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.974.0": - version: 3.974.0 - resolution: "@aws-sdk/client-sso@npm:3.974.0" +"@aws-sdk/client-sso@npm:3.993.0": + version: 3.993.0 + resolution: "@aws-sdk/client-sso@npm:3.993.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:^3.973.0" - "@aws-sdk/middleware-host-header": "npm:^3.972.1" - "@aws-sdk/middleware-logger": "npm:^3.972.1" - "@aws-sdk/middleware-recursion-detection": "npm:^3.972.1" - "@aws-sdk/middleware-user-agent": "npm:^3.972.1" - "@aws-sdk/region-config-resolver": "npm:^3.972.1" - "@aws-sdk/types": "npm:^3.973.0" - "@aws-sdk/util-endpoints": "npm:3.972.0" - "@aws-sdk/util-user-agent-browser": "npm:^3.972.1" - "@aws-sdk/util-user-agent-node": "npm:^3.972.1" + "@aws-sdk/core": "npm:^3.973.11" + "@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.11" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.993.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.9" "@smithy/config-resolver": "npm:^4.4.6" - "@smithy/core": "npm:^3.21.0" + "@smithy/core": "npm:^3.23.2" "@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.10" - "@smithy/middleware-retry": "npm:^4.4.26" + "@smithy/middleware-endpoint": "npm:^4.4.16" + "@smithy/middleware-retry": "npm:^4.4.33" "@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.8" + "@smithy/node-http-handler": "npm:^4.4.10" "@smithy/protocol-http": "npm:^5.3.8" - "@smithy/smithy-client": "npm:^4.10.11" + "@smithy/smithy-client": "npm:^4.11.5" "@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.25" - "@smithy/util-defaults-mode-node": "npm:^4.2.28" + "@smithy/util-defaults-mode-browser": "npm:^4.3.32" + "@smithy/util-defaults-mode-node": "npm:^4.2.35" "@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: 10/790092b4c2d0d9a8e297dcaa28656f14b13b5d954e7a583d2f3305dc5ac99dcbced3d2a3ef79baa8083b9cbe22b6452c27641aedf11e19ffe3c5a3d1e7e3c16e - languageName: node - linkType: hard - -"@aws-sdk/core@npm:3.972.0": - version: 3.972.0 - resolution: "@aws-sdk/core@npm:3.972.0" - dependencies: - "@aws-sdk/types": "npm:3.972.0" - "@aws-sdk/xml-builder": "npm:3.972.0" - "@smithy/core": "npm:^3.20.6" - "@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.10.8" - "@smithy/types": "npm:^4.12.0" - "@smithy/util-base64": "npm:^4.3.0" - "@smithy/util-middleware": "npm:^4.2.8" - "@smithy/util-utf8": "npm:^4.2.0" - tslib: "npm:^2.6.2" - checksum: 10/c78868455931a266120e24e55ccb986c8c80f5946ba77c4243aef7b7657108ba90436e8c5bab89f76e312a78cc7f3108eddfbe140822d1a3c471ea324f660a98 + checksum: 10/046e3593e5fa572ce17db7211f4207d94666cccdbe04dc91c0a983b4e195651d16f5712a69edccb2574af9bdd93e3feecac6e02bc869609ce38a74ab0fbfa9ac languageName: node linkType: hard -"@aws-sdk/core@npm:^3.973.0, @aws-sdk/core@npm:^3.973.1": - version: 3.973.1 - resolution: "@aws-sdk/core@npm:3.973.1" +"@aws-sdk/core@npm:^3.973.11": + version: 3.973.11 + resolution: "@aws-sdk/core@npm:3.973.11" dependencies: - "@aws-sdk/types": "npm:^3.973.0" - "@aws-sdk/xml-builder": "npm:^3.972.1" - "@smithy/core": "npm:^3.21.1" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/xml-builder": "npm:^3.972.5" + "@smithy/core": "npm:^3.23.2" "@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.10.12" + "@smithy/smithy-client": "npm:^4.11.5" "@smithy/types": "npm:^4.12.0" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-middleware": "npm:^4.2.8" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10/f9ed61cfc8f796ce1bab3797137798fdf387c967b578d3334450365a3095d8ddcf285054eeee0172e2f0b7f4d000365523dacca74c61f29c78ed96b269a4531f + checksum: 10/59423ae85a9365e2ae34ce91e032b6fe3dc0d9e0ccfb3026414c5e1f9c30bad573373a7037ffb2a9239b3cbcf3ee374480b65a341e49ee291431135bebb2002e languageName: node linkType: hard @@ -288,137 +267,137 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/credential-provider-env@npm:3.972.1" +"@aws-sdk/credential-provider-env@npm:^3.972.9": + version: 3.972.9 + resolution: "@aws-sdk/credential-provider-env@npm:3.972.9" dependencies: - "@aws-sdk/core": "npm:^3.973.0" - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/core": "npm:^3.973.11" + "@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: 10/1c6b32bcce4d8e18662e5b98fc9683ef2c601d1fd2f84ed624611fa8cc4bd695dec88b66498458eb2699ab3ad69848f7981291b9b8e5ae1f91646404b50f8423 + checksum: 10/326abf38f4bc119c3aeaa043e426077e16584db64bdfcb6626b2be74b2d252930d2240e592ff16aa366610bbc8a8e6d64b176780959751c5f17ceaa2f64743a0 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:^3.972.1": - version: 3.972.2 - resolution: "@aws-sdk/credential-provider-http@npm:3.972.2" +"@aws-sdk/credential-provider-http@npm:^3.972.11": + version: 3.972.11 + resolution: "@aws-sdk/credential-provider-http@npm:3.972.11" dependencies: - "@aws-sdk/core": "npm:^3.973.1" - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/core": "npm:^3.973.11" + "@aws-sdk/types": "npm:^3.973.1" "@smithy/fetch-http-handler": "npm:^5.3.9" - "@smithy/node-http-handler": "npm:^4.4.8" + "@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.10.12" + "@smithy/smithy-client": "npm:^4.11.5" "@smithy/types": "npm:^4.12.0" - "@smithy/util-stream": "npm:^4.5.10" + "@smithy/util-stream": "npm:^4.5.12" tslib: "npm:^2.6.2" - checksum: 10/3ccbd8707498d81668de14b2b38aac944b97cbae7526e071115f567e838091ac1425f10428c3aacad53eadd77bc80100fb693fecde90bb2dd94248684a458ff9 + checksum: 10/d7783ff52289e66d588034770c8da3046ef6935a3511015d531a76cd70ed70d5d380aa5d3fbc93638e50910592379f05b81fa12711e5100eb4b4984c8d580c45 languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/credential-provider-ini@npm:3.972.1" +"@aws-sdk/credential-provider-ini@npm:^3.972.9": + version: 3.972.9 + resolution: "@aws-sdk/credential-provider-ini@npm:3.972.9" dependencies: - "@aws-sdk/core": "npm:^3.973.0" - "@aws-sdk/credential-provider-env": "npm:^3.972.1" - "@aws-sdk/credential-provider-http": "npm:^3.972.1" - "@aws-sdk/credential-provider-login": "npm:^3.972.1" - "@aws-sdk/credential-provider-process": "npm:^3.972.1" - "@aws-sdk/credential-provider-sso": "npm:^3.972.1" - "@aws-sdk/credential-provider-web-identity": "npm:^3.972.1" - "@aws-sdk/nested-clients": "npm:3.974.0" - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/core": "npm:^3.973.11" + "@aws-sdk/credential-provider-env": "npm:^3.972.9" + "@aws-sdk/credential-provider-http": "npm:^3.972.11" + "@aws-sdk/credential-provider-login": "npm:^3.972.9" + "@aws-sdk/credential-provider-process": "npm:^3.972.9" + "@aws-sdk/credential-provider-sso": "npm:^3.972.9" + "@aws-sdk/credential-provider-web-identity": "npm:^3.972.9" + "@aws-sdk/nested-clients": "npm:3.993.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: 10/9155d1ab3c2a9ca32a87bfb692be079ecef854ad4ffc0588496b016d9d98fe4c68ee99e162585aeee056ee3e76ddd2bf3f0b32fdc08e2eb726215b0611cbd95e + checksum: 10/096c6ae0830da5a35d2e346377a0e0584786f8fb975ca488ddc449fe5c36faef6bf245d0890803dc918816ca08bfa1c58fa4e8c290afb99ea9a2e49b5afdac70 languageName: node linkType: hard -"@aws-sdk/credential-provider-login@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/credential-provider-login@npm:3.972.1" +"@aws-sdk/credential-provider-login@npm:^3.972.9": + version: 3.972.9 + resolution: "@aws-sdk/credential-provider-login@npm:3.972.9" dependencies: - "@aws-sdk/core": "npm:^3.973.0" - "@aws-sdk/nested-clients": "npm:3.974.0" - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/core": "npm:^3.973.11" + "@aws-sdk/nested-clients": "npm:3.993.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: 10/e3c8851af61aab6ca5b3f14c50b83bfbee69c1f6cf2553163c9a2012c57738a214907220e189811ba5c0b8d4847e3431db6c769d1f3e17b5de706e02d81e2d34 + checksum: 10/f3aeb7bc71f43c45db4eba1b1f0dcd6ad55e4dd27c57a4d73626a3d1fd6e54232e16883f50997066186bbde95b8af8df7f8dbf25cdbe3d5402974b6741b0eda1 languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/credential-provider-node@npm:3.972.1" +"@aws-sdk/credential-provider-node@npm:^3.972.10": + version: 3.972.10 + resolution: "@aws-sdk/credential-provider-node@npm:3.972.10" dependencies: - "@aws-sdk/credential-provider-env": "npm:^3.972.1" - "@aws-sdk/credential-provider-http": "npm:^3.972.1" - "@aws-sdk/credential-provider-ini": "npm:^3.972.1" - "@aws-sdk/credential-provider-process": "npm:^3.972.1" - "@aws-sdk/credential-provider-sso": "npm:^3.972.1" - "@aws-sdk/credential-provider-web-identity": "npm:^3.972.1" - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/credential-provider-env": "npm:^3.972.9" + "@aws-sdk/credential-provider-http": "npm:^3.972.11" + "@aws-sdk/credential-provider-ini": "npm:^3.972.9" + "@aws-sdk/credential-provider-process": "npm:^3.972.9" + "@aws-sdk/credential-provider-sso": "npm:^3.972.9" + "@aws-sdk/credential-provider-web-identity": "npm:^3.972.9" + "@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: 10/9b85094332c70599cccd69dd75ee6af8bacde337e93c036f5170666a1b4bf1383f320347117fa0468ae1596e1652a004b2f50ad8e5e2082e5c2b134a571e4e57 + checksum: 10/1831b36979426609a8bfcc25f9b0fbbfabdbceb34c0e5f10c3f05028b4f6e00236a3883eb82683fc9d4a909e456cef348a6502ca3751a5f4088039cb5b745e35 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/credential-provider-process@npm:3.972.1" +"@aws-sdk/credential-provider-process@npm:^3.972.9": + version: 3.972.9 + resolution: "@aws-sdk/credential-provider-process@npm:3.972.9" dependencies: - "@aws-sdk/core": "npm:^3.973.0" - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/core": "npm:^3.973.11" + "@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: 10/1bff784796c919043051faf189346babd25406c25b1e8825af2d4cc88480fd897d6140bbe87f4ecefc787a8c0b097354c7d3be43f9df6d53cc2dafc4aba7fbd5 + checksum: 10/6b6eb9b6ae8eb58246f03783020ce33968718e6572b611fafd7281a2a4b933fb5c7866039c8f7a0e155dde6978c608af3a8c9f8d436588544091bd933178c126 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/credential-provider-sso@npm:3.972.1" +"@aws-sdk/credential-provider-sso@npm:^3.972.9": + version: 3.972.9 + resolution: "@aws-sdk/credential-provider-sso@npm:3.972.9" dependencies: - "@aws-sdk/client-sso": "npm:3.974.0" - "@aws-sdk/core": "npm:^3.973.0" - "@aws-sdk/token-providers": "npm:3.974.0" - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/client-sso": "npm:3.993.0" + "@aws-sdk/core": "npm:^3.973.11" + "@aws-sdk/token-providers": "npm:3.993.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: 10/fb230f28ea0e74fc960bcceccb87b83f382de33af2a299d2f5b4c50ba681cd1d5b1edeb1b97486863b64624082885dd94f10383575d6b640729bf496642de404 + checksum: 10/b149465c3d4daa15d37a1427c165f530c46c6a8889a0470f20d374651e3eec326afcb13764fbc1a0c78727d9aff48398c4c9ab18e18b7d69f23013a6fa8f380e languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.972.1" +"@aws-sdk/credential-provider-web-identity@npm:^3.972.9": + version: 3.972.9 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.972.9" dependencies: - "@aws-sdk/core": "npm:^3.973.0" - "@aws-sdk/nested-clients": "npm:3.974.0" - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/core": "npm:^3.973.11" + "@aws-sdk/nested-clients": "npm:3.993.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: 10/3bd1f8228f21ef3394a4f7dc3025ce5c6fcf82036174379571d967a0787a24b0e780a1ffd1ddf19fa0272d0e3c30e11ff3633bfbe8391f767c7561b3a3242474 + checksum: 10/0b49aef3fee7b3152d53c7672826b2724cdaad21490131e0c060f06d7c2db67d04508a45a291a0370eb8a81f488db4fd13305f59465a923fc39b19c8228de435 languageName: node linkType: hard @@ -439,267 +418,235 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.972.1" +"@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.973.0" - "@aws-sdk/util-arn-parser": "npm:^3.972.1" + "@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: 10/e8953c0944faf2ed685a05d5d707cebb88d06ad24df5fd5a715fed772c8f0059ddd159919b1a9b9cd1a76d741f82d0f1a675d48b50bd36dfad5bf5d801f3a453 + checksum: 10/5e0906a76ab6f200901759537fb69034546d228405b12b02b64e04f85aefacda0e0818f07d8595617b9956f135fc56545827624f9652858e27da231240cbb9b3 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.972.1" +"@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.973.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: 10/8c90d78cc1c2fcaf86859874643e54100b1ad1b465cdedf00b9b7a3743019a6b5adc0dbab64f0f33584ad4ef2f59c6b06369e67c9440ff80eac0952133362d9b + checksum: 10/96c2d64294e9482873345543a2d1c11a67941bde5dfdb32c1c05b578a394083583e53c6a1c2c3ccee41e4937391ae38878b7c03fd2b5ba08e06567926e34a248 languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.972.1" +"@aws-sdk/middleware-flexible-checksums@npm:^3.972.9": + version: 3.972.9 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.972.9" 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.973.0" + "@aws-sdk/core": "npm:^3.973.11" "@aws-sdk/crc64-nvme": "npm:3.972.0" - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/types": "npm:^3.973.1" "@smithy/is-array-buffer": "npm:^4.2.0" "@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.10" + "@smithy/util-stream": "npm:^4.5.12" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10/46bb56ad305a4d26db81d77a692c305154728d05b45d9637621fa7cf1508bbd4f1c298d53e6c7371d1d8e45ef45888ff91ae2025d75ff445d53474c69717ca6b + checksum: 10/24be4da2e3b7dc71b6ef5b0b227bb63c23934c0afd9f972aedd64a16075d9ee3baa9363d2ecebe618e308564ad6f9a56cbdaffdd0984f003c4312baa33080145 languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/middleware-host-header@npm:3.972.1" +"@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.973.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: 10/1308f6da7bd2b6b3318410ee9333567b9a5e35c615aa9bf7620ee2d2e3c65b1eccc6c185ecf488bb1fc961b939a3da4cd87d694dd898988db04da99dd04f55d9 + checksum: 10/14b6e32f32f1c8b0e66a396b092785d3d597b27df696ed2daf8310d2a463416bcc89480043b6a5083698403fc85904caf5ebbcb0fbd12f89f05dbf10878d2cc7 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.972.1" +"@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.973.0" + "@aws-sdk/types": "npm:^3.973.1" "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10/8e02f40b2cc453464ebf95bd7bca4fff59c45909ec89241a69a8a4d19340ba8169af8ff1f71a17efc0fc3744509a34fd0835006265842793ae739751ca745321 + checksum: 10/9c9677e07af9db00af5f748aae79321ec9fb3888b508704e1de0a1fbcf19e1f254037274324d17fc1c11f24ad60c075024560784f0e9958b4868da3e24e9460b languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/middleware-logger@npm:3.972.1" +"@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.973.0" + "@aws-sdk/types": "npm:^3.973.1" "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10/9c302b34d89a8fc8e5523b520d8dcf51c70cbece4876eac94090505f05533d8b2ff8b00fd1fc1519db171ba54a42ce758526769f83d328ee1d5e909cbd4c6a17 + checksum: 10/abda3a05b73a2056fbe0d2aa139ee5ad590733d7ef96a18c2ca92b314795ba3fe83216668bd731b8a40f7951b1147eb1ed3566c1b33ee9b8ae9994089596e3b8 languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.972.1" +"@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.973.0" + "@aws-sdk/types": "npm:^3.973.1" "@aws/lambda-invoke-store": "npm:^0.2.2" "@smithy/protocol-http": "npm:^5.3.8" "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10/4d37f11f54bdb78390313d99baef89399a3eca04f8bd0fbb9547e4f69867f939f8cdd9e22e2b9acd9ac68acf1d6971f5d9b861f67f85dcefcdbec2c8c2df42b6 - languageName: node - linkType: hard - -"@aws-sdk/middleware-sdk-s3@npm:3.972.0": - version: 3.972.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.972.0" - dependencies: - "@aws-sdk/core": "npm:3.972.0" - "@aws-sdk/types": "npm:3.972.0" - "@aws-sdk/util-arn-parser": "npm:3.972.0" - "@smithy/core": "npm:^3.20.6" - "@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.10.8" - "@smithy/types": "npm:^4.12.0" - "@smithy/util-config-provider": "npm:^4.2.0" - "@smithy/util-middleware": "npm:^4.2.8" - "@smithy/util-stream": "npm:^4.5.10" - "@smithy/util-utf8": "npm:^4.2.0" - tslib: "npm:^2.6.2" - checksum: 10/965f92de0dd7d3f3f85fe33514e5c8353dbeef6baa6bbf0411252ef43d52647786d3efe8e3d52225e720e4347b07e7ba1b554f78654380d37cda6bf9304174f2 + checksum: 10/8308e8eb1344669bca86613f160768dd39640ca3ed37730b579a6f71be14f6deed7acdb4f3d195a7f8c5a130afb82411dc18c8a361f7dc1f769c9dc240aaa16f languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:^3.972.2": - version: 3.972.2 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.972.2" +"@aws-sdk/middleware-sdk-s3@npm:^3.972.11": + version: 3.972.11 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.972.11" dependencies: - "@aws-sdk/core": "npm:^3.973.1" - "@aws-sdk/types": "npm:^3.973.0" - "@aws-sdk/util-arn-parser": "npm:^3.972.1" - "@smithy/core": "npm:^3.21.1" + "@aws-sdk/core": "npm:^3.973.11" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-arn-parser": "npm:^3.972.2" + "@smithy/core": "npm:^3.23.2" "@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.10.12" + "@smithy/smithy-client": "npm:^4.11.5" "@smithy/types": "npm:^4.12.0" "@smithy/util-config-provider": "npm:^4.2.0" "@smithy/util-middleware": "npm:^4.2.8" - "@smithy/util-stream": "npm:^4.5.10" + "@smithy/util-stream": "npm:^4.5.12" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10/ec6021ed8fde3df2eb86ef3849dbc0cbc81b96d34718cf3eaf1520395012b6866df6a44e9de5757010aeb1fceec4cbfc8e01057c112a95292c6864353a133d81 + checksum: 10/c43b8ffa26f334dcc798e423e6c58a38890f24e73ea34cefb13b9fd6e4266b0b644a2534c0f834bde8038cf98c14f76e46e354cd97af4edcda498df538bebb0f languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/middleware-ssec@npm:3.972.1" +"@aws-sdk/middleware-ssec@npm:^3.972.3": + version: 3.972.3 + resolution: "@aws-sdk/middleware-ssec@npm:3.972.3" dependencies: - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/types": "npm:^3.973.1" "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10/e849e26a8052faff4f751290b3d3517d9a4c0352d80762d1d9b2d2641b56d6954b81670aeca80cb317f3fa854549d1a67fee1fde9311210cf9771eedadb3ddb8 + checksum: 10/6510039afd2f1dce5b9b4870123fb269b6315246a58111d7b08849fff1dd4312f10f39ca69dc5838406c3b7063923fc182dd746cb6543934b41f6f4a29f61980 languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:^3.972.1, @aws-sdk/middleware-user-agent@npm:^3.972.2": - version: 3.972.2 - resolution: "@aws-sdk/middleware-user-agent@npm:3.972.2" +"@aws-sdk/middleware-user-agent@npm:^3.972.11": + version: 3.972.11 + resolution: "@aws-sdk/middleware-user-agent@npm:3.972.11" dependencies: - "@aws-sdk/core": "npm:^3.973.1" - "@aws-sdk/types": "npm:^3.973.0" - "@aws-sdk/util-endpoints": "npm:3.972.0" - "@smithy/core": "npm:^3.21.1" + "@aws-sdk/core": "npm:^3.973.11" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.993.0" + "@smithy/core": "npm:^3.23.2" "@smithy/protocol-http": "npm:^5.3.8" "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10/aa82b0beed7c808dc04ba8b3bf2701dcb656746a8d3f9629936b5c622895acd56363926a21b5587f252cf7bef1be7cbc46d640805d8360f32114d92bb632d66d + checksum: 10/f68c2a10337daf2e07d55d8c3bf3205c58abb1869f27db811fa8a50bfcf609f4ac4f9f07cc2e1558ac9db6723c1fbfa4ed5d1a7b3851d904c33ed83475171c32 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.974.0": - version: 3.974.0 - resolution: "@aws-sdk/nested-clients@npm:3.974.0" +"@aws-sdk/nested-clients@npm:3.993.0": + version: 3.993.0 + resolution: "@aws-sdk/nested-clients@npm:3.993.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:^3.973.0" - "@aws-sdk/middleware-host-header": "npm:^3.972.1" - "@aws-sdk/middleware-logger": "npm:^3.972.1" - "@aws-sdk/middleware-recursion-detection": "npm:^3.972.1" - "@aws-sdk/middleware-user-agent": "npm:^3.972.1" - "@aws-sdk/region-config-resolver": "npm:^3.972.1" - "@aws-sdk/types": "npm:^3.973.0" - "@aws-sdk/util-endpoints": "npm:3.972.0" - "@aws-sdk/util-user-agent-browser": "npm:^3.972.1" - "@aws-sdk/util-user-agent-node": "npm:^3.972.1" + "@aws-sdk/core": "npm:^3.973.11" + "@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.11" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.993.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.9" "@smithy/config-resolver": "npm:^4.4.6" - "@smithy/core": "npm:^3.21.0" + "@smithy/core": "npm:^3.23.2" "@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.10" - "@smithy/middleware-retry": "npm:^4.4.26" + "@smithy/middleware-endpoint": "npm:^4.4.16" + "@smithy/middleware-retry": "npm:^4.4.33" "@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.8" + "@smithy/node-http-handler": "npm:^4.4.10" "@smithy/protocol-http": "npm:^5.3.8" - "@smithy/smithy-client": "npm:^4.10.11" + "@smithy/smithy-client": "npm:^4.11.5" "@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.25" - "@smithy/util-defaults-mode-node": "npm:^4.2.28" + "@smithy/util-defaults-mode-browser": "npm:^4.3.32" + "@smithy/util-defaults-mode-node": "npm:^4.2.35" "@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: 10/6786fdc096de68e4462c93f463be8823d31f987e144fa3567ef1f0966fe236ca8273845d948074fa0be40480c9592dc3d5a48cf6e8b0b4ef7ba6071b9a26fc7d + checksum: 10/f4a4002496c0b685a7c9b2e652ab15db952be574cde60539c134f5d22d21d8644a487b5c4cf14c3bc9e20503a73a762d0bbd2d21c7c473f2337a297704c36f48 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/region-config-resolver@npm:3.972.1" +"@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.973.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: 10/0d384b4191f13c7be0b2ad2831bf5e3c5bba5d9a40864dc57261a7f431b1c8f0f78cf3dcd853619e6007e4a181f144a496c51a66845d5d6bbc426e7b7a56e115 + checksum: 10/8512a573492a990b028d9f0058d6034d54fb186af20d1da9529ac3d5f8d435c43fa16ef7d3dc0b3ffa679bb90529b55b0d00619160a3549839a136cc698fefb8 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.972.0": - version: 3.972.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.972.0" +"@aws-sdk/signature-v4-multi-region@npm:3.995.0": + version: 3.995.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.995.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.972.0" - "@aws-sdk/types": "npm:3.972.0" + "@aws-sdk/middleware-sdk-s3": "npm:^3.972.11" + "@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: 10/3faf3cbb0727176ec78c6b01edbe2db696a3b07b4584c0592ca1c012ad983d3175c831685c2f7acc8c7edbccd25dd5f189528dcc15abfdf540f3e0eab1403b2e + checksum: 10/652772eef7f71a6748136b34f5bff43001fcf53a22172a6c6e53697d9cc517d3bec099af6098144a4a55a179bc4310cfa057741201e4a235faadf5b2c10b06f4 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.974.0": - version: 3.974.0 - resolution: "@aws-sdk/token-providers@npm:3.974.0" +"@aws-sdk/token-providers@npm:3.993.0": + version: 3.993.0 + resolution: "@aws-sdk/token-providers@npm:3.993.0" dependencies: - "@aws-sdk/core": "npm:^3.973.0" - "@aws-sdk/nested-clients": "npm:3.974.0" - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/core": "npm:^3.973.11" + "@aws-sdk/nested-clients": "npm:3.993.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: 10/8a0e80da19ef99748ad9576f2f96160ed34bf28db21d9c77c637f13b3053c1c7d503154223dfd1a5dc4fbee7e9396866c8c9d5ae288878db33391f681f31f0f1 - languageName: node - linkType: hard - -"@aws-sdk/types@npm:3.972.0": - version: 3.972.0 - resolution: "@aws-sdk/types@npm:3.972.0" - dependencies: - "@smithy/types": "npm:^4.12.0" - tslib: "npm:^2.6.2" - checksum: 10/b20230e79ab74c6b34ba1020cbed8ba0506102243f61121b962281c9238eb316db4d58684811be6b50f5d47b3d0c1df565bbbfd15024a1d26b183c3950e1e0cc + checksum: 10/c58fd377892fad81e9994821429b1352ab20f2ab3cb621918c451df12d6e0a72b65ddcdc148a5de223a6ada134442be2097e450d0edc0ac72669b74160e950c6 languageName: node linkType: hard @@ -713,44 +660,48 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/types@npm:^3.973.0": - version: 3.973.0 - resolution: "@aws-sdk/types@npm:3.973.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.12.0" tslib: "npm:^2.6.2" - checksum: 10/35e6495f01159ac6f7003c618adfaac17bd82e5ab5ee4c3320f11b0492f6f3547e2a3aabdf539d1058cf074e9d239c41b12121de66540c38b2624f84872b6fb0 + checksum: 10/9cdcb457d6110a88a547fe26922d43450bf7685b26034e935c72c1717de90a22541f298ce4e76fde564d3af11908928b1584b856085dcb175f9bb08853d1a575 languageName: node linkType: hard -"@aws-sdk/util-arn-parser@npm:3.972.0": - version: 3.972.0 - resolution: "@aws-sdk/util-arn-parser@npm:3.972.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: 10/f729018a98378dd1784dd1f7dcd3b01aaf798d2d6906bbc1402bfa190364ed674e6bd85f783497cff4db83e3e06ebb00b5c13351027e38263880f6234ddde3af + checksum: 10/6c09725259187615199b44c21cc9aaf6e61c4d1f326535fd36cf1e95d9842bd58084542c72a9facbca47c5846c5bd8fed7b179e86a036ee142d4a171a6098092 languageName: node linkType: hard -"@aws-sdk/util-arn-parser@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/util-arn-parser@npm:3.972.1" +"@aws-sdk/util-endpoints@npm:3.993.0": + version: 3.993.0 + resolution: "@aws-sdk/util-endpoints@npm:3.993.0" dependencies: + "@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: 10/20e64f2ad8690ade6bf05e926a540badf2373baa353f7879bb05ded4a3c17ed39c7d9637ffeb0c4a15958ae97bc8ed75f643fec0590ae72d06cab8f113c057af + checksum: 10/47d20a3bf033f07362428246c8e68720ad80c67cfeb24363f03c84fb8266daf2523bedcb656e6c3a058d8ff8e90d7ca4d006638f73f4c2300f6e1712ab8e3d40 languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.972.0": - version: 3.972.0 - resolution: "@aws-sdk/util-endpoints@npm:3.972.0" +"@aws-sdk/util-endpoints@npm:3.995.0": + version: 3.995.0 + resolution: "@aws-sdk/util-endpoints@npm:3.995.0" dependencies: - "@aws-sdk/types": "npm:3.972.0" + "@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: 10/d4c58b5b70962e37ac6798e66666502f82d32819506bcfd9727bbe37d40d7d515dc6234241fcd1b82d6adfddfba1575cbe41e3393ecaacb01cf4754c192e9fdb + checksum: 10/de1edd107dc110632010a0cb71e7af0c5ddfa11d6052ecec296650610aeb68837be9457dd4d7b4bf2c7c21b16a70da912073163aae4bf5f6808ab3f4d34b1329 languageName: node linkType: hard @@ -763,24 +714,24 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.972.1" +"@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.973.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: 10/fabcf99ac0b94bced2f6e556a4238248a78a423967ae538bb8baae0b8ba863ca2715bb53a6752ee08e4736b1fec978551311b5326c5ffbf0fa393fd738a43dc8 + checksum: 10/fb51d6ae56ba2a69a1239fc1f83a739c468c78ff678cf336b923273237e861b8ff4bfb296b7a250f5980dc2ef6741492a802432243313daf9a03a5332199f7aa languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/util-user-agent-node@npm:3.972.1" +"@aws-sdk/util-user-agent-node@npm:^3.972.10, @aws-sdk/util-user-agent-node@npm:^3.972.9": + version: 3.972.10 + resolution: "@aws-sdk/util-user-agent-node@npm:3.972.10" dependencies: - "@aws-sdk/middleware-user-agent": "npm:^3.972.1" - "@aws-sdk/types": "npm:^3.973.0" + "@aws-sdk/middleware-user-agent": "npm:^3.972.11" + "@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" @@ -789,29 +740,18 @@ __metadata: peerDependenciesMeta: aws-crt: optional: true - checksum: 10/0b72846c9abf90b15301ef5c0fa356eca476297a4f67f89dccadec25073495817bfaeb9a607ccfa6b325ebcaa165f411ba4af12622d9b60b5f80e154e7d0a158 + checksum: 10/62a0ef7a69a4fe8930b458fd137b2ea0946d963bf65d501954b3318c3204b93bfc7e924862b98788604864deaf4a14cd6cb535b3f29224e8c3a38c0797ae2301 languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.972.0": - version: 3.972.0 - resolution: "@aws-sdk/xml-builder@npm:3.972.0" +"@aws-sdk/xml-builder@npm:^3.972.5": + version: 3.972.5 + resolution: "@aws-sdk/xml-builder@npm:3.972.5" dependencies: "@smithy/types": "npm:^4.12.0" - fast-xml-parser: "npm:5.2.5" + fast-xml-parser: "npm:5.3.6" tslib: "npm:^2.6.2" - checksum: 10/f94fdea7f8309dd1d546cfcfc3fa8d228692861cdf1c998dcf7c7537402e5e2413ff44d84c95925808d1b8213c14d2703b73c5918163ff80e8671b80103d6a48 - languageName: node - linkType: hard - -"@aws-sdk/xml-builder@npm:^3.972.1": - version: 3.972.1 - resolution: "@aws-sdk/xml-builder@npm:3.972.1" - dependencies: - "@smithy/types": "npm:^4.12.0" - fast-xml-parser: "npm:5.2.5" - tslib: "npm:^2.6.2" - checksum: 10/5a44401da436f176e42a2565a8d765ddef5505a56d58fe738bb04c82bc1fe87cf92e6d70beb6e8a7b9f662b2f9577ccb99a06653eee0ee915ec03b1b31f7c508 + checksum: 10/adc9371b92591dacd11d2b70714f835529432a5f8709b43b960a4b91d6591a88f64c06e3bdb0781c8f8aaf23b9054a46fd6213c503d5089a25ff8144196678ac languageName: node linkType: hard @@ -8325,6 +8265,16 @@ __metadata: languageName: node linkType: hard +"@smithy/abort-controller@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/abort-controller@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/dc6b916058f25631e218f2813fb4c2d1367260c3c06085b04b868996c901a013e216538f7ba4cc2d3a7ffb3be5b96ed378b8b20bc13b12d51735f28b02e9866f + languageName: node + linkType: hard + "@smithy/chunked-blob-reader-native@npm:^4.2.1": version: 4.2.1 resolution: "@smithy/chunked-blob-reader-native@npm:4.2.1" @@ -8358,39 +8308,35 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^3.20.6, @smithy/core@npm:^3.20.7": - version: 3.20.7 - resolution: "@smithy/core@npm:3.20.7" +"@smithy/config-resolver@npm:^4.4.7": + version: 4.4.7 + resolution: "@smithy/config-resolver@npm:4.4.7" dependencies: - "@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.8" - "@smithy/util-stream": "npm:^4.5.10" - "@smithy/util-utf8": "npm:^4.2.0" - "@smithy/uuid": "npm:^1.1.0" + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-config-provider": "npm:^4.2.1" + "@smithy/util-endpoints": "npm:^3.2.9" + "@smithy/util-middleware": "npm:^4.2.9" tslib: "npm:^2.6.2" - checksum: 10/24d18dc25389ecf9a0d6c63364b138642158d40ba23732963bde2175a5db308399bfa656e3d11e124ee462cd08144dec8e5a6be301781b74efcd41d32db94732 + checksum: 10/2e71386a42204187aa2370b3b141cc1a0dee70db3802e27149ca1c28f9f3c82b1621f058e87298b28b1908a4287ad216799d421595e7dc851ac7c468cc717a39 languageName: node linkType: hard -"@smithy/core@npm:^3.21.0, @smithy/core@npm:^3.21.1": - version: 3.21.1 - resolution: "@smithy/core@npm:3.21.1" +"@smithy/core@npm:^3.23.2, @smithy/core@npm:^3.23.4": + version: 3.23.4 + resolution: "@smithy/core@npm:3.23.4" dependencies: - "@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.8" - "@smithy/util-stream": "npm:^4.5.10" - "@smithy/util-utf8": "npm:^4.2.0" - "@smithy/uuid": "npm:^1.1.0" + "@smithy/middleware-serde": "npm:^4.2.10" + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-base64": "npm:^4.3.1" + "@smithy/util-body-length-browser": "npm:^4.2.1" + "@smithy/util-middleware": "npm:^4.2.9" + "@smithy/util-stream": "npm:^4.5.14" + "@smithy/util-utf8": "npm:^4.2.1" + "@smithy/uuid": "npm:^1.1.1" tslib: "npm:^2.6.2" - checksum: 10/526f90cf17845cadcf9f8b9174c183b7ef85e278928a1b5443fea7fb5ebd8cf438a2af6dcd7849d9a524368fc3a5c518cde6ab911d3a1d078099ec11384cd5fe + checksum: 10/fcc6c44a9b03dbc346368122653ae077d1b7a03e6d3bbc7ef9bf74299751fc7aff95933bfe5666fb44f24c83337fbc756210ee489729166b7dde39d5053c0346 languageName: node linkType: hard @@ -8425,6 +8371,19 @@ __metadata: languageName: node linkType: hard +"@smithy/credential-provider-imds@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/credential-provider-imds@npm:4.2.9" + dependencies: + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/property-provider": "npm:^4.2.9" + "@smithy/types": "npm:^4.12.1" + "@smithy/url-parser": "npm:^4.2.9" + tslib: "npm:^2.6.2" + checksum: 10/08565075b9dbb02b2282e1fe26cdf54bfbe536f3975f67cedf1e4df73563cfbaf51e88104bf5a7eb825ecce242debcbf421595d028d2815a0dce87956a6949f1 + languageName: node + linkType: hard + "@smithy/eventstream-codec@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/eventstream-codec@npm:4.2.8" @@ -8480,6 +8439,19 @@ __metadata: languageName: node linkType: hard +"@smithy/fetch-http-handler@npm:^5.3.10": + version: 5.3.10 + resolution: "@smithy/fetch-http-handler@npm:5.3.10" + dependencies: + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/querystring-builder": "npm:^4.2.9" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-base64": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10/e7235250b293d04dcb76da8b6f09264f35abeba805071ed81271586f525e71f16c2ea7173d0ab5ae426d61d10c0887f98f623904098c577247ccbfd0a7c779ae + languageName: node + linkType: hard + "@smithy/fetch-http-handler@npm:^5.3.9": version: 5.3.9 resolution: "@smithy/fetch-http-handler@npm:5.3.9" @@ -8556,6 +8528,15 @@ __metadata: languageName: node linkType: hard +"@smithy/is-array-buffer@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/is-array-buffer@npm:4.2.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10/a6cb22520c1cac6e5aca8ebc830fa4ad96bd793d7ff9f12a34d0bfa2ddc7f4c62930b032d6f81af4271ce2031998a8d7494ea16492bdb5d343b8649ab220535f + languageName: node + linkType: hard + "@smithy/md5-js@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/md5-js@npm:4.2.8" @@ -8578,22 +8559,6 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.4.10, @smithy/middleware-endpoint@npm:^4.4.11": - version: 4.4.11 - resolution: "@smithy/middleware-endpoint@npm:4.4.11" - dependencies: - "@smithy/core": "npm:^3.21.1" - "@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: 10/f2fde9ab8729ad42fbd71756914df686faaca46f69fab4033cec0a3f1b850e8cadfa00b6631d0b6762e9f0e391a9154d800441a45bbec14f04864f3ce066238b - languageName: node - linkType: hard - "@smithy/middleware-endpoint@npm:^4.4.16, @smithy/middleware-endpoint@npm:^4.4.17": version: 4.4.17 resolution: "@smithy/middleware-endpoint@npm:4.4.17" @@ -8610,36 +8575,47 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.4.8": - version: 4.4.8 - resolution: "@smithy/middleware-endpoint@npm:4.4.8" +"@smithy/middleware-endpoint@npm:^4.4.18": + version: 4.4.18 + resolution: "@smithy/middleware-endpoint@npm:4.4.18" dependencies: - "@smithy/core": "npm:^3.20.7" - "@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" + "@smithy/core": "npm:^3.23.4" + "@smithy/middleware-serde": "npm:^4.2.10" + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/shared-ini-file-loader": "npm:^4.4.4" + "@smithy/types": "npm:^4.12.1" + "@smithy/url-parser": "npm:^4.2.9" + "@smithy/util-middleware": "npm:^4.2.9" tslib: "npm:^2.6.2" - checksum: 10/c0019ae5cc5ffeb54a181731b1a10e91d89d69e649a1e2fd9e0e1b145640943d5d4e1654e4dcac61d07912acae827ca979fedfee72c34fc530ea8ff6fd9cdf90 + checksum: 10/8d6e5c62c3c04bb10a60eb7c4dadfb44e83372c8c4815485cadc1d26ce4258ed31fd13be392cbe23e7b8eb03b42463064a60f347889f7e1e88aeebc78ab7e089 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.4.26, @smithy/middleware-retry@npm:^4.4.27": - version: 4.4.27 - resolution: "@smithy/middleware-retry@npm:4.4.27" +"@smithy/middleware-retry@npm:^4.4.33": + version: 4.4.35 + resolution: "@smithy/middleware-retry@npm:4.4.35" dependencies: - "@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.10.12" - "@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" + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/service-error-classification": "npm:^4.2.9" + "@smithy/smithy-client": "npm:^4.11.7" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-middleware": "npm:^4.2.9" + "@smithy/util-retry": "npm:^4.2.9" + "@smithy/uuid": "npm:^1.1.1" tslib: "npm:^2.6.2" - checksum: 10/639632c6273005f1043590e6f013816512a6aff9a2341c67f2ef669870a55461c085be1ee2a5fc9507d3e413318f4466451526829712cefeec45950b16db7ab7 + checksum: 10/5862ef6406703e19ab31cc7aa9fb29b52a856dd922846febdfd4ccce88bdf243a3e871aeae399bccb80d6c4c0669265799f62ee7c007e2d08a14f38d780c3b03 + languageName: node + linkType: hard + +"@smithy/middleware-serde@npm:^4.2.10": + version: 4.2.10 + resolution: "@smithy/middleware-serde@npm:4.2.10" + dependencies: + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/a174df926ec382cbbd95ef4dfb333f792541b3ab4512ac4cb44b0f4c096cff2eafe84812d54cf56723de1c2dff6b1b47fa8fdc4819cc9764d6aa18782e747b65 languageName: node linkType: hard @@ -8664,6 +8640,16 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-stack@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/middleware-stack@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/d276904a889be91cc299d5108587b2eafc914b223e9122655c5a386026192cd1d47f62ea4459a14d537be63b2f2822b60474704a5605129ce5e8b3f643c97d39 + languageName: node + linkType: hard + "@smithy/node-config-provider@npm:^4.3.8": version: 4.3.8 resolution: "@smithy/node-config-provider@npm:4.3.8" @@ -8676,6 +8662,18 @@ __metadata: languageName: node linkType: hard +"@smithy/node-config-provider@npm:^4.3.9": + version: 4.3.9 + resolution: "@smithy/node-config-provider@npm:4.3.9" + dependencies: + "@smithy/property-provider": "npm:^4.2.9" + "@smithy/shared-ini-file-loader": "npm:^4.4.4" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/36a5024477c1c25d1cb5679de8c5a1a3d89c61f7558d161d65fede0ecf4082c19f41b90c04f1b57a00a455c0af0cb5677295092ed20eb4f937c53dd60a332d49 + languageName: node + linkType: hard + "@smithy/node-http-handler@npm:^4.4.10": version: 4.4.10 resolution: "@smithy/node-http-handler@npm:4.4.10" @@ -8689,16 +8687,16 @@ __metadata: languageName: node linkType: hard -"@smithy/node-http-handler@npm:^4.4.8": - version: 4.4.8 - resolution: "@smithy/node-http-handler@npm:4.4.8" +"@smithy/node-http-handler@npm:^4.4.11": + version: 4.4.11 + resolution: "@smithy/node-http-handler@npm:4.4.11" dependencies: - "@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" + "@smithy/abort-controller": "npm:^4.2.9" + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/querystring-builder": "npm:^4.2.9" + "@smithy/types": "npm:^4.12.1" tslib: "npm:^2.6.2" - checksum: 10/f5df30b2dc307c36a866104c415af2b776ad28821948f4391ae18bd62f66a99886530b0ff9c02f7389bcbda1dcc325f5818d6edf9cf1bea361a81f40892cadac + checksum: 10/948a09b39209b6214e69ee5b93ae14fb8a0a8239c3ab9ae2fd5d3cb7d0f155167c1c99b35d05ef55d741ef4e86cbbdbbada55f96e18c130d1c028f6ff4a2394f languageName: node linkType: hard @@ -8712,6 +8710,16 @@ __metadata: languageName: node linkType: hard +"@smithy/property-provider@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/property-provider@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/3cee99f97e7b24f1b279a719948664ec302d6333796f573a5e598f418c8441b6123d725887c188b582ba4ec54d380e3d8dabe31c105c03622608374802a0096e + languageName: node + linkType: hard + "@smithy/protocol-http@npm:^5.3.8": version: 5.3.8 resolution: "@smithy/protocol-http@npm:5.3.8" @@ -8722,6 +8730,16 @@ __metadata: languageName: node linkType: hard +"@smithy/protocol-http@npm:^5.3.9": + version: 5.3.9 + resolution: "@smithy/protocol-http@npm:5.3.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/7a65dd135fccd90920648b58bd83647ba3410cf909f64924423e767a12a23472b3be20bb29781e6ffb93d621a03ecbf20c771dfcc4c2c92a64c13c286dd5dff0 + languageName: node + linkType: hard + "@smithy/querystring-builder@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/querystring-builder@npm:4.2.8" @@ -8733,6 +8751,17 @@ __metadata: languageName: node linkType: hard +"@smithy/querystring-builder@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/querystring-builder@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + "@smithy/util-uri-escape": "npm:^4.2.1" + tslib: "npm:^2.6.2" + checksum: 10/ffdf0fa0b45821ad4a8812aa8ca96bfcd4d9565d12ae7540f0d1693b43e61a3fee901854a2458e4eb1a26a9dd0dbbde700ed341dfad5750bd844e1fc38579136 + languageName: node + linkType: hard + "@smithy/querystring-parser@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/querystring-parser@npm:4.2.8" @@ -8743,6 +8772,16 @@ __metadata: languageName: node linkType: hard +"@smithy/querystring-parser@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/querystring-parser@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/79893b5a854212e4de1278926f2aa502265017253dcbaf9efe7950aa713d760e335a277e660c7df421023c4d8a76b9e2f0cae319728b81770b820af2a9633026 + languageName: node + linkType: hard + "@smithy/service-error-classification@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/service-error-classification@npm:4.2.8" @@ -8752,6 +8791,15 @@ __metadata: languageName: node linkType: hard +"@smithy/service-error-classification@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/service-error-classification@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + checksum: 10/91690a7995181f14d1b99366a5491293e0b22edbd9585d43c28768822c2ae737a9531ba707e75f7beeda3e429113d4ad23efc978e0684cbba38b36b1df259eab + languageName: node + linkType: hard + "@smithy/shared-ini-file-loader@npm:^4.4.3": version: 4.4.3 resolution: "@smithy/shared-ini-file-loader@npm:4.4.3" @@ -8762,6 +8810,16 @@ __metadata: languageName: node linkType: hard +"@smithy/shared-ini-file-loader@npm:^4.4.4": + version: 4.4.4 + resolution: "@smithy/shared-ini-file-loader@npm:4.4.4" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/3f0bd9fdcb5cacf647485e805e2983c4082db439ebd511c0207f775e4fae325573490388121e62ac1c5b5e285c15946a54e0e1bc73f35cd81c6097dea2db7ce5 + languageName: node + linkType: hard + "@smithy/signature-v4@npm:^5.3.8": version: 5.3.8 resolution: "@smithy/signature-v4@npm:5.3.8" @@ -8778,36 +8836,6 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.10.11, @smithy/smithy-client@npm:^4.10.12": - version: 4.10.12 - resolution: "@smithy/smithy-client@npm:4.10.12" - dependencies: - "@smithy/core": "npm:^3.21.1" - "@smithy/middleware-endpoint": "npm:^4.4.11" - "@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.10" - tslib: "npm:^2.6.2" - checksum: 10/83790e20cdd414cf19429bcbea26ff4cdbcce07a06822d914d195f2d7d746102a351bf3f6faa636b18b212171030274ae9a5f95d84784d2a8a8ac1099bd9bdb0 - languageName: node - linkType: hard - -"@smithy/smithy-client@npm:^4.10.8": - version: 4.10.9 - resolution: "@smithy/smithy-client@npm:4.10.9" - dependencies: - "@smithy/core": "npm:^3.20.7" - "@smithy/middleware-endpoint": "npm:^4.4.8" - "@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.10" - tslib: "npm:^2.6.2" - checksum: 10/ed85d8a68178b679758c66b383647002bb360126ad4e1ba56d925ecb7a2b25f73a3bcde21dd9d4260c14e1e0c0b60ee8536bfb4f24f654a0704f97ebdaaa9b10 - languageName: node - linkType: hard - "@smithy/smithy-client@npm:^4.11.5": version: 4.11.6 resolution: "@smithy/smithy-client@npm:4.11.6" @@ -8823,6 +8851,21 @@ __metadata: languageName: node linkType: hard +"@smithy/smithy-client@npm:^4.11.7": + version: 4.11.7 + resolution: "@smithy/smithy-client@npm:4.11.7" + dependencies: + "@smithy/core": "npm:^3.23.4" + "@smithy/middleware-endpoint": "npm:^4.4.18" + "@smithy/middleware-stack": "npm:^4.2.9" + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-stream": "npm:^4.5.14" + tslib: "npm:^2.6.2" + checksum: 10/6d06c7ade1bba24821df3f5abca6e7e5f09678ea9083b7dae07b15f38f43a3beea9dea696f2aa2e393700e240bcb1b984a58cf2e63884fbd74ab25645e123a20 + languageName: node + linkType: hard + "@smithy/types@npm:^4.11.0": version: 4.11.0 resolution: "@smithy/types@npm:4.11.0" @@ -8841,6 +8884,15 @@ __metadata: languageName: node linkType: hard +"@smithy/types@npm:^4.12.1": + version: 4.12.1 + resolution: "@smithy/types@npm:4.12.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10/a0ead1ff9f9816ee1525679925235d5714f6a644e37c3095a148b0c5bbcaad79a0455173d92bd71b8faa4033fe8ed7a7e957bb362762628f2771ade17ef68521 + languageName: node + linkType: hard + "@smithy/url-parser@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/url-parser@npm:4.2.8" @@ -8852,6 +8904,17 @@ __metadata: languageName: node linkType: hard +"@smithy/url-parser@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/url-parser@npm:4.2.9" + dependencies: + "@smithy/querystring-parser": "npm:^4.2.9" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/45c3ce2b06f52746ce2bd5ddbcd2507231b9f65c145fcb7f1bfffc671f1af5b27c4f8a3e8881d6b01fa6bba412ec1c9f9099215ac1c7231f5747845ec1e3fd32 + languageName: node + linkType: hard + "@smithy/util-base64@npm:^4.3.0": version: 4.3.0 resolution: "@smithy/util-base64@npm:4.3.0" @@ -8863,6 +8926,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-base64@npm:^4.3.1": + version: 4.3.1 + resolution: "@smithy/util-base64@npm:4.3.1" + dependencies: + "@smithy/util-buffer-from": "npm:^4.2.1" + "@smithy/util-utf8": "npm:^4.2.1" + tslib: "npm:^2.6.2" + checksum: 10/77dd092e73566ebb1a9942ec37bc0fcf861159a62f90c03a676c17826c1e43a6ad493fee65ddae2c0b4b3ce89b9f363cee2856fc6c2068fbb215320cf5e179b2 + languageName: node + linkType: hard + "@smithy/util-body-length-browser@npm:^4.2.0": version: 4.2.0 resolution: "@smithy/util-body-length-browser@npm:4.2.0" @@ -8872,6 +8946,15 @@ __metadata: languageName: node linkType: hard +"@smithy/util-body-length-browser@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-body-length-browser@npm:4.2.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10/2a5221e7d1b233a1182f1d9f754eb116b7cc86e3152beaff6941c1c55b863099fcab73795cffa299d522069fc5f74f985b4d6713a0913247d13d8936a4de1a2c + languageName: node + linkType: hard + "@smithy/util-body-length-node@npm:^4.2.1": version: 4.2.1 resolution: "@smithy/util-body-length-node@npm:4.2.1" @@ -8901,6 +8984,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-buffer-from@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-buffer-from@npm:4.2.1" + dependencies: + "@smithy/is-array-buffer": "npm:^4.2.1" + tslib: "npm:^2.6.2" + checksum: 10/686c8feafb751942caa60bbd47c6214acf75e8ac6118e5d0f9cee3d5a60be2dfa8f95a5955bbe65a53f8ad1136b2d446642ec343e37c8440b1852779040da46a + languageName: node + linkType: hard + "@smithy/util-config-provider@npm:^4.2.0": version: 4.2.0 resolution: "@smithy/util-config-provider@npm:4.2.0" @@ -8910,30 +9003,39 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.3.25, @smithy/util-defaults-mode-browser@npm:^4.3.26": - version: 4.3.26 - resolution: "@smithy/util-defaults-mode-browser@npm:4.3.26" +"@smithy/util-config-provider@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-config-provider@npm:4.2.1" dependencies: - "@smithy/property-provider": "npm:^4.2.8" - "@smithy/smithy-client": "npm:^4.10.12" - "@smithy/types": "npm:^4.12.0" tslib: "npm:^2.6.2" - checksum: 10/42012221140f7e0c45c7a4f25be2906d300e0fb5f3fbbb5fb6e5850b98aeca6ade390c6164c9febe42d4cc2a7f83de74bf3a77d75cb757a14afa351295f62ef4 + checksum: 10/3d17e618d9427d049ce51c41ae75ceb7800f29f59babe2823783cd585d0922205046a660c49c1afefa57f00a5f20e428cbaf9ede68ad1fc99b415455d47befb4 languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.2.28, @smithy/util-defaults-mode-node@npm:^4.2.29": - version: 4.2.29 - resolution: "@smithy/util-defaults-mode-node@npm:4.2.29" +"@smithy/util-defaults-mode-browser@npm:^4.3.32": + version: 4.3.34 + resolution: "@smithy/util-defaults-mode-browser@npm:4.3.34" dependencies: - "@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.10.12" - "@smithy/types": "npm:^4.12.0" + "@smithy/property-provider": "npm:^4.2.9" + "@smithy/smithy-client": "npm:^4.11.7" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/7f1965de1a3aafc566098175615bcf7285a6b7e6e38d14a6791411123d88899a3f3ff12bd794509cb4f8c368536dfe430bd74089e6287872b312c6a91315b3bf + languageName: node + linkType: hard + +"@smithy/util-defaults-mode-node@npm:^4.2.35": + version: 4.2.37 + resolution: "@smithy/util-defaults-mode-node@npm:4.2.37" + dependencies: + "@smithy/config-resolver": "npm:^4.4.7" + "@smithy/credential-provider-imds": "npm:^4.2.9" + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/property-provider": "npm:^4.2.9" + "@smithy/smithy-client": "npm:^4.11.7" + "@smithy/types": "npm:^4.12.1" tslib: "npm:^2.6.2" - checksum: 10/8cb63371bc6aa8d3ee75498192340feba503c69ee623a2a2e78fb027c71e92fed0bb3be3ad12b9040019c03546bbad0653ef3a23708bb6c03a94d338f70a6a33 + checksum: 10/b18420367d6373171d2e0c404c38bb6abee04bb3f8bb5bd3a811d0529c09d847a255ba7e5ac77cb85e86e2e0c9185bb615b5fa0b2d3240f932b9fd61819116f6 languageName: node linkType: hard @@ -8948,6 +9050,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-endpoints@npm:^3.2.9": + version: 3.2.9 + resolution: "@smithy/util-endpoints@npm:3.2.9" + dependencies: + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/185140d3608cdf695ef4c39980b34eaa2aa6b5e3beaed4426dae2a6662212cac430955d6204257c44e8914a39919ccbeefac8c30ae33124c1580c95f54a3436a + languageName: node + linkType: hard + "@smithy/util-hex-encoding@npm:^4.2.0": version: 4.2.0 resolution: "@smithy/util-hex-encoding@npm:4.2.0" @@ -8957,6 +9070,15 @@ __metadata: languageName: node linkType: hard +"@smithy/util-hex-encoding@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-hex-encoding@npm:4.2.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10/5b1a486d9b36feffa542cfa012ca8067b95f512ee020113a666e78f879b103cd0e1826cfae4f668f2a0c2e0f58d322580176fea930d49511c4d885e2764ab86b + languageName: node + linkType: hard + "@smithy/util-middleware@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/util-middleware@npm:4.2.8" @@ -8967,6 +9089,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-middleware@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/util-middleware@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10/b7f9f787c8f17854c52049f495b0fb124feff04d09f0de717871342db0be5e812cddff2e25d352e40e21736ec1c83e465f4dd427a295c973cf9c2f768377da52 + languageName: node + linkType: hard + "@smithy/util-retry@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/util-retry@npm:4.2.8" @@ -8978,19 +9110,30 @@ __metadata: languageName: node linkType: hard -"@smithy/util-stream@npm:^4.5.10": - version: 4.5.10 - resolution: "@smithy/util-stream@npm:4.5.10" +"@smithy/util-retry@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/util-retry@npm:4.2.9" dependencies: - "@smithy/fetch-http-handler": "npm:^5.3.9" - "@smithy/node-http-handler": "npm:^4.4.8" - "@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" + "@smithy/service-error-classification": "npm:^4.2.9" + "@smithy/types": "npm:^4.12.1" tslib: "npm:^2.6.2" - checksum: 10/7d8fc4f86fc43edba5124836a7701cacacd65aa0f3a917faba4febcc091055c2be176b3de9bdacbcff5b7e8a97ecd35c66e38fd92743de385fd9774bdbdcc42f + checksum: 10/a78df8c059af1c6276ecaad08f7f2a8c808314c4e9280d72606e6221b92899dc028d069eb465a87013e21122203e04851b145f6faa8ea3d98c4b23d743af0d26 + languageName: node + linkType: hard + +"@smithy/util-stream@npm:^4.5.12, @smithy/util-stream@npm:^4.5.14": + version: 4.5.14 + resolution: "@smithy/util-stream@npm:4.5.14" + dependencies: + "@smithy/fetch-http-handler": "npm:^5.3.10" + "@smithy/node-http-handler": "npm:^4.4.11" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-base64": "npm:^4.3.1" + "@smithy/util-buffer-from": "npm:^4.2.1" + "@smithy/util-hex-encoding": "npm:^4.2.1" + "@smithy/util-utf8": "npm:^4.2.1" + tslib: "npm:^2.6.2" + checksum: 10/ec0009263e218a0ad3abf55b5bb3f59cc78f5ded44eb4a59f2cf4103e75a09c2b326ae5d45bf727d88e6eb46274c1eada40da0a596aae9b632f96c8f7ca5c2b2 languageName: node linkType: hard @@ -9019,6 +9162,15 @@ __metadata: languageName: node linkType: hard +"@smithy/util-uri-escape@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-uri-escape@npm:4.2.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10/16a75ad9686d1d972255f18fdf275b798ed9849917e02cac23213af28af5931149e0916c9742d1c45f78a232c2c89cd9a0dca653baa0db36becb1244e6b9c05c + languageName: node + linkType: hard + "@smithy/util-utf8@npm:^2.0.0": version: 2.3.0 resolution: "@smithy/util-utf8@npm:2.3.0" @@ -9039,6 +9191,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-utf8@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-utf8@npm:4.2.1" + dependencies: + "@smithy/util-buffer-from": "npm:^4.2.1" + tslib: "npm:^2.6.2" + checksum: 10/ff8ee4e26b6222d358cd3b9ef52bbdfb2500a2952f439aa0264a127c4235508681648600b6def3ce7d276c03b16fe79bb5a38430ec2e46e41185412790353ee7 + languageName: node + linkType: hard + "@smithy/util-waiter@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/util-waiter@npm:4.2.8" @@ -9059,6 +9221,15 @@ __metadata: languageName: node linkType: hard +"@smithy/uuid@npm:^1.1.1": + version: 1.1.1 + resolution: "@smithy/uuid@npm:1.1.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10/26acc5b818d219ec049c1877857afc783dd9c4cb62234b61d1c18b1465ec731ec0aea902bdf6f58f730a4bf72d9564559b1fb14c94ceaafe3d41f6923745a97c + languageName: node + linkType: hard + "@socket.io/component-emitter@npm:~3.1.0": version: 3.1.2 resolution: "@socket.io/component-emitter@npm:3.1.2" @@ -11099,7 +11270,7 @@ __metadata: version: 0.0.0-use.local resolution: "@wireapp/api-client@workspace:libraries/api-client" dependencies: - "@aws-sdk/client-s3": "npm:3.975.0" + "@aws-sdk/client-s3": "npm:3.995.0" "@aws-sdk/lib-storage": "npm:3.995.0" "@swc/core": "npm:^1.15.11" "@swc/jest": "npm:^0.2.39" @@ -16606,14 +16777,14 @@ __metadata: languageName: node linkType: hard -"fast-xml-parser@npm:5.2.5": - version: 5.2.5 - resolution: "fast-xml-parser@npm:5.2.5" +"fast-xml-parser@npm:5.3.6": + version: 5.3.6 + resolution: "fast-xml-parser@npm:5.3.6" dependencies: - strnum: "npm:^2.1.0" + strnum: "npm:^2.1.2" bin: fxparser: src/cli/cli.js - checksum: 10/305017cff6968a34cbac597317be1516e85c44f650f30d982c84f8c30043e81fd38d39a8810d570136c921399dd43b9ac4775bdfbbbcfee96456f3c086b48bdd + checksum: 10/03527ab0bdf49d960fdc8f6088cd0715c052e06b68b39459da87b1a1fbb3439a855b2d83cbf3c400e983b8e668b396296b072a4dd5c63403cf1e618c9326b6df languageName: node linkType: hard @@ -27284,10 +27455,10 @@ __metadata: languageName: node linkType: hard -"strnum@npm:^2.1.0": - version: 2.1.1 - resolution: "strnum@npm:2.1.1" - checksum: 10/d5fe6e4333cddc17569331048e403e876ffcf629989815f0359b0caf05dae9441b7eef3d7dd07427313ac8b3f05a8f60abc1f61efc15f97245dbc24028362bc9 +"strnum@npm:^2.1.2": + version: 2.1.2 + resolution: "strnum@npm:2.1.2" + checksum: 10/7d894dff385e3a5c5b29c012cf0a7ea7962a92c6a299383c3d6db945ad2b6f3e770511356a9774dbd54444c56af1dc7c435dad6466c47293c48173274dd6c631 languageName: node linkType: hard