diff --git a/examples/production-app/package.json b/examples/production-app/package.json index b2e93d6c..b134e7d1 100644 --- a/examples/production-app/package.json +++ b/examples/production-app/package.json @@ -33,7 +33,7 @@ "@graphql-tools/utils": "^9.2.1", "@graphql-yoga/plugin-defer-stream": "^3.1.1", "dataloader": "^2.2.2", - "graphql": "16.9.0", + "graphql": "16.11.0", "graphql-relay": "^0.10.0", "graphql-yoga": "^5.0.0", "typescript": "^5.5.4" diff --git a/package.json b/package.json index 533f1cea..28f59462 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "commander": "^10.0.0", - "graphql": "^16.9.0", + "graphql": "^16.11.0", "semver": "^7.5.4", "typescript": "5.9.2" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 35217876..310c3d92 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^10.0.0 version: 10.0.0 graphql: - specifier: ^16.9.0 - version: 16.9.0 + specifier: ^16.11.0 + version: 16.11.0 semver: specifier: ^7.5.4 version: 7.5.4 @@ -187,22 +187,22 @@ importers: dependencies: '@graphql-tools/utils': specifier: ^9.2.1 - version: 9.2.1(graphql@16.9.0) + version: 9.2.1(graphql@16.11.0) '@graphql-yoga/plugin-defer-stream': specifier: ^3.1.1 - version: 3.1.1(graphql-yoga@5.0.0(graphql@16.9.0))(graphql@16.9.0) + version: 3.1.1(graphql-yoga@5.0.0(graphql@16.11.0))(graphql@16.11.0) dataloader: specifier: ^2.2.2 version: 2.2.2 graphql: - specifier: 16.9.0 - version: 16.9.0 + specifier: 16.11.0 + version: 16.11.0 graphql-relay: specifier: ^0.10.0 - version: 0.10.0(graphql@16.9.0) + version: 0.10.0(graphql@16.11.0) graphql-yoga: specifier: ^5.0.0 - version: 5.0.0(graphql@16.9.0) + version: 5.0.0(graphql@16.11.0) typescript: specifier: ^5.5.4 version: 5.5.4 @@ -3210,12 +3210,14 @@ packages: '@opentelemetry/otlp-proto-exporter-base@0.39.1': resolution: {integrity: sha512-VssdfGYu6LkSliQATdkvoP8lPSQuNLENRdHTUOV2veF4iqY/UpxBFFlkarY29W+MYjWXIBfYntgNjQvcn78A+w==} engines: {node: '>=14'} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. peerDependencies: '@opentelemetry/api': ^1.0.0 '@opentelemetry/otlp-proto-exporter-base@0.41.2': resolution: {integrity: sha512-BxmEMiP6tHiFroe5/dTt9BsxCci7BTLtF7A6d4DKHLiLweWWZxQ9l7hON7qt/IhpKrQcAFD1OzZ1Gq2ZkNzhCw==} engines: {node: '>=14'} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. peerDependencies: '@opentelemetry/api': ^1.0.0 @@ -6259,6 +6261,10 @@ packages: peerDependencies: graphql: ^15.2.0 || ^16.0.0 + graphql@16.11.0: + resolution: {integrity: sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==} + engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} + graphql@16.6.0: resolution: {integrity: sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} @@ -6267,10 +6273,6 @@ packages: resolution: {integrity: sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - graphql@16.9.0: - resolution: {integrity: sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==} - engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - grats@0.0.26: resolution: {integrity: sha512-9JVF3kvOB42+PDZhmxcbv5Co7vMUSfdUN417mubFleALZ9tTBlzlKQ2HkkkUghZp1/OE2VHk1cT3QyjvQzyE+w==} engines: {node: '>=16 <=21', pnpm: ^8} @@ -13553,21 +13555,21 @@ snapshots: p-limit: 3.1.0 readable-stream: 4.3.0 - '@graphql-tools/executor@1.2.0(graphql@16.8.1)': + '@graphql-tools/executor@1.2.0(graphql@16.11.0)': dependencies: - '@graphql-tools/utils': 10.6.2(graphql@16.8.1) - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) + '@graphql-tools/utils': 10.6.2(graphql@16.11.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.11.0) '@repeaterjs/repeater': 3.0.5 - graphql: 16.8.1 + graphql: 16.11.0 tslib: 2.6.2 value-or-promise: 1.0.12 - '@graphql-tools/executor@1.2.0(graphql@16.9.0)': + '@graphql-tools/executor@1.2.0(graphql@16.8.1)': dependencies: - '@graphql-tools/utils': 10.6.2(graphql@16.9.0) - '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.8.1) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) '@repeaterjs/repeater': 3.0.5 - graphql: 16.9.0 + graphql: 16.8.1 tslib: 2.6.2 value-or-promise: 1.0.12 @@ -13577,16 +13579,16 @@ snapshots: graphql: 16.8.1 tslib: 2.6.2 - '@graphql-tools/merge@9.0.12(graphql@16.8.1)': + '@graphql-tools/merge@9.0.12(graphql@16.11.0)': dependencies: - '@graphql-tools/utils': 10.6.2(graphql@16.8.1) - graphql: 16.8.1 + '@graphql-tools/utils': 10.6.2(graphql@16.11.0) + graphql: 16.11.0 tslib: 2.6.2 - '@graphql-tools/merge@9.0.12(graphql@16.9.0)': + '@graphql-tools/merge@9.0.12(graphql@16.8.1)': dependencies: - '@graphql-tools/utils': 10.6.2(graphql@16.9.0) - graphql: 16.9.0 + '@graphql-tools/utils': 10.6.2(graphql@16.8.1) + graphql: 16.8.1 tslib: 2.6.2 '@graphql-tools/merge@9.0.4(graphql@16.8.1)': @@ -13595,19 +13597,19 @@ snapshots: graphql: 16.8.1 tslib: 2.6.2 - '@graphql-tools/schema@10.0.11(graphql@16.8.1)': + '@graphql-tools/schema@10.0.11(graphql@16.11.0)': dependencies: - '@graphql-tools/merge': 9.0.12(graphql@16.8.1) - '@graphql-tools/utils': 10.6.2(graphql@16.8.1) - graphql: 16.8.1 + '@graphql-tools/merge': 9.0.12(graphql@16.11.0) + '@graphql-tools/utils': 10.6.2(graphql@16.11.0) + graphql: 16.11.0 tslib: 2.6.2 value-or-promise: 1.0.12 - '@graphql-tools/schema@10.0.11(graphql@16.9.0)': + '@graphql-tools/schema@10.0.11(graphql@16.8.1)': dependencies: - '@graphql-tools/merge': 9.0.12(graphql@16.9.0) - '@graphql-tools/utils': 10.6.2(graphql@16.9.0) - graphql: 16.9.0 + '@graphql-tools/merge': 9.0.12(graphql@16.8.1) + '@graphql-tools/utils': 10.6.2(graphql@16.8.1) + graphql: 16.8.1 tslib: 2.6.2 value-or-promise: 1.0.12 @@ -13627,22 +13629,28 @@ snapshots: tslib: 2.6.2 value-or-promise: 1.0.12 - '@graphql-tools/utils@10.6.2(graphql@16.8.1)': + '@graphql-tools/utils@10.6.2(graphql@16.11.0)': dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.11.0) cross-inspect: 1.0.1 dset: 3.1.3 - graphql: 16.8.1 + graphql: 16.11.0 tslib: 2.6.2 - '@graphql-tools/utils@10.6.2(graphql@16.9.0)': + '@graphql-tools/utils@10.6.2(graphql@16.8.1)': dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) cross-inspect: 1.0.1 dset: 3.1.3 - graphql: 16.9.0 + graphql: 16.8.1 tslib: 2.6.2 + '@graphql-tools/utils@9.2.1(graphql@16.11.0)': + dependencies: + '@graphql-typed-document-node/core': 3.1.2(graphql@16.11.0) + graphql: 16.11.0 + tslib: 2.5.0 + '@graphql-tools/utils@9.2.1(graphql@16.6.0)': dependencies: '@graphql-typed-document-node/core': 3.1.2(graphql@16.6.0) @@ -13655,11 +13663,9 @@ snapshots: graphql: 16.8.1 tslib: 2.5.0 - '@graphql-tools/utils@9.2.1(graphql@16.9.0)': + '@graphql-typed-document-node/core@3.1.2(graphql@16.11.0)': dependencies: - '@graphql-typed-document-node/core': 3.1.2(graphql@16.9.0) - graphql: 16.9.0 - tslib: 2.5.0 + graphql: 16.11.0 '@graphql-typed-document-node/core@3.1.2(graphql@16.6.0)': dependencies: @@ -13669,27 +13675,23 @@ snapshots: dependencies: graphql: 16.8.1 - '@graphql-typed-document-node/core@3.1.2(graphql@16.9.0)': + '@graphql-typed-document-node/core@3.2.0(graphql@16.11.0)': dependencies: - graphql: 16.9.0 + graphql: 16.11.0 '@graphql-typed-document-node/core@3.2.0(graphql@16.8.1)': dependencies: graphql: 16.8.1 - '@graphql-typed-document-node/core@3.2.0(graphql@16.9.0)': - dependencies: - graphql: 16.9.0 - '@graphql-yoga/logger@2.0.0': dependencies: tslib: 2.6.2 - '@graphql-yoga/plugin-defer-stream@3.1.1(graphql-yoga@5.0.0(graphql@16.9.0))(graphql@16.9.0)': + '@graphql-yoga/plugin-defer-stream@3.1.1(graphql-yoga@5.0.0(graphql@16.11.0))(graphql@16.11.0)': dependencies: - '@graphql-tools/utils': 10.6.2(graphql@16.9.0) - graphql: 16.9.0 - graphql-yoga: 5.0.0(graphql@16.9.0) + '@graphql-tools/utils': 10.6.2(graphql@16.11.0) + graphql: 16.11.0 + graphql-yoga: 5.0.0(graphql@16.11.0) '@graphql-yoga/subscription@5.0.0': dependencies: @@ -18081,54 +18083,54 @@ snapshots: nullthrows: 1.1.1 vscode-languageserver-types: 3.17.3 - graphql-relay@0.10.0(graphql@16.6.0): + graphql-relay@0.10.0(graphql@16.11.0): dependencies: - graphql: 16.6.0 + graphql: 16.11.0 - graphql-relay@0.10.0(graphql@16.9.0): + graphql-relay@0.10.0(graphql@16.6.0): dependencies: - graphql: 16.9.0 + graphql: 16.6.0 - graphql-yoga@5.0.0(graphql@16.8.1): + graphql-yoga@5.0.0(graphql@16.11.0): dependencies: '@envelop/core': 5.0.0 - '@graphql-tools/executor': 1.2.0(graphql@16.8.1) - '@graphql-tools/schema': 10.0.11(graphql@16.8.1) - '@graphql-tools/utils': 10.6.2(graphql@16.8.1) + '@graphql-tools/executor': 1.2.0(graphql@16.11.0) + '@graphql-tools/schema': 10.0.11(graphql@16.11.0) + '@graphql-tools/utils': 10.6.2(graphql@16.11.0) '@graphql-yoga/logger': 2.0.0 '@graphql-yoga/subscription': 5.0.0 '@whatwg-node/fetch': 0.9.14 '@whatwg-node/server': 0.9.16 dset: 3.1.3 - graphql: 16.8.1 + graphql: 16.11.0 lru-cache: 10.0.2 tslib: 2.6.2 - graphql-yoga@5.0.0(graphql@16.9.0): + graphql-yoga@5.0.0(graphql@16.8.1): dependencies: '@envelop/core': 5.0.0 - '@graphql-tools/executor': 1.2.0(graphql@16.9.0) - '@graphql-tools/schema': 10.0.11(graphql@16.9.0) - '@graphql-tools/utils': 10.6.2(graphql@16.9.0) + '@graphql-tools/executor': 1.2.0(graphql@16.8.1) + '@graphql-tools/schema': 10.0.11(graphql@16.8.1) + '@graphql-tools/utils': 10.6.2(graphql@16.8.1) '@graphql-yoga/logger': 2.0.0 '@graphql-yoga/subscription': 5.0.0 '@whatwg-node/fetch': 0.9.14 '@whatwg-node/server': 0.9.16 dset: 3.1.3 - graphql: 16.9.0 + graphql: 16.8.1 lru-cache: 10.0.2 tslib: 2.6.2 + graphql@16.11.0: {} + graphql@16.6.0: {} graphql@16.8.1: {} - graphql@16.9.0: {} - grats@0.0.26: dependencies: commander: 10.0.1 - graphql: 16.9.0 + graphql: 16.11.0 typescript: 5.5.4 gray-matter@4.0.3: