Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-yoga/subscription to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 8, 2023
1 parent 823f97d commit b99a02b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
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
34 changes: 28 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4608,7 +4608,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 @@ -4630,6 +4642,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.6.0":
version: 1.6.12
resolution: "@grpc/grpc-js@npm:1.6.12"
Expand Down Expand Up @@ -7721,7 +7743,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 @@ -29918,10 +29940,10 @@ __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":
version: 2.5.2
resolution: "tslib@npm:2.5.2"
checksum: 34fa100454708fa8acb7afc2b07d80e0332081e2075ddd912ba959af3b24f969663dac6d602961e57371dc05683badb83b3186ada92c4631ec777e02e3aab608
"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, tslib@npm:~2.5.0":
version: 2.5.3
resolution: "tslib@npm:2.5.3"
checksum: 4cb1817d34fae5b27d146e6c4a468d4155097d95c1335d0bc9690f11f33e63844806bf4ed6d97c30c72b8d85261b66cbbe16d871d9c594ac05701ec83e62a607
languageName: node
linkType: hard

Expand Down

0 comments on commit b99a02b

Please sign in to comment.