From 2f5f609b11581a18527248f06c0b3151d6618ec9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Feb 2022 20:08:44 +0000 Subject: [PATCH] Update dependency @graphql-ez/plugin-modules to ^0.11.0 --- package.json | 2 +- pnpm-lock.yaml | 34 +++++++++++++++++++++++----------- 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 0341f28..86416e9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@graphql-ez/fastify": "^0.9.5", "@graphql-ez/plugin-altair": "^0.9.7", "@graphql-ez/plugin-codegen": "^0.7.7", - "@graphql-ez/plugin-modules": "^0.10.0", + "@graphql-ez/plugin-modules": "^0.11.0", "@graphql-ez/plugin-scalars": "^0.7.3", "@graphql-ez/plugin-voyager": "^0.9.1", "@graphql-ez/plugin-websockets": "^0.10.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8dc2008..4201396 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,7 +4,7 @@ specifiers: '@graphql-ez/fastify': ^0.9.5 '@graphql-ez/plugin-altair': ^0.9.7 '@graphql-ez/plugin-codegen': ^0.7.7 - '@graphql-ez/plugin-modules': ^0.10.0 + '@graphql-ez/plugin-modules': ^0.11.0 '@graphql-ez/plugin-scalars': ^0.7.3 '@graphql-ez/plugin-voyager': ^0.9.1 '@graphql-ez/plugin-websockets': ^0.10.2 @@ -37,7 +37,7 @@ dependencies: '@graphql-ez/fastify': 0.9.5_24130b88d269560a3676f5afdb7f8b53 '@graphql-ez/plugin-altair': 0.9.7_302f8346b359e706fa2945fd5f600d0d '@graphql-ez/plugin-codegen': 0.7.7_302f8346b359e706fa2945fd5f600d0d - '@graphql-ez/plugin-modules': 0.10.0_302f8346b359e706fa2945fd5f600d0d + '@graphql-ez/plugin-modules': 0.11.0_302f8346b359e706fa2945fd5f600d0d '@graphql-ez/plugin-scalars': 0.7.3_302f8346b359e706fa2945fd5f600d0d '@graphql-ez/plugin-voyager': 0.9.1_302f8346b359e706fa2945fd5f600d0d '@graphql-ez/plugin-websockets': 0.10.2_302f8346b359e706fa2945fd5f600d0d @@ -635,10 +635,10 @@ packages: graphql: 16.2.0 dev: false - /@envelop/graphql-modules/1.2.1_162fb7b081c8e18af1f2cd4586f90625: - resolution: {integrity: sha512-A1TJk175CSFckrdhI203k+zN9sh5YHXRp8UQipfrPI06tbXoaNqgl8zhsliMiYiUdQKUgefn69iga0oDgzYD/g==} + /@envelop/graphql-modules/3.0.0_162fb7b081c8e18af1f2cd4586f90625: + resolution: {integrity: sha512-5tNcp/+5tBLr8hVnA9tzVTjbKrNHg30FJ8LqVUSrO5C6zoC07ipHuKrrKz65wjrFmp/T0Z91A6nzgTZi2GmRFA==} peerDependencies: - '@envelop/core': ^1.6.1 + '@envelop/core': ^2.0.0 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-modules: ^1 || ^2.0.0 dependencies: @@ -838,17 +838,19 @@ packages: - supports-color dev: false - /@graphql-ez/plugin-modules/0.10.0_302f8346b359e706fa2945fd5f600d0d: - resolution: {integrity: sha512-0gk2PFGqXvJieBaxuGn2YySgv+lDPtGSdx/+kFW3lDYgfJyo09bRYaGQb9hON9hTl2ADM52PHNQITkneScsFFg==} + /@graphql-ez/plugin-modules/0.11.0_302f8346b359e706fa2945fd5f600d0d: + resolution: {integrity: sha512-FhKfjl5NMfACWIb8+C4FlNzYGi9LbJVWekxiHAEflUDiZn6hBoOeXsxGNaTTHPlg+xLfsT7mVR7jQh7Js7vTRA==} engines: {node: ^12.20.0 || >=14.13.0} peerDependencies: graphql: '*' - graphql-ez: ^0.13.4 + graphql-ez: ^0.14.0 + peerDependenciesMeta: + graphql: + optional: true dependencies: - '@envelop/graphql-modules': 1.2.1_162fb7b081c8e18af1f2cd4586f90625 - '@graphql-ez/utils': 0.1.2_794d6c9652d312341327d1a8119165e6 + '@envelop/graphql-modules': 3.0.0_162fb7b081c8e18af1f2cd4586f90625 + '@graphql-ez/utils': 0.1.4_794d6c9652d312341327d1a8119165e6 '@graphql-tools/schema': 8.3.1_graphql@16.2.0 - '@graphql-tools/utils': 8.5.5_graphql@16.2.0 graphql: 16.2.0 graphql-ez: 0.13.7_794d6c9652d312341327d1a8119165e6 graphql-modules: 2.0.0_graphql@16.2.0 @@ -916,6 +918,16 @@ packages: graphql: 16.2.0 dev: false + /@graphql-ez/utils/0.1.4_794d6c9652d312341327d1a8119165e6: + resolution: {integrity: sha512-k2ELk9EIGeotxx1gmGRGKKqtPgHaTN/o9T3M2vGTAmhySRxSwDidHVotDGgEDCUoEFGVeqb0doXn215A/x8rlA==} + peerDependencies: + '@types/node': '*' + graphql: '*' + dependencies: + '@types/node': 17.0.6 + graphql: 16.2.0 + dev: false + /@graphql-tools/batch-execute/8.3.1_graphql@16.2.0: resolution: {integrity: sha512-63kHY8ZdoO5FoeDXYHnAak1R3ysMViMPwWC2XUblFckuVLMUPmB2ONje8rjr2CvzWBHAW8c1Zsex+U3xhKtGIA==} peerDependencies: