diff --git a/gateways/hive-gateway-bun/package.json b/gateways/hive-gateway-bun/package.json index dee893bc..183033af 100644 --- a/gateways/hive-gateway-bun/package.json +++ b/gateways/hive-gateway-bun/package.json @@ -2,7 +2,7 @@ "name": "hive-gateway-bun", "version": "0.0.0", "dependencies": { - "@graphql-hive/gateway": "2.1.6", + "@graphql-hive/gateway": "2.1.7", "graphql": "16.11.0" }, "devDependencies": { diff --git a/gateways/hive-gateway/package.json b/gateways/hive-gateway/package.json index c1e279fc..56dc9cd8 100644 --- a/gateways/hive-gateway/package.json +++ b/gateways/hive-gateway/package.json @@ -5,7 +5,7 @@ "start": "hive-gateway supergraph supergraph.graphql --jit" }, "dependencies": { - "@graphql-hive/gateway": "2.1.6", + "@graphql-hive/gateway": "2.1.7", "graphql": "16.11.0" } } diff --git a/package-lock.json b/package-lock.json index 3b59da76..9150a256 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,14 +39,14 @@ "gateways/hive-gateway": { "version": "0.0.0", "dependencies": { - "@graphql-hive/gateway": "2.1.6", + "@graphql-hive/gateway": "2.1.7", "graphql": "16.11.0" } }, "gateways/hive-gateway-bun": { "version": "0.0.0", "dependencies": { - "@graphql-hive/gateway": "2.1.6", + "@graphql-hive/gateway": "2.1.7", "graphql": "16.11.0" }, "devDependencies": { @@ -2187,9 +2187,9 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-2.1.6.tgz", - "integrity": "sha512-XUCnYqk0wtaxfJInRtBrZOQZCg1M/olGFzE3Ho/VywhByHXrcYY5hPySBaCuXq/MJxDP7YCbgEcsjhRT1j7KCA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-2.1.7.tgz", + "integrity": "sha512-LjkowIcST68oOHN0LUVE0TibOubFSQe+c65wVJopmAU4/oQzyXu/qvgX2wW9eoaYCnVOSx/Qqgx9sBTC87nelw==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^14.0.0", @@ -2197,11 +2197,11 @@ "@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0", "@escape.tech/graphql-armor-max-depth": "^2.4.2", "@escape.tech/graphql-armor-max-tokens": "^2.5.0", - "@graphql-hive/gateway-runtime": "^2.1.6", + "@graphql-hive/gateway-runtime": "^2.1.7", "@graphql-hive/importer": "^2.0.0", - "@graphql-hive/logger": "^1.0.4", - "@graphql-hive/plugin-aws-sigv4": "^2.0.6", - "@graphql-hive/plugin-opentelemetry": "^1.0.9", + "@graphql-hive/logger": "^1.0.5", + "@graphql-hive/plugin-aws-sigv4": "^2.0.7", + "@graphql-hive/plugin-opentelemetry": "^1.0.10", "@graphql-hive/pubsub": "^2.1.1", "@graphql-mesh/cache-cfw-kv": "^0.105.13", "@graphql-mesh/cache-localforage": "^0.105.14", @@ -2211,20 +2211,20 @@ "@graphql-mesh/hmac-upstream-signature": "^2.0.3", "@graphql-mesh/plugin-http-cache": "^0.105.14", "@graphql-mesh/plugin-jit": "^0.2.13", - "@graphql-mesh/plugin-jwt-auth": "^2.0.5", - "@graphql-mesh/plugin-prometheus": "^2.0.10", + "@graphql-mesh/plugin-jwt-auth": "^2.0.6", + "@graphql-mesh/plugin-prometheus": "^2.0.11", "@graphql-mesh/plugin-rate-limit": "^0.105.1", "@graphql-mesh/plugin-snapshot": "^0.104.13", - "@graphql-mesh/transport-http": "^1.0.4", - "@graphql-mesh/transport-http-callback": "^1.0.4", - "@graphql-mesh/transport-ws": "^2.0.4", + "@graphql-mesh/transport-http": "^1.0.5", + "@graphql-mesh/transport-http-callback": "^1.0.5", + "@graphql-mesh/transport-ws": "^2.0.5", "@graphql-mesh/types": "^0.104.13", "@graphql-mesh/utils": "^0.104.13", "@graphql-tools/code-file-loader": "^8.1.22", "@graphql-tools/graphql-file-loader": "^8.1.1", "@graphql-tools/load": "^8.1.2", "@graphql-tools/utils": "^10.9.1", - "@graphql-yoga/render-graphiql": "^5.15.2", + "@graphql-yoga/render-graphiql": "^5.16.0", "@opentelemetry/api": "^1.9.0", "@opentelemetry/api-logs": "^0.205.0", "@opentelemetry/context-async-hooks": "^2.1.0", @@ -2241,7 +2241,7 @@ "commander": "^14.0.1", "dotenv": "^17.2.2", "graphql-ws": "^6.0.6", - "graphql-yoga": "^5.15.2", + "graphql-yoga": "^5.16.0", "tslib": "^2.8.1", "ws": "^8.18.3" }, @@ -2256,9 +2256,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-2.1.6.tgz", - "integrity": "sha512-IQfu4VhMQJRTARcwCEj0msLVCxzXLeU5hKrwE7rT1heh67ooiN5hYjuRUbid4rbwfOVirm0upmR46Jxx0kIAEg==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-2.1.7.tgz", + "integrity": "sha512-Jv7Ew6A4qby82g3txU+4K27mMCfRGoMZDjSi/QhIy+dalCijg9hBQM1VtsKpHxhweEPlS7TD4uut86I84xuJ2A==", "license": "MIT", "dependencies": { "@envelop/core": "^5.3.2", @@ -2266,36 +2266,36 @@ "@envelop/generic-auth": "^10.0.0", "@envelop/instrumentation": "^1.0.0", "@graphql-hive/core": "^0.13.0", - "@graphql-hive/logger": "^1.0.4", + "@graphql-hive/logger": "^1.0.5", "@graphql-hive/pubsub": "^2.1.1", "@graphql-hive/signal": "^2.0.0", "@graphql-hive/yoga": "^0.42.2", "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/fusion-runtime": "^1.2.3", + "@graphql-mesh/fusion-runtime": "^1.2.4", "@graphql-mesh/hmac-upstream-signature": "^2.0.3", "@graphql-mesh/plugin-response-cache": "^0.104.14", - "@graphql-mesh/transport-common": "^1.0.4", + "@graphql-mesh/transport-common": "^1.0.5", "@graphql-mesh/types": "^0.104.13", "@graphql-mesh/utils": "^0.104.13", "@graphql-tools/batch-delegate": "^10.0.1", "@graphql-tools/delegate": "^11.0.1", "@graphql-tools/executor-common": "^1.0.2", - "@graphql-tools/executor-http": "^3.0.3", - "@graphql-tools/federation": "^4.0.4", - "@graphql-tools/stitch": "^10.0.1", + "@graphql-tools/executor-http": "^3.0.4", + "@graphql-tools/federation": "^4.0.5", + "@graphql-tools/stitch": "^10.0.2", "@graphql-tools/utils": "^10.9.1", "@graphql-tools/wrap": "^11.0.1", - "@graphql-yoga/plugin-apollo-usage-report": "^0.10.2", - "@graphql-yoga/plugin-csrf-prevention": "^3.15.2", - "@graphql-yoga/plugin-defer-stream": "^3.15.2", - "@graphql-yoga/plugin-persisted-operations": "^3.15.2", + "@graphql-yoga/plugin-apollo-usage-report": "^0.11.0", + "@graphql-yoga/plugin-csrf-prevention": "^3.16.0", + "@graphql-yoga/plugin-defer-stream": "^3.16.0", + "@graphql-yoga/plugin-persisted-operations": "^3.16.0", "@types/node": "^24.5.2", "@whatwg-node/disposablestack": "^0.0.6", "@whatwg-node/promise-helpers": "^1.3.2", "@whatwg-node/server": "^0.10.12", "@whatwg-node/server-plugin-cookies": "^1.0.5", "graphql-ws": "^6.0.6", - "graphql-yoga": "^5.15.2", + "graphql-yoga": "^5.16.0", "tslib": "^2.8.1" }, "engines": { @@ -2348,16 +2348,16 @@ } }, "node_modules/@graphql-hive/logger": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@graphql-hive/logger/-/logger-1.0.4.tgz", - "integrity": "sha512-CSzle6/+mxzKBQJbqBu4YtbNCx0OKIrdQZf23qc6r/lwewsqwTcAroGJ+syoF1eE8NedaZ2O8DAvC8W1zoq0ig==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@graphql-hive/logger/-/logger-1.0.5.tgz", + "integrity": "sha512-3f+u9AAw28dH7SwPda3QmYeMFjSLHgl1B8elbpRGYaohIwZBTOPe8co85q6OkPVf0pSGqe4Dq5b5TevmSQ8Ibg==", "license": "MIT", "engines": { "node": ">=20.0.0" }, "peerDependencies": { "@logtape/logtape": "^1.1.1", - "pino": "^9.10.0" + "pino": "^9.11.0" }, "peerDependenciesMeta": { "@logtape/logtape": { @@ -2372,13 +2372,13 @@ } }, "node_modules/@graphql-hive/plugin-aws-sigv4": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@graphql-hive/plugin-aws-sigv4/-/plugin-aws-sigv4-2.0.6.tgz", - "integrity": "sha512-kEmXHnyKDVagU0uBA0VKdWNc9zGFQ8P5E5rC7BoMvlzuNAGM/Dxp/W4niCISE2H99KXdZbL9XjvML484gu95nQ==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@graphql-hive/plugin-aws-sigv4/-/plugin-aws-sigv4-2.0.7.tgz", + "integrity": "sha512-hGC8OEKDxEAreOOk57ghjshThpkSjh1tXG+lUQVQV+x8ZnTxSKrUyJRa1Vq7+0nwzCMZa/GnGUeQWlMw3tHV8Q==", "license": "MIT", "dependencies": { - "@aws-sdk/client-sts": "^3.891.0", - "@graphql-mesh/fusion-runtime": "^1.2.3", + "@aws-sdk/client-sts": "^3.893.0", + "@graphql-mesh/fusion-runtime": "^1.2.4", "@whatwg-node/promise-helpers": "^1.3.2", "aws4": "1.13.2", "tslib": "^2.8.1" @@ -2391,16 +2391,16 @@ } }, "node_modules/@graphql-hive/plugin-opentelemetry": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@graphql-hive/plugin-opentelemetry/-/plugin-opentelemetry-1.0.9.tgz", - "integrity": "sha512-RCzD7z+yV3qe2GEYrvYhgIteHHSaAD4eVpRWCqSk1hOIGAFRqpeHGpYhoVlj6mmWXGfRnN0Wh33gXx1NljzsRw==", + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/@graphql-hive/plugin-opentelemetry/-/plugin-opentelemetry-1.0.10.tgz", + "integrity": "sha512-K98UTx31ZkbkveoODnNoBjuMpaB7H3G8Vb6iwLf/XTdG+FxCS8NcKDbrRtpPF+/3nmWTvuBFgllSlkCIin51JA==", "license": "MIT", "dependencies": { "@graphql-hive/core": "^0.13.0", - "@graphql-hive/gateway-runtime": "^2.1.6", - "@graphql-hive/logger": "^1.0.4", + "@graphql-hive/gateway-runtime": "^2.1.7", + "@graphql-hive/logger": "^1.0.5", "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/transport-common": "^1.0.4", + "@graphql-mesh/transport-common": "^1.0.5", "@graphql-mesh/types": "^0.104.13", "@graphql-mesh/utils": "^0.104.13", "@graphql-tools/utils": "^10.9.1", @@ -2614,30 +2614,30 @@ } }, "node_modules/@graphql-mesh/fusion-runtime": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/fusion-runtime/-/fusion-runtime-1.2.3.tgz", - "integrity": "sha512-pXL/5wQhJpbeUJGc9ZZG3QDZC/8BbLv9fEaIzKyZYSr2545YVKN5B5gKCf3+/5DJUor1rW4IpBT2Ca7Cx2OA4A==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/fusion-runtime/-/fusion-runtime-1.2.4.tgz", + "integrity": "sha512-dHTCMoDYXK5SqpZ7+aFjJqCili+3v7meurNmWTV8MYtgG7gIzT7v3ljGUM8BjG3bcSdqohK10jiOwKhgVjgXMQ==", "license": "MIT", "dependencies": { "@envelop/core": "^5.3.2", "@envelop/instrumentation": "^1.0.0", - "@graphql-hive/logger": "^1.0.4", + "@graphql-hive/logger": "^1.0.5", "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/transport-common": "^1.0.4", + "@graphql-mesh/transport-common": "^1.0.5", "@graphql-mesh/types": "^0.104.13", "@graphql-mesh/utils": "^0.104.13", "@graphql-tools/batch-execute": "^10.0.1", "@graphql-tools/delegate": "^11.0.1", "@graphql-tools/executor": "^1.4.9", - "@graphql-tools/federation": "^4.0.4", + "@graphql-tools/federation": "^4.0.5", "@graphql-tools/merge": "^9.1.1", - "@graphql-tools/stitch": "^10.0.1", + "@graphql-tools/stitch": "^10.0.2", "@graphql-tools/stitching-directives": "^4.0.1", "@graphql-tools/utils": "^10.9.1", "@graphql-tools/wrap": "^11.0.1", "@whatwg-node/disposablestack": "^0.0.6", "@whatwg-node/promise-helpers": "^1.3.2", - "graphql-yoga": "^5.15.2", + "graphql-yoga": "^5.16.0", "tslib": "^2.8.1" }, "engines": { @@ -2709,14 +2709,14 @@ } }, "node_modules/@graphql-mesh/plugin-jwt-auth": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@graphql-mesh/plugin-jwt-auth/-/plugin-jwt-auth-2.0.5.tgz", - "integrity": "sha512-0mYsgJFoX2T0odeGuuoaxsKT+3qcu11pqfZHLcxteOr81A+saXCSuL+nhMZqiaB1TrZJHMeuVvVNeKDwUcWp0g==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@graphql-mesh/plugin-jwt-auth/-/plugin-jwt-auth-2.0.6.tgz", + "integrity": "sha512-zMKbtUjr6gxw0bM//vvnVwcyi7K4Eu5+o9qGOH1TLAnS+S6IF/SpljCT4GhWNK2KFwUE2k0GyTz4tTEs8VEotQ==", "license": "MIT", "dependencies": { "@graphql-mesh/types": "^0.104.13", "@graphql-mesh/utils": "^0.104.13", - "@graphql-yoga/plugin-jwt": "^3.9.2", + "@graphql-yoga/plugin-jwt": "^3.10.0", "tslib": "^2.4.0" }, "engines": { @@ -2727,18 +2727,18 @@ } }, "node_modules/@graphql-mesh/plugin-prometheus": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/@graphql-mesh/plugin-prometheus/-/plugin-prometheus-2.0.10.tgz", - "integrity": "sha512-XRbSeCbtHBS8XvYtPOaJxTzV1PZVs+PftK9uIU8/mngQIrSTfsEI5zbAynWbf/Y5YkDEhjUhBC3kYuBNtANzJg==", + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/@graphql-mesh/plugin-prometheus/-/plugin-prometheus-2.0.11.tgz", + "integrity": "sha512-CgkJ4QXhLe0ulkl/fiZXrbN5iewrHBh6k1vkTIVQ3AHhSLs7cMWPERatubOoxK92zz3S+Dca8WiiiMx6NZMu3g==", "license": "MIT", "dependencies": { - "@graphql-hive/gateway-runtime": "^2.1.6", - "@graphql-hive/logger": "^1.0.4", + "@graphql-hive/gateway-runtime": "^2.1.7", + "@graphql-hive/logger": "^1.0.5", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/types": "^0.104.13", "@graphql-mesh/utils": "^0.104.13", "@graphql-tools/utils": "^10.9.1", - "@graphql-yoga/plugin-prometheus": "^6.10.2", + "@graphql-yoga/plugin-prometheus": "^6.11.0", "prom-client": "^15.0.0", "tslib": "^2.8.1" }, @@ -2873,13 +2873,13 @@ } }, "node_modules/@graphql-mesh/transport-common": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@graphql-mesh/transport-common/-/transport-common-1.0.4.tgz", - "integrity": "sha512-JX1aPMup+EcsBAdbhSlriz6drJeSSoSwdba0xQfb2QMews6o3mi2NcbeBY+iXb+titXLMmjquNe0EQZVlfXWWA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@graphql-mesh/transport-common/-/transport-common-1.0.5.tgz", + "integrity": "sha512-9bf0lY5JHLUggQ2gJtxfdoFyKCo+Uh4m1J+h6bqd9CTOEdDyHe5FXydNGTKMmvwbl3jklm1qTPf196A53yVU6w==", "license": "MIT", "dependencies": { "@envelop/core": "^5.3.2", - "@graphql-hive/logger": "^1.0.4", + "@graphql-hive/logger": "^1.0.5", "@graphql-hive/pubsub": "^2.1.1", "@graphql-hive/signal": "^2.0.0", "@graphql-mesh/types": "^0.104.13", @@ -2896,17 +2896,17 @@ } }, "node_modules/@graphql-mesh/transport-http": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@graphql-mesh/transport-http/-/transport-http-1.0.4.tgz", - "integrity": "sha512-NyXu4KwM6ige55a1DcMhgxRbc6I/n9k3Ce4sM5cl+tRnkb6M+aatDqG0+q1m/zuJU7PIl4yIj0vL1V+Dc0f85A==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@graphql-mesh/transport-http/-/transport-http-1.0.5.tgz", + "integrity": "sha512-1ThTU5Fc36qIrWE2CrBjgAstvk7vGWUiTH8puBHKehcQyd6c9JdzuMfZkPTo+NDG7oAHYpa4P5lmj8j2W5nZ+g==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.9", - "@graphql-mesh/transport-common": "^1.0.4", + "@graphql-mesh/transport-common": "^1.0.5", "@graphql-mesh/types": "^0.104.13", "@graphql-mesh/utils": "^0.104.13", - "@graphql-tools/executor-http": "^3.0.3", + "@graphql-tools/executor-http": "^3.0.4", "@graphql-tools/utils": "^10.9.1", "@whatwg-node/promise-helpers": "^1.3.2", "graphql": "^16.9.0", @@ -2920,21 +2920,21 @@ } }, "node_modules/@graphql-mesh/transport-http-callback": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@graphql-mesh/transport-http-callback/-/transport-http-callback-1.0.4.tgz", - "integrity": "sha512-OHTGeebpurKYsbAGgxwddPqbLv3nOa3W4AJcYmIpGvxeY7M57wo65onjP6Tne6C13oeLFihp+ytqcVsRKxkcxw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@graphql-mesh/transport-http-callback/-/transport-http-callback-1.0.5.tgz", + "integrity": "sha512-btYXyR5i8wkUq0T4zc614v8qhSGmROm8EY+mB1TdU63ABYCrFim1sHI4iah8YTohU02TGy61jJ9qbr+Yos/Ccw==", "license": "MIT", "dependencies": { "@graphql-hive/signal": "^2.0.0", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.9", - "@graphql-mesh/transport-common": "^1.0.4", + "@graphql-mesh/transport-common": "^1.0.5", "@graphql-mesh/types": "^0.104.13", "@graphql-mesh/utils": "^0.104.13", "@graphql-tools/executor-common": "^1.0.2", "@graphql-tools/utils": "^10.9.1", "@repeaterjs/repeater": "^3.0.6", - "@whatwg-node/fetch": "^0.10.10", + "@whatwg-node/fetch": "^0.10.11", "@whatwg-node/promise-helpers": "^1.3.2", "tslib": "^2.8.1" }, @@ -2946,14 +2946,14 @@ } }, "node_modules/@graphql-mesh/transport-ws": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@graphql-mesh/transport-ws/-/transport-ws-2.0.4.tgz", - "integrity": "sha512-JIDeatbzqgmapZ5RMbRi8ZJ/N9ucdrKgf2t3WMdAQx3aSiJgEsNkCjFK0KvQ8SC2SlhO213BbV67NQVi90YgCQ==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@graphql-mesh/transport-ws/-/transport-ws-2.0.5.tgz", + "integrity": "sha512-n+uvSRGn8+Y1d13xrMW6GV8oaAb1yNEkihThFhKIXUyLtZ2k0LGcVmLReW7oml4jhdjLdA75Wsrn+50+Tz8DuA==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.9", - "@graphql-mesh/transport-common": "^1.0.4", + "@graphql-mesh/transport-common": "^1.0.5", "@graphql-mesh/types": "^0.104.13", "@graphql-mesh/utils": "^0.104.13", "@graphql-tools/executor-graphql-ws": "^3.1.0", @@ -3169,9 +3169,9 @@ } }, "node_modules/@graphql-tools/executor-http": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-3.0.3.tgz", - "integrity": "sha512-FUwrgI8zyDQ031N5f6izgggfQUxY0HY0z30RUKiCfJbtPu1h3ZK4C4CN/I+iTffiVCznwJd+qi9iErvvgUWzYw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-3.0.4.tgz", + "integrity": "sha512-S4d/FiHBxHWVG2iELP2zx23ESt7kpaW4oagFT8K+nezOkFL6TDvzuhPKSVhEq6A6G0qUUcKDHLJhcJ0ppmtCvw==", "license": "MIT", "dependencies": { "@graphql-hive/signal": "^2.0.0", @@ -3179,7 +3179,7 @@ "@graphql-tools/utils": "^10.9.1", "@repeaterjs/repeater": "^3.0.4", "@whatwg-node/disposablestack": "^0.0.6", - "@whatwg-node/fetch": "^0.10.10", + "@whatwg-node/fetch": "^0.10.11", "@whatwg-node/promise-helpers": "^1.3.2", "meros": "^1.3.2", "tslib": "^2.8.1" @@ -3192,23 +3192,23 @@ } }, "node_modules/@graphql-tools/federation": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/federation/-/federation-4.0.4.tgz", - "integrity": "sha512-l25kK0rAbCWzlcExY+A6oKsHHnTxQjQXM9uupF84mcIE7/b6SP0Y2oetQL21y9GeqA8aCkCq0AmN0po7bUSaCw==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@graphql-tools/federation/-/federation-4.0.5.tgz", + "integrity": "sha512-nBhbuq/BmmK4q11qF8O/h9/ZEghSdslsrE6Cqzuj1QDNSvJjyjQnPpB/bIjLPwr1TK4jbdaCorc6Q9kWwwNH7g==", "license": "MIT", "dependencies": { "@graphql-tools/delegate": "^11.0.1", "@graphql-tools/executor": "^1.4.9", - "@graphql-tools/executor-http": "^3.0.3", + "@graphql-tools/executor-http": "^3.0.4", "@graphql-tools/merge": "^9.1.1", "@graphql-tools/schema": "^10.0.25", - "@graphql-tools/stitch": "^10.0.1", + "@graphql-tools/stitch": "^10.0.2", "@graphql-tools/utils": "^10.9.1", "@graphql-tools/wrap": "^11.0.1", "@graphql-yoga/typed-event-target": "^3.0.2", "@whatwg-node/disposablestack": "^0.0.6", "@whatwg-node/events": "^0.1.2", - "@whatwg-node/fetch": "^0.10.10", + "@whatwg-node/fetch": "^0.10.11", "@whatwg-node/promise-helpers": "^1.3.2", "tslib": "^2.8.1" }, @@ -3338,9 +3338,9 @@ } }, "node_modules/@graphql-tools/stitch": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/stitch/-/stitch-10.0.1.tgz", - "integrity": "sha512-XwOem9tV1v6oY5bGRsnWP1xVxf7G31fkniH6lYofCJIS6MD3ZVs1SVpw2ecgaXLJry0IQ2jMe7VLW3u+mhNIKw==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/stitch/-/stitch-10.0.2.tgz", + "integrity": "sha512-AsnlxZhpWExS7aiEfaXoM+xrGnMs7OJQBstjswLLMu1Q5Ug1JBHHgK/z7q/t977vMGWNlLMsf1WXBQ1NRAJTOA==", "license": "MIT", "dependencies": { "@graphql-tools/batch-delegate": "^10.0.1", @@ -3455,16 +3455,16 @@ } }, "node_modules/@graphql-yoga/plugin-apollo-usage-report": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/@graphql-yoga/plugin-apollo-usage-report/-/plugin-apollo-usage-report-0.10.2.tgz", - "integrity": "sha512-8Q4x3u2ETYMvlPBFmvDbUnJ2jfXKVwZfNZTfQCnGKk+RY48ZWOntqZDrjIJWyI50epJLVU1UG20D+SSnCInu3g==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/plugin-apollo-usage-report/-/plugin-apollo-usage-report-0.11.0.tgz", + "integrity": "sha512-DOz0BXYLG4e7qiRP4xnQvRilJ2b+Lu4+AfJVep9RWnNvfcjM3jovKo8fCqzq69cybygQunDBcRrY4hrGNfK/yw==", "license": "MIT", "dependencies": { "@apollo/server-gateway-interface": "^2.0.0", "@apollo/usage-reporting-protobuf": "^4.1.1", "@apollo/utils.usagereporting": "^2.1.0", "@graphql-tools/utils": "^10.9.1", - "@graphql-yoga/plugin-apollo-inline-trace": "^3.15.2", + "@graphql-yoga/plugin-apollo-inline-trace": "^3.16.0", "@whatwg-node/promise-helpers": "^1.2.4", "tslib": "^2.8.1" }, @@ -3473,7 +3473,7 @@ }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "graphql-yoga": "^5.15.2" + "graphql-yoga": "^5.16.0" } }, "node_modules/@graphql-yoga/plugin-apollo-usage-report/node_modules/@apollo/server-gateway-interface": {