diff --git a/next.config.js b/next.config.js index d7ef0fdc..dcd924c6 100755 --- a/next.config.js +++ b/next.config.js @@ -58,11 +58,25 @@ const securityHeaders = [ ] const nextConfig = { - webpack(config) { + webpack(config, { isServer }) { config.module.rules.push({ test: /\.ya?ml$/, use: 'yaml-loader', }); + if (!isServer) { + config.resolve = { + ...config.resolve, + fallback: { + // Temporary measure to fix issues with Node.js-only Hyperlane SDK dependencies. + // See https://discord.com/channels/935678348330434570/1316139468662505664. + net: false, + tls: false, + fs: false, + os: false, + child_process: false, + } + }; + } return config; }, diff --git a/package.json b/package.json index ffe42b86..d424e483 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,9 @@ "@emotion/styled": "^11.13.0", "@headlessui/react": "^2.2.0", "@hyperlane-xyz/registry": "6.4.0", - "@hyperlane-xyz/sdk": "7.1.0", - "@hyperlane-xyz/utils": "7.1.0", - "@hyperlane-xyz/widgets": "7.1.0", + "@hyperlane-xyz/sdk": "7.3.0", + "@hyperlane-xyz/utils": "7.3.0", + "@hyperlane-xyz/widgets": "7.3.0", "@interchain-ui/react": "^1.23.28", "@metamask/jazzicon": "https://github.com/jmrossy/jazzicon#7a8df28974b4e81129bfbe3cab76308b889032a6", "@metamask/post-message-stream": "6.1.2", diff --git a/yarn.lock b/yarn.lock index 9e763c70..be3b9082 100644 --- a/yarn.lock +++ b/yarn.lock @@ -61,623 +61,630 @@ __metadata: languageName: node linkType: hard -"@aws-crypto/crc32@npm:3.0.0": - version: 3.0.0 - resolution: "@aws-crypto/crc32@npm:3.0.0" +"@aws-crypto/crc32@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/crc32@npm:5.2.0" dependencies: - "@aws-crypto/util": "npm:^3.0.0" + "@aws-crypto/util": "npm:^5.2.0" "@aws-sdk/types": "npm:^3.222.0" - tslib: "npm:^1.11.1" - checksum: 10/672d593fd98a88709a1b488db92aabf584b6dad3e8099e04b6d2870e34a2ee668cbbe0e5406e60c0d776b9c34a91cfc427999230ad959518fed56a3db037704c + tslib: "npm:^2.6.2" + checksum: 10/1b0a56ad4cb44c9512d8b1668dcf9306ab541d3a73829f435ca97abaec8d56f3db953db03ad0d0698754fea16fcd803d11fa42e0889bc7b803c6a030b04c63de languageName: node linkType: hard -"@aws-crypto/crc32c@npm:3.0.0": - version: 3.0.0 - resolution: "@aws-crypto/crc32c@npm:3.0.0" +"@aws-crypto/crc32c@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/crc32c@npm:5.2.0" dependencies: - "@aws-crypto/util": "npm:^3.0.0" + "@aws-crypto/util": "npm:^5.2.0" "@aws-sdk/types": "npm:^3.222.0" - tslib: "npm:^1.11.1" - checksum: 10/3e604ad7a8d3fb10e5fe11597d593d0ae8e1d6dc06a06b8d882d5732a6e181f6a77fd4f92fb3ae9002a2007121d49e40bc6b78d83af62d36deb1b457b7f1d977 - languageName: node - linkType: hard - -"@aws-crypto/ie11-detection@npm:^3.0.0": - version: 3.0.0 - resolution: "@aws-crypto/ie11-detection@npm:3.0.0" - dependencies: - tslib: "npm:^1.11.1" - checksum: 10/f5aee4a11a113ab9640474e75d398c99538aa30775f484cd519f0de0096ae0d4a6b68d2f0c685f24bd6f2425067c565bc20592c36c0dc1f4d28c1b4751a40734 + tslib: "npm:^2.6.2" + checksum: 10/08bd1db17d7c772fa6e34b38a360ce77ad041164743113eefa8343c2af917a419697daf090c5854129ef19f3a9673ed1fd8446e03eb32c8ed52d2cc409b0dee7 languageName: node linkType: hard -"@aws-crypto/sha1-browser@npm:3.0.0": - version: 3.0.0 - resolution: "@aws-crypto/sha1-browser@npm:3.0.0" +"@aws-crypto/sha1-browser@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha1-browser@npm:5.2.0" dependencies: - "@aws-crypto/ie11-detection": "npm:^3.0.0" - "@aws-crypto/supports-web-crypto": "npm:^3.0.0" - "@aws-crypto/util": "npm:^3.0.0" + "@aws-crypto/supports-web-crypto": "npm:^5.2.0" + "@aws-crypto/util": "npm:^5.2.0" "@aws-sdk/types": "npm:^3.222.0" "@aws-sdk/util-locate-window": "npm:^3.0.0" - "@aws-sdk/util-utf8-browser": "npm:^3.0.0" - tslib: "npm:^1.11.1" - checksum: 10/8c30fa1e427bf2c295077b007835b0dd9af6beb6250e0aa775cecd42a1f517ef211751e7e12c2423f39d9b1c6748b99eb7b73207eb69165abc696cc470d8659e + "@smithy/util-utf8": "npm:^2.0.0" + tslib: "npm:^2.6.2" + checksum: 10/239f4c59cce9abd33c01117b10553fbef868a063e74faf17edb798c250d759a2578841efa2837e5e51854f52ef57dbc40780b073cae20f89ebed6a8cc7fa06f1 languageName: node linkType: hard -"@aws-crypto/sha256-browser@npm:3.0.0": - version: 3.0.0 - resolution: "@aws-crypto/sha256-browser@npm:3.0.0" +"@aws-crypto/sha256-browser@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha256-browser@npm:5.2.0" dependencies: - "@aws-crypto/ie11-detection": "npm:^3.0.0" - "@aws-crypto/sha256-js": "npm:^3.0.0" - "@aws-crypto/supports-web-crypto": "npm:^3.0.0" - "@aws-crypto/util": "npm:^3.0.0" + "@aws-crypto/sha256-js": "npm:^5.2.0" + "@aws-crypto/supports-web-crypto": "npm:^5.2.0" + "@aws-crypto/util": "npm:^5.2.0" "@aws-sdk/types": "npm:^3.222.0" "@aws-sdk/util-locate-window": "npm:^3.0.0" - "@aws-sdk/util-utf8-browser": "npm:^3.0.0" - tslib: "npm:^1.11.1" - checksum: 10/4e075906c48a46bbb8babb60db3e6b280db405a88c68b77c1496c26218292d5ea509beae3ccc19366ca6bc944c6d37fe347d0917909900dbac86f054a19c71c7 + "@smithy/util-utf8": "npm:^2.0.0" + tslib: "npm:^2.6.2" + checksum: 10/2b1b701ca6caa876333b4eb2b96e5187d71ebb51ebf8e2d632690dbcdedeff038202d23adcc97e023437ed42bb1963b7b463e343687edf0635fd4b98b2edad1a languageName: node linkType: hard -"@aws-crypto/sha256-js@npm:3.0.0, @aws-crypto/sha256-js@npm:^3.0.0": - version: 3.0.0 - resolution: "@aws-crypto/sha256-js@npm:3.0.0" +"@aws-crypto/sha256-js@npm:5.2.0, @aws-crypto/sha256-js@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha256-js@npm:5.2.0" dependencies: - "@aws-crypto/util": "npm:^3.0.0" + "@aws-crypto/util": "npm:^5.2.0" "@aws-sdk/types": "npm:^3.222.0" - tslib: "npm:^1.11.1" - checksum: 10/f9fc2d51631950434d0f91f51c2ce17845d4e8e75971806e21604987e3186ee1e54de8a89e5349585b91cb36e56d5f058d6a45004e1bfbce1351dbb40f479152 + tslib: "npm:^2.6.2" + checksum: 10/f46aace7b873c615be4e787ab0efd0148ef7de48f9f12c7d043e05c52e52b75bb0bf6dbcb9b2852d940d7724fab7b6d5ff1469160a3dd024efe7a68b5f70df8c languageName: node linkType: hard -"@aws-crypto/supports-web-crypto@npm:^3.0.0": - version: 3.0.0 - resolution: "@aws-crypto/supports-web-crypto@npm:3.0.0" +"@aws-crypto/supports-web-crypto@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/supports-web-crypto@npm:5.2.0" dependencies: - tslib: "npm:^1.11.1" - checksum: 10/8a48788d2866e391354f256aa79b577b2ba1474b50184cbe690467de7e64a79928afece95007ab69a1556f99da97ea129487db091d94489847e14decdc7c9a6f + tslib: "npm:^2.6.2" + checksum: 10/6ed0c7e17f4f6663d057630805c45edb35d5693380c24ab52d4c453ece303c6c8a6ade9ee93c97dda77d9f6cae376ffbb44467057161c513dffa3422250edaf5 languageName: node linkType: hard -"@aws-crypto/util@npm:^3.0.0": - version: 3.0.0 - resolution: "@aws-crypto/util@npm:3.0.0" +"@aws-crypto/util@npm:5.2.0, @aws-crypto/util@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/util@npm:5.2.0" dependencies: "@aws-sdk/types": "npm:^3.222.0" - "@aws-sdk/util-utf8-browser": "npm:^3.0.0" - tslib: "npm:^1.11.1" - checksum: 10/92c835b83d7a888b37b2f2a37c82e58bb8fabb617e371173c488d2a71b916c69ee566f0ea0b3f7f4e16296226c49793f95b3d59fc07a7ca00af91f8f9f29e6c4 - languageName: node - linkType: hard - -"@aws-sdk/client-s3@npm:^3.74.0": - version: 3.588.0 - resolution: "@aws-sdk/client-s3@npm:3.588.0" - dependencies: - "@aws-crypto/sha1-browser": "npm:3.0.0" - "@aws-crypto/sha256-browser": "npm:3.0.0" - "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sso-oidc": "npm:3.588.0" - "@aws-sdk/client-sts": "npm:3.588.0" - "@aws-sdk/core": "npm:3.588.0" - "@aws-sdk/credential-provider-node": "npm:3.588.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.587.0" - "@aws-sdk/middleware-expect-continue": "npm:3.577.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.587.0" - "@aws-sdk/middleware-host-header": "npm:3.577.0" - "@aws-sdk/middleware-location-constraint": "npm:3.577.0" - "@aws-sdk/middleware-logger": "npm:3.577.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.577.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.587.0" - "@aws-sdk/middleware-signing": "npm:3.587.0" - "@aws-sdk/middleware-ssec": "npm:3.577.0" - "@aws-sdk/middleware-user-agent": "npm:3.587.0" - "@aws-sdk/region-config-resolver": "npm:3.587.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.587.0" - "@aws-sdk/types": "npm:3.577.0" - "@aws-sdk/util-endpoints": "npm:3.587.0" - "@aws-sdk/util-user-agent-browser": "npm:3.577.0" - "@aws-sdk/util-user-agent-node": "npm:3.587.0" - "@aws-sdk/xml-builder": "npm:3.575.0" - "@smithy/config-resolver": "npm:^3.0.1" - "@smithy/core": "npm:^2.1.1" - "@smithy/eventstream-serde-browser": "npm:^3.0.0" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.0" - "@smithy/eventstream-serde-node": "npm:^3.0.0" - "@smithy/fetch-http-handler": "npm:^3.0.1" - "@smithy/hash-blob-browser": "npm:^3.0.0" - "@smithy/hash-node": "npm:^3.0.0" - "@smithy/hash-stream-node": "npm:^3.0.0" - "@smithy/invalid-dependency": "npm:^3.0.0" - "@smithy/md5-js": "npm:^3.0.0" - "@smithy/middleware-content-length": "npm:^3.0.0" - "@smithy/middleware-endpoint": "npm:^3.0.1" - "@smithy/middleware-retry": "npm:^3.0.3" - "@smithy/middleware-serde": "npm:^3.0.0" - "@smithy/middleware-stack": "npm:^3.0.0" - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/node-http-handler": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/smithy-client": "npm:^3.1.1" - "@smithy/types": "npm:^3.0.0" - "@smithy/url-parser": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^2.0.0" + tslib: "npm:^2.6.2" + checksum: 10/f80a174c404e1ad4364741c942f440e75f834c08278fa754349fe23a6edc679d480ea9ced5820774aee58091ed270067022d8059ecf1a7ef452d58134ac7e9e1 + languageName: node + linkType: hard + +"@aws-sdk/client-s3@npm:^3.577.0": + version: 3.709.0 + resolution: "@aws-sdk/client-s3@npm:3.709.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/client-sso-oidc": "npm:3.709.0" + "@aws-sdk/client-sts": "npm:3.709.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-node": "npm:3.709.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.709.0" + "@aws-sdk/middleware-expect-continue": "npm:3.709.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.709.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-location-constraint": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.709.0" + "@aws-sdk/middleware-ssec": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.709.0" + "@aws-sdk/xml-builder": "npm:3.709.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/eventstream-serde-browser": "npm:^3.0.14" + "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" + "@smithy/eventstream-serde-node": "npm:^3.0.13" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-blob-browser": "npm:^3.1.10" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/hash-stream-node": "npm:^3.1.10" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/md5-js": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.3" - "@smithy/util-defaults-mode-node": "npm:^3.0.3" - "@smithy/util-endpoints": "npm:^2.0.1" - "@smithy/util-retry": "npm:^3.0.0" - "@smithy/util-stream": "npm:^3.0.1" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" + "@smithy/util-stream": "npm:^3.3.2" "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.0.0" + "@smithy/util-waiter": "npm:^3.2.0" tslib: "npm:^2.6.2" - checksum: 10/a0d54ea3638412ffb1ec390e081980d380a45edcecea67158b577a1dcbb38db747ff19a4870da583a7c8f5e0a117ca5c68e2491ee4a1b01dd4020c3d5147d71f - languageName: node - linkType: hard - -"@aws-sdk/client-sso-oidc@npm:3.588.0": - version: 3.588.0 - resolution: "@aws-sdk/client-sso-oidc@npm:3.588.0" - dependencies: - "@aws-crypto/sha256-browser": "npm:3.0.0" - "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sts": "npm:3.588.0" - "@aws-sdk/core": "npm:3.588.0" - "@aws-sdk/credential-provider-node": "npm:3.588.0" - "@aws-sdk/middleware-host-header": "npm:3.577.0" - "@aws-sdk/middleware-logger": "npm:3.577.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.577.0" - "@aws-sdk/middleware-user-agent": "npm:3.587.0" - "@aws-sdk/region-config-resolver": "npm:3.587.0" - "@aws-sdk/types": "npm:3.577.0" - "@aws-sdk/util-endpoints": "npm:3.587.0" - "@aws-sdk/util-user-agent-browser": "npm:3.577.0" - "@aws-sdk/util-user-agent-node": "npm:3.587.0" - "@smithy/config-resolver": "npm:^3.0.1" - "@smithy/core": "npm:^2.1.1" - "@smithy/fetch-http-handler": "npm:^3.0.1" - "@smithy/hash-node": "npm:^3.0.0" - "@smithy/invalid-dependency": "npm:^3.0.0" - "@smithy/middleware-content-length": "npm:^3.0.0" - "@smithy/middleware-endpoint": "npm:^3.0.1" - "@smithy/middleware-retry": "npm:^3.0.3" - "@smithy/middleware-serde": "npm:^3.0.0" - "@smithy/middleware-stack": "npm:^3.0.0" - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/node-http-handler": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/smithy-client": "npm:^3.1.1" - "@smithy/types": "npm:^3.0.0" - "@smithy/url-parser": "npm:^3.0.0" + checksum: 10/d707cd6aa163d3137217bafe31e87dbac28b17ba3737f8980a3ff2cbcab875782ccf19d6f77e575ea197a3832b9e961a38ba772fd801533dab633f70e3ed6665 + languageName: node + linkType: hard + +"@aws-sdk/client-sso-oidc@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.709.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-node": "npm:3.709.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.709.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.3" - "@smithy/util-defaults-mode-node": "npm:^3.0.3" - "@smithy/util-endpoints": "npm:^2.0.1" - "@smithy/util-middleware": "npm:^3.0.0" - "@smithy/util-retry": "npm:^3.0.0" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/b62959d7edec8a7f726f370c7412a6083df117e63e416951f25f58fb4b5595c4172fabe1641baafa19e9a773de74c342c6cf383a435d03b0c2cb79015f0171b9 - languageName: node - linkType: hard - -"@aws-sdk/client-sso@npm:3.588.0": - version: 3.588.0 - resolution: "@aws-sdk/client-sso@npm:3.588.0" - dependencies: - "@aws-crypto/sha256-browser": "npm:3.0.0" - "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/core": "npm:3.588.0" - "@aws-sdk/middleware-host-header": "npm:3.577.0" - "@aws-sdk/middleware-logger": "npm:3.577.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.577.0" - "@aws-sdk/middleware-user-agent": "npm:3.587.0" - "@aws-sdk/region-config-resolver": "npm:3.587.0" - "@aws-sdk/types": "npm:3.577.0" - "@aws-sdk/util-endpoints": "npm:3.587.0" - "@aws-sdk/util-user-agent-browser": "npm:3.577.0" - "@aws-sdk/util-user-agent-node": "npm:3.587.0" - "@smithy/config-resolver": "npm:^3.0.1" - "@smithy/core": "npm:^2.1.1" - "@smithy/fetch-http-handler": "npm:^3.0.1" - "@smithy/hash-node": "npm:^3.0.0" - "@smithy/invalid-dependency": "npm:^3.0.0" - "@smithy/middleware-content-length": "npm:^3.0.0" - "@smithy/middleware-endpoint": "npm:^3.0.1" - "@smithy/middleware-retry": "npm:^3.0.3" - "@smithy/middleware-serde": "npm:^3.0.0" - "@smithy/middleware-stack": "npm:^3.0.0" - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/node-http-handler": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/smithy-client": "npm:^3.1.1" - "@smithy/types": "npm:^3.0.0" - "@smithy/url-parser": "npm:^3.0.0" + peerDependencies: + "@aws-sdk/client-sts": ^3.709.0 + checksum: 10/1c47910733024a64ffa32b18e08261434069eed4942a28d9f757b5615dcc366bd1a7b70bbbd2e4b461c7170e4e9d9f24a54b9adb010bfeaf99516aebce0f3031 + languageName: node + linkType: hard + +"@aws-sdk/client-sso@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/client-sso@npm:3.709.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.709.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.3" - "@smithy/util-defaults-mode-node": "npm:^3.0.3" - "@smithy/util-endpoints": "npm:^2.0.1" - "@smithy/util-middleware": "npm:^3.0.0" - "@smithy/util-retry": "npm:^3.0.0" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/429a96a5cdb89ead2fe69e0060d392af50197ef2102050c91167446df5f1fb9899882813c57375fbb31e5470820c6af5bc14be9401f5ac97966e13ee7d675467 - languageName: node - linkType: hard - -"@aws-sdk/client-sts@npm:3.588.0": - version: 3.588.0 - resolution: "@aws-sdk/client-sts@npm:3.588.0" - dependencies: - "@aws-crypto/sha256-browser": "npm:3.0.0" - "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sso-oidc": "npm:3.588.0" - "@aws-sdk/core": "npm:3.588.0" - "@aws-sdk/credential-provider-node": "npm:3.588.0" - "@aws-sdk/middleware-host-header": "npm:3.577.0" - "@aws-sdk/middleware-logger": "npm:3.577.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.577.0" - "@aws-sdk/middleware-user-agent": "npm:3.587.0" - "@aws-sdk/region-config-resolver": "npm:3.587.0" - "@aws-sdk/types": "npm:3.577.0" - "@aws-sdk/util-endpoints": "npm:3.587.0" - "@aws-sdk/util-user-agent-browser": "npm:3.577.0" - "@aws-sdk/util-user-agent-node": "npm:3.587.0" - "@smithy/config-resolver": "npm:^3.0.1" - "@smithy/core": "npm:^2.1.1" - "@smithy/fetch-http-handler": "npm:^3.0.1" - "@smithy/hash-node": "npm:^3.0.0" - "@smithy/invalid-dependency": "npm:^3.0.0" - "@smithy/middleware-content-length": "npm:^3.0.0" - "@smithy/middleware-endpoint": "npm:^3.0.1" - "@smithy/middleware-retry": "npm:^3.0.3" - "@smithy/middleware-serde": "npm:^3.0.0" - "@smithy/middleware-stack": "npm:^3.0.0" - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/node-http-handler": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/smithy-client": "npm:^3.1.1" - "@smithy/types": "npm:^3.0.0" - "@smithy/url-parser": "npm:^3.0.0" + checksum: 10/0272ff985344abdb9d40eb36670c8db22a779cf2ac9b8da84145b0bfa5f3e9ffe7b63c3432a06b3edd9e2f911a045628e97c727313dc13b23a74af5ffa0681f5 + languageName: node + linkType: hard + +"@aws-sdk/client-sts@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/client-sts@npm:3.709.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/client-sso-oidc": "npm:3.709.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-node": "npm:3.709.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.709.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.3" - "@smithy/util-defaults-mode-node": "npm:^3.0.3" - "@smithy/util-endpoints": "npm:^2.0.1" - "@smithy/util-middleware": "npm:^3.0.0" - "@smithy/util-retry": "npm:^3.0.0" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/29642f56fb3792e62457ddc3a0e283791d8a412871c42407e9ac97586f828bb64f81ba3934af3ed20e9370f3ae18994205cf21cc2cedcbd10e0eae9fb6501dea + checksum: 10/4a5604196e9d4a555a58bc28812deb76e2a74ddbb4aeefe5a30c92a4b61f5f65a021e799c4786471634eb09eca5e7c3bcb4aaec08991128fa5621b953739a17f languageName: node linkType: hard -"@aws-sdk/core@npm:3.588.0": - version: 3.588.0 - resolution: "@aws-sdk/core@npm:3.588.0" +"@aws-sdk/core@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/core@npm:3.709.0" dependencies: - "@smithy/core": "npm:^2.1.1" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/signature-v4": "npm:^3.0.0" - "@smithy/smithy-client": "npm:^3.1.1" - "@smithy/types": "npm:^3.0.0" - fast-xml-parser: "npm:4.2.5" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/core": "npm:^2.5.5" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/signature-v4": "npm:^4.2.4" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-middleware": "npm:^3.0.11" + fast-xml-parser: "npm:4.4.1" tslib: "npm:^2.6.2" - checksum: 10/4575e7cb3ed5f8148ebe866536bb31d98642f396e25bd739044180660c72b9f5b39c3d5e216ecdf539b815369391aca61850ad536b0b32623de66ce2d62970e1 + checksum: 10/007ad075b4a072f4734fc31aa5a8f40eea1ea4a13ad9428cdb290e5e0c4cb6e4f6eb2f051a6954ab1ab2d506a60c1caa5506d7e7829e912ff7201825427c1aa9 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.587.0" +"@aws-sdk/credential-provider-env@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/e7255e14ff10ac27852550b8ac83be4642c15a243f7289fe5ce26b05c81ecd09dc2673b01164bd74077ed5a4e7569ec2855936307a57d50ee41491254baabce7 + checksum: 10/b6b8ba53704bbdb2927ab529bfeb397addf1a2e78903f786dbd9a60fb45009a5ef95857fe0f36a9b9a37ce730c0b5b99154a815de32dfb8fb20eb014f6f1b188 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.587.0" +"@aws-sdk/credential-provider-http@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/fetch-http-handler": "npm:^3.0.1" - "@smithy/node-http-handler": "npm:^3.0.0" - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/smithy-client": "npm:^3.1.1" - "@smithy/types": "npm:^3.0.0" - "@smithy/util-stream": "npm:^3.0.1" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-stream": "npm:^3.3.2" tslib: "npm:^2.6.2" - checksum: 10/9bcfd49b0460aeab0a154bb6b4aafa2136c57fc1c331ce9c7832a4ca90e73e977db47a622256de341393f3b707407b5df7d19b378b66559ace82396f88834d17 + checksum: 10/99d87ebf6909200b3129d416adb842e97e298611084d42576b37180452972eac1d219f46a9726943061f79bd21658f6726e07e59c5ee5872030c87a1a2f095f4 languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.588.0": - version: 3.588.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.588.0" +"@aws-sdk/credential-provider-ini@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.709.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.587.0" - "@aws-sdk/credential-provider-http": "npm:3.587.0" - "@aws-sdk/credential-provider-process": "npm:3.587.0" - "@aws-sdk/credential-provider-sso": "npm:3.588.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.587.0" - "@aws-sdk/types": "npm:3.577.0" - "@smithy/credential-provider-imds": "npm:^3.1.0" - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/shared-ini-file-loader": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-env": "npm:3.709.0" + "@aws-sdk/credential-provider-http": "npm:3.709.0" + "@aws-sdk/credential-provider-process": "npm:3.709.0" + "@aws-sdk/credential-provider-sso": "npm:3.709.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/credential-provider-imds": "npm:^3.2.8" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sts": ^3.588.0 - checksum: 10/5198ad95c769fad6aeb0663e8f5f13bafd48b48ba76ab2e6149e5ab5211ab799db13176bdcfc50a3c09f1abc49a0c828e1a2f447643a5c8bd690ce568cc4a53d + "@aws-sdk/client-sts": ^3.709.0 + checksum: 10/61b11e941a6e55c8a6a720851d8684e357f231e10499184be3d67d811a82e55173acc09adeee0fafc297d5fd98037a7a493777b49aa34da88c58ac07a89517f4 languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.588.0": - version: 3.588.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.588.0" +"@aws-sdk/credential-provider-node@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.709.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.587.0" - "@aws-sdk/credential-provider-http": "npm:3.587.0" - "@aws-sdk/credential-provider-ini": "npm:3.588.0" - "@aws-sdk/credential-provider-process": "npm:3.587.0" - "@aws-sdk/credential-provider-sso": "npm:3.588.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.587.0" - "@aws-sdk/types": "npm:3.577.0" - "@smithy/credential-provider-imds": "npm:^3.1.0" - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/shared-ini-file-loader": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/credential-provider-env": "npm:3.709.0" + "@aws-sdk/credential-provider-http": "npm:3.709.0" + "@aws-sdk/credential-provider-ini": "npm:3.709.0" + "@aws-sdk/credential-provider-process": "npm:3.709.0" + "@aws-sdk/credential-provider-sso": "npm:3.709.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/credential-provider-imds": "npm:^3.2.8" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/b898666bcef693d39e2825b469d67ce0f3cf13133a934c6a30c442806c43a403932b6875867366707c437528d99628cdfb4680c6b6404a01c7b1600ed9250ff9 + checksum: 10/382714769d101fef1692d869fc3b156e0e1b9bb3eb02a8f3a9c8cd69707e25d0b72ae8bc1f548e28ed502ed6309ce0855f875707e5eaeeada777f2acae7d54d4 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.587.0" +"@aws-sdk/credential-provider-process@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/shared-ini-file-loader": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/93024809d2f68c6899966872967afce67ca8201d255073380ef1351c73090e7b29f6e0d59469f15de33849eaa756d63d9a7cc5326dbb13177f37ee2140ec00c1 + checksum: 10/bed76b0dd6067e187e7a195f61c2d9081d2902f36f4be1f823f07aefd5c1052c7502e481d8dbf3e4033029a68b618bf5e3938b84dd500ebd566faa5d2d93e907 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.588.0": - version: 3.588.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.588.0" +"@aws-sdk/credential-provider-sso@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.709.0" dependencies: - "@aws-sdk/client-sso": "npm:3.588.0" - "@aws-sdk/token-providers": "npm:3.587.0" - "@aws-sdk/types": "npm:3.577.0" - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/shared-ini-file-loader": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/client-sso": "npm:3.709.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/token-providers": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/429236d450d3f0afa93f3943a18695fe79a901af08c2289b505357fd79c3ea6cade1a23a7570af4258241fe7011ae5d53432288dbf58f3d755c31d67e0d48fce + checksum: 10/f04abece13033991cf2157bcf6589734f42a9866b76c90e1e7ef6227b2cf5eb81c1ea5df6fc98ddc47b0400909b9b6ced8f07448e8add435d7bd0d8da49593a7 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.587.0" +"@aws-sdk/credential-provider-web-identity@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sts": ^3.587.0 - checksum: 10/c5b701cbec4e386358867a6f1a4bc2b6b65535a3e5cdc17a9acccd77c8562e5319b09e558900a2c70776093e68127f79ae25e760e1b845f88d4e6094f0d03ae9 + "@aws-sdk/client-sts": ^3.709.0 + checksum: 10/7154d0883babaa7f75d252936e96f078a09fe354e3c62ad202e4eec27a761a178f04a0a5252eeaa26b7961def7a84afe897aa2683a0de8ce5c305404c8322537 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.587.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@aws-sdk/util-arn-parser": "npm:3.568.0" - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-arn-parser": "npm:3.693.0" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" "@smithy/util-config-provider": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/7ac39c9b7bc7bd8b98b79e8d50b3a5e298d3c2876037b7de141fc92822b8f4a9365d34bf796fdab3c96431b67f715837f528cf8920d7c52dd404b8381121f1f3 + checksum: 10/2f4f17278651cf26bbbd2be20936f1578efc89f08c69e31fe82b8c067279099a5ddd08565772bab1bfe7737c7f6f21218371bd1764ca52d646ca1dcb627fc7bd languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.577.0": - version: 3.577.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.577.0" +"@aws-sdk/middleware-expect-continue@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/81f076341de3e5dd5c6dc1c23be223e42dbad5118ac423e95b3cd783ee39a9085c94fe710f17329520f52807373795636a43ac9ea9fb373455e5ce5df9a63291 + checksum: 10/bbdb28396916e02aab02f3dc4246cb878799c2fe8b1a4c7e10a1a66893d48fccc2550789f96eb59f94c814a6c1bb3bad8656bcea4a9621afca86a6344235b4b8 languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.587.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.709.0" dependencies: - "@aws-crypto/crc32": "npm:3.0.0" - "@aws-crypto/crc32c": "npm:3.0.0" - "@aws-sdk/types": "npm:3.577.0" + "@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.709.0" + "@aws-sdk/types": "npm:3.709.0" "@smithy/is-array-buffer": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-stream": "npm:^3.3.2" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/7d24b0ec297c438569859d086bb5c290212628227bc06103bc1e05930697591647cefb2a4316459dee87030517442cedb2f3e5e952b1fcc4b84a5dd3b5d312d5 + checksum: 10/2caee08ca05078401a9ca003e060603cb13e0620c0eb57ba009553dcfbf1ac1fb147ba4ff65a7a44d3c8e80e55942e7472ec57b3522eca43815995d1693e548b languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.577.0": - version: 3.577.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.577.0" +"@aws-sdk/middleware-host-header@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/83e28305f05d88450f93ffc2ea49288b407413054cb29dd969313a4b0df4910090fd6495314820fa2e59f951e21399ed73e7425a66ef98d777c1702ba5c103f4 + checksum: 10/783dc791b1102eb3554d34a8e1cdad8f4d6d63b711a8c62a03c40f45d79bbb5eb3304bdddcb8eb2d3ddfb25ead9bb967138fc523a4430e1fddfc175e78d2b618 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.577.0": - version: 3.577.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.577.0" +"@aws-sdk/middleware-location-constraint@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/deeecf19c78f8aefe17c205104482288f851baa4c3eaa9424f59d3d5b371b8fb6e764f21377721d50ad8e0121cb005a7dbace44d7bab22d1fe95a46a2d4340d3 + checksum: 10/2526b57e7e009a12ccbe6d065f23b0ce6967efeed38011ba0e87736982e4ff4e7f140446082cf4c1313c1500dfc1ab13ca13fed9954c2c1f091351052b762911 languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.577.0": - version: 3.577.0 - resolution: "@aws-sdk/middleware-logger@npm:3.577.0" +"@aws-sdk/middleware-logger@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-logger@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/b1dd50f776aac1391fc6a114d06bea175cb7e6b7e2300125e624fccf32a28176910fc32746f70cef1ddfec8d9d4d66729dad0ecb4fd3b14d48e0a1dda7192754 + checksum: 10/0905894811514b9a43ff4cc00fe1827ecb11f9fb8fb98c889c258557bac6b8e29e9be652e11def47df695dbcfd7d6b6b00eb2e62d5dc8da1102c1ee24cf7b270 languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.577.0": - version: 3.577.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.577.0" +"@aws-sdk/middleware-recursion-detection@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/375b9dd945c10f941e7f86697c38f1401cd225dd28ae264a21d0f2c88c5c89585af18b759687f139b4441c6402278c634a4f8baacb53070299cee18ecea47dba + checksum: 10/cf7ca8124bf79680fbcf426db299d8445cbca7fbc1433e4de5408905f01fa161e7340809e8e187c71554ebc8a2d65f3fdd0ebf421558b049ce4d83f9da654185 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.587.0" +"@aws-sdk/middleware-sdk-s3@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@aws-sdk/util-arn-parser": "npm:3.568.0" - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/signature-v4": "npm:^3.0.0" - "@smithy/smithy-client": "npm:^3.1.1" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-arn-parser": "npm:3.693.0" + "@smithy/core": "npm:^2.5.5" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/signature-v4": "npm:^4.2.4" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-stream": "npm:^3.3.2" + "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/3b6cd977e109d29f3a5cd2d5275de994723671f323cedfd071c86f872635cfcd47c075a59a551f358c453cf015c6d4f92ebaf9de9ffb60b56535e2a634a5327a + checksum: 10/22b47f0cce2ef9d29267326b8c1f9c803a0146b79bb18f9978b0c1037e68b19fc76a136a3a432d1067493005197ba7cc9275e35ffc036affdb50eea57df9acec languageName: node linkType: hard -"@aws-sdk/middleware-signing@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/middleware-signing@npm:3.587.0" +"@aws-sdk/middleware-ssec@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/signature-v4": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/55b71b4f5cb89b23aa29d84eceb6cd5f9050b74fbc1b3e6b47c83718339ebfbf276a17792fee6813fab73669b33dd2e4717edd90be51ef31f1c4099ab36ab8e6 + checksum: 10/f0e730ef070eb2ae5136ccc2bcec89572e8811feb3b5a53982e73d9eb9bb5ec6df906aad0a160330aa7bb45bc5283ded99b85e5b343826590386dc6cf98e5b4f languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.577.0": - version: 3.577.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.577.0" +"@aws-sdk/middleware-user-agent@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@smithy/core": "npm:^2.5.5" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/92f6a68e12b9ecdb644cf30a5bf076517496203223642cdcd0f12faa5882118100a1ae67de2b44ec26c7b393cdcd1d5c79af42ec6ac523f94c478cd7a546e335 + checksum: 10/d605b09a7a170ab1c4b04d7dfaef68e02c6738345fac5831d4e2d1e9566199154b7eb34a2ec697723ab02f17a94fe0a51f0cde2543c8cf7c2719160a477d71fc languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.587.0" +"@aws-sdk/region-config-resolver@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@aws-sdk/util-endpoints": "npm:3.587.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.11" tslib: "npm:^2.6.2" - checksum: 10/7257c583a0e13f48c048902bece1d62fbd618201d1950bb3a416fc83ad3944695a4e9f23ba384d4cc9a67e72193d60afcacee4f846cff90e88d31af610aafee2 + checksum: 10/261db3dfe422ab23451b593d4b0543b48f92584c702d3ad8e5f494c35a9e1b3ab9fc3e0197ad0ebe9d7564c5407bc302a15df903c6c057d0891bf5b7edbf6377 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.587.0" +"@aws-sdk/signature-v4-multi-region@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" - "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/signature-v4": "npm:^4.2.4" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/5cd6c158f61ab3287d0f198037dc4712c61c7fb4a7a96334b5e05cb1dcda760f51a4553b5218103a78c7fef310d9dcde2679506d260896b3f5558f6ddd6d261f + checksum: 10/347ac8307ca4a69c73257dd9f265b2a19a39495002b5dc43fa101098a9b9a075dc6103ce0df8fb6a5df55682806c2e09a2d6ced93713489e9849c86072b76794 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.587.0" +"@aws-sdk/token-providers@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/token-providers@npm:3.709.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.587.0" - "@aws-sdk/types": "npm:3.577.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/signature-v4": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/4521e107867ca41f9932790db4121ffb05527ed282904d240b290342808a472939c469a234c08af35be2666dc3b50dd7be7e91a0ce0f4641459c2a1d09354332 + peerDependencies: + "@aws-sdk/client-sso-oidc": ^3.709.0 + checksum: 10/c4084f52b4716b9ec5fb966a7cba3041f540dce356bca230af9bfb4d41612830796af81fa227bddc7a55d4a284c9c33875929e60764295213a161412fc5752d3 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/token-providers@npm:3.587.0" +"@aws-sdk/types@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/types@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/shared-ini-file-loader": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - peerDependencies: - "@aws-sdk/client-sso-oidc": ^3.587.0 - checksum: 10/024b2d2f63bbaa481d99c9af9ba17039d40994df43b3f12d482a92b5862570641398db81f5075df1c83c169297917b621c5abf3b557b6c9588b070a4f5d164fe + checksum: 10/d59be3211b5a6168ff7a4eafc584a0d71a07cc41d19001e14c824ee6ff7647016c957edad3fc51c4ddc2b20bcb1fd66cfe3e07afb8d7d3e714f6ffb2f75db705 languageName: node linkType: hard -"@aws-sdk/types@npm:3.577.0, @aws-sdk/types@npm:^3.222.0": +"@aws-sdk/types@npm:^3.222.0": version: 3.577.0 resolution: "@aws-sdk/types@npm:3.577.0" dependencies: @@ -687,24 +694,24 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-arn-parser@npm:3.568.0": - version: 3.568.0 - resolution: "@aws-sdk/util-arn-parser@npm:3.568.0" +"@aws-sdk/util-arn-parser@npm:3.693.0": + version: 3.693.0 + resolution: "@aws-sdk/util-arn-parser@npm:3.693.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10/b1a7f93b4f47136ee8d71bcbbd2d5d19581007f0684aff252d3bee6b9ccc7c56e765255bb1bea847171b40cdbd2eca0fb102f24cba857d1c79c54747e8ee0855 + checksum: 10/a8bddf13c04cb73a1f595935eb5cc737eea8f8ab775b3b12abd53238ab006c7fd306dea7e4f6c2958fdf5254ef03082a6f77d1d82c525f41b48d06108c68fefc languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/util-endpoints@npm:3.587.0" +"@aws-sdk/util-endpoints@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/util-endpoints@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/types": "npm:^3.0.0" - "@smithy/util-endpoints": "npm:^2.0.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-endpoints": "npm:^2.1.7" tslib: "npm:^2.6.2" - checksum: 10/34dc55e16f8d14baf9e67af121a42369062f3650393717c047a02643097703ff9a43b118585cfa61823a9304eb430f3c4241e34ae66b5618a6e3d3430fbe93d5 + checksum: 10/6eaa657413af94daf15abec04344811c551bdf94d9f93a60a5ab6c9befca082efc82b0b0c226afc979ce8ea686d3b2195c1ade2a364ede91f09549d1a57fc47b languageName: node linkType: hard @@ -717,51 +724,43 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.577.0": - version: 3.577.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.577.0" +"@aws-sdk/util-user-agent-browser@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/types": "npm:^3.7.2" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10/11a0f949a0f3ff09e557d4d1c0ccc384db1753d5029d0aaa325f12482294199225e6027c9e62aab7273a84429630ad3c94d69fd7c87678ac22da896e75f4e992 + checksum: 10/4f1c1b78aaf77004d04886669cf9dbba0d2380163f4243b9df66acb509dcbcae63dddd273008fb81612129b4dd57375b78328719f2885ade00760f5d07e4b948 languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.587.0": - version: 3.587.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.587.0" +"@aws-sdk/util-user-agent-node@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.577.0" - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10/aada4d5b4f81a5bc05f3c1c4c680f7e385c479dc25cab0d286b6e180438f6b437de6e27ee49b833cf8e37e97fde3963a22a5ba157b91ff0bb962a74be9e90a44 - languageName: node - linkType: hard - -"@aws-sdk/util-utf8-browser@npm:^3.0.0": - version: 3.259.0 - resolution: "@aws-sdk/util-utf8-browser@npm:3.259.0" - dependencies: - tslib: "npm:^2.3.1" - checksum: 10/bdcf29a92a9a1010b44bf8bade3f1224cb6577a6550b39df97cc053d353f2868d355c25589d61e1da54691d65350d8578a496840ad770ed916a6c3af0971f657 + checksum: 10/4c0c41ef4a9119ce99932045fb1a3808500f5134c86850b208a7b5834267e3ed408fe6e5831ab24452690aebe11891e1330645c8d50b03c8055fd0bd1b9212cf languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.575.0": - version: 3.575.0 - resolution: "@aws-sdk/xml-builder@npm:3.575.0" +"@aws-sdk/xml-builder@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/xml-builder@npm:3.709.0" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/b1ca3cca6d49a10453d9b82242a4fbf2e5867d22c6238ea44f4210bdb64a2a48996b36d3662718995a76308bf4af7a834df7ba8498fba4d5aaabd2f7362f36f1 + checksum: 10/301ff9ca2ff7afb399eb0d422fb8ebab8ae45830221d1b5f3087b1a71d000381f8f71749ab951501ebb71fea10dbc3504f03fa1e6d87f24caa5a2a098dae87e1 languageName: node linkType: hard @@ -3812,6 +3811,53 @@ __metadata: languageName: node linkType: hard +"@google-cloud/paginator@npm:^5.0.0": + version: 5.0.2 + resolution: "@google-cloud/paginator@npm:5.0.2" + dependencies: + arrify: "npm:^2.0.0" + extend: "npm:^3.0.2" + checksum: 10/b64ba2029b77fdcf3c827aea0b6d128122fd1d2f4aa8c1ba70747cba0659d4216a283769fb3bbeb8f726176f5282624637f02c30f118a010e05838411da0cb76 + languageName: node + linkType: hard + +"@google-cloud/projectify@npm:^4.0.0": + version: 4.0.0 + resolution: "@google-cloud/projectify@npm:4.0.0" + checksum: 10/fdccdda0b50855c35541d71c46a6603f3302ff1a00108d946272cb2167435da00e2a2da5963fe489f4f5a4a9eb6320abeb97d3269974a972ae89f5df8451922d + languageName: node + linkType: hard + +"@google-cloud/promisify@npm:^4.0.0": + version: 4.0.0 + resolution: "@google-cloud/promisify@npm:4.0.0" + checksum: 10/c5de81321b3a5c567edcbe0b941fb32644611147f3ba22f20575918c225a979988a99bc2ebda05ac914fa8714b0a54c69be72c3f46c7a64c3b19db7d7fba8d04 + languageName: node + linkType: hard + +"@google-cloud/storage@npm:7.14.0": + version: 7.14.0 + resolution: "@google-cloud/storage@npm:7.14.0" + dependencies: + "@google-cloud/paginator": "npm:^5.0.0" + "@google-cloud/projectify": "npm:^4.0.0" + "@google-cloud/promisify": "npm:^4.0.0" + abort-controller: "npm:^3.0.0" + async-retry: "npm:^1.3.3" + duplexify: "npm:^4.1.3" + fast-xml-parser: "npm:^4.4.1" + gaxios: "npm:^6.0.2" + google-auth-library: "npm:^9.6.3" + html-entities: "npm:^2.5.2" + mime: "npm:^3.0.0" + p-limit: "npm:^3.0.1" + retry-request: "npm:^7.0.0" + teeny-request: "npm:^9.0.0" + uuid: "npm:^8.0.0" + checksum: 10/0726fde2697da696637fab91ebd756354a58c1331f6a0b9ecc5011de4aae72cd9e1fe3e9564aee15c6a2118e45ed0ae8c3ac9685c6581db6107080f906a949e9 + languageName: node + linkType: hard + "@headlessui/react@npm:^2.1.8": version: 2.1.10 resolution: "@headlessui/react@npm:2.1.10" @@ -3880,22 +3926,22 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/core@npm:5.8.1": - version: 5.8.1 - resolution: "@hyperlane-xyz/core@npm:5.8.1" +"@hyperlane-xyz/core@npm:5.8.3": + version: 5.8.3 + resolution: "@hyperlane-xyz/core@npm:5.8.3" dependencies: "@arbitrum/nitro-contracts": "npm:^1.2.1" "@eth-optimism/contracts": "npm:^0.6.0" - "@hyperlane-xyz/utils": "npm:7.1.0" + "@hyperlane-xyz/utils": "npm:7.3.0" "@layerzerolabs/lz-evm-oapp-v2": "npm:2.0.2" "@openzeppelin/contracts": "npm:^4.9.3" - "@openzeppelin/contracts-upgradeable": "npm:^v4.9.3" + "@openzeppelin/contracts-upgradeable": "npm:^4.9.3" fx-portal: "npm:^1.0.3" peerDependencies: "@ethersproject/abi": "*" "@ethersproject/providers": "*" "@types/sinon-chai": "*" - checksum: 10/7d733fff72707c35f512e26e853ca0ba4ade361e034e21bdb9aafa5c080896e434c57c3d9d742aea99d10b5ae15b04887570cca5818da543bb3ae5f04f3a65dc + checksum: 10/de1ccee78f7d05d16f1959509cca84897f3316be2500d083128aebae5974350a9c8cff1d12af33fc60be61a98b0a513bc00b7d995131e9b734eca87de8f438fe languageName: node linkType: hard @@ -3909,17 +3955,18 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/sdk@npm:7.1.0": - version: 7.1.0 - resolution: "@hyperlane-xyz/sdk@npm:7.1.0" +"@hyperlane-xyz/sdk@npm:7.3.0": + version: 7.3.0 + resolution: "@hyperlane-xyz/sdk@npm:7.3.0" dependencies: "@arbitrum/sdk": "npm:^4.0.0" - "@aws-sdk/client-s3": "npm:^3.74.0" + "@aws-sdk/client-s3": "npm:^3.577.0" "@chain-registry/types": "npm:^0.50.14" "@cosmjs/cosmwasm-stargate": "npm:^0.32.4" "@cosmjs/stargate": "npm:^0.32.4" - "@hyperlane-xyz/core": "npm:5.8.1" - "@hyperlane-xyz/utils": "npm:7.1.0" + "@google-cloud/storage": "npm:7.14.0" + "@hyperlane-xyz/core": "npm:5.8.3" + "@hyperlane-xyz/utils": "npm:7.3.0" "@safe-global/api-kit": "npm:1.3.0" "@safe-global/protocol-kit": "npm:1.3.0" "@safe-global/safe-deployments": "npm:1.37.8" @@ -3935,13 +3982,13 @@ __metadata: peerDependencies: "@ethersproject/abi": "*" "@ethersproject/providers": "*" - checksum: 10/c27d2f8243fe8f6deb2f275d8e1c2facf37054ab592302a0c758ded66a8bb229f27d82b9e33158f9ecd203bdcc3ba9958006730916a2b39cf5736cf9510a9681 + checksum: 10/4737b48995017a5b3975549d1a60fc4f422ac498588d9146b66250ac440b3180f070e052dd9da40dc0bf997e1d4af5dc39b061c27ecbe5dba30da58706aa3463 languageName: node linkType: hard -"@hyperlane-xyz/utils@npm:7.1.0": - version: 7.1.0 - resolution: "@hyperlane-xyz/utils@npm:7.1.0" +"@hyperlane-xyz/utils@npm:7.3.0": + version: 7.3.0 + resolution: "@hyperlane-xyz/utils@npm:7.3.0" dependencies: "@cosmjs/encoding": "npm:^0.32.4" "@solana/web3.js": "npm:^1.95.4" @@ -3950,7 +3997,7 @@ __metadata: lodash-es: "npm:^4.17.21" pino: "npm:^8.19.0" yaml: "npm:2.4.5" - checksum: 10/70365fcaeb72fc2e3498bb61070948c05fe6ea139fe68cc839e423d924a94af7192f09403cceb66d09536fa2c44f531c828c6fec436aab13ebfb721cccb41900 + checksum: 10/70a38bf11af2e5448350309018118b0330c75c9531ce3efc8b14b4985e6a45298c817da3a355903f1a69fd5a69afc5c35bdaa565f7bd5f8208fb54adf6560f6b languageName: node linkType: hard @@ -3972,9 +4019,9 @@ __metadata: "@emotion/styled": "npm:^11.13.0" "@headlessui/react": "npm:^2.2.0" "@hyperlane-xyz/registry": "npm:6.4.0" - "@hyperlane-xyz/sdk": "npm:7.1.0" - "@hyperlane-xyz/utils": "npm:7.1.0" - "@hyperlane-xyz/widgets": "npm:7.1.0" + "@hyperlane-xyz/sdk": "npm:7.3.0" + "@hyperlane-xyz/utils": "npm:7.3.0" + "@hyperlane-xyz/widgets": "npm:7.3.0" "@interchain-ui/react": "npm:^1.23.28" "@metamask/jazzicon": "https://github.com/jmrossy/jazzicon#7a8df28974b4e81129bfbe3cab76308b889032a6" "@metamask/post-message-stream": "npm:6.1.2" @@ -4027,14 +4074,14 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/widgets@npm:7.1.0": - version: 7.1.0 - resolution: "@hyperlane-xyz/widgets@npm:7.1.0" +"@hyperlane-xyz/widgets@npm:7.3.0": + version: 7.3.0 + resolution: "@hyperlane-xyz/widgets@npm:7.3.0" dependencies: "@cosmos-kit/react": "npm:^2.18.0" "@headlessui/react": "npm:^2.1.8" - "@hyperlane-xyz/sdk": "npm:7.1.0" - "@hyperlane-xyz/utils": "npm:7.1.0" + "@hyperlane-xyz/sdk": "npm:7.3.0" + "@hyperlane-xyz/utils": "npm:7.3.0" "@interchain-ui/react": "npm:^1.23.28" "@rainbow-me/rainbowkit": "npm:^2.2.0" "@solana/wallet-adapter-react": "npm:^0.15.32" @@ -4042,12 +4089,12 @@ __metadata: "@solana/web3.js": "npm:^1.95.4" clsx: "npm:^2.1.1" react-tooltip: "npm:^5.28.0" - viem: "npm:^2.21.41" + viem: "npm:^2.21.45" wagmi: "npm:^2.12.26" peerDependencies: react: ^18 react-dom: ^18 - checksum: 10/444eb8f8ef0f3d2cb43dacf20f6c2c16fca48902351bb67abc5ae9c7f7d714c0ffb625bafd933f033d34a0111739ba60c654e3fe70c006ddf0464d900fef9d4d + checksum: 10/af978ab71593094a0415c1af1dda263a429c09f72c30f576995261341f73b0a15240e2689aeacc14433026f1183397197f723a3f2b21e1d2a48c8b3229c1e834 languageName: node linkType: hard @@ -5900,10 +5947,10 @@ __metadata: languageName: node linkType: hard -"@openzeppelin/contracts-upgradeable@npm:^v4.9.3": - version: 4.9.5 - resolution: "@openzeppelin/contracts-upgradeable@npm:4.9.5" - checksum: 10/9a0d137bff231b60ca30840aea225f9baf1d8bf5f229d21d64c67af3793fd381d9dae9b66536ea8c156e46354d8d5b1d4141d33434892ba989f056c972f9e731 +"@openzeppelin/contracts-upgradeable@npm:^4.9.3": + version: 4.9.6 + resolution: "@openzeppelin/contracts-upgradeable@npm:4.9.6" + checksum: 10/af9057147f13b6f0e13ca69581777f615f2cce8c6c274ec00fbea906a9095cd9ca1fb70e2c1282122a9f522fd639641c180bf1ad79bb2722494aac5ae9e565bc languageName: node linkType: hard @@ -8295,187 +8342,196 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/abort-controller@npm:3.0.0" +"@smithy/abort-controller@npm:^3.1.9": + version: 3.1.9 + resolution: "@smithy/abort-controller@npm:3.1.9" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/08bf21e79226c60f3654767683a767b34dd7b30d7fd73dfecd4cb13d172a7225f83f45553fd4af2692c95d38bdf2adbe5b132fac0affb4ecece6a41f066d49ba + checksum: 10/3c2e2503aac81ec2e62dd0094fcd92e6085c957945233a8791948c816771d1fcc1c532eb226b8f1955cef1feb48a924aa6df5033aaf6d312e1f147d109341562 languageName: node linkType: hard -"@smithy/chunked-blob-reader-native@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/chunked-blob-reader-native@npm:3.0.0" +"@smithy/chunked-blob-reader-native@npm:^3.0.1": + version: 3.0.1 + resolution: "@smithy/chunked-blob-reader-native@npm:3.0.1" dependencies: "@smithy/util-base64": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/424aa83f4fc081625a03ec6c64e74ae38c740c0b202d0b998f2bf341b935613491b39c7bf701790a0625219424340d5cfb042b701bfdff4c1cbedc57ee3f2500 + checksum: 10/7a96509be0c38c0bcdec32c7659b6906546e537fce50d850f2d2cc482c1b0493863222e2257bd5f1a4335da65fe509beb36786e33f9b2373956dcb96a79ab8e3 languageName: node linkType: hard -"@smithy/chunked-blob-reader@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/chunked-blob-reader@npm:3.0.0" +"@smithy/chunked-blob-reader@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/chunked-blob-reader@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10/1c7955ae693aa098dd0839d7e8f9e742ab963de4ededa92f201f1982552c35ba625c1b90cf761de81deddd5002ed10f081ad46f6e0a5150066cee8b00f3f6058 + checksum: 10/2f8c4d12899e4ee7ef460235631a16d6f8452524e57acc0c91ca24b6fc484acee6c42dd7d430e5e989841d950cc318e0bbdde131f6f14102950d1fd3fffb50fd languageName: node linkType: hard -"@smithy/config-resolver@npm:^3.0.1": - version: 3.0.1 - resolution: "@smithy/config-resolver@npm:3.0.1" +"@smithy/config-resolver@npm:^3.0.13": + version: 3.0.13 + resolution: "@smithy/config-resolver@npm:3.0.13" dependencies: - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.11" tslib: "npm:^2.6.2" - checksum: 10/e888188146a917cadfb48c47ce042b3ca9857ccba88561516ba84beae31adb46ffcbbcf66a987c01eb8abb0ce29205990b01817b7e834dbc459a57a994d048f3 + checksum: 10/0f948a57b7f7a0732a363dc024cceed987b3964d2c5d096eb5ed5f802dc2b74ce02c5dc4352a54d7dedf651ac632c66b42aaac3d342613655195a1946c4bb34a languageName: node linkType: hard -"@smithy/core@npm:^2.1.1": - version: 2.1.1 - resolution: "@smithy/core@npm:2.1.1" +"@smithy/core@npm:^2.5.5": + version: 2.5.5 + resolution: "@smithy/core@npm:2.5.5" dependencies: - "@smithy/middleware-endpoint": "npm:^3.0.1" - "@smithy/middleware-retry": "npm:^3.0.3" - "@smithy/middleware-serde": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/smithy-client": "npm:^3.1.1" - "@smithy/types": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.0" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-body-length-browser": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-stream": "npm:^3.3.2" + "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/3a96034c95d28aa29120178757bb7a14a8fb6269f1a2d25a41032444fc2303980598fef27ecc6b4a1a55ffe196900d54c79fe16ac701fc0f1e8a8a696ade0012 + checksum: 10/412ce5a01d3754ab2d97196507cb66fa14cb3fede5924941eb5ae0713f8ac5055e4b7993c1098b34938c934a277be2e29523db83b274605349435c68c8b9e33d languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^3.1.0": - version: 3.1.0 - resolution: "@smithy/credential-provider-imds@npm:3.1.0" +"@smithy/credential-provider-imds@npm:^3.2.8": + version: 3.2.8 + resolution: "@smithy/credential-provider-imds@npm:3.2.8" dependencies: - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" - "@smithy/url-parser": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" tslib: "npm:^2.6.2" - checksum: 10/441547dd1d7b46ff73da34c0d63da574d782298bd43b154a59c43ff29eabc3e2e691bbce83fc34ac5ef5fa344bbe1bf0644357ec209745ce4e0c27619e50128f + checksum: 10/5a6d61f143e5e181b81684adbf3f7e2d94323cd11716153361244333539adcbe6c27c3e7cf88a07f240c2970881f8103ef4c4a0d9fda09ee88b6ae33bcc08354 languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/eventstream-codec@npm:3.0.0" +"@smithy/eventstream-codec@npm:^3.1.10": + version: 3.1.10 + resolution: "@smithy/eventstream-codec@npm:3.1.10" dependencies: - "@aws-crypto/crc32": "npm:3.0.0" - "@smithy/types": "npm:^3.0.0" + "@aws-crypto/crc32": "npm:5.2.0" + "@smithy/types": "npm:^3.7.2" "@smithy/util-hex-encoding": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/66ec273253d59c78ff7967d1fcd56c2479dc5807af360773dcad3d669b75a75682f3cd3c6647bda0ecc3c42cce6ea7d6261fd109e9531b209a51b9b6e93d7c2c + checksum: 10/30bdb6e81526c9f6484a351f5cfd7f2e04ddea4f509a01a804b543574fd355c2e487bdaced5f59f9f308138a795e72f74e6602ff0324de4b7b54cc853780eeb0 languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/eventstream-serde-browser@npm:3.0.0" +"@smithy/eventstream-serde-browser@npm:^3.0.14": + version: 3.0.14 + resolution: "@smithy/eventstream-serde-browser@npm:3.0.14" dependencies: - "@smithy/eventstream-serde-universal": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/eventstream-serde-universal": "npm:^3.0.13" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/a04c6a5207e670ce0c5508d92a70f5372a5fca076e3a7d76e5383753622525042225fdfe8c3cc0b3ee723ce0e7b568b7d2603ed83337538d471a8817c8d4306d + checksum: 10/16289fc0883d56d3373516427a51b587592e7074988d29a137148f213f586a16c872e63bbf69224055106308bbdce1958287134e3451d95f8bd8164b54f8c430 languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.0" +"@smithy/eventstream-serde-config-resolver@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/c07f698072bc1ddec3fc54cecbe03fece2b86445e9c18183f2621c528258d120a63d3b02b7d6d92fe3e0a73d29275ce18d85a253ebbdb06973666f885586ce72 + checksum: 10/1ec8af7b154a78dbfd6d949259175a87b76175ae33b1c20c72c57a57f6944aa7acdec8e73f66760058ebaea360ba8a380bd9b695b532f660ad978d36ca634a6d languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/eventstream-serde-node@npm:3.0.0" +"@smithy/eventstream-serde-node@npm:^3.0.13": + version: 3.0.13 + resolution: "@smithy/eventstream-serde-node@npm:3.0.13" dependencies: - "@smithy/eventstream-serde-universal": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/eventstream-serde-universal": "npm:^3.0.13" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/46921fae3e47926ef31879dffc3e9743bf2b696a7d4b083c3ddfd06568a30d4fe021a70847d8c8561b9637ba01c4cdfdbd7ba3c418977096945a6cb604b041ea + checksum: 10/bf7c74860b946d1c8621d6051e125653e92003d7c60ea87156f2471c952dd4b1ddcfd76f112900e3fe769cf834fa36b10c21068075fa76eedaab5e1f00f1bb26 languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/eventstream-serde-universal@npm:3.0.0" +"@smithy/eventstream-serde-universal@npm:^3.0.13": + version: 3.0.13 + resolution: "@smithy/eventstream-serde-universal@npm:3.0.13" dependencies: - "@smithy/eventstream-codec": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/eventstream-codec": "npm:^3.1.10" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/6bca5785416e8674a032cffab6fd7f93e8a71ba048d300f46e9da82973750e8709c5981c6aa7de2ebe82e01d22eb1df2383b5c5093beedda5f3e600482e84559 + checksum: 10/d045bd6ea756088584f21dcca537b65c5b47ef0aec1fbaa02bc8880664651b691fa54a95f9da8012c62db85cf8dfb7a71c7f49b0c804569cc89e90cccbd826ca languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^3.0.1": - version: 3.0.1 - resolution: "@smithy/fetch-http-handler@npm:3.0.1" +"@smithy/fetch-http-handler@npm:^4.1.2": + version: 4.1.2 + resolution: "@smithy/fetch-http-handler@npm:4.1.2" dependencies: - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/querystring-builder": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/querystring-builder": "npm:^3.0.11" + "@smithy/types": "npm:^3.7.2" "@smithy/util-base64": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/46da52bf2320cd279f11585fd2ce414557f3fdf283b969a4b9ed1b0093d23b099bc93edf992f97e99d5c672e5ebfae5072595f8da1fc2738b8f2ea3ead200a90 + checksum: 10/430ffe67c15fbf85e3c709f0337157610cf9a3f567507b9be2e0f7fc3039948accf2b34e1c87127b19d650bee3194928550a50144d33537dca17829ed6f9b1d0 languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/hash-blob-browser@npm:3.0.0" +"@smithy/hash-blob-browser@npm:^3.1.10": + version: 3.1.10 + resolution: "@smithy/hash-blob-browser@npm:3.1.10" dependencies: - "@smithy/chunked-blob-reader": "npm:^3.0.0" - "@smithy/chunked-blob-reader-native": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/chunked-blob-reader": "npm:^4.0.0" + "@smithy/chunked-blob-reader-native": "npm:^3.0.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/c8f6d76d8dae37bd48334bcd6060195d8d8f6b14d0af7d326cbd7f3dd4db648691bf755f3795e5d6b4ca9b85fbc580a4b010cce6fe9735204e8a667f145f11bb + checksum: 10/346df3c266f062ec73a61d68442720df2575df4c5be3e70346a0032ad50847e42002e0ea2dfadb9a4d925f2125ed8e29f7221c207781bb4ea8f16a598639eb37 languageName: node linkType: hard -"@smithy/hash-node@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/hash-node@npm:3.0.0" +"@smithy/hash-node@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/hash-node@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" "@smithy/util-buffer-from": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/99c65bc992bc3adedb68d4304845bf0acd3e55d3cd851874605a937be5dd4da4eeab01e99e971b59d43d6fb4364dab655530c3a89eb32eac0803f6d07179a63b + checksum: 10/044e579762602153fbec1d080e7891c212789479d9e45e07e4b6b4a90b92aac161f3e41be8484b6b441770940db12d8090c71fc652b6661ce992fac837660ab5 languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/hash-stream-node@npm:3.0.0" +"@smithy/hash-stream-node@npm:^3.1.10": + version: 3.1.10 + resolution: "@smithy/hash-stream-node@npm:3.1.10" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/1e67ad794267dcbf2f5008938409b4081e43cbf302d44508f444aaa051ca167e1739418333122b9cce4b98b0815f618326e9c2d55fd5579751ad22ac7e02c9d2 + checksum: 10/0892981771216e051daba08e14da041f5ec43e9daacc1ebdb01f7ed7cf6066b6ec2b1060f27831f7f104b2b55b148d797dac110aa9265368b4a80857ce77291e languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/invalid-dependency@npm:3.0.0" +"@smithy/invalid-dependency@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/invalid-dependency@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/e78e9cbe1cc8ad04be0dffbc1094eb15294d29b86389ae62c55f0afb96b7354c615fc20f34affed362f857d497e7b34e04b51e732f0b045c2870b749ecc5a2f4 + checksum: 10/8bba64689dea951d1409468e8ac9f774bd4680adf76e589230c9d77d4a0a8556381304506d556eeabdbb1f2cd5f8dd7c2db1e1ccecee2a09c10244bbb5be38a7 + languageName: node + linkType: hard + +"@smithy/is-array-buffer@npm:^2.2.0": + version: 2.2.0 + resolution: "@smithy/is-array-buffer@npm:2.2.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10/d366743ecc7a9fc3bad21dbb3950d213c12bdd4aeb62b1265bf6cbe38309df547664ef3e51ab732e704485194f15e89d361943b0bfbe3fe1a4b3178b942913cc languageName: node linkType: hard @@ -8488,191 +8544,194 @@ __metadata: languageName: node linkType: hard -"@smithy/md5-js@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/md5-js@npm:3.0.0" +"@smithy/md5-js@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/md5-js@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/098b849ee76c83fb33624dac8d3980a50873564de6fae4e159bac90a6aa9abe0b9fe0fce9a150e5ff438e0a8af2010c50cdc08dd2a8d02b7db2ebb89802743b9 + checksum: 10/d0b596c9087075d8ac8f7454beb855fe3b44ba654b5e5790b2e36900522ebb9a02b928e968e1e9b8f36240314178ab646e9c09527051c0efd2bb1536b5557726 languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/middleware-content-length@npm:3.0.0" +"@smithy/middleware-content-length@npm:^3.0.13": + version: 3.0.13 + resolution: "@smithy/middleware-content-length@npm:3.0.13" dependencies: - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/2d1dc5766ac83604d43b75b788d4b1f61d8095c9081fe060d5bb21d69b59c4da52869d38eb4f9e13ca8001974b3bce63619f1d8bddfc553041e5b264162fdac9 + checksum: 10/fc0a64d58e271b9ba1cd87b6292c65104762cf18a8ff532ca0c7b56ef28d4456a6693880e502d5d0ddd17d0ba94fa8ce7a24bd6e77d2b18a1cce3390084f827c languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^3.0.1": - version: 3.0.1 - resolution: "@smithy/middleware-endpoint@npm:3.0.1" - dependencies: - "@smithy/middleware-serde": "npm:^3.0.0" - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/shared-ini-file-loader": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" - "@smithy/url-parser": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.0" +"@smithy/middleware-endpoint@npm:^3.2.5": + version: 3.2.5 + resolution: "@smithy/middleware-endpoint@npm:3.2.5" + dependencies: + "@smithy/core": "npm:^2.5.5" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" + "@smithy/util-middleware": "npm:^3.0.11" tslib: "npm:^2.6.2" - checksum: 10/db41774167003b3ecd8d9297ba62683051f509aee5d1c6ff52c6fcd5664334dcf85c5f66275390acd5548c6da122c6d830efb4bbf5ef6bdc1c642e09f5b543cc + checksum: 10/942d56c0f54f4694c474022009ee57ec29e5d05eee131989348cd46dbb9a74d035987d20a3049e5e51556c8eafc18f45c09e0b2f285e79c991634cc9b3d6175a languageName: node linkType: hard -"@smithy/middleware-retry@npm:^3.0.3": - version: 3.0.3 - resolution: "@smithy/middleware-retry@npm:3.0.3" +"@smithy/middleware-retry@npm:^3.0.30": + version: 3.0.30 + resolution: "@smithy/middleware-retry@npm:3.0.30" dependencies: - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/service-error-classification": "npm:^3.0.0" - "@smithy/smithy-client": "npm:^3.1.1" - "@smithy/types": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.0" - "@smithy/util-retry": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/service-error-classification": "npm:^3.0.11" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10/b4845720125ecb7adfc85ff7ff6ffd71e62fc5b36f2f144c7d5964051bc3b2ce3c2358d45246a36f41a7da6704e0429f63d821c49af13e32c8bfe32906815e22 + checksum: 10/c3937573107643a004954899ac9827b8df5cfb80bf8f685a5b870883914bc6d020c4f682a9a1a65f9544471edd0a5030a6f5e3331ed76b6f43ead2f5ce96d15e languageName: node linkType: hard -"@smithy/middleware-serde@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/middleware-serde@npm:3.0.0" +"@smithy/middleware-serde@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/middleware-serde@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/7ca5256fe9290b6ae097fdb9c0180e5219e6d3cb39084fadee007d9e698073498d200c32c439486902e386ab76739176765f64d23673882a08aa0e8de837dc8a + checksum: 10/80b0307b563d7da9dde775faf5f1574e74ead3736acb219751f232d289d0181e42021888ebe22bd1cdab1e0f2b31e2dc838a7cc53c7d740e284ac1b695edaa3a languageName: node linkType: hard -"@smithy/middleware-stack@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/middleware-stack@npm:3.0.0" +"@smithy/middleware-stack@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/middleware-stack@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/e85695b2d2d96230f03500b7111f9917abaab516e1850ec90021db7e984718965e05f7afccda084a7ba96a6bbb9d195a7d6e7882b48d7ccec97239101a2978bc + checksum: 10/be8c6cc4e0893c0a3e8ac3d82aac47f9f41a3136f20c4c41369f405cee21eab7d09f7355aa8946d6c8f1fa6f2b23fa42eeb20e91fe66bbafaf36d271717b8530 languageName: node linkType: hard -"@smithy/node-config-provider@npm:^3.1.0": - version: 3.1.0 - resolution: "@smithy/node-config-provider@npm:3.1.0" +"@smithy/node-config-provider@npm:^3.1.12": + version: 3.1.12 + resolution: "@smithy/node-config-provider@npm:3.1.12" dependencies: - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/shared-ini-file-loader": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/d92b59f4b9f785ae86963246533e86bc2931bc142af3f6b9bd4f49f3e6fe10ab854b63245dd3f30500e34eb7d527ec73b4718869be792097e16d9593b0155e27 + checksum: 10/7bf4a5b3b04df96c6cd4b929324e784273f19824642e92686ea52c1b9f9126e42f3ac34a603b6b19b56b3fd43e288328fbb3c58214ac94db140414d9ef71e258 languageName: node linkType: hard -"@smithy/node-http-handler@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/node-http-handler@npm:3.0.0" +"@smithy/node-http-handler@npm:^3.3.2": + version: 3.3.2 + resolution: "@smithy/node-http-handler@npm:3.3.2" dependencies: - "@smithy/abort-controller": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/querystring-builder": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/abort-controller": "npm:^3.1.9" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/querystring-builder": "npm:^3.0.11" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/3d2d0fff55ebeabeca4bb9a8b1cc7dd3a9c810281817232eb546b75cfae53da3c9571d25f203232f42cef608f28b795a1cadec3dbfd44aad2029a6141d146ecf + checksum: 10/86b999aa31312c200d5ee5d4b4bc02f8d10e0d0679f869060134441242c90533a965368ea0df35cb348ebc8000d17b85bfdb3d0f1f3042eb31e8b10f7a3a2109 languageName: node linkType: hard -"@smithy/property-provider@npm:^3.1.0": - version: 3.1.0 - resolution: "@smithy/property-provider@npm:3.1.0" +"@smithy/property-provider@npm:^3.1.11": + version: 3.1.11 + resolution: "@smithy/property-provider@npm:3.1.11" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/d49c0161331c0777357a203c73e7e459a2b9a2cb56f317625407160c6343b3fff112a9c820746e757556a81ad4f61f255151a79bc6d2bbbd7eaeb853087cb1a6 + checksum: 10/976bc77569339354a0682feb033939529248d5769b7770e8e370269a9c5161b7cb5b058e74c36fbfcfb5efe3665be4831b3614dea41d1226fe266170ecd9f1e7 languageName: node linkType: hard -"@smithy/protocol-http@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/protocol-http@npm:4.0.0" +"@smithy/protocol-http@npm:^4.1.8": + version: 4.1.8 + resolution: "@smithy/protocol-http@npm:4.1.8" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/0e663013be49ca6867e4d03d2759bae5a72653918617a0184c0f7ecf84043ebaf0f3e6a174f7f6f81934720f90bfce89cecc56510d572cd8d93f423483b74d93 + checksum: 10/e84bfdf81766e9a1b4a9d7362047af5e66247397feef237767e80bbf9d30551b588df94714fefdb4a247a5effd33a45dd13dd47970d5c6f0bcb471e5fbdac51e languageName: node linkType: hard -"@smithy/querystring-builder@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/querystring-builder@npm:3.0.0" +"@smithy/querystring-builder@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/querystring-builder@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" "@smithy/util-uri-escape": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/bca3e4c32127f444d7d7812c6afc6cc0dadbbd52a6359f09bf4ba04d2a7f6a09395f61c981b4cf64d714e6010a93ba4a729989f869e4cc32c065aca86bd8f2fc + checksum: 10/f873ff01875c6da51f1c8a58151e5bc7d91737c76cac9c91a1625f35c0de272c317b34de314eba027923b05225917b5c269eb071957426b8af17a3a50397139a languageName: node linkType: hard -"@smithy/querystring-parser@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/querystring-parser@npm:3.0.0" +"@smithy/querystring-parser@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/querystring-parser@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/c0258dd552819ffd584abc858d702428da4d6d850eeaa47b29bd15972d428e5b6d62cc9a6609c83ad58e1fedcc38a9189093568163eac6ecf24ea38a96e31779 + checksum: 10/072a67d908e49cf37db46690005451310d65648d04e2ac261c6d5e79fe537c301322c9fd66c0825651545ceee11e7cac9c7872dec6f6aeb69f8144f4dee9beb7 languageName: node linkType: hard -"@smithy/service-error-classification@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/service-error-classification@npm:3.0.0" +"@smithy/service-error-classification@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/service-error-classification@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.0.0" - checksum: 10/b7922ac401773fe4ff500378d8731e9fe8b7dceb6707a48ea93051c0158f2cec7195c718dd80b940af57ef584e36982792f1fe7d31d52c4173c1c495775075a0 + "@smithy/types": "npm:^3.7.2" + checksum: 10/4946830806412d369cac688687030d2dc51ff1233f81b4846726d56e0681eaa458c8a1c31e26a11a4a315863d564d67cd8e6f3daeba6437605cd24f515128851 languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^3.1.0": - version: 3.1.0 - resolution: "@smithy/shared-ini-file-loader@npm:3.1.0" +"@smithy/shared-ini-file-loader@npm:^3.1.12": + version: 3.1.12 + resolution: "@smithy/shared-ini-file-loader@npm:3.1.12" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/86ce8d3b3d27b81ed81be0b64c838b166c30935faa6b1ccd5f3603ac2e04014164950a63c46e85f172708fadc666caa4cc4e094341d44661e3e8266257288124 + checksum: 10/b9a540366fa00875efdeee2f842238abae778edb117d7ddb43bdcf2509dc214a004ef67e0108fedc59cee58e650189c0607e75819b77e4002a421bd39da1c60f languageName: node linkType: hard -"@smithy/signature-v4@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/signature-v4@npm:3.0.0" +"@smithy/signature-v4@npm:^4.2.4": + version: 4.2.4 + resolution: "@smithy/signature-v4@npm:4.2.4" dependencies: "@smithy/is-array-buffer": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.11" "@smithy/util-uri-escape": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/528461766bc6a941216a17331ef61ecc72a2e0171b10c6b40bfafb33e3c83a77f1003541a9986a3c5b61320cc28c95c2aff7c3fa650c6e70a62cb765327e9a9e + checksum: 10/1389616fb798963fae989191ad044b821c7543d9df7bef4eaaf21d59e9b0a9e1e529a87f9013389408d0227e1acd32a916f694487ae6144b0d0217f16d65d06b languageName: node linkType: hard -"@smithy/smithy-client@npm:^3.1.1": - version: 3.1.1 - resolution: "@smithy/smithy-client@npm:3.1.1" - dependencies: - "@smithy/middleware-endpoint": "npm:^3.0.1" - "@smithy/middleware-stack": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.0.0" - "@smithy/types": "npm:^3.0.0" - "@smithy/util-stream": "npm:^3.0.1" +"@smithy/smithy-client@npm:^3.5.0": + version: 3.5.0 + resolution: "@smithy/smithy-client@npm:3.5.0" + dependencies: + "@smithy/core": "npm:^2.5.5" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-stream": "npm:^3.3.2" tslib: "npm:^2.6.2" - checksum: 10/68751bb75805d22288449013c95315ab2c583dee7f4aea205cf8aa842a46a2efbfde53a0e769a07339203804af3813fe89d71ef3945c64665091c2ea92e56550 + checksum: 10/67fd9022d4b7bb25555f12c3474331eee41027d36df66ea219006a3d2d43f37f61283e71ea863832a40b4f2e3e911b7b309cc11b7bb041d3523716719018ee58 languageName: node linkType: hard @@ -8685,14 +8744,23 @@ __metadata: languageName: node linkType: hard -"@smithy/url-parser@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/url-parser@npm:3.0.0" +"@smithy/types@npm:^3.7.2": + version: 3.7.2 + resolution: "@smithy/types@npm:3.7.2" dependencies: - "@smithy/querystring-parser": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/f88c1a2537593dd8c9643d42fbfde313c630bbb3f2dc9d202d58df298504534c4cedc4595173b1a290ada9220c97096d2653eed9024a00053a08452621db3a9a + checksum: 10/7a40dcb7f858367a07456c5ae7e7eec89ea9efb7e511e521c105a9568e1e89add875b25e63df19bebdaa77af89f0e5fc691b9f408d077bedb10586a764133e41 + languageName: node + linkType: hard + +"@smithy/url-parser@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/url-parser@npm:3.0.11" + dependencies: + "@smithy/querystring-parser": "npm:^3.0.11" + "@smithy/types": "npm:^3.7.2" + tslib: "npm:^2.6.2" + checksum: 10/00683ce527c3fbec8595b48bd174f66346683fe320c6cf322cab8e49096411dff60e5f9ada3b5b3653fc94e919c7870ee02226313589640805f1a03c103085b2 languageName: node linkType: hard @@ -8725,6 +8793,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-buffer-from@npm:^2.2.0": + version: 2.2.0 + resolution: "@smithy/util-buffer-from@npm:2.2.0" + dependencies: + "@smithy/is-array-buffer": "npm:^2.2.0" + tslib: "npm:^2.6.2" + checksum: 10/53253e4e351df3c4b7907dca48a0a6ceae783e98a8e73526820b122b3047a53fd127c19f4d8301f68d852011d821da519da783de57e0b22eed57c4df5b90d089 + languageName: node + linkType: hard + "@smithy/util-buffer-from@npm:^3.0.0": version: 3.0.0 resolution: "@smithy/util-buffer-from@npm:3.0.0" @@ -8744,42 +8822,42 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^3.0.3": - version: 3.0.3 - resolution: "@smithy/util-defaults-mode-browser@npm:3.0.3" +"@smithy/util-defaults-mode-browser@npm:^3.0.30": + version: 3.0.30 + resolution: "@smithy/util-defaults-mode-browser@npm:3.0.30" dependencies: - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/smithy-client": "npm:^3.1.1" - "@smithy/types": "npm:^3.0.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10/9956ed0c80783a50677016a99345a71b3885c58b20730813ce30cc3d55fbb29150c6221cc698af1eea35856c80e4362103ad346adb31dac5c8bb76352c949c17 + checksum: 10/8ed3079a7ae85a404b35b73a5d23b8c00ed0a4efdd5af8bb2a15797728e62a916168fb7b8c5a2eb16aae407c7291450db9f5a5c4278254adba617e6ea4792fa3 languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^3.0.3": - version: 3.0.3 - resolution: "@smithy/util-defaults-mode-node@npm:3.0.3" +"@smithy/util-defaults-mode-node@npm:^3.0.30": + version: 3.0.30 + resolution: "@smithy/util-defaults-mode-node@npm:3.0.30" dependencies: - "@smithy/config-resolver": "npm:^3.0.1" - "@smithy/credential-provider-imds": "npm:^3.1.0" - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/property-provider": "npm:^3.1.0" - "@smithy/smithy-client": "npm:^3.1.1" - "@smithy/types": "npm:^3.0.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/credential-provider-imds": "npm:^3.2.8" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/e5ace658d1a87f84609577af285d36f72f661d4d3fc47d5a0bc6c94687415a5d83874c120afadfa4d63f39e8a0c843b9af7e56ef84aa78fd825e46968a335c75 + checksum: 10/3dd13476b0e9bc3cecfa689a8449930714c3e0b9286bf0da79effa2469c48db6ac08264cd2b82c39181b89db679dfee98847143ad46c9acf80ad4bd0da7899fc languageName: node linkType: hard -"@smithy/util-endpoints@npm:^2.0.1": - version: 2.0.1 - resolution: "@smithy/util-endpoints@npm:2.0.1" +"@smithy/util-endpoints@npm:^2.1.7": + version: 2.1.7 + resolution: "@smithy/util-endpoints@npm:2.1.7" dependencies: - "@smithy/node-config-provider": "npm:^3.1.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/787f19993263f38ed43fd75cb199cef0c0a0d7098155564052fba0ba1438ac1147dd409f2611d63dd630a0e14bc9b39ba287e31cf4b9d17feb168ed93f0e0794 + checksum: 10/a674d2a7ec43fd8b04ce1e56626f0c9546ba970f5c4ea1c465371fa4bbe1162f92e02958975c47bf83bce878827707591925f25b36802421122dd22841b10f97 languageName: node linkType: hard @@ -8792,40 +8870,40 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-middleware@npm:3.0.0" +"@smithy/util-middleware@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/util-middleware@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.0.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/e9878f85326859b8025df7e2cf7aba5b9fb8ec59be2189c61b0082947c967d888d6894ce6e2152a28eda3e03c207453a94fba7dbf084d755e2ada2df5a58cbb5 + checksum: 10/d8197dc223ddc5ed6e9b40bb44f58793b0fe09d39734e70729ed7606c5497047f1dbf0d616764767b3c8812d49d76d94679a29dc7c879211b0e918e68715bde4 languageName: node linkType: hard -"@smithy/util-retry@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-retry@npm:3.0.0" +"@smithy/util-retry@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/util-retry@npm:3.0.11" dependencies: - "@smithy/service-error-classification": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/service-error-classification": "npm:^3.0.11" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/9e38115e47f99bd86360864ed4dd84a266a4e8bc528c6cc834760339cfef857263eb557b85e060776775c1a70b0f03ded0133b9b23c31095d41e51d247a2b1a3 + checksum: 10/ef53437e940ad189f8ce4d0e6738ce3b94f38dbcee17f7a26ba8dac149e60790f136d2ea16d1069bef7b3908f45ec5ae33d40b74e037c4ae178071bf97fcd98b languageName: node linkType: hard -"@smithy/util-stream@npm:^3.0.1": - version: 3.0.1 - resolution: "@smithy/util-stream@npm:3.0.1" +"@smithy/util-stream@npm:^3.3.2": + version: 3.3.2 + resolution: "@smithy/util-stream@npm:3.3.2" dependencies: - "@smithy/fetch-http-handler": "npm:^3.0.1" - "@smithy/node-http-handler": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/types": "npm:^3.7.2" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-buffer-from": "npm:^3.0.0" "@smithy/util-hex-encoding": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/da1d1a6d3ccb5d27e117d6d9331ba7a74501150eecda6cd4625f6a615ff3388f805ee8dd87366edd16fbf335f817cb27f7d4655c6629d10025240952a77913b0 + checksum: 10/6807fe3159fdfb0e2da5c054f116e7258bf2e5de4d375d4f2fd39c9bdc358ee037280c333e97e9053240d51dc1220eefbabd6a327170416aed8d20e3a456e266 languageName: node linkType: hard @@ -8838,6 +8916,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-utf8@npm:^2.0.0": + version: 2.3.0 + resolution: "@smithy/util-utf8@npm:2.3.0" + dependencies: + "@smithy/util-buffer-from": "npm:^2.2.0" + tslib: "npm:^2.6.2" + checksum: 10/c766ead8dac6bc6169f4cac1cc47ef7bd86928d06255148f9528228002f669c8cc49f78dc2b9ba5d7e214d40315024a9e32c5c9130b33e20f0fe4532acd0dff5 + languageName: node + linkType: hard + "@smithy/util-utf8@npm:^3.0.0": version: 3.0.0 resolution: "@smithy/util-utf8@npm:3.0.0" @@ -8848,14 +8936,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-waiter@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-waiter@npm:3.0.0" +"@smithy/util-waiter@npm:^3.2.0": + version: 3.2.0 + resolution: "@smithy/util-waiter@npm:3.2.0" dependencies: - "@smithy/abort-controller": "npm:^3.0.0" - "@smithy/types": "npm:^3.0.0" + "@smithy/abort-controller": "npm:^3.1.9" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10/d206c9f6613e1c43675a48214dd762cb7f85ba57182d2dbcff80392a1983a7f6b06bd537c89949017100bf641d71a32d0c62299d172c52480240c5a431b797ac + checksum: 10/4a39230c8c06c0118565120488dfe9ba38ecf956d19370254af7adb0adaa108b645c509226cec2e459a9ca41042e9cad6929a3547259e0a6330b787405678f45 languageName: node linkType: hard @@ -10261,6 +10349,13 @@ __metadata: languageName: node linkType: hard +"@types/caseless@npm:*": + version: 0.12.5 + resolution: "@types/caseless@npm:0.12.5" + checksum: 10/f6a3628add76d27005495914c9c3873a93536957edaa5b69c63b46fe10b4649a6fecf16b676c1695f46aab851da47ec6047dcf3570fa8d9b6883492ff6d074e0 + languageName: node + linkType: hard + "@types/chrome@npm:^0.0.136": version: 0.0.136 resolution: "@types/chrome@npm:0.0.136" @@ -10528,6 +10623,18 @@ __metadata: languageName: node linkType: hard +"@types/request@npm:^2.48.8": + version: 2.48.12 + resolution: "@types/request@npm:2.48.12" + dependencies: + "@types/caseless": "npm:*" + "@types/node": "npm:*" + "@types/tough-cookie": "npm:*" + form-data: "npm:^2.5.0" + checksum: 10/a7b3f9f14cacc18fe235bb8e57eff1232a04bd3fa3dad29371f24a5d96db2cd295a0c8b6b34ed7efa3efbbcff845febb02c9635cd68c54811c947ea66ae22090 + languageName: node + linkType: hard + "@types/responselike@npm:^1.0.0": version: 1.0.3 resolution: "@types/responselike@npm:1.0.3" @@ -10569,6 +10676,13 @@ __metadata: languageName: node linkType: hard +"@types/tough-cookie@npm:*": + version: 4.0.5 + resolution: "@types/tough-cookie@npm:4.0.5" + checksum: 10/01fd82efc8202670865928629697b62fe9bf0c0dcbc5b1c115831caeb073a2c0abb871ff393d7df1ae94ea41e256cb87d2a5a91fd03cdb1b0b4384e08d4ee482 + languageName: node + linkType: hard + "@types/trusted-types@npm:^2.0.2": version: 2.0.3 resolution: "@types/trusted-types@npm:2.0.3" @@ -11712,6 +11826,13 @@ __metadata: languageName: node linkType: hard +"agent-base@npm:^7.1.2": + version: 7.1.3 + resolution: "agent-base@npm:7.1.3" + checksum: 10/3db6d8d4651f2aa1a9e4af35b96ab11a7607af57a24f3bc721a387eaa3b5f674e901f0a648b0caefd48f3fd117c7761b79a3b55854e2aebaa96c3f32cf76af84 + languageName: node + linkType: hard + "agentkeepalive@npm:^4.2.1, agentkeepalive@npm:^4.5.0": version: 4.5.0 resolution: "agentkeepalive@npm:4.5.0" @@ -11999,6 +12120,13 @@ __metadata: languageName: node linkType: hard +"arrify@npm:^2.0.0": + version: 2.0.1 + resolution: "arrify@npm:2.0.1" + checksum: 10/067c4c1afd182806a82e4c1cb8acee16ab8b5284fbca1ce29408e6e91281c36bb5b612f6ddfbd40a0f7a7e0c75bf2696eb94c027f6e328d6e9c52465c98e4209 + languageName: node + linkType: hard + "asn1.js@npm:^5.2.0": version: 5.4.1 resolution: "asn1.js@npm:5.4.1" @@ -12078,6 +12206,15 @@ __metadata: languageName: node linkType: hard +"async-retry@npm:^1.3.3": + version: 1.3.3 + resolution: "async-retry@npm:1.3.3" + dependencies: + retry: "npm:0.13.1" + checksum: 10/38a7152ff7265a9321ea214b9c69e8224ab1febbdec98efbbde6e562f17ff68405569b796b1c5271f354aef8783665d29953f051f68c1fc45306e61aec82fdc4 + languageName: node + linkType: hard + "asynckit@npm:^0.4.0": version: 0.4.0 resolution: "asynckit@npm:0.4.0" @@ -12538,6 +12675,13 @@ __metadata: languageName: node linkType: hard +"buffer-equal-constant-time@npm:1.0.1": + version: 1.0.1 + resolution: "buffer-equal-constant-time@npm:1.0.1" + checksum: 10/80bb945f5d782a56f374b292770901065bad21420e34936ecbe949e57724b4a13874f735850dd1cc61f078773c4fb5493a41391e7bda40d1fa388d6bd80daaab + languageName: node + linkType: hard + "buffer-fill@npm:^1.0.0": version: 1.0.0 resolution: "buffer-fill@npm:1.0.0" @@ -13883,6 +14027,18 @@ __metadata: languageName: node linkType: hard +"duplexify@npm:^4.1.3": + version: 4.1.3 + resolution: "duplexify@npm:4.1.3" + dependencies: + end-of-stream: "npm:^1.4.1" + inherits: "npm:^2.0.3" + readable-stream: "npm:^3.1.1" + stream-shift: "npm:^1.0.2" + checksum: 10/b44b98ba0ffac3a658b4b1bf877219e996db288c5ae6f3dc55ca9b2cbef7df60c10eabfdd947f3d73a623eb9975a74a66d6d61e6f26bff90155315adb362aa77 + languageName: node + linkType: hard + "eastasianwidth@npm:^0.2.0": version: 0.2.0 resolution: "eastasianwidth@npm:0.2.0" @@ -13900,6 +14056,15 @@ __metadata: languageName: node linkType: hard +"ecdsa-sig-formatter@npm:1.0.11, ecdsa-sig-formatter@npm:^1.0.11": + version: 1.0.11 + resolution: "ecdsa-sig-formatter@npm:1.0.11" + dependencies: + safe-buffer: "npm:^5.0.1" + checksum: 10/878e1aab8a42773320bc04c6de420bee21aebd71810e40b1799880a8a1c4594bcd6adc3d4213a0fb8147d4c3f529d8f9a618d7f59ad5a9a41b142058aceda23f + languageName: node + linkType: hard + "eciesjs@npm:^0.4.8": version: 0.4.11 resolution: "eciesjs@npm:0.4.11" @@ -15021,7 +15186,7 @@ __metadata: languageName: node linkType: hard -"extend@npm:~3.0.2": +"extend@npm:^3.0.2, extend@npm:~3.0.2": version: 3.0.2 resolution: "extend@npm:3.0.2" checksum: 10/59e89e2dc798ec0f54b36d82f32a27d5f6472c53974f61ca098db5d4648430b725387b53449a34df38fd0392045434426b012f302b3cc049a6500ccf82877e4e @@ -15163,14 +15328,25 @@ __metadata: languageName: node linkType: hard -"fast-xml-parser@npm:4.2.5": - version: 4.2.5 - resolution: "fast-xml-parser@npm:4.2.5" +"fast-xml-parser@npm:4.4.1": + version: 4.4.1 + resolution: "fast-xml-parser@npm:4.4.1" dependencies: strnum: "npm:^1.0.5" bin: fxparser: src/cli/cli.js - checksum: 10/4be7ebe24d6a9a60c278e1423cd86a7da9a77ec64c95563e2c552363caf7a777e0c87c9de1255c2f4e8dea9bce8905dc2bdc58a34e9f2b73c4693654456ad284 + checksum: 10/0c05ab8703630d8c857fafadbd78d0020d3a8e54310c3842179cd4a0d9d97e96d209ce885e91241f4aa9dd8dfc2fd924a682741a423d65153cad34da2032ec44 + languageName: node + linkType: hard + +"fast-xml-parser@npm:^4.4.1": + version: 4.5.0 + resolution: "fast-xml-parser@npm:4.5.0" + dependencies: + strnum: "npm:^1.0.5" + bin: + fxparser: src/cli/cli.js + checksum: 10/dc9571c10e7b57b5be54bcd2d92f50c446eb42ea5df347d253e94dd14eb99b5300a6d172e840f151e0721933ca2406165a8d9b316a6d777bf0596dc4fe1df756 languageName: node linkType: hard @@ -15344,6 +15520,18 @@ __metadata: languageName: node linkType: hard +"form-data@npm:^2.5.0": + version: 2.5.2 + resolution: "form-data@npm:2.5.2" + dependencies: + asynckit: "npm:^0.4.0" + combined-stream: "npm:^1.0.6" + mime-types: "npm:^2.1.12" + safe-buffer: "npm:^5.2.1" + checksum: 10/ef602e52f0bfcc8f8c346b8783f6dbd2fb271596788d42cf929dddaa50bd61e97da21f01464b4524e77872682264765e53c75ac1ab1466ea23f5c96de585faff + languageName: node + linkType: hard + "form-data@npm:^4.0.0": version: 4.0.0 resolution: "form-data@npm:4.0.0" @@ -15565,6 +15753,29 @@ __metadata: languageName: node linkType: hard +"gaxios@npm:^6.0.0, gaxios@npm:^6.0.2, gaxios@npm:^6.1.1": + version: 6.7.1 + resolution: "gaxios@npm:6.7.1" + dependencies: + extend: "npm:^3.0.2" + https-proxy-agent: "npm:^7.0.1" + is-stream: "npm:^2.0.0" + node-fetch: "npm:^2.6.9" + uuid: "npm:^9.0.1" + checksum: 10/c85599162208884eadee91215ebbfa1faa412551df4044626cb561300e15193726e8f23d63b486533e066dadad130f58ed872a23acab455238d8d48b531a0695 + languageName: node + linkType: hard + +"gcp-metadata@npm:^6.1.0": + version: 6.1.0 + resolution: "gcp-metadata@npm:6.1.0" + dependencies: + gaxios: "npm:^6.0.0" + json-bigint: "npm:^1.0.0" + checksum: 10/a0d12a9cb7499fdb9de0fff5406aa220310c1326b80056be8d9b747aae26414f99d14bd795c0ec52ef7d0473eef9d61bb657b8cd3d8186c8a84c4ddbff025fe9 + languageName: node + linkType: hard + "gensync@npm:^1.0.0-beta.2": version: 1.0.0-beta.2 resolution: "gensync@npm:1.0.0-beta.2" @@ -15813,6 +16024,20 @@ __metadata: languageName: node linkType: hard +"google-auth-library@npm:^9.6.3": + version: 9.15.0 + resolution: "google-auth-library@npm:9.15.0" + dependencies: + base64-js: "npm:^1.3.0" + ecdsa-sig-formatter: "npm:^1.0.11" + gaxios: "npm:^6.1.1" + gcp-metadata: "npm:^6.1.0" + gtoken: "npm:^7.0.0" + jws: "npm:^4.0.0" + checksum: 10/fba2db9732bbf1b3a3a2e2b45131ba8e8aba297377f1c104d0b2ab3386bbc1e02047f20b8a7afca1c6308492da1540104618f1c7b5cd539703552e10399c560e + languageName: node + linkType: hard + "gopd@npm:^1.0.1": version: 1.0.1 resolution: "gopd@npm:1.0.1" @@ -15876,6 +16101,16 @@ __metadata: languageName: node linkType: hard +"gtoken@npm:^7.0.0": + version: 7.1.0 + resolution: "gtoken@npm:7.1.0" + dependencies: + gaxios: "npm:^6.0.0" + jws: "npm:^4.0.0" + checksum: 10/640392261e55c9242137a81a4af8feb053b57061762cedddcbb6a0d62c2314316161808ac2529eea67d06d69fdc56d82361af50f2d840a04a87ea29e124d7382 + languageName: node + linkType: hard + "gzip-size@npm:^6.0.0": version: 6.0.0 resolution: "gzip-size@npm:6.0.0" @@ -16071,6 +16306,13 @@ __metadata: languageName: node linkType: hard +"html-entities@npm:^2.5.2": + version: 2.5.2 + resolution: "html-entities@npm:2.5.2" + checksum: 10/4ec12ebdf2d5ba8192c68e1aef3c1e4a4f36b29246a0a88464fe278a54517d0196d3489af46a3145c7ecacb4fc5fd50497be19eb713b810acab3f0efcf36fdc2 + languageName: node + linkType: hard + "html-escaper@npm:^2.0.2": version: 2.0.2 resolution: "html-escaper@npm:2.0.2" @@ -16164,6 +16406,16 @@ __metadata: languageName: node linkType: hard +"https-proxy-agent@npm:^7.0.1": + version: 7.0.6 + resolution: "https-proxy-agent@npm:7.0.6" + dependencies: + agent-base: "npm:^7.1.2" + debug: "npm:4" + checksum: 10/784b628cbd55b25542a9d85033bdfd03d4eda630fb8b3c9477959367f3be95dc476ed2ecbb9836c359c7c698027fc7b45723a302324433590f45d6c1706e8c13 + languageName: node + linkType: hard + "human-signals@npm:^2.1.0": version: 2.1.0 resolution: "human-signals@npm:2.1.0" @@ -16986,6 +17238,15 @@ __metadata: languageName: node linkType: hard +"json-bigint@npm:^1.0.0": + version: 1.0.0 + resolution: "json-bigint@npm:1.0.0" + dependencies: + bignumber.js: "npm:^9.0.0" + checksum: 10/cd3973b88e5706f8f89d2a9c9431f206ef385bd5c584db1b258891a5e6642507c32316b82745239088c697f5ddfe967351e1731f5789ba7855aed56ad5f70e1f + languageName: node + linkType: hard + "json-buffer@npm:3.0.1": version: 3.0.1 resolution: "json-buffer@npm:3.0.1" @@ -17172,6 +17433,27 @@ __metadata: languageName: node linkType: hard +"jwa@npm:^2.0.0": + version: 2.0.0 + resolution: "jwa@npm:2.0.0" + dependencies: + buffer-equal-constant-time: "npm:1.0.1" + ecdsa-sig-formatter: "npm:1.0.11" + safe-buffer: "npm:^5.0.1" + checksum: 10/ab983f6685d99d13ddfbffef9b1c66309a536362a8412d49ba6e687d834a1240ce39290f30ac7dbe241e0ab6c76fee7ff795776ce534e11d148158c9b7193498 + languageName: node + linkType: hard + +"jws@npm:^4.0.0": + version: 4.0.0 + resolution: "jws@npm:4.0.0" + dependencies: + jwa: "npm:^2.0.0" + safe-buffer: "npm:^5.0.1" + checksum: 10/1d15f4cdea376c6bd6a81002bd2cb0bf3d51d83da8f0727947b5ba3e10cf366721b8c0d099bf8c1eb99eb036e2c55e5fd5efd378ccff75a2b4e0bd10002348b9 + languageName: node + linkType: hard + "keccak@npm:^3.0.0": version: 3.0.4 resolution: "keccak@npm:3.0.4" @@ -18305,7 +18587,7 @@ __metadata: languageName: node linkType: hard -"node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.6, node-fetch@npm:^2.6.7, node-fetch@npm:^2.7.0": +"node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.6, node-fetch@npm:^2.6.7, node-fetch@npm:^2.6.9, node-fetch@npm:^2.7.0": version: 2.7.0 resolution: "node-fetch@npm:2.7.0" dependencies: @@ -18708,7 +18990,7 @@ __metadata: languageName: node linkType: hard -"p-limit@npm:^3.0.2": +"p-limit@npm:^3.0.1, p-limit@npm:^3.0.2": version: 3.1.0 resolution: "p-limit@npm:3.1.0" dependencies: @@ -20428,6 +20710,24 @@ __metadata: languageName: node linkType: hard +"retry-request@npm:^7.0.0": + version: 7.0.2 + resolution: "retry-request@npm:7.0.2" + dependencies: + "@types/request": "npm:^2.48.8" + extend: "npm:^3.0.2" + teeny-request: "npm:^9.0.0" + checksum: 10/8f4c927d41dd575fc460aad7b762fb0a33542097201c3c1a31529ad17fa8af3ac0d2a45bf4a2024d079913e9c2dd431566070fe33321c667ac87ebb400de5917 + languageName: node + linkType: hard + +"retry@npm:0.13.1": + version: 0.13.1 + resolution: "retry@npm:0.13.1" + checksum: 10/6125ec2e06d6e47e9201539c887defba4e47f63471db304c59e4b82fc63c8e89ca06a77e9d34939a9a42a76f00774b2f46c0d4a4cbb3e287268bd018ed69426d + languageName: node + linkType: hard + "retry@npm:^0.12.0": version: 0.12.0 resolution: "retry@npm:0.12.0" @@ -21214,6 +21514,15 @@ __metadata: languageName: node linkType: hard +"stream-events@npm:^1.0.5": + version: 1.0.5 + resolution: "stream-events@npm:1.0.5" + dependencies: + stubs: "npm:^3.0.0" + checksum: 10/969ce82e34bfbef5734629cc06f9d7f3705a9ceb8fcd6a526332f9159f1f8bbfdb1a453f3ced0b728083454f7706adbbe8428bceb788a0287ca48ba2642dc3fc + languageName: node + linkType: hard + "stream-shift@npm:^1.0.0": version: 1.0.1 resolution: "stream-shift@npm:1.0.1" @@ -21221,6 +21530,13 @@ __metadata: languageName: node linkType: hard +"stream-shift@npm:^1.0.2": + version: 1.0.3 + resolution: "stream-shift@npm:1.0.3" + checksum: 10/a24c0a3f66a8f9024bd1d579a533a53be283b4475d4e6b4b3211b964031447bdf6532dd1f3c2b0ad66752554391b7c62bd7ca4559193381f766534e723d50242 + languageName: node + linkType: hard + "streamsearch@npm:^1.1.0": version: 1.1.0 resolution: "streamsearch@npm:1.1.0" @@ -21463,6 +21779,13 @@ __metadata: languageName: node linkType: hard +"stubs@npm:^3.0.0": + version: 3.0.0 + resolution: "stubs@npm:3.0.0" + checksum: 10/dec7b82186e3743317616235c59bfb53284acc312cb9f4c3e97e2205c67a5c158b0ca89db5927e52351582e90a2672822eeaec9db396e23e56893d2a8676e024 + languageName: node + linkType: hard + "styled-jsx@npm:5.1.6": version: 5.1.6 resolution: "styled-jsx@npm:5.1.6" @@ -21655,6 +21978,19 @@ __metadata: languageName: node linkType: hard +"teeny-request@npm:^9.0.0": + version: 9.0.0 + resolution: "teeny-request@npm:9.0.0" + dependencies: + http-proxy-agent: "npm:^5.0.0" + https-proxy-agent: "npm:^5.0.0" + node-fetch: "npm:^2.6.9" + stream-events: "npm:^1.0.5" + uuid: "npm:^9.0.0" + checksum: 10/44daabb6c2e239c3daed0218ebdafb50c7141c16d7257a6cfef786dbff56d7853c2c02c97934f7ed57818ce5861ac16c5f52f3a16fa292bd4caf53483d386443 + languageName: node + linkType: hard + "text-encoding-utf-8@npm:^1.0.2": version: 1.0.2 resolution: "text-encoding-utf-8@npm:1.0.2" @@ -21886,7 +22222,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:1.14.1, tslib@npm:^1.11.1, tslib@npm:^1.9.0": +"tslib@npm:1.14.1, tslib@npm:^1.9.0": version: 1.14.1 resolution: "tslib@npm:1.14.1" checksum: 10/7dbf34e6f55c6492637adb81b555af5e3b4f9cc6b998fb440dac82d3b42bdc91560a35a5fb75e20e24a076c651438234da6743d139e4feabf0783f3cdfe1dddb @@ -22436,7 +22772,7 @@ __metadata: languageName: node linkType: hard -"uuid@npm:^8.3.2": +"uuid@npm:^8.0.0, uuid@npm:^8.3.2": version: 8.3.2 resolution: "uuid@npm:8.3.2" bin: