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/subscription to v4 - autoclosed #8519

Closed
wants to merge 1 commit into from
Closed
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 @@ -33,7 +33,7 @@
"@graphql-tools/merge": "8.4.2",
"@graphql-tools/schema": "9.0.19",
"@graphql-tools/utils": "9.2.1",
"@graphql-yoga/subscription": "3.1.0",
"@graphql-yoga/subscription": "4.0.0",
"@n1ru4l/graphql-live-query": "0.10.0",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
"@opentelemetry/api": "1.4.1",
Expand Down
35 changes: 32 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4734,7 +4734,19 @@ __metadata:
languageName: node
linkType: hard

"@graphql-yoga/subscription@npm:3.1.0, @graphql-yoga/subscription@npm:^3.1.0":
"@graphql-yoga/subscription@npm:4.0.0":
version: 4.0.0
resolution: "@graphql-yoga/subscription@npm:4.0.0"
dependencies:
"@graphql-yoga/typed-event-target": ^2.0.0
"@repeaterjs/repeater": ^3.0.4
"@whatwg-node/events": ^0.1.0
tslib: ^2.5.2
checksum: 2fb1c8e8b46b00b4bfaa214cc5efb309e4f1ae156b7116b32c61b28238bf99c852630cf287ebb0ec9bcda1070e88aa5693f59e2bdd9666db2cc5e7f54067bb14
languageName: node
linkType: hard

"@graphql-yoga/subscription@npm:^3.1.0":
version: 3.1.0
resolution: "@graphql-yoga/subscription@npm:3.1.0"
dependencies:
Expand All @@ -4756,6 +4768,16 @@ __metadata:
languageName: node
linkType: hard

"@graphql-yoga/typed-event-target@npm:^2.0.0":
version: 2.0.0
resolution: "@graphql-yoga/typed-event-target@npm:2.0.0"
dependencies:
"@repeaterjs/repeater": ^3.0.4
tslib: ^2.5.2
checksum: 41d9c84f4935151d78a5c07db041d3a96f6ac62c10e71ea77f76b79fc00835dd042b5d91ef6cf67a7e766cd9718fa8ee301ee7b3a39d445c7618b3a23988df77
languageName: node
linkType: hard

"@grpc/grpc-js@npm:~1.7.0":
version: 1.7.3
resolution: "@grpc/grpc-js@npm:1.7.3"
Expand Down Expand Up @@ -7623,7 +7645,7 @@ __metadata:
"@graphql-tools/merge": 8.4.2
"@graphql-tools/schema": 9.0.19
"@graphql-tools/utils": 9.2.1
"@graphql-yoga/subscription": 3.1.0
"@graphql-yoga/subscription": 4.0.0
"@n1ru4l/graphql-live-query": 0.10.0
"@n1ru4l/in-memory-live-query-store": 0.10.0
"@opentelemetry/api": 1.4.1
Expand Down Expand Up @@ -29658,7 +29680,14 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.2.0, tslib@npm:^2.3.0, tslib@npm:^2.3.1, tslib@npm:^2.4.0, tslib@npm:^2.4.1, tslib@npm:^2.5.0, tslib@npm:~2.5.0":
"tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.2.0, tslib@npm:^2.3.0, tslib@npm:^2.3.1, tslib@npm:^2.4.0, tslib@npm:^2.4.1, tslib@npm:^2.5.0, tslib@npm:^2.5.2":
version: 2.6.0
resolution: "tslib@npm:2.6.0"
checksum: 8d18020a8b9e70ecc529a744c883c095f177805efdbc9786bd50bd82a46c17547923133c5444fbcaf1f7f1c44e0e29c89f73ecf6d8fd1039668024a073a81dc6
languageName: node
linkType: hard

"tslib@npm:~2.5.0":
version: 2.5.2
resolution: "tslib@npm:2.5.2"
checksum: 34fa100454708fa8acb7afc2b07d80e0332081e2075ddd912ba959af3b24f969663dac6d602961e57371dc05683badb83b3186ada92c4631ec777e02e3aab608
Expand Down