Skip to content

Commit

Permalink
Merge pull request #5851 from neo4j/pin-cypher-builder
Browse files Browse the repository at this point in the history
Pin cypher builder dependency
  • Loading branch information
angrykoala authored Nov 28, 2024
2 parents bbc7aa6 + 7e5e483 commit 3ba3c35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@graphql-tools/resolvers-composition": "^7.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
"@neo4j/cypher-builder": "^2.0.0",
"@neo4j/cypher-builder": "2.0.2",
"camelcase": "^6.3.0",
"debug": "^4.3.4",
"dot-prop": "^6.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2059,10 +2059,10 @@ __metadata:
languageName: node
linkType: hard

"@neo4j/cypher-builder@npm:^2.0.0":
version: 2.0.1
resolution: "@neo4j/cypher-builder@npm:2.0.1"
checksum: 10c0/bafb72a477ba7eabc105cbbdeb8f8ad85bd75e085f96eaee9137f84bc02a41781ab5014249fac4c9524b0957219db8eb3ce3f86c0a104b8a0e4f8aed7046484f
"@neo4j/cypher-builder@npm:2.0.2":
version: 2.0.2
resolution: "@neo4j/cypher-builder@npm:2.0.2"
checksum: 10c0/776f7204df4c226bf26c1e9e8db472b6498d85b7aacf4ca67ec210ca4c6e884a1c08e5bd7779dccadef4b79a22775c9f7d99b73cba9c8d38e518551792a38f03
languageName: node
linkType: hard

Expand All @@ -2083,7 +2083,7 @@ __metadata:
"@graphql-tools/resolvers-composition": "npm:^7.0.0"
"@graphql-tools/schema": "npm:^10.0.0"
"@graphql-tools/utils": "npm:^10.0.0"
"@neo4j/cypher-builder": "npm:^2.0.0"
"@neo4j/cypher-builder": "npm:2.0.2"
"@types/deep-equal": "npm:1.0.4"
"@types/is-uuid": "npm:1.0.2"
"@types/jest": "npm:29.5.14"
Expand Down

0 comments on commit 3ba3c35

Please sign in to comment.