Skip to content

Commit

Permalink
fix(deps): update dependency graphql-jit to v0.8.7 (#7803)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency graphql-jit to v0.8.7

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and ardatan committed Nov 20, 2024
1 parent a0b4fbf commit d3aaca7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_runtime-7803-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/runtime": patch
---
dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/graphql-jit/v/0.8.7) (from `0.8.6`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/legacy/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@graphql-tools/executor": "^1.3.2",
"@graphql-tools/wrap": "^10.0.7",
"@whatwg-node/fetch": "^0.9.0",
"graphql-jit": "0.8.6"
"graphql-jit": "0.8.7"
},
"devDependencies": {
"@graphql-tools/schema": "10.0.7"
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6731,7 +6731,7 @@ __metadata:
"@graphql-tools/schema": "npm:10.0.7"
"@graphql-tools/wrap": "npm:^10.0.7"
"@whatwg-node/fetch": "npm:^0.9.0"
graphql-jit: "npm:0.8.6"
graphql-jit: "npm:0.8.7"
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.7
"@graphql-mesh/types": ^0.102.7
Expand Down Expand Up @@ -21685,7 +21685,7 @@ __metadata:
languageName: node
linkType: hard

"fast-json-stringify@npm:^5.8.0":
"fast-json-stringify@npm:^5.16.1, fast-json-stringify@npm:^5.8.0":
version: 5.16.1
resolution: "fast-json-stringify@npm:5.16.1"
dependencies:
Expand Down Expand Up @@ -23131,6 +23131,22 @@ __metadata:
languageName: node
linkType: hard

"graphql-jit@npm:0.8.7":
version: 0.8.7
resolution: "graphql-jit@npm:0.8.7"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.2.0"
fast-json-stringify: "npm:^5.16.1"
generate-function: "npm:^2.3.1"
lodash.memoize: "npm:^4.1.2"
lodash.merge: "npm:4.6.2"
lodash.mergewith: "npm:4.6.2"
peerDependencies:
graphql: ">=15"
checksum: 10c0/b261c259ec5db6c1291d002fba87a3b99faf4104b5c7dd90d35904eedaa2fe7e6b1a56c20e46a05211a7029f92304105f68af739d341637fdb9234e12466a611
languageName: node
linkType: hard

"graphql-mesh@workspace:.":
version: 0.0.0-use.local
resolution: "graphql-mesh@workspace:."
Expand Down

0 comments on commit d3aaca7

Please sign in to comment.