diff --git a/.changeset/@graphql-mesh_plugin-hive-9007-dependencies.md b/.changeset/@graphql-mesh_plugin-hive-9007-dependencies.md new file mode 100644 index 0000000000000..2b5ec3359aff2 --- /dev/null +++ b/.changeset/@graphql-mesh_plugin-hive-9007-dependencies.md @@ -0,0 +1,6 @@ +--- +"@graphql-mesh/plugin-hive": patch +--- +dependencies updates: + - Updated dependency [`@graphql-hive/core@^0.15.1` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.15.1) (from `^0.13.0`, in `dependencies`) + - Updated dependency [`@graphql-hive/yoga@^0.43.1` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.43.1) (from `^0.42.0`, in `dependencies`) diff --git a/.changeset/@graphql-mesh_transform-hive-9007-dependencies.md b/.changeset/@graphql-mesh_transform-hive-9007-dependencies.md new file mode 100644 index 0000000000000..4559b97d6aca6 --- /dev/null +++ b/.changeset/@graphql-mesh_transform-hive-9007-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-mesh/transform-hive": patch +--- +dependencies updates: + - Updated dependency [`@graphql-hive/core@^0.15.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.15.0) (from `^0.13.0`, in `dependencies`) diff --git a/examples/hive-example/sources/authors/package.json b/examples/hive-example/sources/authors/package.json index 95b64c36e6d2a..f72bd6c9315f9 100644 --- a/examples/hive-example/sources/authors/package.json +++ b/examples/hive-example/sources/authors/package.json @@ -13,7 +13,7 @@ "typescript": "^5.4.2" }, "devDependencies": { - "@graphql-hive/cli": "0.53.2", + "@graphql-hive/cli": "0.53.4", "@graphql-mesh/cli": "0.100.19", "@graphql-mesh/openapi": "0.109.24", "@types/node": "^24.4.0", diff --git a/examples/hive-example/sources/books/package.json b/examples/hive-example/sources/books/package.json index f1ec0fc9f36d2..19af9fd0ef829 100644 --- a/examples/hive-example/sources/books/package.json +++ b/examples/hive-example/sources/books/package.json @@ -13,7 +13,7 @@ "typescript": "^5.4.2" }, "devDependencies": { - "@graphql-hive/cli": "0.53.2", + "@graphql-hive/cli": "0.53.4", "@graphql-mesh/cli": "0.100.19", "@graphql-mesh/openapi": "0.109.24", "@types/node": "^24.4.0", diff --git a/examples/v1-next/hive-example/my-graphql/package.json b/examples/v1-next/hive-example/my-graphql/package.json index bda364305f98c..ae27bcf8edb48 100644 --- a/examples/v1-next/hive-example/my-graphql/package.json +++ b/examples/v1-next/hive-example/my-graphql/package.json @@ -6,7 +6,7 @@ "start": "node --import tsx index.ts" }, "dependencies": { - "@graphql-hive/cli": "0.53.2", + "@graphql-hive/cli": "0.53.4", "graphql": "16.12.0", "graphql-yoga": "^5.13.4" } diff --git a/examples/v1-next/hive-example/my-rest/package.json b/examples/v1-next/hive-example/my-rest/package.json index 3bc336f54779b..b73a93275d90d 100644 --- a/examples/v1-next/hive-example/my-rest/package.json +++ b/examples/v1-next/hive-example/my-rest/package.json @@ -7,7 +7,7 @@ "start": "node --import tsx index.ts" }, "dependencies": { - "@graphql-hive/cli": "0.53.2", + "@graphql-hive/cli": "0.53.4", "@graphql-mesh/compose-cli": "workspace:*", "@omnigraph/openapi": "workspace:*", "fets": "0.8.5", diff --git a/packages/legacy/transforms/hive/package.json b/packages/legacy/transforms/hive/package.json index ee0ab9a89321d..669995b7fdf64 100644 --- a/packages/legacy/transforms/hive/package.json +++ b/packages/legacy/transforms/hive/package.json @@ -35,7 +35,7 @@ "graphql": "*" }, "dependencies": { - "@graphql-hive/core": "^0.13.0", + "@graphql-hive/core": "^0.15.0", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.9", "@graphql-mesh/types": "^0.104.16", diff --git a/packages/plugins/hive/package.json b/packages/plugins/hive/package.json index 91cd24095a7b6..9a93b777f67cb 100644 --- a/packages/plugins/hive/package.json +++ b/packages/plugins/hive/package.json @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-hive/core": "^0.13.0", - "@graphql-hive/yoga": "^0.42.0", + "@graphql-hive/core": "^0.15.1", + "@graphql-hive/yoga": "^0.43.1", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.9", "@graphql-mesh/types": "^0.104.16", diff --git a/yarn.lock b/yarn.lock index 3c2ea02b03692..36949a5f0f075 100644 --- a/yarn.lock +++ b/yarn.lock @@ -875,96 +875,96 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/client-sso@npm:3.928.0" +"@aws-sdk/client-sso@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/client-sso@npm:3.936.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.928.0" - "@aws-sdk/middleware-host-header": "npm:3.922.0" - "@aws-sdk/middleware-logger": "npm:3.922.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.922.0" - "@aws-sdk/middleware-user-agent": "npm:3.928.0" - "@aws-sdk/region-config-resolver": "npm:3.925.0" - "@aws-sdk/types": "npm:3.922.0" - "@aws-sdk/util-endpoints": "npm:3.922.0" - "@aws-sdk/util-user-agent-browser": "npm:3.922.0" - "@aws-sdk/util-user-agent-node": "npm:3.928.0" - "@smithy/config-resolver": "npm:^4.4.2" - "@smithy/core": "npm:^3.17.2" - "@smithy/fetch-http-handler": "npm:^5.3.5" - "@smithy/hash-node": "npm:^4.2.4" - "@smithy/invalid-dependency": "npm:^4.2.4" - "@smithy/middleware-content-length": "npm:^4.2.4" - "@smithy/middleware-endpoint": "npm:^4.3.6" - "@smithy/middleware-retry": "npm:^4.4.6" - "@smithy/middleware-serde": "npm:^4.2.4" - "@smithy/middleware-stack": "npm:^4.2.4" - "@smithy/node-config-provider": "npm:^4.3.4" - "@smithy/node-http-handler": "npm:^4.4.4" - "@smithy/protocol-http": "npm:^5.3.4" - "@smithy/smithy-client": "npm:^4.9.2" - "@smithy/types": "npm:^4.8.1" - "@smithy/url-parser": "npm:^4.2.4" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/middleware-host-header": "npm:3.936.0" + "@aws-sdk/middleware-logger": "npm:3.936.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.936.0" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/region-config-resolver": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@aws-sdk/util-user-agent-browser": "npm:3.936.0" + "@aws-sdk/util-user-agent-node": "npm:3.936.0" + "@smithy/config-resolver": "npm:^4.4.3" + "@smithy/core": "npm:^3.18.5" + "@smithy/fetch-http-handler": "npm:^5.3.6" + "@smithy/hash-node": "npm:^4.2.5" + "@smithy/invalid-dependency": "npm:^4.2.5" + "@smithy/middleware-content-length": "npm:^4.2.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/middleware-retry": "npm:^4.4.12" + "@smithy/middleware-serde": "npm:^4.2.6" + "@smithy/middleware-stack": "npm:^4.2.5" + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/node-http-handler": "npm:^4.4.5" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/smithy-client": "npm:^4.9.8" + "@smithy/types": "npm:^4.9.0" + "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.5" - "@smithy/util-defaults-mode-node": "npm:^4.2.8" - "@smithy/util-endpoints": "npm:^3.2.4" - "@smithy/util-middleware": "npm:^4.2.4" - "@smithy/util-retry": "npm:^4.2.4" + "@smithy/util-defaults-mode-browser": "npm:^4.3.11" + "@smithy/util-defaults-mode-node": "npm:^4.2.14" + "@smithy/util-endpoints": "npm:^3.2.5" + "@smithy/util-middleware": "npm:^4.2.5" + "@smithy/util-retry": "npm:^4.2.5" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/c0f1406f1bb01731f25fdc0b4b0740c5b59cbdcbd7f0a3a5511e5fe02e7a3a40bf427be9f9a815e452f4a210b76164a1595db90e13a74beb37bc439afe8c332a + checksum: 10c0/5b86e09a7d64b8ff3559fa0ff253893549280c349adaefd92868c38e1fd8528b538947875d7a15843fb2d864978e288d87e8f5defcde4ec9c31871087aa187e8 languageName: node linkType: hard -"@aws-sdk/client-sts@npm:^3.927.0": - version: 3.928.0 - resolution: "@aws-sdk/client-sts@npm:3.928.0" +"@aws-sdk/client-sts@npm:^3.931.0": + version: 3.936.0 + resolution: "@aws-sdk/client-sts@npm:3.936.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.928.0" - "@aws-sdk/credential-provider-node": "npm:3.928.0" - "@aws-sdk/middleware-host-header": "npm:3.922.0" - "@aws-sdk/middleware-logger": "npm:3.922.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.922.0" - "@aws-sdk/middleware-user-agent": "npm:3.928.0" - "@aws-sdk/region-config-resolver": "npm:3.925.0" - "@aws-sdk/types": "npm:3.922.0" - "@aws-sdk/util-endpoints": "npm:3.922.0" - "@aws-sdk/util-user-agent-browser": "npm:3.922.0" - "@aws-sdk/util-user-agent-node": "npm:3.928.0" - "@smithy/config-resolver": "npm:^4.4.2" - "@smithy/core": "npm:^3.17.2" - "@smithy/fetch-http-handler": "npm:^5.3.5" - "@smithy/hash-node": "npm:^4.2.4" - "@smithy/invalid-dependency": "npm:^4.2.4" - "@smithy/middleware-content-length": "npm:^4.2.4" - "@smithy/middleware-endpoint": "npm:^4.3.6" - "@smithy/middleware-retry": "npm:^4.4.6" - "@smithy/middleware-serde": "npm:^4.2.4" - "@smithy/middleware-stack": "npm:^4.2.4" - "@smithy/node-config-provider": "npm:^4.3.4" - "@smithy/node-http-handler": "npm:^4.4.4" - "@smithy/protocol-http": "npm:^5.3.4" - "@smithy/smithy-client": "npm:^4.9.2" - "@smithy/types": "npm:^4.8.1" - "@smithy/url-parser": "npm:^4.2.4" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/credential-provider-node": "npm:3.936.0" + "@aws-sdk/middleware-host-header": "npm:3.936.0" + "@aws-sdk/middleware-logger": "npm:3.936.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.936.0" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/region-config-resolver": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@aws-sdk/util-user-agent-browser": "npm:3.936.0" + "@aws-sdk/util-user-agent-node": "npm:3.936.0" + "@smithy/config-resolver": "npm:^4.4.3" + "@smithy/core": "npm:^3.18.5" + "@smithy/fetch-http-handler": "npm:^5.3.6" + "@smithy/hash-node": "npm:^4.2.5" + "@smithy/invalid-dependency": "npm:^4.2.5" + "@smithy/middleware-content-length": "npm:^4.2.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/middleware-retry": "npm:^4.4.12" + "@smithy/middleware-serde": "npm:^4.2.6" + "@smithy/middleware-stack": "npm:^4.2.5" + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/node-http-handler": "npm:^4.4.5" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/smithy-client": "npm:^4.9.8" + "@smithy/types": "npm:^4.9.0" + "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.5" - "@smithy/util-defaults-mode-node": "npm:^4.2.8" - "@smithy/util-endpoints": "npm:^3.2.4" - "@smithy/util-middleware": "npm:^4.2.4" - "@smithy/util-retry": "npm:^4.2.4" + "@smithy/util-defaults-mode-browser": "npm:^4.3.11" + "@smithy/util-defaults-mode-node": "npm:^4.2.14" + "@smithy/util-endpoints": "npm:^3.2.5" + "@smithy/util-middleware": "npm:^4.2.5" + "@smithy/util-retry": "npm:^4.2.5" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/60bc7049cd34c8aef62eee38b9a372a12c0f3ffc9bc93ae0ca156fa93bb2d97ca76870bbbb886e208ca98f7f53a9c16ceef5b9b62b5c95b2c36ecdc772e9f86a + checksum: 10c0/7cf09bee60c025ed86575f1f2a745a4cc58affb76b0c6dedcf91ee9aab7fc9ec193e3cff4a481e65142994ff405ac45e7ba986b1f162d9e818585690764fe1fe languageName: node linkType: hard @@ -989,24 +989,24 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/core@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/core@npm:3.928.0" +"@aws-sdk/core@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/core@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.922.0" - "@aws-sdk/xml-builder": "npm:3.921.0" - "@smithy/core": "npm:^3.17.2" - "@smithy/node-config-provider": "npm:^4.3.4" - "@smithy/property-provider": "npm:^4.2.4" - "@smithy/protocol-http": "npm:^5.3.4" - "@smithy/signature-v4": "npm:^5.3.4" - "@smithy/smithy-client": "npm:^4.9.2" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/xml-builder": "npm:3.930.0" + "@smithy/core": "npm:^3.18.5" + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/signature-v4": "npm:^5.3.5" + "@smithy/smithy-client": "npm:^4.9.8" + "@smithy/types": "npm:^4.9.0" "@smithy/util-base64": "npm:^4.3.0" - "@smithy/util-middleware": "npm:^4.2.4" + "@smithy/util-middleware": "npm:^4.2.5" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/c66f5e00c86cbfe65b1556840a2f43dd94b1d893b4b8d2093dc0afc8a005a0e64763ae8e5579257a0104cb4e5f596ffd4f7b3107b36c80cbc18d344138863670 + checksum: 10c0/fd1e194e9e9b4bac9d3a61d7044bfb85fa61e210a2f64cc92a6310dad5f6031920664525c138a60b09ada0d59655d1d4ffc415e633a9900a89cb04f7d7f240b4 languageName: node linkType: hard @@ -1023,16 +1023,16 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.928.0" +"@aws-sdk/credential-provider-env@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.928.0" - "@aws-sdk/types": "npm:3.922.0" - "@smithy/property-provider": "npm:^4.2.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/5bad32f40df13b839588242eaa03cd1018805d18bb5ada6553259549d6ad813a74c8567407b600d79e37acf77e62b19a856fec8613d1900ff809e2f8c3d00cf0 + checksum: 10c0/2a12b64625b75e8e0a533810f52ff19d67f5c17372bbbcf087664e8723a9938afd12af016cde7417441e5aa7759f7d96a39f8daeddeda1c2b89112bb77380ef8 languageName: node linkType: hard @@ -1054,21 +1054,21 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.928.0" +"@aws-sdk/credential-provider-http@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.928.0" - "@aws-sdk/types": "npm:3.922.0" - "@smithy/fetch-http-handler": "npm:^5.3.5" - "@smithy/node-http-handler": "npm:^4.4.4" - "@smithy/property-provider": "npm:^4.2.4" - "@smithy/protocol-http": "npm:^5.3.4" - "@smithy/smithy-client": "npm:^4.9.2" - "@smithy/types": "npm:^4.8.1" - "@smithy/util-stream": "npm:^4.5.5" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/fetch-http-handler": "npm:^5.3.6" + "@smithy/node-http-handler": "npm:^4.4.5" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/smithy-client": "npm:^4.9.8" + "@smithy/types": "npm:^4.9.0" + "@smithy/util-stream": "npm:^4.5.6" tslib: "npm:^2.6.2" - checksum: 10c0/669550600069acc76308ae325813066d9a21663ce9c1ec411d0309966d0c4c717cdd07b834e2c98cd974b3a7e43d2bc8f49cf17f3c9fab3ab7d6c04c087d53af + checksum: 10c0/692afe243b1077f75b01cb5eed74964931f88d4596c9e9f75c6b868f5564e5081f1a2c2b702d1f447a83d3c4423de3e56d550aa6c84f129d4ef4d2e7b41d69fb languageName: node linkType: hard @@ -1093,24 +1093,41 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.928.0" +"@aws-sdk/credential-provider-ini@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.936.0" + dependencies: + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/credential-provider-env": "npm:3.936.0" + "@aws-sdk/credential-provider-http": "npm:3.936.0" + "@aws-sdk/credential-provider-login": "npm:3.936.0" + "@aws-sdk/credential-provider-process": "npm:3.936.0" + "@aws-sdk/credential-provider-sso": "npm:3.936.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.936.0" + "@aws-sdk/nested-clients": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/credential-provider-imds": "npm:^4.2.5" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/shared-ini-file-loader": "npm:^4.4.0" + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/ff35034cbacca404dab5afc2c560bfe6ef3966846d4f62451eabec23b98e89def2522974ca193940ef2f0d6c6f3828f86a43a521665d8eb56cc16119ea273715 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-login@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-login@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.928.0" - "@aws-sdk/credential-provider-env": "npm:3.928.0" - "@aws-sdk/credential-provider-http": "npm:3.928.0" - "@aws-sdk/credential-provider-process": "npm:3.928.0" - "@aws-sdk/credential-provider-sso": "npm:3.928.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.928.0" - "@aws-sdk/nested-clients": "npm:3.928.0" - "@aws-sdk/types": "npm:3.922.0" - "@smithy/credential-provider-imds": "npm:^4.2.4" - "@smithy/property-provider": "npm:^4.2.4" - "@smithy/shared-ini-file-loader": "npm:^4.3.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/nested-clients": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/shared-ini-file-loader": "npm:^4.4.0" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/2627e058937824eaf848835f69d263462ba917df8c5a8adc68eb93caf8bfaa7fa182569a565473cfe06f8c32fae6dc7c67a504da275291c234608f7f62ac8c9b + checksum: 10c0/7b38c8a3fe4df64361e667233a35e38bf9c821b9412c7a6ff3a594a8ce1fc55220167a29a1c0e698db319712f5103eb173549903998fd5e1cce994202dbf078c languageName: node linkType: hard @@ -1134,23 +1151,23 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.928.0" +"@aws-sdk/credential-provider-node@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.936.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.928.0" - "@aws-sdk/credential-provider-http": "npm:3.928.0" - "@aws-sdk/credential-provider-ini": "npm:3.928.0" - "@aws-sdk/credential-provider-process": "npm:3.928.0" - "@aws-sdk/credential-provider-sso": "npm:3.928.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.928.0" - "@aws-sdk/types": "npm:3.922.0" - "@smithy/credential-provider-imds": "npm:^4.2.4" - "@smithy/property-provider": "npm:^4.2.4" - "@smithy/shared-ini-file-loader": "npm:^4.3.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/credential-provider-env": "npm:3.936.0" + "@aws-sdk/credential-provider-http": "npm:3.936.0" + "@aws-sdk/credential-provider-ini": "npm:3.936.0" + "@aws-sdk/credential-provider-process": "npm:3.936.0" + "@aws-sdk/credential-provider-sso": "npm:3.936.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/credential-provider-imds": "npm:^4.2.5" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/shared-ini-file-loader": "npm:^4.4.0" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/16f1e1bf4141384a05da7487301ad3c3d4264ffc1f15a3f670f15f1796fa91fe80aff1b4bc538936bc014d82df7111f56be0a32c2dccb69cbd57f5c15a4ca735 + checksum: 10c0/06d191fd5679a9fe0f7c6cd9695c15d250ea6a01c1401f299a9efb221f11c3097751aa02ec2a9ad08588d3aac50aa5d14a6e6c1ccfde0741e6a19a7dc2849624 languageName: node linkType: hard @@ -1168,17 +1185,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.928.0" +"@aws-sdk/credential-provider-process@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.928.0" - "@aws-sdk/types": "npm:3.922.0" - "@smithy/property-provider": "npm:^4.2.4" - "@smithy/shared-ini-file-loader": "npm:^4.3.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/shared-ini-file-loader": "npm:^4.4.0" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/1a95847e9d266e388c2b4a4c6758262ccb3a1679289ff92d307481ba162c8e8f648a40c7d1c04d753c920653b15930f58ea7cf9342cfa4654259e96af6727391 + checksum: 10c0/71d1c680be0b2e22d2cbd3e70cc1957e4d3f8137791ddcf29e3b46219d9c3dfb809c355c7dec50fc7f3763c4f3182504cba0e939b837fda22d82650679efca3e languageName: node linkType: hard @@ -1198,19 +1215,19 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.928.0" +"@aws-sdk/credential-provider-sso@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.936.0" dependencies: - "@aws-sdk/client-sso": "npm:3.928.0" - "@aws-sdk/core": "npm:3.928.0" - "@aws-sdk/token-providers": "npm:3.928.0" - "@aws-sdk/types": "npm:3.922.0" - "@smithy/property-provider": "npm:^4.2.4" - "@smithy/shared-ini-file-loader": "npm:^4.3.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/client-sso": "npm:3.936.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/token-providers": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/shared-ini-file-loader": "npm:^4.4.0" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/06c72586944ba5b8f5538b7f7179c373853d444e311db29e49af11e4b4db3e3a22a8724a04fb63ff8cf5f993020b4da96b347e0a72f513914ca5e5f131b487d6 + checksum: 10c0/0ef158e59790af455b0d58beda7cad753e83d0f21a0bbfd27d58f1214605ee74018c2e90b6cfe1e19c76156497378c5fecdc0aef5657e0d60059dec9e58dfd95 languageName: node linkType: hard @@ -1229,18 +1246,18 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.928.0" +"@aws-sdk/credential-provider-web-identity@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.928.0" - "@aws-sdk/nested-clients": "npm:3.928.0" - "@aws-sdk/types": "npm:3.922.0" - "@smithy/property-provider": "npm:^4.2.4" - "@smithy/shared-ini-file-loader": "npm:^4.3.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/nested-clients": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/shared-ini-file-loader": "npm:^4.4.0" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/659acb448f89bdbb90482f2b899206d861ef21b0844de0649c76867b57ebf16bc605d1a4b19bdfc06322e0404632c7bb4400bbbe5021faa4753776c209427f00 + checksum: 10c0/92691aedc9fa566a6ce5c1fe111ed7085173c04fcd6e9a2fca90c752475d4397f56c2faab37ddfb9af6eb79ee4c716adc27f298da32296a00b98d145940fd3b6 languageName: node linkType: hard @@ -1256,15 +1273,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.922.0": - version: 3.922.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.922.0" +"@aws-sdk/middleware-host-header@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.922.0" - "@smithy/protocol-http": "npm:^5.3.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/a3c0664b13bce6274ff67c809bc61553e178879842182064093b0e3628e91ade7555da2e29ca08d058125fc902a33601d0ed46d6a29f49f55d33f7a11166d1ba + checksum: 10c0/524221650f88650c4a9cc60f7ed1bdd215f4112e120ad75807ee9b51358a1016c867e0b696cae91256aac084fa091cb230b2f579388c4b59e680b8a3e2bc7d29 languageName: node linkType: hard @@ -1279,14 +1296,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.922.0": - version: 3.922.0 - resolution: "@aws-sdk/middleware-logger@npm:3.922.0" +"@aws-sdk/middleware-logger@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-logger@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.922.0" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/b9e24de778ba03b39e531e485b05d2ea8deaed6e1f69dea3b8e33c133c1fa350821edb1cc12193c799af513897012b6b9bcb449d16d6f847a921a553101896e6 + checksum: 10c0/9f94ae2f30a7b42d7423e3bee868e08d5ac1314e5ed9882fd5e457cb50ba87fcc7c859c0629210a64b1b9a595844988876a005c2a02f63c615ae19eee9baafba languageName: node linkType: hard @@ -1303,16 +1320,16 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.922.0": - version: 3.922.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.922.0" +"@aws-sdk/middleware-recursion-detection@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.922.0" - "@aws/lambda-invoke-store": "npm:^0.1.1" - "@smithy/protocol-http": "npm:^5.3.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/types": "npm:3.936.0" + "@aws/lambda-invoke-store": "npm:^0.2.0" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/9975b01a3ff28e2fb8cb29b252f2839c59efd72f84f0d50cf69d51617452741feb6d4d1fb7fdee929d1b3791fd7d98cb1cad16362ac35fee33d68e8868ce8ef2 + checksum: 10c0/3230f4868899d2c811231f1edf19c768feb2d250bace28644672a4ddf53c4fe1f7a88c3cbbafa2bade08cb685a60743fc8dfb70c893081a1805cc3e79e76244b languageName: node linkType: hard @@ -1331,18 +1348,18 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.928.0" +"@aws-sdk/middleware-user-agent@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.928.0" - "@aws-sdk/types": "npm:3.922.0" - "@aws-sdk/util-endpoints": "npm:3.922.0" - "@smithy/core": "npm:^3.17.2" - "@smithy/protocol-http": "npm:^5.3.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@smithy/core": "npm:^3.18.5" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/ae06a0c406d19620e1fef0b4dcd63a680a6716cddc85161d907435328dc9526f2169deffdd7c8168abc1c65c660ea4c70675066310cb178f3e177bb217cbb911 + checksum: 10c0/ef0fef610b48339bf6d7aaf862f435797a4d72e45291c2a056a8ac656178d64b5cbf89141916b3bf393b0e887e4ed812cfeea3b357afb0ab6bd8bf59ffdc02c6 languageName: node linkType: hard @@ -1392,49 +1409,49 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/nested-clients@npm:3.928.0" +"@aws-sdk/nested-clients@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/nested-clients@npm:3.936.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.928.0" - "@aws-sdk/middleware-host-header": "npm:3.922.0" - "@aws-sdk/middleware-logger": "npm:3.922.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.922.0" - "@aws-sdk/middleware-user-agent": "npm:3.928.0" - "@aws-sdk/region-config-resolver": "npm:3.925.0" - "@aws-sdk/types": "npm:3.922.0" - "@aws-sdk/util-endpoints": "npm:3.922.0" - "@aws-sdk/util-user-agent-browser": "npm:3.922.0" - "@aws-sdk/util-user-agent-node": "npm:3.928.0" - "@smithy/config-resolver": "npm:^4.4.2" - "@smithy/core": "npm:^3.17.2" - "@smithy/fetch-http-handler": "npm:^5.3.5" - "@smithy/hash-node": "npm:^4.2.4" - "@smithy/invalid-dependency": "npm:^4.2.4" - "@smithy/middleware-content-length": "npm:^4.2.4" - "@smithy/middleware-endpoint": "npm:^4.3.6" - "@smithy/middleware-retry": "npm:^4.4.6" - "@smithy/middleware-serde": "npm:^4.2.4" - "@smithy/middleware-stack": "npm:^4.2.4" - "@smithy/node-config-provider": "npm:^4.3.4" - "@smithy/node-http-handler": "npm:^4.4.4" - "@smithy/protocol-http": "npm:^5.3.4" - "@smithy/smithy-client": "npm:^4.9.2" - "@smithy/types": "npm:^4.8.1" - "@smithy/url-parser": "npm:^4.2.4" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/middleware-host-header": "npm:3.936.0" + "@aws-sdk/middleware-logger": "npm:3.936.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.936.0" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/region-config-resolver": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@aws-sdk/util-user-agent-browser": "npm:3.936.0" + "@aws-sdk/util-user-agent-node": "npm:3.936.0" + "@smithy/config-resolver": "npm:^4.4.3" + "@smithy/core": "npm:^3.18.5" + "@smithy/fetch-http-handler": "npm:^5.3.6" + "@smithy/hash-node": "npm:^4.2.5" + "@smithy/invalid-dependency": "npm:^4.2.5" + "@smithy/middleware-content-length": "npm:^4.2.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/middleware-retry": "npm:^4.4.12" + "@smithy/middleware-serde": "npm:^4.2.6" + "@smithy/middleware-stack": "npm:^4.2.5" + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/node-http-handler": "npm:^4.4.5" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/smithy-client": "npm:^4.9.8" + "@smithy/types": "npm:^4.9.0" + "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.5" - "@smithy/util-defaults-mode-node": "npm:^4.2.8" - "@smithy/util-endpoints": "npm:^3.2.4" - "@smithy/util-middleware": "npm:^4.2.4" - "@smithy/util-retry": "npm:^4.2.4" + "@smithy/util-defaults-mode-browser": "npm:^4.3.11" + "@smithy/util-defaults-mode-node": "npm:^4.2.14" + "@smithy/util-endpoints": "npm:^3.2.5" + "@smithy/util-middleware": "npm:^4.2.5" + "@smithy/util-retry": "npm:^4.2.5" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/e4aa18f68ea18cb9c1969655ef0a6cb77bddc08f6ef1f90353fa11699d3ace0754a12addcfeee98dec13a7f483cfe1cf0c2d03b9c072e6f27d902e784ce047e5 + checksum: 10c0/0b7bc80fb6b14872e0d559c39b0c7ed24b9b9709c30d8254370044cb2dfa835bbb96fb46499b152c52cf36f1e82932317291435a7af18b4e50d7d582be37d7ad languageName: node linkType: hard @@ -1452,16 +1469,16 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.925.0": - version: 3.925.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.925.0" +"@aws-sdk/region-config-resolver@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.922.0" - "@smithy/config-resolver": "npm:^4.4.2" - "@smithy/node-config-provider": "npm:^4.3.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/config-resolver": "npm:^4.4.3" + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/6695e766349778f8b94851371e898827c66139b8146f98be7de22153ea4895456901870a977f51b409ba6c01e32dced203828a45719dd8ccf3c1193ccd534164 + checksum: 10c0/67ecf8f3575abe5c6b802afd6d8ba73ce54a97e6ff613eee36c4536a61ecfc732e2ac3a938829275122c4e645b40c0838c9a3904cebf6fc6d229c149e623a7f3 languageName: node linkType: hard @@ -1480,18 +1497,18 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/token-providers@npm:3.928.0" +"@aws-sdk/token-providers@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/token-providers@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.928.0" - "@aws-sdk/nested-clients": "npm:3.928.0" - "@aws-sdk/types": "npm:3.922.0" - "@smithy/property-provider": "npm:^4.2.4" - "@smithy/shared-ini-file-loader": "npm:^4.3.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/nested-clients": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/shared-ini-file-loader": "npm:^4.4.0" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/fac6cb51db91c89c564a05ead60ca6ef755065c339f01d01a3173c04c7779ad3fa4cf9099c3463fc2f13531c512c979c74acb11a26628678c4f0a9ec67e539f2 + checksum: 10c0/dbc40d1d03a670c8c14401f94e76d6824cc6a56e1c2241b19cda45afe81a6c6a42ca20420afe5d5092c78c1aa197ccafb4fa755a911a09eed6fac63a8afdd388 languageName: node linkType: hard @@ -1505,7 +1522,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/types@npm:3.922.0, @aws-sdk/types@npm:^3.222.0": +"@aws-sdk/types@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/types@npm:3.936.0" + dependencies: + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/6f7eeabd0ada675b3b8e969d512f7ce29602a1dd6af154e3d6977f0a6f03084ca3be9498d091142369636a7b7d9f1b22e58156c741d1d088c4939581848054bb + languageName: node + linkType: hard + +"@aws-sdk/types@npm:^3.222.0": version: 3.922.0 resolution: "@aws-sdk/types@npm:3.922.0" dependencies: @@ -1528,16 +1555,16 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.922.0": - version: 3.922.0 - resolution: "@aws-sdk/util-endpoints@npm:3.922.0" +"@aws-sdk/util-endpoints@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/util-endpoints@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.922.0" - "@smithy/types": "npm:^4.8.1" - "@smithy/url-parser": "npm:^4.2.4" - "@smithy/util-endpoints": "npm:^3.2.4" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/types": "npm:^4.9.0" + "@smithy/url-parser": "npm:^4.2.5" + "@smithy/util-endpoints": "npm:^3.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/77ef513c32954942f070c5d1c96be537d5f5e55e785af492094177124006f908cd82f1c299a3db37c4b496d5127680d370be1c845a9f1e6ecd8c62e228e43985 + checksum: 10c0/13b1ae923ea8c09cb8ea91e7fec6d4c3138300140a23a437348dea826f50c00bf1331d4b1b1169232bedb311cbc3cc51284bd8d57820d9b028f928d06c61573f languageName: node linkType: hard @@ -1562,15 +1589,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.922.0": - version: 3.922.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.922.0" +"@aws-sdk/util-user-agent-browser@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.922.0" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/types": "npm:^4.9.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/5a425f27c0b873fe039a3c042710384829d474aba832026d9b082d21d469300b0d6418eddff0d4fd77ba1971a3c526c39917a20fb7531ad0bfae40595f27baa7 + checksum: 10c0/5dec40c3ca7cfe0779cadcd8c67d8aa174a385bd38ebe0c54b01b2554c833519dd2714f68aa1809d5268d8614167f3187199f5f28559a2992cc5a5a816458e64 languageName: node linkType: hard @@ -1592,21 +1619,21 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.928.0": - version: 3.928.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.928.0" +"@aws-sdk/util-user-agent-node@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.936.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.928.0" - "@aws-sdk/types": "npm:3.922.0" - "@smithy/node-config-provider": "npm:^4.3.4" - "@smithy/types": "npm:^4.8.1" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/3cef9f4f5c4af81f30dc628997758ad446e29cd6c09d664aec07ed00b8339887c89ef0e2fc3bbb8b16fdfa0e981bf30dd15ab8f9ae8da6df26f280216f7cef5e + checksum: 10c0/727ce52a013513b68ad85c6ae08614a983f55fd96825fc531053d726e69e225ccfb71e35cf341a9e2d20086c6d915c342da809d142151e7e32248f679a1653aa languageName: node linkType: hard @@ -1621,14 +1648,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.921.0": - version: 3.921.0 - resolution: "@aws-sdk/xml-builder@npm:3.921.0" +"@aws-sdk/xml-builder@npm:3.930.0": + version: 3.930.0 + resolution: "@aws-sdk/xml-builder@npm:3.930.0" dependencies: - "@smithy/types": "npm:^4.8.1" + "@smithy/types": "npm:^4.9.0" fast-xml-parser: "npm:5.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/83c1e24e1a81f6e102d55f31373a38eeedd59baf2ee7c9d83287ac5880624b436f1d762757956853f3922980db322d0121c4f6a1b090e94c78c339d39400d9aa + checksum: 10c0/f46b8544ef54083944c179e85e3468023f5b960354f0c4e0c5261918c42d6a56a23807d3c88a73fe982b38f40e5d4e7e9e6885ebad7fec0df7be83dc7596abb6 languageName: node linkType: hard @@ -1639,10 +1666,10 @@ __metadata: languageName: node linkType: hard -"@aws/lambda-invoke-store@npm:^0.1.1": - version: 0.1.1 - resolution: "@aws/lambda-invoke-store@npm:0.1.1" - checksum: 10c0/27c90d9af7cca7ff4870e87dc303516e6d09ebe18f5fa13813397cd6a37fd26cf3ff1715469e3c5323fea0404a55c110f35e21bcc3ea595a4f6ba6406ea1f103 +"@aws/lambda-invoke-store@npm:^0.2.0": + version: 0.2.1 + resolution: "@aws/lambda-invoke-store@npm:0.2.1" + checksum: 10c0/7fdfd6e4b175d36dae522556efc51b0f7445af3d55e516acee0f4e52946833ec9655be45cb3bdefec5974c0c6e5bcca3ad1bce7d397eb5f7a2393623867fb4b2 languageName: node linkType: hard @@ -4496,28 +4523,15 @@ __metadata: languageName: node linkType: hard -"@envelop/disable-introspection@npm:^8.0.0": - version: 8.0.0 - resolution: "@envelop/disable-introspection@npm:8.0.0" - dependencies: - tslib: "npm:^2.5.0" - peerDependencies: - "@envelop/core": ^5.3.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 - checksum: 10c0/e82386ffa688a421ac863ccecf6536c5782d6ca231c7fae28f79536d489f991e83f8acd3c160d10f6585b9f39b3ff6aebb940ff65acb14c159c47fa0d7dd4018 - languageName: node - linkType: hard - -"@envelop/extended-validation@npm:^6.1.0": - version: 6.1.0 - resolution: "@envelop/extended-validation@npm:6.1.0" +"@envelop/disable-introspection@npm:^9.0.0": + version: 9.0.0 + resolution: "@envelop/disable-introspection@npm:9.0.0" dependencies: - "@graphql-tools/utils": "npm:^10.0.0" tslib: "npm:^2.5.0" peerDependencies: - "@envelop/core": ^5.3.2 + "@envelop/core": ^5.4.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 - checksum: 10c0/0b44a393e69dec354f6babd9f33d780d1256418dafb2953d54e187c8f7c3615c70b3bfa4aff834bff1d30783003c174f27afff17c180febf139c1336ccc91115 + checksum: 10c0/b3ab079960c8e711f1afc7aefbab33a9798160e9cd51761aeafd09bddfc9f57b363f1d77f4605f20167be8df17853d0326eb613f552654f4413f9ba8d1148b26 languageName: node linkType: hard @@ -4534,19 +4548,19 @@ __metadata: languageName: node linkType: hard -"@envelop/generic-auth@npm:^10.0.1": - version: 10.0.1 - resolution: "@envelop/generic-auth@npm:10.0.1" +"@envelop/generic-auth@npm:^11.0.0": + version: 11.0.0 + resolution: "@envelop/generic-auth@npm:11.0.0" dependencies: - "@envelop/extended-validation": "npm:^6.1.0" + "@envelop/extended-validation": "npm:^7.0.0" "@graphql-tools/executor": "npm:^1.3.6" "@graphql-tools/utils": "npm:^10.5.1" "@whatwg-node/promise-helpers": "npm:^1.2.1" tslib: "npm:^2.5.0" peerDependencies: - "@envelop/core": ^5.3.2 + "@envelop/core": ^5.4.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 - checksum: 10c0/0befd12cf9b9ced5a0df623573e41176f5f47bb09409ddefa258eaf9c3fe4d7e9e9da90c3dc8218c606c3e9428e83163125d847d72d6acdc832c270c189c59d0 + checksum: 10c0/828af7788b94684744f7559ae40c7d2a5ceefbd2a356a30b1a6c39fb6d2e5f6e33671ee508791b2fb8364475f5314db26d2ebdd0b0f4c5f8dcf0e9f199f57e29 languageName: node linkType: hard @@ -5158,7 +5172,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples-v1-next/hive-example-my-graphql@workspace:examples/v1-next/hive-example/my-graphql" dependencies: - "@graphql-hive/cli": "npm:0.53.2" + "@graphql-hive/cli": "npm:0.53.4" graphql: "npm:16.12.0" graphql-yoga: "npm:^5.13.4" languageName: unknown @@ -5168,7 +5182,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples-v1-next/hive-example-my-rest@workspace:examples/v1-next/hive-example/my-rest" dependencies: - "@graphql-hive/cli": "npm:0.53.2" + "@graphql-hive/cli": "npm:0.53.4" "@graphql-mesh/compose-cli": "workspace:*" "@omnigraph/openapi": "workspace:*" fets: "npm:0.8.5" @@ -5520,7 +5534,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hive-example-sources-authors@workspace:examples/hive-example/sources/authors" dependencies: - "@graphql-hive/cli": "npm:0.53.2" + "@graphql-hive/cli": "npm:0.53.4" "@graphql-mesh/cli": "npm:0.100.19" "@graphql-mesh/openapi": "npm:0.109.24" "@types/node": "npm:^24.4.0" @@ -5535,7 +5549,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hive-example-sources-books@workspace:examples/hive-example/sources/books" dependencies: - "@graphql-hive/cli": "npm:0.53.2" + "@graphql-hive/cli": "npm:0.53.4" "@graphql-mesh/cli": "npm:0.100.19" "@graphql-mesh/openapi": "npm:0.109.24" "@types/node": "npm:^24.4.0" @@ -6502,11 +6516,11 @@ __metadata: languageName: node linkType: hard -"@graphql-hive/cli@npm:0.53.2": - version: 0.53.2 - resolution: "@graphql-hive/cli@npm:0.53.2" +"@graphql-hive/cli@npm:0.53.4": + version: 0.53.4 + resolution: "@graphql-hive/cli@npm:0.53.4" dependencies: - "@graphql-hive/core": "npm:0.13.2" + "@graphql-hive/core": "npm:0.15.0" "@graphql-inspector/core": "npm:6.4.1" "@graphql-tools/code-file-loader": "npm:~8.1.0" "@graphql-tools/graphql-file-loader": "npm:~8.1.0" @@ -6528,11 +6542,63 @@ __metadata: zod: "npm:3.25.76" bin: hive: bin/run - checksum: 10c0/f6500400ebb31e0f8f8b0f0e4b96eeb144fa790b6770978e270fcc6cd02ca8132e96edcafd3928a973d5fe48beaec69f883a06d86c362f5e05cc2b099d41c38c + checksum: 10c0/340b2891f764e1dc71985cae20d44fb5c17fa600ed2f576649d7739d5e20ec5568c561282ec48b4a5cef9434a166ff5e977e8efb18fdc27c86ea6c916c063a09 + languageName: node + linkType: hard + +"@graphql-hive/core@npm:0.14.0": + version: 0.14.0 + resolution: "@graphql-hive/core@npm:0.14.0" + dependencies: + "@graphql-tools/utils": "npm:^10.0.0" + "@whatwg-node/fetch": "npm:^0.10.6" + async-retry: "npm:^1.3.3" + js-md5: "npm:0.8.3" + lodash.sortby: "npm:^4.7.0" + tiny-lru: "npm:^8.0.2" + peerDependencies: + graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + checksum: 10c0/a88b3d44addeb9e878e1590c10cda220e7342d1c2dab16a1c69f11891d963d5823cc0a3144d4eeded3e0b9d132a8684eceb1902146821720adc3723dce0bc1c4 languageName: node linkType: hard -"@graphql-hive/core@npm:0.13.2, @graphql-hive/core@npm:^0.13.0": +"@graphql-hive/core@npm:0.15.0, @graphql-hive/core@npm:^0.15.0": + version: 0.15.0 + resolution: "@graphql-hive/core@npm:0.15.0" + dependencies: + "@graphql-hive/signal": "npm:^2.0.0" + "@graphql-tools/utils": "npm:^10.0.0" + "@whatwg-node/fetch": "npm:^0.10.6" + async-retry: "npm:^1.3.3" + events: "npm:^3.3.0" + js-md5: "npm:0.8.3" + lodash.sortby: "npm:^4.7.0" + tiny-lru: "npm:^8.0.2" + peerDependencies: + graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + checksum: 10c0/de8dd43d8b1216977556726344562c6273308706cd8f7e22a3197eef89836a8540eb0d16dae31b022d6ed23e77010db4b1b8dc96e412f2957bef0c03f32799c1 + languageName: node + linkType: hard + +"@graphql-hive/core@npm:0.15.1, @graphql-hive/core@npm:^0.15.1": + version: 0.15.1 + resolution: "@graphql-hive/core@npm:0.15.1" + dependencies: + "@graphql-hive/signal": "npm:^2.0.0" + "@graphql-tools/utils": "npm:^10.0.0" + "@whatwg-node/fetch": "npm:^0.10.13" + async-retry: "npm:^1.3.3" + events: "npm:^3.3.0" + js-md5: "npm:0.8.3" + lodash.sortby: "npm:^4.7.0" + tiny-lru: "npm:^8.0.2" + peerDependencies: + graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + checksum: 10c0/53db4014cc7517c55050f71b7aafa32c157f8c11036ba96f9a03f736dd0a7ea859af7ca2ae2f53471e188856d227d92c362766eaa9347e485134036f63a88912 + languageName: node + linkType: hard + +"@graphql-hive/core@npm:^0.13.2": version: 0.13.2 resolution: "@graphql-hive/core@npm:0.13.2" dependencies: @@ -6548,88 +6614,88 @@ __metadata: languageName: node linkType: hard -"@graphql-hive/gateway-runtime@npm:^2.0.0, @graphql-hive/gateway-runtime@npm:^2.3.4": - version: 2.3.4 - resolution: "@graphql-hive/gateway-runtime@npm:2.3.4" +"@graphql-hive/gateway-runtime@npm:^2.0.0, @graphql-hive/gateway-runtime@npm:^2.3.5": + version: 2.3.5 + resolution: "@graphql-hive/gateway-runtime@npm:2.3.5" dependencies: "@envelop/core": "npm:^5.4.0" - "@envelop/disable-introspection": "npm:^8.0.0" - "@envelop/generic-auth": "npm:^10.0.1" + "@envelop/disable-introspection": "npm:^9.0.0" + "@envelop/generic-auth": "npm:^11.0.0" "@envelop/instrumentation": "npm:^1.0.0" - "@graphql-hive/core": "npm:^0.13.0" - "@graphql-hive/logger": "npm:^1.0.8" + "@graphql-hive/core": "npm:^0.13.2" + "@graphql-hive/logger": "npm:^1.0.9" "@graphql-hive/pubsub": "npm:^2.1.1" "@graphql-hive/signal": "npm:^2.0.0" - "@graphql-hive/yoga": "npm:^0.42.2" + "@graphql-hive/yoga": "npm:^0.42.4" "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/fusion-runtime": "npm:^1.5.0" - "@graphql-mesh/hmac-upstream-signature": "npm:^2.0.7" + "@graphql-mesh/fusion-runtime": "npm:^1.5.1" + "@graphql-mesh/hmac-upstream-signature": "npm:^2.0.8" "@graphql-mesh/plugin-response-cache": "npm:^0.104.18" - "@graphql-mesh/transport-common": "npm:^1.0.11" + "@graphql-mesh/transport-common": "npm:^1.0.12" "@graphql-mesh/types": "npm:^0.104.16" "@graphql-mesh/utils": "npm:^0.104.16" - "@graphql-tools/batch-delegate": "npm:^10.0.4" - "@graphql-tools/delegate": "npm:^11.1.2" - "@graphql-tools/executor-common": "npm:^1.0.4" - "@graphql-tools/executor-http": "npm:^3.0.6" - "@graphql-tools/federation": "npm:^4.2.2" - "@graphql-tools/stitch": "npm:^10.1.2" - "@graphql-tools/utils": "npm:^10.10.1" - "@graphql-tools/wrap": "npm:^11.0.4" + "@graphql-tools/batch-delegate": "npm:^10.0.5" + "@graphql-tools/delegate": "npm:^11.1.3" + "@graphql-tools/executor-common": "npm:^1.0.5" + "@graphql-tools/executor-http": "npm:^3.0.7" + "@graphql-tools/federation": "npm:^4.2.3" + "@graphql-tools/stitch": "npm:^10.1.3" + "@graphql-tools/utils": "npm:^10.10.3" + "@graphql-tools/wrap": "npm:^11.0.5" "@graphql-yoga/plugin-apollo-usage-report": "npm:^0.11.2" "@graphql-yoga/plugin-csrf-prevention": "npm:^3.16.2" "@graphql-yoga/plugin-defer-stream": "npm:^3.16.2" "@graphql-yoga/plugin-persisted-operations": "npm:^3.16.2" - "@types/node": "npm:^24.10.0" + "@types/node": "npm:^24.10.1" "@whatwg-node/disposablestack": "npm:^0.0.6" "@whatwg-node/promise-helpers": "npm:^1.3.2" - "@whatwg-node/server": "npm:^0.10.15" + "@whatwg-node/server": "npm:^0.10.17" "@whatwg-node/server-plugin-cookies": "npm:^1.0.5" graphql-ws: "npm:^6.0.6" graphql-yoga: "npm:^5.16.2" tslib: "npm:^2.8.1" peerDependencies: graphql: ^15.9.0 || ^16.9.0 - checksum: 10c0/d7ab146c8e2d3045b732eb3abacf54f13a2efbe6bd7d2b196ca0fe3a7af3fcfe66fcb187a6c78f00d58a6fad9e59bfd1949e5aff6f51f24ae859488ba676dee1 + checksum: 10c0/e9c943e799cbdd767d422537c21e98fa7448d968beb2dbd53c9a0797e74c8d537cad3e80048feb5c4a0cfc811d9a72e01c0b93445f12609bc5434e0237076a9d languageName: node linkType: hard "@graphql-hive/gateway@npm:^2.0.0": - version: 2.1.16 - resolution: "@graphql-hive/gateway@npm:2.1.16" + version: 2.1.18 + resolution: "@graphql-hive/gateway@npm:2.1.18" dependencies: "@commander-js/extra-typings": "npm:^14.0.0" "@envelop/core": "npm:^5.4.0" "@escape.tech/graphql-armor-block-field-suggestions": "npm:^3.0.0" "@escape.tech/graphql-armor-max-depth": "npm:^2.4.2" "@escape.tech/graphql-armor-max-tokens": "npm:^2.5.0" - "@graphql-hive/gateway-runtime": "npm:^2.3.4" + "@graphql-hive/gateway-runtime": "npm:^2.3.5" "@graphql-hive/importer": "npm:^2.0.0" - "@graphql-hive/logger": "npm:^1.0.8" - "@graphql-hive/plugin-aws-sigv4": "npm:^2.0.16" - "@graphql-hive/plugin-opentelemetry": "npm:^1.1.2" + "@graphql-hive/logger": "npm:^1.0.9" + "@graphql-hive/plugin-aws-sigv4": "npm:^2.0.17" + "@graphql-hive/plugin-opentelemetry": "npm:^1.2.0" "@graphql-hive/pubsub": "npm:^2.1.1" "@graphql-mesh/cache-cfw-kv": "npm:^0.105.16" "@graphql-mesh/cache-localforage": "npm:^0.105.17" "@graphql-mesh/cache-redis": "npm:^0.105.2" "@graphql-mesh/cache-upstash-redis": "npm:^0.1.16" "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/hmac-upstream-signature": "npm:^2.0.7" + "@graphql-mesh/hmac-upstream-signature": "npm:^2.0.8" "@graphql-mesh/plugin-http-cache": "npm:^0.105.17" "@graphql-mesh/plugin-jit": "npm:^0.2.16" "@graphql-mesh/plugin-jwt-auth": "npm:^2.0.9" - "@graphql-mesh/plugin-prometheus": "npm:^2.1.2" + "@graphql-mesh/plugin-prometheus": "npm:^2.1.4" "@graphql-mesh/plugin-rate-limit": "npm:^0.105.5" "@graphql-mesh/plugin-snapshot": "npm:^0.104.16" - "@graphql-mesh/transport-http": "npm:^1.0.11" - "@graphql-mesh/transport-http-callback": "npm:^1.0.11" - "@graphql-mesh/transport-ws": "npm:^2.0.11" + "@graphql-mesh/transport-http": "npm:^1.0.12" + "@graphql-mesh/transport-http-callback": "npm:^1.0.12" + "@graphql-mesh/transport-ws": "npm:^2.0.12" "@graphql-mesh/types": "npm:^0.104.16" "@graphql-mesh/utils": "npm:^0.104.16" - "@graphql-tools/code-file-loader": "npm:^8.1.24" - "@graphql-tools/graphql-file-loader": "npm:^8.1.4" - "@graphql-tools/load": "npm:^8.1.4" - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/code-file-loader": "npm:^8.1.26" + "@graphql-tools/graphql-file-loader": "npm:^8.1.6" + "@graphql-tools/load": "npm:^8.1.6" + "@graphql-tools/utils": "npm:^10.10.3" "@graphql-yoga/render-graphiql": "npm:^5.16.2" "@opentelemetry/api": "npm:^1.9.0" "@opentelemetry/api-logs": "npm:^0.208.0" @@ -6654,7 +6720,7 @@ __metadata: graphql: ^15.9.0 || ^16.9.0 bin: hive-gateway: ./dist/bin.js - checksum: 10c0/6acba3086b5468f468268362ad927e5dac6c0f5ccad92796406e654a6733f9791860ba9a941e688f84a0ce4dc99acf60129334d6ba9e5b3f07d53ee8f3799cd4 + checksum: 10c0/fcaef0bb158e368000ff00f08e5453ca714789570404e69ad45be5dc891b8e771e2220e5cd088d7ff9153dd1636153143675d2cfb138224b57ce220d35c37617 languageName: node linkType: hard @@ -6665,11 +6731,11 @@ __metadata: languageName: node linkType: hard -"@graphql-hive/logger@npm:^1.0.8": - version: 1.0.8 - resolution: "@graphql-hive/logger@npm:1.0.8" +"@graphql-hive/logger@npm:^1.0.9": + version: 1.0.9 + resolution: "@graphql-hive/logger@npm:1.0.9" peerDependencies: - "@logtape/logtape": ^1.1.2 + "@logtape/logtape": ^1.2.0 pino: ^9.13.0 || ^10.0.0 peerDependenciesMeta: "@logtape/logtape": @@ -6678,37 +6744,37 @@ __metadata: optional: true winston: optional: true - checksum: 10c0/99869717979eba3328fbf5daf2452df43356290d1f9ff65ec52096d43e19ec624d5dc6678d91dd15ca034a7f2230f7788e1ebd69a59e9ed7e66793fde75e8f5c + checksum: 10c0/a03556fafc6c4b53322bb3bde0415955aff7ed9810139879da5bae628c14be5dbcb4cfcc8d26ec403f77fb7a4df4ba9878d8ed1f6abcca4e0467c7f94ba91867 languageName: node linkType: hard -"@graphql-hive/plugin-aws-sigv4@npm:^2.0.16": - version: 2.0.16 - resolution: "@graphql-hive/plugin-aws-sigv4@npm:2.0.16" +"@graphql-hive/plugin-aws-sigv4@npm:^2.0.17": + version: 2.0.17 + resolution: "@graphql-hive/plugin-aws-sigv4@npm:2.0.17" dependencies: - "@aws-sdk/client-sts": "npm:^3.927.0" - "@graphql-mesh/fusion-runtime": "npm:^1.5.0" + "@aws-sdk/client-sts": "npm:^3.931.0" + "@graphql-mesh/fusion-runtime": "npm:^1.5.1" "@whatwg-node/promise-helpers": "npm:^1.3.2" aws4: "npm:1.13.2" tslib: "npm:^2.8.1" peerDependencies: graphql: ^15.9.0 || ^16.9.0 - checksum: 10c0/39b1328b745272ee377f08e7557313e64e20220076288827ec8547f22e21ba11dd5e5d3dfe23890f741955b1a95c1ff539d53eaa21f6362f109522c34946ca22 + checksum: 10c0/e7edf92d42e259cb09e70911ca0d27597cdb80732e875557302dfc85b23832d84aa12f78487d016a1e465c549b2145b0c0c7c68b69e880158ec05a0621a52703 languageName: node linkType: hard -"@graphql-hive/plugin-opentelemetry@npm:^1.1.2": - version: 1.1.2 - resolution: "@graphql-hive/plugin-opentelemetry@npm:1.1.2" +"@graphql-hive/plugin-opentelemetry@npm:^1.2.0": + version: 1.2.0 + resolution: "@graphql-hive/plugin-opentelemetry@npm:1.2.0" dependencies: - "@graphql-hive/core": "npm:^0.13.0" - "@graphql-hive/gateway-runtime": "npm:^2.3.4" - "@graphql-hive/logger": "npm:^1.0.8" + "@graphql-hive/core": "npm:^0.13.2" + "@graphql-hive/gateway-runtime": "npm:^2.3.5" + "@graphql-hive/logger": "npm:^1.0.9" "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/transport-common": "npm:^1.0.11" + "@graphql-mesh/transport-common": "npm:^1.0.12" "@graphql-mesh/types": "npm:^0.104.16" "@graphql-mesh/utils": "npm:^0.104.16" - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/utils": "npm:^10.10.3" "@opentelemetry/api": "npm:^1.9.0" "@opentelemetry/api-logs": "npm:^0.208.0" "@opentelemetry/auto-instrumentations-node": "npm:^0.67.0" @@ -6726,7 +6792,7 @@ __metadata: tslib: "npm:^2.8.1" peerDependencies: graphql: ^15.9.0 || ^16.9.0 - checksum: 10c0/261bc90a346b3b9d6cd8872551eb33e1594519f12216cc13058fc538f1d7e2b9faa5ba5743ea2f5579b4d394a51b47d55e496b707b91986516164894817d6b24 + checksum: 10c0/1550b25d30f0684df8ec396bbaf0fda34f95d9d29f739f89cd65b61c7558f71a638fbeb6c692acfc8348beb268842078a794b116b9e265dbc0676d795915a8c4 languageName: node linkType: hard @@ -6782,16 +6848,29 @@ __metadata: languageName: node linkType: hard -"@graphql-hive/yoga@npm:^0.42.0, @graphql-hive/yoga@npm:^0.42.2": - version: 0.42.4 - resolution: "@graphql-hive/yoga@npm:0.42.4" +"@graphql-hive/yoga@npm:^0.42.4": + version: 0.42.5 + resolution: "@graphql-hive/yoga@npm:0.42.5" + dependencies: + "@graphql-hive/core": "npm:0.14.0" + "@graphql-yoga/plugin-persisted-operations": "npm:^3.9.0" + peerDependencies: + graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql-yoga: ^5.10.8 + checksum: 10c0/e60469e37972c4f8062a5ece4138f53e82fd93e1efbd333f0fad5b44620a097faca8ed55a01bbae2a67336002a312c6186b01f3bccb62ba4ce8435e9e81c2bd9 + languageName: node + linkType: hard + +"@graphql-hive/yoga@npm:^0.43.1": + version: 0.43.1 + resolution: "@graphql-hive/yoga@npm:0.43.1" dependencies: - "@graphql-hive/core": "npm:0.13.2" + "@graphql-hive/core": "npm:0.15.1" "@graphql-yoga/plugin-persisted-operations": "npm:^3.9.0" peerDependencies: graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-yoga: ^5.10.8 - checksum: 10c0/24765daf705d3d3279215cd0ade2b116972479cb5f80f71a0b9069bae00047afe0aa42ce643d3339c73b51cd89cd48719faa7c16dbc18466771faa731160408e + checksum: 10c0/88f5569d814a5c429375ba68dde6ebf766dad1bacdf862f7b1ef0a6b7259cc18584bd4f55cd602f092eec69d38d03331db990af6f8a699d880113af79338a3c0 languageName: node linkType: hard @@ -7079,33 +7158,33 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/fusion-runtime@npm:^1.0.0, @graphql-mesh/fusion-runtime@npm:^1.5.0": - version: 1.5.0 - resolution: "@graphql-mesh/fusion-runtime@npm:1.5.0" +"@graphql-mesh/fusion-runtime@npm:^1.0.0, @graphql-mesh/fusion-runtime@npm:^1.5.1": + version: 1.5.1 + resolution: "@graphql-mesh/fusion-runtime@npm:1.5.1" dependencies: "@envelop/core": "npm:^5.4.0" "@envelop/instrumentation": "npm:^1.0.0" - "@graphql-hive/logger": "npm:^1.0.8" + "@graphql-hive/logger": "npm:^1.0.9" "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/transport-common": "npm:^1.0.11" + "@graphql-mesh/transport-common": "npm:^1.0.12" "@graphql-mesh/types": "npm:^0.104.16" "@graphql-mesh/utils": "npm:^0.104.16" - "@graphql-tools/batch-execute": "npm:^10.0.3" - "@graphql-tools/delegate": "npm:^11.1.2" - "@graphql-tools/executor": "npm:^1.4.11" - "@graphql-tools/federation": "npm:^4.2.2" - "@graphql-tools/merge": "npm:^9.1.3" - "@graphql-tools/stitch": "npm:^10.1.2" - "@graphql-tools/stitching-directives": "npm:^4.0.4" - "@graphql-tools/utils": "npm:^10.10.1" - "@graphql-tools/wrap": "npm:^11.0.4" + "@graphql-tools/batch-execute": "npm:^10.0.4" + "@graphql-tools/delegate": "npm:^11.1.3" + "@graphql-tools/executor": "npm:^1.4.13" + "@graphql-tools/federation": "npm:^4.2.3" + "@graphql-tools/merge": "npm:^9.1.5" + "@graphql-tools/stitch": "npm:^10.1.3" + "@graphql-tools/stitching-directives": "npm:^4.0.5" + "@graphql-tools/utils": "npm:^10.10.3" + "@graphql-tools/wrap": "npm:^11.0.5" "@whatwg-node/disposablestack": "npm:^0.0.6" "@whatwg-node/promise-helpers": "npm:^1.3.2" graphql-yoga: "npm:^5.16.2" tslib: "npm:^2.8.1" peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10c0/7cf82389640a2709f46f0f64c91d1f365b785a50d33aa2060c9917e957be26b4428f327f0afd0cf25251d32a1ace104167196c5615cdd10a01397d4dbafb5956 + checksum: 10c0/b9bcf12912e71afb67d574d7b247350fdf6f44949a95ff7590e7069e8618ea6c57c85b4d2c9d213c3310e485a34c0019c04b12186597d30c639fd2723c69bf96 languageName: node linkType: hard @@ -7148,21 +7227,21 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/hmac-upstream-signature@npm:^2.0.7": - version: 2.0.7 - resolution: "@graphql-mesh/hmac-upstream-signature@npm:2.0.7" +"@graphql-mesh/hmac-upstream-signature@npm:^2.0.8": + version: 2.0.8 + resolution: "@graphql-mesh/hmac-upstream-signature@npm:2.0.8" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/types": "npm:^0.104.16" "@graphql-mesh/utils": "npm:^0.104.16" - "@graphql-tools/executor-common": "npm:^1.0.4" - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/executor-common": "npm:^1.0.5" + "@graphql-tools/utils": "npm:^10.10.3" "@whatwg-node/promise-helpers": "npm:^1.3.2" json-stable-stringify: "npm:^1.1.1" tslib: "npm:^2.8.1" peerDependencies: graphql: ^15.9.0 || ^16.9.0 - checksum: 10c0/a6ad2e972c813ae5f45a0658f6ef3a9d227d9f3b84999d12e21d4abe7fdd7d73a648602d7410ea02daf3a950595d1440c6028277856a12db039ae0de38d0db94 + checksum: 10c0/23eb216befa3f89401ee2ddd83aa1f1e21ae0a85390814bb5b592f573fba78f7db7e15f6199db31b216fe19844548fd6840084606c29c415493c9d7c0bc214f6 languageName: node linkType: hard @@ -7380,8 +7459,8 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-hive@workspace:packages/plugins/hive" dependencies: - "@graphql-hive/core": "npm:^0.13.0" - "@graphql-hive/yoga": "npm:^0.42.0" + "@graphql-hive/core": "npm:^0.15.1" + "@graphql-hive/yoga": "npm:^0.43.1" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.9" "@graphql-mesh/types": "npm:^0.104.16" @@ -7552,23 +7631,23 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/plugin-prometheus@npm:^2.1.2": - version: 2.1.2 - resolution: "@graphql-mesh/plugin-prometheus@npm:2.1.2" +"@graphql-mesh/plugin-prometheus@npm:^2.1.4": + version: 2.1.4 + resolution: "@graphql-mesh/plugin-prometheus@npm:2.1.4" dependencies: - "@graphql-hive/gateway-runtime": "npm:^2.3.4" - "@graphql-hive/logger": "npm:^1.0.8" + "@graphql-hive/gateway-runtime": "npm:^2.3.5" + "@graphql-hive/logger": "npm:^1.0.9" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/types": "npm:^0.104.16" "@graphql-mesh/utils": "npm:^0.104.16" - "@graphql-tools/utils": "npm:^10.10.1" - "@graphql-yoga/plugin-prometheus": "npm:^6.11.2" + "@graphql-tools/utils": "npm:^10.10.3" + "@graphql-yoga/plugin-prometheus": "npm:^6.11.3" prom-client: "npm:^15.0.0" tslib: "npm:^2.8.1" peerDependencies: graphql: ^15.9.0 || ^16.9.0 prom-client: ^13 || ^14.0.0 || ^15.0.0 - checksum: 10c0/1c92ce29754ffbe88ef293793dfa812d38a92492ee0e617ad32165a6e028d27b28eef2542eca80f764a099d3a3bc2a318bd75bc80f0e9ccbc65e7ee3d8d2beaf + checksum: 10c0/7287d178427b3d9a69a176a1f48804a1d8e0f422608e050aaa65db12e0aab37b474b61c1e04b9f1fe66b6e0a13ecc97629692e1492e8116c44bcd971a46c9cb6 languageName: node linkType: hard @@ -7893,7 +7972,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive" dependencies: - "@graphql-hive/core": "npm:^0.13.0" + "@graphql-hive/core": "npm:^0.15.0" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.9" "@graphql-mesh/types": "npm:^0.104.16" @@ -8079,22 +8158,22 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-common@npm:^1.0.0, @graphql-mesh/transport-common@npm:^1.0.11": - version: 1.0.11 - resolution: "@graphql-mesh/transport-common@npm:1.0.11" +"@graphql-mesh/transport-common@npm:^1.0.0, @graphql-mesh/transport-common@npm:^1.0.12": + version: 1.0.12 + resolution: "@graphql-mesh/transport-common@npm:1.0.12" dependencies: "@envelop/core": "npm:^5.4.0" - "@graphql-hive/logger": "npm:^1.0.8" + "@graphql-hive/logger": "npm:^1.0.9" "@graphql-hive/pubsub": "npm:^2.1.1" "@graphql-hive/signal": "npm:^2.0.0" "@graphql-mesh/types": "npm:^0.104.16" - "@graphql-tools/executor": "npm:^1.4.11" - "@graphql-tools/executor-common": "npm:^1.0.4" - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/executor": "npm:^1.4.13" + "@graphql-tools/executor-common": "npm:^1.0.5" + "@graphql-tools/utils": "npm:^10.10.3" tslib: "npm:^2.8.1" peerDependencies: graphql: ^15.9.0 || ^16.9.0 - checksum: 10c0/f8632a1bc96d892170a9db9e62875ebced5fff58bffdd716513fcdbc0af4ba7e9ceb0f1975c933532a17a194f22184fdd4102cb1cc5ff7eeca56e21859bf4da0 + checksum: 10c0/e3fe8ec199bb904ec4db03fe4af62cab3d03e580f3733e9e7e5944f96df701a6c7819aa7c1c19371210d91bd7b53b67abbb2481fc291535be6b8f8c2d9c63aa1 languageName: node linkType: hard @@ -8123,44 +8202,44 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-http-callback@npm:^1.0.11": - version: 1.0.11 - resolution: "@graphql-mesh/transport-http-callback@npm:1.0.11" +"@graphql-mesh/transport-http-callback@npm:^1.0.12": + version: 1.0.12 + resolution: "@graphql-mesh/transport-http-callback@npm:1.0.12" dependencies: "@graphql-hive/signal": "npm:^2.0.0" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.9" - "@graphql-mesh/transport-common": "npm:^1.0.11" + "@graphql-mesh/transport-common": "npm:^1.0.12" "@graphql-mesh/types": "npm:^0.104.16" "@graphql-mesh/utils": "npm:^0.104.16" - "@graphql-tools/executor-common": "npm:^1.0.4" - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/executor-common": "npm:^1.0.5" + "@graphql-tools/utils": "npm:^10.10.3" "@repeaterjs/repeater": "npm:^3.0.6" - "@whatwg-node/fetch": "npm:^0.10.12" + "@whatwg-node/fetch": "npm:^0.10.13" "@whatwg-node/promise-helpers": "npm:^1.3.2" tslib: "npm:^2.8.1" peerDependencies: graphql: ^15.9.0 || ^16.9.0 - checksum: 10c0/65f2dd826adba60beba5836195bf8a0b93e38dd67814b2b9f68965cb1e12c10a30176d28ae05abcf538a069b662fff9de84331a81392dae67070dfee0dd0f458 + checksum: 10c0/64b720d7045beac4f6ae998b9e7c87f726dcd99ac70cb18dfb6839da95e29a95ccc7778f305689b1dd09fd5b4f9a765aa66fa97880ede8bcc961026127ec775a languageName: node linkType: hard -"@graphql-mesh/transport-http@npm:^1.0.11": - version: 1.0.11 - resolution: "@graphql-mesh/transport-http@npm:1.0.11" +"@graphql-mesh/transport-http@npm:^1.0.12": + version: 1.0.12 + resolution: "@graphql-mesh/transport-http@npm:1.0.12" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.9" - "@graphql-mesh/transport-common": "npm:^1.0.11" + "@graphql-mesh/transport-common": "npm:^1.0.12" "@graphql-mesh/types": "npm:^0.104.16" "@graphql-mesh/utils": "npm:^0.104.16" - "@graphql-tools/executor-http": "npm:^3.0.6" - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/executor-http": "npm:^3.0.7" + "@graphql-tools/utils": "npm:^10.10.3" "@whatwg-node/promise-helpers": "npm:^1.3.2" tslib: "npm:^2.8.1" peerDependencies: graphql: ^15.9.0 || ^16.9.0 - checksum: 10c0/00b2d56fe67bc37172958494530baf3bb52ada44f3b6bd79fe90a3b74a725851edec8be6bd2aa904e1974cf6216ffb95b4a4d515e713293b9ed973fc4b2aa6a0 + checksum: 10c0/63ae4ffe1e4c03db9161c78647291e8aeae881375d486ebf0a40f921d3bcd1e771eacfa656d55827f1aa02d2851993dd363e0825cb718b8f2ba825eb1a9ace83 languageName: node linkType: hard @@ -8295,23 +8374,23 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-ws@npm:^2.0.11": - version: 2.0.11 - resolution: "@graphql-mesh/transport-ws@npm:2.0.11" +"@graphql-mesh/transport-ws@npm:^2.0.12": + version: 2.0.12 + resolution: "@graphql-mesh/transport-ws@npm:2.0.12" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.9" - "@graphql-mesh/transport-common": "npm:^1.0.11" + "@graphql-mesh/transport-common": "npm:^1.0.12" "@graphql-mesh/types": "npm:^0.104.16" "@graphql-mesh/utils": "npm:^0.104.16" - "@graphql-tools/executor-graphql-ws": "npm:^3.1.2" - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/executor-graphql-ws": "npm:^3.1.3" + "@graphql-tools/utils": "npm:^10.10.3" graphql-ws: "npm:^6.0.6" tslib: "npm:^2.8.1" ws: "npm:^8.18.3" peerDependencies: graphql: ^15.9.0 || ^16.9.0 - checksum: 10c0/7718948f5800c52e6437436a73ce53442aca77d2ceb4791ac16d1cb75abc0823c0c8ebdef6e0e7b6f3fb15b2825b05ef915ca8475056f357b2b9d18db97873bb + checksum: 10c0/f1262080d7b61c434a15aca1cdbfcd99ce5473919ce4f151b81a4ad8dc72781a596f1b0bbc0b74850095d9720f5abb0c6d8cb070683a21f90b3c8170e6b6b481 languageName: node linkType: hard @@ -8408,32 +8487,32 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/batch-delegate@npm:^10.0.0, @graphql-tools/batch-delegate@npm:^10.0.4": - version: 10.0.4 - resolution: "@graphql-tools/batch-delegate@npm:10.0.4" +"@graphql-tools/batch-delegate@npm:^10.0.0, @graphql-tools/batch-delegate@npm:^10.0.5": + version: 10.0.5 + resolution: "@graphql-tools/batch-delegate@npm:10.0.5" dependencies: - "@graphql-tools/delegate": "npm:^11.1.2" - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/delegate": "npm:^11.1.3" + "@graphql-tools/utils": "npm:^10.10.3" "@whatwg-node/promise-helpers": "npm:^1.3.2" dataloader: "npm:^2.2.3" tslib: "npm:^2.8.1" peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10c0/4bbc7f39fb4ab5c1be668144eb7fa55310a8a5fa69abf7fbab55e775b5422b915585f275e8226f81f785c074114898e1d3bc2818d0a50e0783c2601da43a1889 + checksum: 10c0/28b10c1ca673703f4ac5402ff06310e799e38c57354e1658482f65a3f8b211653a2f5935dbb064be3df0272bc875763132bf3f3b72f074cfbec86322d0446936 languageName: node linkType: hard -"@graphql-tools/batch-execute@npm:^10.0.3": - version: 10.0.3 - resolution: "@graphql-tools/batch-execute@npm:10.0.3" +"@graphql-tools/batch-execute@npm:^10.0.4": + version: 10.0.4 + resolution: "@graphql-tools/batch-execute@npm:10.0.4" dependencies: - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/utils": "npm:^10.10.3" "@whatwg-node/promise-helpers": "npm:^1.3.2" dataloader: "npm:^2.2.3" tslib: "npm:^2.8.1" peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10c0/83d81ea364d00ae4b5ba6934740b7857fe62c153df63cacb85fafd789f5312ed3f45ea40fa4fe0ccfb8af3f668a4bf9488883b9a7e12c955f748ff6470c2944c + checksum: 10c0/280250e2a895386b9462f033935cc9a5b0a80b0504f57d246f830d1425263e8088d05e6c2d222e6841ed38f7f6c59b403badd917f2ba9a08ec6e7892bc809392 languageName: node linkType: hard @@ -8451,7 +8530,7 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/code-file-loader@npm:^8.0.0, @graphql-tools/code-file-loader@npm:^8.1.24, @graphql-tools/code-file-loader@npm:^8.1.3, @graphql-tools/code-file-loader@npm:^8.1.7, @graphql-tools/code-file-loader@npm:~8.1.0": +"@graphql-tools/code-file-loader@npm:^8.0.0, @graphql-tools/code-file-loader@npm:^8.1.26, @graphql-tools/code-file-loader@npm:^8.1.3, @graphql-tools/code-file-loader@npm:^8.1.7, @graphql-tools/code-file-loader@npm:~8.1.0": version: 8.1.26 resolution: "@graphql-tools/code-file-loader@npm:8.1.26" dependencies: @@ -8500,21 +8579,21 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/delegate@npm:^11.0.0, @graphql-tools/delegate@npm:^11.1.2": - version: 11.1.2 - resolution: "@graphql-tools/delegate@npm:11.1.2" +"@graphql-tools/delegate@npm:^11.0.0, @graphql-tools/delegate@npm:^11.1.3": + version: 11.1.3 + resolution: "@graphql-tools/delegate@npm:11.1.3" dependencies: - "@graphql-tools/batch-execute": "npm:^10.0.3" - "@graphql-tools/executor": "npm:^1.4.11" - "@graphql-tools/schema": "npm:^10.0.27" - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/batch-execute": "npm:^10.0.4" + "@graphql-tools/executor": "npm:^1.4.13" + "@graphql-tools/schema": "npm:^10.0.29" + "@graphql-tools/utils": "npm:^10.10.3" "@repeaterjs/repeater": "npm:^3.0.6" "@whatwg-node/promise-helpers": "npm:^1.3.2" dataloader: "npm:^2.2.3" tslib: "npm:^2.8.1" peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10c0/6becd999fff1011fcac146ae98923899fbd5400692a0cdc5226d01a9d96a5dd7765762f9db8ef11cefa8c34c4ee415df448d78850fa369e40018f9ee1cc9283f + checksum: 10c0/19942fe32c370e5784ace9bd3cdda9db434ed3f1515b45c2cb5f5f99a4da661c7cfddbcacc8d3ac582653b3e40a7bf7978bb49a8b3806eeabdd09427f23b4457 languageName: node linkType: hard @@ -8566,6 +8645,18 @@ __metadata: languageName: node linkType: hard +"@graphql-tools/executor-common@npm:^1.0.5": + version: 1.0.5 + resolution: "@graphql-tools/executor-common@npm:1.0.5" + dependencies: + "@envelop/core": "npm:^5.4.0" + "@graphql-tools/utils": "npm:^10.10.3" + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + checksum: 10c0/68fd9023dca0951283bcc7c881bf2ae353627a55ecdac3210f3b0c27d025db5e84886ffdf270d9a70adc6aa743dd7314cab66b2a9ebe116e6f6a74e1bbd766d0 + languageName: node + linkType: hard + "@graphql-tools/executor-graphql-ws@npm:^2.0.1": version: 2.0.7 resolution: "@graphql-tools/executor-graphql-ws@npm:2.0.7" @@ -8600,6 +8691,23 @@ __metadata: languageName: node linkType: hard +"@graphql-tools/executor-graphql-ws@npm:^3.1.3": + version: 3.1.3 + resolution: "@graphql-tools/executor-graphql-ws@npm:3.1.3" + dependencies: + "@graphql-tools/executor-common": "npm:^1.0.5" + "@graphql-tools/utils": "npm:^10.10.3" + "@whatwg-node/disposablestack": "npm:^0.0.6" + graphql-ws: "npm:^6.0.6" + isows: "npm:^1.0.7" + tslib: "npm:^2.8.1" + ws: "npm:^8.18.3" + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + checksum: 10c0/6679e9a62ba77fe44251c27b745e8854a5398d1016ff1e0359d7ef38626805d4022b21b3c8b2c3de098531228e1471f219b9138185a337e344a679e935073c51 + languageName: node + linkType: hard + "@graphql-tools/executor-http@npm:^1.1.9": version: 1.3.3 resolution: "@graphql-tools/executor-http@npm:1.3.3" @@ -8638,6 +8746,25 @@ __metadata: languageName: node linkType: hard +"@graphql-tools/executor-http@npm:^3.0.7": + version: 3.0.7 + resolution: "@graphql-tools/executor-http@npm:3.0.7" + dependencies: + "@graphql-hive/signal": "npm:^2.0.0" + "@graphql-tools/executor-common": "npm:^1.0.5" + "@graphql-tools/utils": "npm:^10.10.3" + "@repeaterjs/repeater": "npm:^3.0.4" + "@whatwg-node/disposablestack": "npm:^0.0.6" + "@whatwg-node/fetch": "npm:^0.10.13" + "@whatwg-node/promise-helpers": "npm:^1.3.2" + meros: "npm:^1.3.2" + tslib: "npm:^2.8.1" + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + checksum: 10c0/1f4fc3ba2440aaea46be0a5c60e1708059f507151a78dc679186c218f2d6f4049f0b9be472ad096e70de7ec9e373442d852c9473096c413089473cb8df0c64ef + languageName: node + linkType: hard + "@graphql-tools/executor-legacy-ws@npm:^1.1.19": version: 1.1.21 resolution: "@graphql-tools/executor-legacy-ws@npm:1.1.21" @@ -8668,7 +8795,7 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/executor@npm:^1.3.2, @graphql-tools/executor@npm:^1.3.6, @graphql-tools/executor@npm:^1.4.0, @graphql-tools/executor@npm:^1.4.11, @graphql-tools/executor@npm:^1.4.9": +"@graphql-tools/executor@npm:^1.3.2, @graphql-tools/executor@npm:^1.3.6, @graphql-tools/executor@npm:^1.4.0, @graphql-tools/executor@npm:^1.4.13, @graphql-tools/executor@npm:^1.4.9": version: 1.4.13 resolution: "@graphql-tools/executor@npm:1.4.13" dependencies: @@ -8684,27 +8811,27 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/federation@npm:^4.0.0, @graphql-tools/federation@npm:^4.2.2": - version: 4.2.2 - resolution: "@graphql-tools/federation@npm:4.2.2" +"@graphql-tools/federation@npm:^4.0.0, @graphql-tools/federation@npm:^4.2.3": + version: 4.2.3 + resolution: "@graphql-tools/federation@npm:4.2.3" dependencies: - "@graphql-tools/delegate": "npm:^11.1.2" - "@graphql-tools/executor": "npm:^1.4.11" - "@graphql-tools/executor-http": "npm:^3.0.6" - "@graphql-tools/merge": "npm:^9.1.3" - "@graphql-tools/schema": "npm:^10.0.27" - "@graphql-tools/stitch": "npm:^10.1.2" - "@graphql-tools/utils": "npm:^10.10.1" - "@graphql-tools/wrap": "npm:^11.0.4" + "@graphql-tools/delegate": "npm:^11.1.3" + "@graphql-tools/executor": "npm:^1.4.13" + "@graphql-tools/executor-http": "npm:^3.0.7" + "@graphql-tools/merge": "npm:^9.1.5" + "@graphql-tools/schema": "npm:^10.0.29" + "@graphql-tools/stitch": "npm:^10.1.3" + "@graphql-tools/utils": "npm:^10.10.3" + "@graphql-tools/wrap": "npm:^11.0.5" "@graphql-yoga/typed-event-target": "npm:^3.0.2" "@whatwg-node/disposablestack": "npm:^0.0.6" "@whatwg-node/events": "npm:^0.1.2" - "@whatwg-node/fetch": "npm:^0.10.12" + "@whatwg-node/fetch": "npm:^0.10.13" "@whatwg-node/promise-helpers": "npm:^1.3.2" tslib: "npm:^2.8.1" peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10c0/e82344b2a192857640b38e2b57b37bb7c6ad686f85e2e1514e21f2c9c323adddee9a5d590f6f451a3d17850fb6e04a9e2294d087a4b4f9d157f470b1a7f246be + checksum: 10c0/3f8bde8af1564a5c8abbdaf4f6287302e45dd32af3837b98e7ec9193a573846acf4fbd8eee3007eed8ac7e1c6d3db05d8e5e76961352cbc98d2a197107d1e6e3 languageName: node linkType: hard @@ -8755,18 +8882,18 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/graphql-file-loader@npm:^8.0.0, @graphql-tools/graphql-file-loader@npm:^8.0.1, @graphql-tools/graphql-file-loader@npm:^8.0.5, @graphql-tools/graphql-file-loader@npm:^8.1.4, @graphql-tools/graphql-file-loader@npm:~8.1.0": - version: 8.1.6 - resolution: "@graphql-tools/graphql-file-loader@npm:8.1.6" +"@graphql-tools/graphql-file-loader@npm:^8.0.0, @graphql-tools/graphql-file-loader@npm:^8.0.1, @graphql-tools/graphql-file-loader@npm:^8.0.5, @graphql-tools/graphql-file-loader@npm:^8.1.6, @graphql-tools/graphql-file-loader@npm:~8.1.0": + version: 8.1.7 + resolution: "@graphql-tools/graphql-file-loader@npm:8.1.7" dependencies: - "@graphql-tools/import": "npm:7.1.6" + "@graphql-tools/import": "npm:7.1.7" "@graphql-tools/utils": "npm:^10.10.3" globby: "npm:^11.0.3" tslib: "npm:^2.4.0" unixify: "npm:^1.0.0" peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10c0/d93d751b6b86acdd1de36cb7d2e7d8adf9499885f3785fbea1d82e128373e5c5f6fa8f08b379d8f383b12d1cb5b3cbc636cc2e361e3097689b5ec9fbe0bd002b + checksum: 10c0/22ddcb35259825f3050a7bf5e4e6756c042082eb8f62219bd86835278b81f1acf25d458a89b9d634c7df61f13073365e0137223fcb81c331cfa0542f8766e9ef languageName: node linkType: hard @@ -8816,9 +8943,9 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/import@npm:7.1.6": - version: 7.1.6 - resolution: "@graphql-tools/import@npm:7.1.6" +"@graphql-tools/import@npm:7.1.7": + version: 7.1.7 + resolution: "@graphql-tools/import@npm:7.1.7" dependencies: "@graphql-tools/utils": "npm:^10.10.3" "@theguild/federation-composition": "npm:^0.20.2" @@ -8826,7 +8953,7 @@ __metadata: tslib: "npm:^2.4.0" peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10c0/45c965d30caf32766b85aab0b856457c2a37f209df24d5f237a58ffafec1d9463d75cb1ccf9e27ec21ecd8dc9b9d87d36eb897a16da934a042919fd76b479041 + checksum: 10c0/6a38113796b3c6e1c7b0f2e7fa17d1be79bea812df89aecf89ad1e897f2e2b287e043ccb55ed3522cb5e5842a8769ec9761c760290871ccfff2e20fbdb9e4eaa languageName: node linkType: hard @@ -8876,7 +9003,7 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/load@npm:^8.0.0, @graphql-tools/load@npm:^8.0.1, @graphql-tools/load@npm:^8.0.2, @graphql-tools/load@npm:^8.1.0, @graphql-tools/load@npm:^8.1.4, @graphql-tools/load@npm:~8.1.0": +"@graphql-tools/load@npm:^8.0.0, @graphql-tools/load@npm:^8.0.1, @graphql-tools/load@npm:^8.0.2, @graphql-tools/load@npm:^8.1.0, @graphql-tools/load@npm:^8.1.6, @graphql-tools/load@npm:~8.1.0": version: 8.1.6 resolution: "@graphql-tools/load@npm:8.1.6" dependencies: @@ -8927,7 +9054,7 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/merge@npm:^9.0.0, @graphql-tools/merge@npm:^9.0.12, @graphql-tools/merge@npm:^9.1.3, @graphql-tools/merge@npm:^9.1.5": +"@graphql-tools/merge@npm:^9.0.0, @graphql-tools/merge@npm:^9.0.12, @graphql-tools/merge@npm:^9.1.5": version: 9.1.5 resolution: "@graphql-tools/merge@npm:9.1.5" dependencies: @@ -9029,7 +9156,7 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/schema@npm:10.0.29, @graphql-tools/schema@npm:^10.0.0, @graphql-tools/schema@npm:^10.0.11, @graphql-tools/schema@npm:^10.0.13, @graphql-tools/schema@npm:^10.0.25, @graphql-tools/schema@npm:^10.0.27, @graphql-tools/schema@npm:^10.0.29, @graphql-tools/schema@npm:^10.0.5, @graphql-tools/schema@npm:^10.0.6": +"@graphql-tools/schema@npm:10.0.29, @graphql-tools/schema@npm:^10.0.0, @graphql-tools/schema@npm:^10.0.11, @graphql-tools/schema@npm:^10.0.13, @graphql-tools/schema@npm:^10.0.25, @graphql-tools/schema@npm:^10.0.29, @graphql-tools/schema@npm:^10.0.5, @graphql-tools/schema@npm:^10.0.6": version: 10.0.29 resolution: "@graphql-tools/schema@npm:10.0.29" dependencies: @@ -9082,35 +9209,35 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/stitch@npm:^10.0.0, @graphql-tools/stitch@npm:^10.1.2": - version: 10.1.2 - resolution: "@graphql-tools/stitch@npm:10.1.2" +"@graphql-tools/stitch@npm:^10.0.0, @graphql-tools/stitch@npm:^10.1.3": + version: 10.1.3 + resolution: "@graphql-tools/stitch@npm:10.1.3" dependencies: - "@graphql-tools/batch-delegate": "npm:^10.0.4" - "@graphql-tools/delegate": "npm:^11.1.2" - "@graphql-tools/executor": "npm:^1.4.11" - "@graphql-tools/merge": "npm:^9.1.3" - "@graphql-tools/schema": "npm:^10.0.27" - "@graphql-tools/utils": "npm:^10.10.1" - "@graphql-tools/wrap": "npm:^11.0.4" + "@graphql-tools/batch-delegate": "npm:^10.0.5" + "@graphql-tools/delegate": "npm:^11.1.3" + "@graphql-tools/executor": "npm:^1.4.13" + "@graphql-tools/merge": "npm:^9.1.5" + "@graphql-tools/schema": "npm:^10.0.29" + "@graphql-tools/utils": "npm:^10.10.3" + "@graphql-tools/wrap": "npm:^11.0.5" "@whatwg-node/promise-helpers": "npm:^1.3.2" tslib: "npm:^2.8.1" peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10c0/31c154f9fdc0fbbe9f6b4f1cc26db26bcd281aa4479b4e0e6a0550ad16f9f70ac909411ad6b488c950fa6cd5d3d64e56f7774845c4e819b5f8895a505acc879f + checksum: 10c0/0eb12b12887633985963f8ab010ec61733cb8e7285032479ea7a455620c7901a2536c80bcb3b70cd19bdeedc3c51fd207d89b1ad68c0117cfc524eafe0f66623 languageName: node linkType: hard -"@graphql-tools/stitching-directives@npm:^4.0.0, @graphql-tools/stitching-directives@npm:^4.0.4": - version: 4.0.4 - resolution: "@graphql-tools/stitching-directives@npm:4.0.4" +"@graphql-tools/stitching-directives@npm:^4.0.0, @graphql-tools/stitching-directives@npm:^4.0.5": + version: 4.0.5 + resolution: "@graphql-tools/stitching-directives@npm:4.0.5" dependencies: - "@graphql-tools/delegate": "npm:^11.1.2" - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/delegate": "npm:^11.1.3" + "@graphql-tools/utils": "npm:^10.10.3" tslib: "npm:^2.8.1" peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10c0/e1e7cb6f45e134783cfb339a306fd53eb3096a23e73794c84aca00516ed6ef5a12d03ba7ef4564202f37d4a6da68f395d36b3bdcedbe91a956237c47dbe4261c + checksum: 10c0/24e2fd7ba26429ea4895dd0fa9ce4d488d1d093f85da2285027c8278f66162d1da54f53a53b356fd5f83aa2d7bd036345df1c60198154098527faee51c2e20a0 languageName: node linkType: hard @@ -9283,18 +9410,18 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/wrap@npm:^11.0.0, @graphql-tools/wrap@npm:^11.0.4": - version: 11.0.4 - resolution: "@graphql-tools/wrap@npm:11.0.4" +"@graphql-tools/wrap@npm:^11.0.0, @graphql-tools/wrap@npm:^11.0.5": + version: 11.0.5 + resolution: "@graphql-tools/wrap@npm:11.0.5" dependencies: - "@graphql-tools/delegate": "npm:^11.1.2" - "@graphql-tools/schema": "npm:^10.0.27" - "@graphql-tools/utils": "npm:^10.10.1" + "@graphql-tools/delegate": "npm:^11.1.3" + "@graphql-tools/schema": "npm:^10.0.29" + "@graphql-tools/utils": "npm:^10.10.3" "@whatwg-node/promise-helpers": "npm:^1.3.2" tslib: "npm:^2.8.1" peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10c0/e2cc643061092432f846789f2951305e51bed0ab4421808e136e5b5d79e67d0fd71fca30d7cfca51187930beade61e3368bfda9f2d340fe6e485b02c41891135 + checksum: 10c0/01b7cad18ba47132b262893cc35ac2aa0b48c78089ecc9c808760d9aeb7ffaeb4ca4fdb706abd0cec650ec658b2e47caf13ab718cf7deef6f4ee9d713104db41 languageName: node linkType: hard @@ -9397,16 +9524,16 @@ __metadata: languageName: node linkType: hard -"@graphql-yoga/plugin-prometheus@npm:^6.11.2": - version: 6.11.2 - resolution: "@graphql-yoga/plugin-prometheus@npm:6.11.2" +"@graphql-yoga/plugin-prometheus@npm:^6.11.3": + version: 6.11.3 + resolution: "@graphql-yoga/plugin-prometheus@npm:6.11.3" dependencies: "@envelop/prometheus": "npm:^14.0.0" peerDependencies: graphql: ^15.2.0 || ^16.0.0 graphql-yoga: ^5.16.2 prom-client: ^15.0.0 - checksum: 10c0/c099cf804834207c27dc4a06d3961b9b990137e5843bfbe2767935b9af6ddfbcd8405ae67e6b0000a9db31cbb1cfc81005e0b650bc72acb2333a545111f2a56e + checksum: 10c0/c7c4d58ce8777e6c31f7eec9b48abafc6ab664d4956b39d81b85758e2e4064284ba6a36df91b4073d17d5987bb823c56b1c1ab47034feb6b8d7aeffa0c738a25 languageName: node linkType: hard @@ -14117,6 +14244,16 @@ __metadata: languageName: node linkType: hard +"@smithy/abort-controller@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/abort-controller@npm:4.2.5" + dependencies: + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/aaca4d8a87100f4b8805bb034cae9315b9bf813a029576d3417a1a1ecd5c1d9e92907349ffaf9d6606c4fc20483ac28864565c1e6dec6f2a7d8709522c8b5290 + languageName: node + linkType: hard + "@smithy/config-resolver@npm:^4.3.0, @smithy/config-resolver@npm:^4.4.2": version: 4.4.2 resolution: "@smithy/config-resolver@npm:4.4.2" @@ -14131,6 +14268,20 @@ __metadata: languageName: node linkType: hard +"@smithy/config-resolver@npm:^4.4.3": + version: 4.4.3 + resolution: "@smithy/config-resolver@npm:4.4.3" + dependencies: + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/types": "npm:^4.9.0" + "@smithy/util-config-provider": "npm:^4.2.0" + "@smithy/util-endpoints": "npm:^3.2.5" + "@smithy/util-middleware": "npm:^4.2.5" + tslib: "npm:^2.6.2" + checksum: 10c0/e28844ea32776b2d2790e134bdfcb700f5a8f4bcd7aeac9869ddac635012eb2911d5abbddf36ae63703dff3af435015095b381b17a3cb4d2b1ba1c02cdc9f314 + languageName: node + linkType: hard + "@smithy/core@npm:^3.14.0, @smithy/core@npm:^3.17.2": version: 3.17.2 resolution: "@smithy/core@npm:3.17.2" @@ -14149,6 +14300,24 @@ __metadata: languageName: node linkType: hard +"@smithy/core@npm:^3.18.5": + version: 3.18.5 + resolution: "@smithy/core@npm:3.18.5" + dependencies: + "@smithy/middleware-serde": "npm:^4.2.6" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/types": "npm:^4.9.0" + "@smithy/util-base64": "npm:^4.3.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.2.5" + "@smithy/util-stream": "npm:^4.5.6" + "@smithy/util-utf8": "npm:^4.2.0" + "@smithy/uuid": "npm:^1.1.0" + tslib: "npm:^2.6.2" + checksum: 10c0/c6ccaf4a0639524e0141905224cbbd0142a98ee4917bc0e3e914bcc887be5f7740f1baa2717dab131f5e185fa69002d3cb5cb1a40e5a1a31c5c2c30bd946060d + languageName: node + linkType: hard + "@smithy/credential-provider-imds@npm:^4.2.0, @smithy/credential-provider-imds@npm:^4.2.4": version: 4.2.4 resolution: "@smithy/credential-provider-imds@npm:4.2.4" @@ -14162,6 +14331,19 @@ __metadata: languageName: node linkType: hard +"@smithy/credential-provider-imds@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/credential-provider-imds@npm:4.2.5" + dependencies: + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/types": "npm:^4.9.0" + "@smithy/url-parser": "npm:^4.2.5" + tslib: "npm:^2.6.2" + checksum: 10c0/98efbb03e75d71392baac12755c677b72bbb239b84ff3e776aabc0d192f4501d35da8b81956b48e266501eeff37d3bde56ab188fefb5422bf107a0f20bfd7674 + languageName: node + linkType: hard + "@smithy/eventstream-codec@npm:^4.2.0": version: 4.2.0 resolution: "@smithy/eventstream-codec@npm:4.2.0" @@ -14230,7 +14412,20 @@ __metadata: languageName: node linkType: hard -"@smithy/hash-node@npm:^4.2.0, @smithy/hash-node@npm:^4.2.4": +"@smithy/fetch-http-handler@npm:^5.3.6": + version: 5.3.6 + resolution: "@smithy/fetch-http-handler@npm:5.3.6" + dependencies: + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/querystring-builder": "npm:^4.2.5" + "@smithy/types": "npm:^4.9.0" + "@smithy/util-base64": "npm:^4.3.0" + tslib: "npm:^2.6.2" + checksum: 10c0/8ae0401c69cf941bc2716d0372fad715f7d80e23c5aba5e30ac3abc632a02de5895a417419064324c6853857c7bcffab45fc39393cc0b46d07a11b591015a68a + languageName: node + linkType: hard + +"@smithy/hash-node@npm:^4.2.0": version: 4.2.4 resolution: "@smithy/hash-node@npm:4.2.4" dependencies: @@ -14242,7 +14437,19 @@ __metadata: languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^4.2.0, @smithy/invalid-dependency@npm:^4.2.4": +"@smithy/hash-node@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/hash-node@npm:4.2.5" + dependencies: + "@smithy/types": "npm:^4.9.0" + "@smithy/util-buffer-from": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/e0c24b8b93be02a491303a014ba57e2bb746f3f8905df330d8a480c94480803e0f93d76cdbc3d8229b7673a22e68b23ee6f5ce4d6db1ac2c427cc36e804fedcf + languageName: node + linkType: hard + +"@smithy/invalid-dependency@npm:^4.2.0": version: 4.2.4 resolution: "@smithy/invalid-dependency@npm:4.2.4" dependencies: @@ -14252,6 +14459,16 @@ __metadata: languageName: node linkType: hard +"@smithy/invalid-dependency@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/invalid-dependency@npm:4.2.5" + dependencies: + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/0b3e7608d3c145ad557c04eb5b0f7f10dd93f5eaf1d36b724b0e4ff3c3f500893e19b8ecf02ede4822bc36c049a4e03b69890a37e776a4ac6cfcc8e2f6fa843e + 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" @@ -14270,7 +14487,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^4.2.0, @smithy/middleware-content-length@npm:^4.2.4": +"@smithy/middleware-content-length@npm:^4.2.0": version: 4.2.4 resolution: "@smithy/middleware-content-length@npm:4.2.4" dependencies: @@ -14281,6 +14498,17 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-content-length@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/middleware-content-length@npm:4.2.5" + dependencies: + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/672a29ab57b80dcebd841624c6a762980b17dc658ca0f7c948c0739fedacf3c6a43d0c3f63e79f13aa4069d9fb1f52266bcd5980d9e6907b2f62b918c286b861 + languageName: node + linkType: hard + "@smithy/middleware-endpoint@npm:^4.3.0, @smithy/middleware-endpoint@npm:^4.3.6": version: 4.3.6 resolution: "@smithy/middleware-endpoint@npm:4.3.6" @@ -14297,7 +14525,23 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.4.0, @smithy/middleware-retry@npm:^4.4.6": +"@smithy/middleware-endpoint@npm:^4.3.12": + version: 4.3.12 + resolution: "@smithy/middleware-endpoint@npm:4.3.12" + dependencies: + "@smithy/core": "npm:^3.18.5" + "@smithy/middleware-serde": "npm:^4.2.6" + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/shared-ini-file-loader": "npm:^4.4.0" + "@smithy/types": "npm:^4.9.0" + "@smithy/url-parser": "npm:^4.2.5" + "@smithy/util-middleware": "npm:^4.2.5" + tslib: "npm:^2.6.2" + checksum: 10c0/0bfb1d825d15eed389e603e547aab134c8064c3e82fad9241f721d0f896d2f3490516d8b0a845869c78a1d071040df26cd4e3234b171bab130f0da13cb4f2a94 + languageName: node + linkType: hard + +"@smithy/middleware-retry@npm:^4.4.0": version: 4.4.6 resolution: "@smithy/middleware-retry@npm:4.4.6" dependencies: @@ -14314,6 +14558,23 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-retry@npm:^4.4.12": + version: 4.4.12 + resolution: "@smithy/middleware-retry@npm:4.4.12" + dependencies: + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/service-error-classification": "npm:^4.2.5" + "@smithy/smithy-client": "npm:^4.9.8" + "@smithy/types": "npm:^4.9.0" + "@smithy/util-middleware": "npm:^4.2.5" + "@smithy/util-retry": "npm:^4.2.5" + "@smithy/uuid": "npm:^1.1.0" + tslib: "npm:^2.6.2" + checksum: 10c0/3c958a58c6346b07d3d1231e4835754fe159f4697bb2b8d8a0e173ec9325e92d5e73a21b1f8f7854b390fc5a5715c44a44a50ea389c17edf95178a8173d819c4 + languageName: node + linkType: hard + "@smithy/middleware-serde@npm:^4.2.0, @smithy/middleware-serde@npm:^4.2.4": version: 4.2.4 resolution: "@smithy/middleware-serde@npm:4.2.4" @@ -14325,6 +14586,17 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-serde@npm:^4.2.6": + version: 4.2.6 + resolution: "@smithy/middleware-serde@npm:4.2.6" + dependencies: + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/c7b4f806f3664573f119b35b91f4adaa62ec2501bae37133ca5837b24a879514812c0820345340a3281374307bd4f468c0da058c2fe0b854baa5db114403326a + languageName: node + linkType: hard + "@smithy/middleware-stack@npm:^4.2.0, @smithy/middleware-stack@npm:^4.2.4": version: 4.2.4 resolution: "@smithy/middleware-stack@npm:4.2.4" @@ -14335,6 +14607,16 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-stack@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/middleware-stack@npm:4.2.5" + dependencies: + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/c88476053920bb54dbf0c407b22cf5e17f497def265ee6bbdacd559144acb3142082e9f5439745da3d96655aa0aafdbb33cab14ba02ec4c3b108eab512c612b8 + languageName: node + linkType: hard + "@smithy/node-config-provider@npm:^4.3.0, @smithy/node-config-provider@npm:^4.3.4": version: 4.3.4 resolution: "@smithy/node-config-provider@npm:4.3.4" @@ -14347,6 +14629,18 @@ __metadata: languageName: node linkType: hard +"@smithy/node-config-provider@npm:^4.3.5": + version: 4.3.5 + resolution: "@smithy/node-config-provider@npm:4.3.5" + dependencies: + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/shared-ini-file-loader": "npm:^4.4.0" + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/433eb6cab0a96fc7391351925098954265f630986777a0443f8e05f1d22b5b5ebba62cb26c4d9d0989eb747a0c4921bfa833593872715810cabc3998cf5e2816 + languageName: node + linkType: hard + "@smithy/node-http-handler@npm:^4.3.0, @smithy/node-http-handler@npm:^4.4.4": version: 4.4.4 resolution: "@smithy/node-http-handler@npm:4.4.4" @@ -14360,6 +14654,19 @@ __metadata: languageName: node linkType: hard +"@smithy/node-http-handler@npm:^4.4.5": + version: 4.4.5 + resolution: "@smithy/node-http-handler@npm:4.4.5" + dependencies: + "@smithy/abort-controller": "npm:^4.2.5" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/querystring-builder": "npm:^4.2.5" + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/5385f20466e4ecf7e7fd9b1309077820fa65e213b806fce4ec08191c9af216da03bae6e03c5860fedf6d87c5aeba660721e1c4e0114a1d1a5d8a1cf840c30604 + languageName: node + linkType: hard + "@smithy/property-provider@npm:^4.2.0, @smithy/property-provider@npm:^4.2.4": version: 4.2.4 resolution: "@smithy/property-provider@npm:4.2.4" @@ -14370,6 +14677,16 @@ __metadata: languageName: node linkType: hard +"@smithy/property-provider@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/property-provider@npm:4.2.5" + dependencies: + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/bea8cf1758e90779476b5a44d722a63a658bee27a00e2f4f2b0b6e96ee14e2e66e3a23674c51619eb00c0472592a1d658249d7ee79cf19847ac10c698b3b67af + languageName: node + linkType: hard + "@smithy/protocol-http@npm:^5.3.0, @smithy/protocol-http@npm:^5.3.4": version: 5.3.4 resolution: "@smithy/protocol-http@npm:5.3.4" @@ -14380,6 +14697,16 @@ __metadata: languageName: node linkType: hard +"@smithy/protocol-http@npm:^5.3.5": + version: 5.3.5 + resolution: "@smithy/protocol-http@npm:5.3.5" + dependencies: + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/15e6bfbf39a8740b5cce729b84d470835887442f0f662325eb55d1f02d8d790772595446bb7f776d2852ca6f6ff67d7a9f45a3eab0bc757997c82564a483f3dc + languageName: node + linkType: hard + "@smithy/querystring-builder@npm:^4.2.4": version: 4.2.4 resolution: "@smithy/querystring-builder@npm:4.2.4" @@ -14391,6 +14718,17 @@ __metadata: languageName: node linkType: hard +"@smithy/querystring-builder@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/querystring-builder@npm:4.2.5" + dependencies: + "@smithy/types": "npm:^4.9.0" + "@smithy/util-uri-escape": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/1dbbf4792a90c7f4c3948526200a61b83c0444d86da6b925501611c11c4a12bdfe7e1870e66c10353128821cf5f9fedb509af85deb6c2015be0ef298a6d03972 + languageName: node + linkType: hard + "@smithy/querystring-parser@npm:^4.2.4": version: 4.2.4 resolution: "@smithy/querystring-parser@npm:4.2.4" @@ -14401,6 +14739,16 @@ __metadata: languageName: node linkType: hard +"@smithy/querystring-parser@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/querystring-parser@npm:4.2.5" + dependencies: + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/83c4200282469791a3266d8f44c6ce9128b0adb42ee9f097bac31fafa5bb62eb1cfcab29ff0641fe48d2585089109633eb1d99151dc91e4879dae563898fecdc + languageName: node + linkType: hard + "@smithy/service-error-classification@npm:^4.2.4": version: 4.2.4 resolution: "@smithy/service-error-classification@npm:4.2.4" @@ -14410,6 +14758,15 @@ __metadata: languageName: node linkType: hard +"@smithy/service-error-classification@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/service-error-classification@npm:4.2.5" + dependencies: + "@smithy/types": "npm:^4.9.0" + checksum: 10c0/d1a3ef99b4474ad71cd6279e581e174fd5421646618360200350c4d346b2227ddae14a71a88c32442e88b1261ed080e87df6b3d34298833be6cf5db95d266db4 + languageName: node + linkType: hard + "@smithy/shared-ini-file-loader@npm:^4.3.0, @smithy/shared-ini-file-loader@npm:^4.3.4": version: 4.3.4 resolution: "@smithy/shared-ini-file-loader@npm:4.3.4" @@ -14420,7 +14777,17 @@ __metadata: languageName: node linkType: hard -"@smithy/signature-v4@npm:^5.3.0, @smithy/signature-v4@npm:^5.3.4": +"@smithy/shared-ini-file-loader@npm:^4.4.0": + version: 4.4.0 + resolution: "@smithy/shared-ini-file-loader@npm:4.4.0" + dependencies: + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/a674622375df25685e793b0c777e856f439a79614240445b7f5982b263b5525f6f6f2c02ab4058db7e6a8988d9b1809181cc70bf4d06ea2a71608fecad6ea6d1 + languageName: node + linkType: hard + +"@smithy/signature-v4@npm:^5.3.0": version: 5.3.4 resolution: "@smithy/signature-v4@npm:5.3.4" dependencies: @@ -14436,6 +14803,22 @@ __metadata: languageName: node linkType: hard +"@smithy/signature-v4@npm:^5.3.5": + version: 5.3.5 + resolution: "@smithy/signature-v4@npm:5.3.5" + dependencies: + "@smithy/is-array-buffer": "npm:^4.2.0" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/types": "npm:^4.9.0" + "@smithy/util-hex-encoding": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.2.5" + "@smithy/util-uri-escape": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/e4e8f28fc53f9609f5d290d2f94f0736713a5269061b959e6be6da3ed2ef58511ba56c2727b4557349ae5201c0879555a28df4bd717e6d1789a52a678deef876 + languageName: node + linkType: hard + "@smithy/smithy-client@npm:^4.7.0, @smithy/smithy-client@npm:^4.9.2": version: 4.9.2 resolution: "@smithy/smithy-client@npm:4.9.2" @@ -14451,6 +14834,21 @@ __metadata: languageName: node linkType: hard +"@smithy/smithy-client@npm:^4.9.8": + version: 4.9.8 + resolution: "@smithy/smithy-client@npm:4.9.8" + dependencies: + "@smithy/core": "npm:^3.18.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/middleware-stack": "npm:^4.2.5" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/types": "npm:^4.9.0" + "@smithy/util-stream": "npm:^4.5.6" + tslib: "npm:^2.6.2" + checksum: 10c0/42752686da591865cea0f5f7379eb729bdba003ddf59cfc05368e4155b350d6499772426e66b32c9e9af003fe1eb812170652a5d0f996097df4411c722120852 + languageName: node + linkType: hard + "@smithy/types@npm:^4.6.0, @smithy/types@npm:^4.8.1": version: 4.8.1 resolution: "@smithy/types@npm:4.8.1" @@ -14460,6 +14858,15 @@ __metadata: languageName: node linkType: hard +"@smithy/types@npm:^4.9.0": + version: 4.9.0 + resolution: "@smithy/types@npm:4.9.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/7068428d2e98eafb7f7e03d10f919ae0e7ea2f339b5afca1631be3d6a6cb3512d5dc57ca95d4dab533a3ad587eeba3a1c77305eb4e563fbc067abda170482ff5 + languageName: node + linkType: hard + "@smithy/url-parser@npm:^4.2.0, @smithy/url-parser@npm:^4.2.4": version: 4.2.4 resolution: "@smithy/url-parser@npm:4.2.4" @@ -14471,6 +14878,17 @@ __metadata: languageName: node linkType: hard +"@smithy/url-parser@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/url-parser@npm:4.2.5" + dependencies: + "@smithy/querystring-parser": "npm:^4.2.5" + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/1d8241eeaaaa6401e1de670c2ebcd3992f9abb175f399c92aec1b30de81ce8023f66e0b7079be966b0a891c878a798d4cb08a09f410bcb795799e8ae9057e99a + languageName: node + linkType: hard + "@smithy/util-base64@npm:^4.2.0, @smithy/util-base64@npm:^4.3.0": version: 4.3.0 resolution: "@smithy/util-base64@npm:4.3.0" @@ -14529,7 +14947,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.2.0, @smithy/util-defaults-mode-browser@npm:^4.3.5": +"@smithy/util-defaults-mode-browser@npm:^4.2.0": version: 4.3.5 resolution: "@smithy/util-defaults-mode-browser@npm:4.3.5" dependencies: @@ -14541,7 +14959,19 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.2.0, @smithy/util-defaults-mode-node@npm:^4.2.8": +"@smithy/util-defaults-mode-browser@npm:^4.3.11": + version: 4.3.11 + resolution: "@smithy/util-defaults-mode-browser@npm:4.3.11" + dependencies: + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/smithy-client": "npm:^4.9.8" + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/ec5601922356a7249448007d03036e9ffc9ddede5f2567f5de2a826a2dc18c1f27c038543eae96a58837a248f412fbb67c965cc43e1029a2519e8440760e790f + languageName: node + linkType: hard + +"@smithy/util-defaults-mode-node@npm:^4.2.0": version: 4.2.8 resolution: "@smithy/util-defaults-mode-node@npm:4.2.8" dependencies: @@ -14556,6 +14986,21 @@ __metadata: languageName: node linkType: hard +"@smithy/util-defaults-mode-node@npm:^4.2.14": + version: 4.2.14 + resolution: "@smithy/util-defaults-mode-node@npm:4.2.14" + dependencies: + "@smithy/config-resolver": "npm:^4.4.3" + "@smithy/credential-provider-imds": "npm:^4.2.5" + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/smithy-client": "npm:^4.9.8" + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/965860eddf4f73de7574060bc717a8ca27591456ca0cd36f114ceab2ba5a05cb53931b40088642bc866e3bde9f812bb60b5a12ff04fe1820d059b362a9443a41 + languageName: node + linkType: hard + "@smithy/util-endpoints@npm:^3.2.0, @smithy/util-endpoints@npm:^3.2.4": version: 3.2.4 resolution: "@smithy/util-endpoints@npm:3.2.4" @@ -14567,6 +15012,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-endpoints@npm:^3.2.5": + version: 3.2.5 + resolution: "@smithy/util-endpoints@npm:3.2.5" + dependencies: + "@smithy/node-config-provider": "npm:^4.3.5" + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/919767b499062d804938471ff02220b74662bf0fc9b7ecf7e7aa6c29f8a23bbc9c68c53718c4bc70c802f7917e4729a37a95c63a3990904047352e36183ddae3 + languageName: node + linkType: hard + "@smithy/util-hex-encoding@npm:^4.2.0": version: 4.2.0 resolution: "@smithy/util-hex-encoding@npm:4.2.0" @@ -14586,6 +15042,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-middleware@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/util-middleware@npm:4.2.5" + dependencies: + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/6b05a986ec2b992e3dc016148394e812064e33f0d70f30a57c9e2ae419cb7215a16430e2afff683abdf72cb686b06e43d0afa3a86abc72fbaa130976a7e2bbfb + languageName: node + linkType: hard + "@smithy/util-retry@npm:^4.2.0, @smithy/util-retry@npm:^4.2.4": version: 4.2.4 resolution: "@smithy/util-retry@npm:4.2.4" @@ -14597,6 +15063,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-retry@npm:^4.2.5": + version: 4.2.5 + resolution: "@smithy/util-retry@npm:4.2.5" + dependencies: + "@smithy/service-error-classification": "npm:^4.2.5" + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/3b330df346de40bdc49356f3fdf7164adefbd2b45d4beed6fd7d655569c2dcb1f52a7fd77d7a9ace8f6eeed9f5612cb02a60f66463972f934fae347e20c97b14 + languageName: node + linkType: hard + "@smithy/util-stream@npm:^4.4.0, @smithy/util-stream@npm:^4.5.5": version: 4.5.5 resolution: "@smithy/util-stream@npm:4.5.5" @@ -14613,6 +15090,22 @@ __metadata: languageName: node linkType: hard +"@smithy/util-stream@npm:^4.5.6": + version: 4.5.6 + resolution: "@smithy/util-stream@npm:4.5.6" + dependencies: + "@smithy/fetch-http-handler": "npm:^5.3.6" + "@smithy/node-http-handler": "npm:^4.4.5" + "@smithy/types": "npm:^4.9.0" + "@smithy/util-base64": "npm:^4.3.0" + "@smithy/util-buffer-from": "npm:^4.2.0" + "@smithy/util-hex-encoding": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/42bb6f834b3f617cf2e421450cf43f7259c1cc4cd7c7ad230e4c929fed265ef7b9f3610977df497115978f3d7a80d569ea1abbbef8d595e6b2e1a4ccca3a37fa + languageName: node + linkType: hard + "@smithy/util-uri-escape@npm:^4.2.0": version: 4.2.0 resolution: "@smithy/util-uri-escape@npm:4.2.0" @@ -16074,7 +16567,7 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:24.10.1, @types/node@npm:>=13.7.0, @types/node@npm:^24.10.0, @types/node@npm:^24.4.0": +"@types/node@npm:*, @types/node@npm:24.10.1, @types/node@npm:>=13.7.0, @types/node@npm:^24.10.1, @types/node@npm:^24.4.0": version: 24.10.1 resolution: "@types/node@npm:24.10.1" dependencies: @@ -23187,7 +23680,7 @@ __metadata: languageName: node linkType: hard -"events@npm:^3.2.0": +"events@npm:^3.2.0, events@npm:^3.3.0": version: 3.3.0 resolution: "events@npm:3.3.0" checksum: 10c0/d6b6f2adbccbcda74ddbab52ed07db727ef52e31a61ed26db9feb7dc62af7fc8e060defa65e5f8af9449b86b52cc1a1f6a79f2eafcf4e62add2b7a1fa4a432f6