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.6.1 #11007

Merged
merged 1 commit into from
Jul 20, 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.8.1",
"graphql-scalars": "1.23.0",
"graphql-tag": "2.12.6",
"graphql-yoga": "5.3.1",
"graphql-yoga": "5.6.1",
"lodash": "4.17.21",
"uuid": "9.0.1"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4752,7 +4752,7 @@ __metadata:
languageName: node
linkType: hard

"@graphql-yoga/subscription@npm:5.0.1, @graphql-yoga/subscription@npm:^5.0.0":
"@graphql-yoga/subscription@npm:5.0.1, @graphql-yoga/subscription@npm:^5.0.1":
version: 5.0.1
resolution: "@graphql-yoga/subscription@npm:5.0.1"
dependencies:
Expand Down Expand Up @@ -8234,7 +8234,7 @@ __metadata:
graphql: "npm:16.8.1"
graphql-scalars: "npm:1.23.0"
graphql-tag: "npm:2.12.6"
graphql-yoga: "npm:5.3.1"
graphql-yoga: "npm:5.6.1"
jest: "npm:29.7.0"
jsonwebtoken: "npm:9.0.2"
lodash: "npm:4.17.21"
Expand Down Expand Up @@ -11600,7 +11600,7 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/server@npm:0.9.36, @whatwg-node/server@npm:^0.9.33":
"@whatwg-node/server@npm:0.9.36, @whatwg-node/server@npm:^0.9.36":
version: 0.9.36
resolution: "@whatwg-node/server@npm:0.9.36"
dependencies:
Expand Down Expand Up @@ -18487,24 +18487,24 @@ __metadata:
languageName: node
linkType: hard

"graphql-yoga@npm:5.3.1":
version: 5.3.1
resolution: "graphql-yoga@npm:5.3.1"
"graphql-yoga@npm:5.6.1":
version: 5.6.1
resolution: "graphql-yoga@npm:5.6.1"
dependencies:
"@envelop/core": "npm:^5.0.0"
"@graphql-tools/executor": "npm:^1.2.5"
"@graphql-tools/schema": "npm:^10.0.0"
"@graphql-tools/utils": "npm:^10.1.0"
"@graphql-yoga/logger": "npm:^2.0.0"
"@graphql-yoga/subscription": "npm:^5.0.0"
"@graphql-yoga/subscription": "npm:^5.0.1"
"@whatwg-node/fetch": "npm:^0.9.17"
"@whatwg-node/server": "npm:^0.9.33"
"@whatwg-node/server": "npm:^0.9.36"
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/f7bf27d48ee63e93037b1ff6db924e30b4cd9d612c520d151aa6e566a4fb9724777c7b9fa60d74e464092d04e870d99c1e3c647888224acba0733fa6c39be719
checksum: 10c0/68119d4406d9117c3483afe9aa3044e9e65c9f2fa4d3d9c57e9088e1efca5d16dac805166c198e855a1b5fea9c9791c96fee8c5adf5e7cfe0546f6f37f003a92
languageName: node
linkType: hard

Expand Down
Loading