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/plugin-graphql-sse to v3.6.3 #11212

Merged
merged 1 commit into from
Aug 12, 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/realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@graphql-tools/schema": "10.0.4",
"@graphql-tools/utils": "10.3.2",
"@graphql-yoga/plugin-defer-stream": "3.6.2",
"@graphql-yoga/plugin-graphql-sse": "3.6.2",
"@graphql-yoga/plugin-graphql-sse": "3.6.3",
"@graphql-yoga/redis-event-target": "3.0.1",
"@graphql-yoga/subscription": "5.0.1",
"@n1ru4l/graphql-live-query": "0.10.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4713,15 +4713,15 @@ __metadata:
languageName: node
linkType: hard

"@graphql-yoga/plugin-graphql-sse@npm:3.6.2":
version: 3.6.2
resolution: "@graphql-yoga/plugin-graphql-sse@npm:3.6.2"
"@graphql-yoga/plugin-graphql-sse@npm:3.6.3":
version: 3.6.3
resolution: "@graphql-yoga/plugin-graphql-sse@npm:3.6.3"
dependencies:
graphql-sse: "npm:^2.0.0"
peerDependencies:
graphql: ^15.2.0 || ^16.0.0
graphql-yoga: ^5.6.2
checksum: 10c0/0befbea4fafe2fa526d1b9e2d0a5716f461c0ec5784b83b76f6350a94c3e2892f6ad03e33e7145313c37d63918188a3609ec0b51943dcebe72837c116fda8d84
graphql-yoga: ^5.6.3
checksum: 10c0/43da8c14b8af07ca0d4e059f07d210f623bb3535863b8d0951b6dc3d67529241a616f9522c0379d119f521120f3233fa056f8d1e7764ef23cfeb4ad7c1a06d88
languageName: node
linkType: hard

Expand Down Expand Up @@ -8432,7 +8432,7 @@ __metadata:
"@graphql-tools/schema": "npm:10.0.4"
"@graphql-tools/utils": "npm:10.3.2"
"@graphql-yoga/plugin-defer-stream": "npm:3.6.2"
"@graphql-yoga/plugin-graphql-sse": "npm:3.6.2"
"@graphql-yoga/plugin-graphql-sse": "npm:3.6.3"
"@graphql-yoga/redis-event-target": "npm:3.0.1"
"@graphql-yoga/subscription": "npm:5.0.1"
"@n1ru4l/graphql-live-query": "npm:0.10.0"
Expand Down
Loading