Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-tools/schema to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2022
1 parent e322ecb commit 92b75a7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@graphql-tools/merge": "8.3.0",
"@graphql-tools/schema": "8.5.0",
"@graphql-tools/schema": "9.0.0",
"@graphql-tools/utils": "8.8.0",
"@nestjs/mapped-types": "1.1.0",
"chokidar": "3.5.3",
Expand Down
27 changes: 21 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,14 @@
"@graphql-tools/utils" "8.8.0"
tslib "^2.4.0"

"@graphql-tools/merge@8.3.2":
version "8.3.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.2.tgz#a058e0307b9a145c6965420fd67ee1405cf033e8"
integrity sha512-r8TFlDFA9N4hbkKbHCUK5pkiSnVUsB5AtcyhoY1d3b9zNa9CAYgxZMkKZgDJAf9ZTIqki9t0eOW/jn1H4MCFsg==
dependencies:
"@graphql-tools/utils" "8.9.1"
tslib "^2.4.0"

"@graphql-tools/merge@^8.2.1":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.1.tgz#bf83aa06a0cfc6a839e52a58057a84498d0d51ff"
Expand All @@ -1066,13 +1074,13 @@
fast-json-stable-stringify "^2.1.0"
tslib "~2.3.0"

"@graphql-tools/schema@8.5.0":
version "8.5.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.5.0.tgz#0332b3a2e674d16e9bf8a58dfd47432449ce2368"
integrity sha512-VeFtKjM3SA9/hCJJfr95aEdC3G0xIKM9z0Qdz4i+eC1g2fdZYnfWFt2ucW4IME+2TDd0enHlKzaV0qk2SLVUww==
"@graphql-tools/schema@9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.0.tgz#a689ae23474bf662b3571a180f0e0d11c7b8f135"
integrity sha512-H1rlt0tptzYE1jnKGjfmMvvMCwsDTUgCy3Eam9agsPP4ZtHAcwijDx3BKKJaV1fDRV5ztz2aJ5Q7+4s/SMOYvQ==
dependencies:
"@graphql-tools/merge" "8.3.0"
"@graphql-tools/utils" "8.8.0"
"@graphql-tools/merge" "8.3.2"
"@graphql-tools/utils" "8.9.1"
tslib "^2.4.0"
value-or-promise "1.0.11"

Expand All @@ -1093,6 +1101,13 @@
dependencies:
tslib "^2.4.0"

"@graphql-tools/utils@8.9.1":
version "8.9.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.9.1.tgz#11d6c8a292ac5f224dfda655b87adfece3a257c6"
integrity sha512-LHR7U4okICeUap+WV/T1FnLOmTr3KYuphgkXYendaBVO/DXKyc+TeOFBiN1LcEjPqCB8hO+0B0iTIO0cGqhNTA==
dependencies:
tslib "^2.4.0"

"@graphql-tools/utils@^8.0.0", "@graphql-tools/utils@^8.5.1":
version "8.5.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.2.tgz#fa775d92c19237f648105f7d4aeeeb63ba3d257f"
Expand Down

0 comments on commit 92b75a7

Please sign in to comment.