Skip to content

Commit

Permalink
pin @graphql-tools/utils after change in behaviour of the mergeDeep f…
Browse files Browse the repository at this point in the history
…unction
  • Loading branch information
MacondoExpress committed Jan 23, 2025
1 parent 3e21569 commit e7a581e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/resolvers-composition": "^7.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
"@graphql-tools/utils": "10.6.1",
"@neo4j/cypher-builder": "2.2.1",
"camelcase": "^6.3.0",
"debug": "^4.3.4",
Expand Down
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1576,6 +1576,20 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/utils@npm:10.6.1":
version: 10.6.1
resolution: "@graphql-tools/utils@npm:10.6.1"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
cross-inspect: "npm:1.0.1"
dset: "npm:^3.1.2"
tslib: "npm:^2.4.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10c0/00cd131e34e0adf85c4b879fc301fcf0b51709d8b802efe0349d0207dbc64990b018f3588d8bc122de805c0759f96e145ec1f80083a2f95a37f4ea83ce0329ed
languageName: node
linkType: hard

"@graphql-tools/utils@npm:8.9.0":
version: 8.9.0
resolution: "@graphql-tools/utils@npm:8.9.0"
Expand All @@ -1587,7 +1601,7 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.7.0, @graphql-tools/utils@npm:^10.7.2":
"@graphql-tools/utils@npm:^10.7.0, @graphql-tools/utils@npm:^10.7.2":
version: 10.7.2
resolution: "@graphql-tools/utils@npm:10.7.2"
dependencies:
Expand Down Expand Up @@ -2091,7 +2105,7 @@ __metadata:
"@graphql-tools/merge": "npm:^9.0.0"
"@graphql-tools/resolvers-composition": "npm:^7.0.0"
"@graphql-tools/schema": "npm:^10.0.0"
"@graphql-tools/utils": "npm:^10.0.0"
"@graphql-tools/utils": "npm:10.6.1"
"@neo4j/cypher-builder": "npm:2.2.1"
"@types/deep-equal": "npm:1.0.4"
"@types/is-uuid": "npm:1.0.2"
Expand Down

0 comments on commit e7a581e

Please sign in to comment.