From fc251c00ba28bc51195f5521be8a33151ed64633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jul 2021 21:43:16 +0000 Subject: [PATCH] fix(deps): update dependency graphql-compose to v9.0.2 (#2516) Co-authored-by: Renovate Bot --- packages/handlers/grpc/package.json | 2 +- packages/handlers/json-schema/package.json | 2 +- packages/handlers/mongoose/package.json | 2 +- packages/handlers/mysql/package.json | 2 +- packages/handlers/odata/package.json | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/handlers/grpc/package.json b/packages/handlers/grpc/package.json index e1393d1785b7e..3ec74771fe483 100644 --- a/packages/handlers/grpc/package.json +++ b/packages/handlers/grpc/package.json @@ -29,7 +29,7 @@ "@grpc/grpc-js": "^1.1.7", "@grpc/proto-loader": "0.6.4", "graphql-scalars": "1.10.0", - "graphql-compose": "9.0.1", + "graphql-compose": "9.0.2", "grpc-reflection-js": "0.1.2", "globby": "11.0.4", "long": "4.0.0", diff --git a/packages/handlers/json-schema/package.json b/packages/handlers/json-schema/package.json index ac6adf7e873e8..223c02bc00b6a 100644 --- a/packages/handlers/json-schema/package.json +++ b/packages/handlers/json-schema/package.json @@ -33,7 +33,7 @@ "@graphql-mesh/utils": "0.12.0", "@graphql-mesh/store": "0.0.0", "@graphql-tools/utils": "8.0.0-alpha-e6320b00.0", - "graphql-compose": "9.0.1", + "graphql-compose": "9.0.2", "graphql-scalars": "1.10.0", "pascal-case": "3.1.2", "to-json-schema": "0.2.5", diff --git a/packages/handlers/mongoose/package.json b/packages/handlers/mongoose/package.json index 4bbcb4132a333..3789de072a317 100644 --- a/packages/handlers/mongoose/package.json +++ b/packages/handlers/mongoose/package.json @@ -29,7 +29,7 @@ "dependencies": { "@graphql-mesh/types": "0.42.0", "@graphql-mesh/utils": "0.12.0", - "graphql-compose": "9.0.1", + "graphql-compose": "9.0.2", "graphql-compose-mongoose": "9.5.2", "graphql-compose-connection": "8.2.1", "graphql-compose-pagination": "8.2.1", diff --git a/packages/handlers/mysql/package.json b/packages/handlers/mysql/package.json index 173f9f3d476bc..20dae232d6201 100644 --- a/packages/handlers/mysql/package.json +++ b/packages/handlers/mysql/package.json @@ -29,7 +29,7 @@ "@graphql-mesh/types": "0.42.0", "@graphql-mesh/store": "0.0.0", "@graphql-mesh/utils": "0.12.0", - "graphql-compose": "9.0.1", + "graphql-compose": "9.0.2", "graphql-fields": "2.0.3", "mysql": "2.18.1", "mysql-utilities": "1.1.2", diff --git a/packages/handlers/odata/package.json b/packages/handlers/odata/package.json index d554326550ef1..5352c4bb59c45 100644 --- a/packages/handlers/odata/package.json +++ b/packages/handlers/odata/package.json @@ -35,7 +35,7 @@ "cross-fetch": "3.1.4", "dataloader": "2.0.0", "fast-xml-parser": "3.19.0", - "graphql-compose": "9.0.1", + "graphql-compose": "9.0.2", "graphql-parse-resolve-info": "4.12.0", "graphql-scalars": "1.10.0", "pascal-case": "3.1.2", diff --git a/yarn.lock b/yarn.lock index 20a30fcf83206..8d0aafd3e45c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12175,10 +12175,10 @@ graphql-compose-pagination@8.2.1: resolved "https://registry.yarnpkg.com/graphql-compose-pagination/-/graphql-compose-pagination-8.2.1.tgz#cd1e8637a1b3d9246378e222200204412c5a863e" integrity sha512-jV+nD76MWLugNO2M2xRt1yXw7VWF7XpRZri4WhMFUgRuqRMVx4k9yna0QEKo70SDKsGkC+2YUbSWdf8V8TQVWQ== -graphql-compose@9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-9.0.1.tgz#e28e7c34bd954dda4b0eddf0eb288b7a58bfb7de" - integrity sha512-EMo8+lcA8GJpEJB+hWYak21EwZmzzf/woIYvVQHFi/gU+2jbLEVdBB7cHd0M9fIrMswHqDpxYM8JwjIrFphpcA== +graphql-compose@9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-9.0.2.tgz#f029ff1ceaec65655a847521996109ac0e0a076e" + integrity sha512-K6tyyoPQ/UGM2nol0avooh95UMI8DxLv7PaM4JL3ZDaTzbocrUDwzAl3UUYeBucovn9ZNntctUNU7pTrvxViMA== dependencies: "@types/object-path" "^0.11.0" graphql-type-json "0.3.2"