Skip to content

Commit 3188756

Browse files
authored
Merge pull request #6960 from neo4j/renovate/dev-graphql-tools-utils-11.x
fix(deps): update dependency @graphql-tools/utils to v11 (dev)
2 parents bf19805 + faf7877 commit 3188756

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@graphql-tools/merge": "^9.0.0",
8585
"@graphql-tools/resolvers-composition": "^7.0.0",
8686
"@graphql-tools/schema": "^10.0.0",
87-
"@graphql-tools/utils": "10.11.0",
87+
"@graphql-tools/utils": "11.0.0",
8888
"@neo4j/cypher-builder": "2.11.0",
8989
"camelcase": "^6.3.0",
9090
"debug": "^4.3.4",

yarn.lock

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,17 +1864,17 @@ __metadata:
18641864
languageName: node
18651865
linkType: hard
18661866

1867-
"@graphql-tools/utils@npm:10.11.0":
1868-
version: 10.11.0
1869-
resolution: "@graphql-tools/utils@npm:10.11.0"
1867+
"@graphql-tools/utils@npm:11.0.0, @graphql-tools/utils@npm:^11.0.0":
1868+
version: 11.0.0
1869+
resolution: "@graphql-tools/utils@npm:11.0.0"
18701870
dependencies:
18711871
"@graphql-typed-document-node/core": "npm:^3.1.1"
18721872
"@whatwg-node/promise-helpers": "npm:^1.0.0"
18731873
cross-inspect: "npm:1.0.1"
18741874
tslib: "npm:^2.4.0"
18751875
peerDependencies:
18761876
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
1877-
checksum: 10c0/73459332c199d8f3aa698bdee4ac6ce802274dba95cc7eff1f0219b6fe6e3a8f314d2e824168e296df8f5ce18f6dbd23ca14406b71890a41ce80b7548e8ccd6d
1877+
checksum: 10c0/008f7d033b900bab7daf073c34d2b5502f52005a3dfa9761dfd550d64734c7cd47c2cc92f130f24c5911ceed91315494b54e6849ed345004e59e84377ab1f6c7
18781878
languageName: node
18791879
linkType: hard
18801880

@@ -1903,20 +1903,6 @@ __metadata:
19031903
languageName: node
19041904
linkType: hard
19051905

1906-
"@graphql-tools/utils@npm:^11.0.0":
1907-
version: 11.0.0
1908-
resolution: "@graphql-tools/utils@npm:11.0.0"
1909-
dependencies:
1910-
"@graphql-typed-document-node/core": "npm:^3.1.1"
1911-
"@whatwg-node/promise-helpers": "npm:^1.0.0"
1912-
cross-inspect: "npm:1.0.1"
1913-
tslib: "npm:^2.4.0"
1914-
peerDependencies:
1915-
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
1916-
checksum: 10c0/008f7d033b900bab7daf073c34d2b5502f52005a3dfa9761dfd550d64734c7cd47c2cc92f130f24c5911ceed91315494b54e6849ed345004e59e84377ab1f6c7
1917-
languageName: node
1918-
linkType: hard
1919-
19201906
"@graphql-tools/utils@npm:^9.2.1":
19211907
version: 9.2.1
19221908
resolution: "@graphql-tools/utils@npm:9.2.1"
@@ -2846,7 +2832,7 @@ __metadata:
28462832
"@graphql-tools/merge": "npm:^9.0.0"
28472833
"@graphql-tools/resolvers-composition": "npm:^7.0.0"
28482834
"@graphql-tools/schema": "npm:^10.0.0"
2849-
"@graphql-tools/utils": "npm:10.11.0"
2835+
"@graphql-tools/utils": "npm:11.0.0"
28502836
"@neo4j/cypher-builder": "npm:2.11.0"
28512837
"@types/is-uuid": "npm:1.0.2"
28522838
"@types/jest": "npm:30.0.0"

0 commit comments

Comments
 (0)