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-compose to v9.1.0 #8251

Merged
merged 2 commits into from
Jan 11, 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
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_json-schema-8251-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/json-schema": patch
---
dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/graphql-compose/v/9.1.0) (from `9.0.11`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/legacy/handlers/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@graphql-mesh/utils": "^0.103.11",
"@json-schema-tools/meta-schema": "1.7.5",
"@omnigraph/json-schema": "0.108.11",
"graphql-compose": "9.0.11",
"graphql-compose": "9.1.0",
"json-machete": "0.97.5",
"tslib": "^2.4.0"
},
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7008,7 +7008,7 @@ __metadata:
"@graphql-mesh/utils": "npm:^0.103.11"
"@json-schema-tools/meta-schema": "npm:1.7.5"
"@omnigraph/json-schema": "npm:0.108.11"
graphql-compose: "npm:9.0.11"
graphql-compose: "npm:9.1.0"
json-machete: "npm:0.97.5"
tslib: "npm:^2.4.0"
peerDependencies:
Expand Down Expand Up @@ -22922,12 +22922,14 @@ __metadata:
languageName: node
linkType: hard

"graphql-compose@npm:9.0.11, graphql-compose@npm:^9.0.11, graphql-compose@npm:^9.0.8":
version: 9.0.11
resolution: "graphql-compose@npm:9.0.11"
"graphql-compose@npm:9.1.0, graphql-compose@npm:^9.0.11, graphql-compose@npm:^9.0.8":
version: 9.1.0
resolution: "graphql-compose@npm:9.1.0"
dependencies:
graphql-type-json: "npm:0.3.2"
checksum: 10c0/318ec98a8b149f4e27feca1b805069a2c241393e6c1dd95957222c6cdff5d804ccdc6dd450ec040f35c8992a87e282cfb6780259e070c1cb8a8bef54de50c220
peerDependencies:
graphql: ^14.2.0 || ^15.0.0 || ^16.0.0
checksum: 10c0/3323e08a8739cce90607ba0688a93813f62293eaed19ad39b0b017f31c44fd57b0d39e6c4b7e4d7999bbcfbd4e76ed8c92c6f242eac6104f6738ddbff67e62c6
languageName: node
linkType: hard

Expand Down
Loading