Skip to content

Commit

Permalink
fix(deps): update dependency graphql-compose to v9.0.2 (#2516)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 25, 2021
1 parent 79853ce commit fc251c0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/handlers/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12175,10 +12175,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/graphql-compose-pagination/-/graphql-compose-pagination-8.2.1.tgz#cd1e8637a1b3d9246378e222200204412c5a863e"
integrity sha512-jV+nD76MWLugNO2M2xRt1yXw7VWF7XpRZri4WhMFUgRuqRMVx4k9yna0QEKo70SDKsGkC+2YUbSWdf8V8TQVWQ==

[email protected].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==
[email protected].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"
Expand Down

0 comments on commit fc251c0

Please sign in to comment.