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-yoga to v5.7.0 #11493

Merged
merged 1 commit into from
Sep 9, 2024
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
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-tag": "2.12.6",
"graphql-yoga": "5.6.3",
"graphql-yoga": "5.7.0",
"lodash": "4.17.21",
"uuid": "10.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8265,7 +8265,7 @@ __metadata:
graphql: "npm:16.9.0"
graphql-scalars: "npm:1.23.0"
graphql-tag: "npm:2.12.6"
graphql-yoga: "npm:5.6.3"
graphql-yoga: "npm:5.7.0"
jest: "npm:29.7.0"
jsonwebtoken: "npm:9.0.2"
lodash: "npm:4.17.21"
Expand Down Expand Up @@ -11797,7 +11797,7 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/server@npm:0.9.49, @whatwg-node/server@npm:^0.9.41":
"@whatwg-node/server@npm:0.9.49, @whatwg-node/server@npm:^0.9.44":
version: 0.9.49
resolution: "@whatwg-node/server@npm:0.9.49"
dependencies:
Expand Down Expand Up @@ -18659,9 +18659,9 @@ __metadata:
languageName: node
linkType: hard

"graphql-yoga@npm:5.6.3":
version: 5.6.3
resolution: "graphql-yoga@npm:5.6.3"
"graphql-yoga@npm:5.7.0":
version: 5.7.0
resolution: "graphql-yoga@npm:5.7.0"
dependencies:
"@envelop/core": "npm:^5.0.1"
"@graphql-tools/executor": "npm:^1.3.0"
Expand All @@ -18670,13 +18670,13 @@ __metadata:
"@graphql-yoga/logger": "npm:^2.0.0"
"@graphql-yoga/subscription": "npm:^5.0.1"
"@whatwg-node/fetch": "npm:^0.9.18"
"@whatwg-node/server": "npm:^0.9.41"
"@whatwg-node/server": "npm:^0.9.44"
dset: "npm:^3.1.1"
lru-cache: "npm:^10.0.0"
tslib: "npm:^2.5.2"
peerDependencies:
graphql: ^15.2.0 || ^16.0.0
checksum: 10c0/0196963b5c78cb10dd673dc785d6895e1f6d14c8442a626e728889c027422332def571a110deac2de0d18975817486d73e7d8d82bbff2c1fa29e3e372ebf95fc
checksum: 10c0/dc7524bd076bf336ca671a40a9765cf5ec66c0c6feda658bcd817966814010c849a7fa5b49ffdc3121ad9887b9791a460bf51ebdab3d0c7d2b9d5038230c6328
languageName: node
linkType: hard

Expand Down
Loading