Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @graphql-tools/merge to v9.0.20 #422

Merged
merged 1 commit into from
Feb 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@fastify/under-pressure": "9.0.3",
"@gquittet/graceful-server": "5.2.10",
"@graphql-tools/load-files": "7.0.1",
"@graphql-tools/merge": "9.0.19",
"@graphql-tools/merge": "9.0.20",
"@sinclair/typebox": "0.34.27",
"ajv-formats": "3.0.1",
"awilix": "12.0.4",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2127,29 +2127,29 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/merge@npm:9.0.19":
version: 9.0.19
resolution: "@graphql-tools/merge@npm:9.0.19"
"@graphql-tools/merge@npm:9.0.20":
version: 9.0.20
resolution: "@graphql-tools/merge@npm:9.0.20"
dependencies:
"@graphql-tools/utils": "npm:^10.8.1"
"@graphql-tools/utils": "npm:^10.8.2"
tslib: "npm:^2.4.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10c0/0ae4f9203f647280f46f3313c142886a7606ffae1d31f9e6dc997a75cbb9d6a8cc615f4d0766d3102b06fc4ad6a10932a8d33e50b0fe7e8329b4512cf687dcaa
checksum: 10c0/fae42de99fe175b4cee017c830e4c161ee3c2d8f794e9bdc2842e1cd7907995678167ca5316d0be6410df8cbab895a51ff0067ab4bf1bc5d2cd0c6c6b33961f0
languageName: node
linkType: hard

"@graphql-tools/utils@npm:^10.8.1":
version: 10.8.1
resolution: "@graphql-tools/utils@npm:10.8.1"
"@graphql-tools/utils@npm:^10.8.2":
version: 10.8.2
resolution: "@graphql-tools/utils@npm:10.8.2"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
cross-inspect: "npm:1.0.1"
dset: "npm:^3.1.4"
tslib: "npm:^2.4.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10c0/c3011af1f7de800f7044721ce52bb709edda5aaf71b7734a4b1a2169485f61ca7d400534671c48eaeedc0a2e7b3cacecc5c0c81c84d8c3872dc442500cf4a959
checksum: 10c0/164b66a98e3085f22f1785ab9dd5aeecd3c20b67f4b75f5f4f22fc88d12e56b953da39e0a3f3596e96141623f5d8e77d41e1094da2a2a0e069e492ff39bbe002
languageName: node
linkType: hard

Expand Down Expand Up @@ -8256,7 +8256,7 @@ __metadata:
"@fastify/under-pressure": "npm:9.0.3"
"@gquittet/graceful-server": "npm:5.2.10"
"@graphql-tools/load-files": "npm:7.0.1"
"@graphql-tools/merge": "npm:9.0.19"
"@graphql-tools/merge": "npm:9.0.20"
"@semantic-release/changelog": "npm:6.0.3"
"@semantic-release/commit-analyzer": "npm:13.0.1"
"@semantic-release/git": "npm:10.0.1"
Expand Down