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 v4.0.3 #4003

Merged
merged 1 commit into from
Jun 28, 2023
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 apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"clsx": "1.2.1",
"cors": "2.8.5",
"graphql": "16.7.1",
"graphql-yoga": "4.0.2",
"graphql-yoga": "4.0.3",
"i18next": "23.2.3",
"jose": "4.14.4",
"ky": "0.33.3",
Expand Down
34 changes: 12 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8049,7 +8049,7 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/fetch@npm:^0.9.0, @whatwg-node/fetch@npm:^0.9.4, @whatwg-node/fetch@npm:^0.9.7":
"@whatwg-node/fetch@npm:^0.9.0, @whatwg-node/fetch@npm:^0.9.7":
version: 0.9.7
resolution: "@whatwg-node/fetch@npm:0.9.7"
dependencies:
Expand All @@ -8072,23 +8072,13 @@ __metadata:
languageName: node
linkType: hard

"@whatwg-node/server@npm:^0.8.1":
version: 0.8.7
resolution: "@whatwg-node/server@npm:0.8.7"
dependencies:
"@whatwg-node/fetch": "npm:^0.9.4"
tslib: "npm:^2.3.1"
checksum: 9057c6de852aecb6793057af035b571676ed106bebdb48c1340d5d2e4b879f66bcf00306631e53d5cc7b079f37cb315048cd7b11d93c99edc735e324b3182aec
languageName: node
linkType: hard

"@whatwg-node/server@npm:^0.9.0":
version: 0.9.0
resolution: "@whatwg-node/server@npm:0.9.0"
"@whatwg-node/server@npm:^0.9.0, @whatwg-node/server@npm:^0.9.1":
version: 0.9.1
resolution: "@whatwg-node/server@npm:0.9.1"
dependencies:
"@whatwg-node/fetch": "npm:^0.9.7"
tslib: "npm:^2.3.1"
checksum: ee5fcedbbceb574627f17e1e3896c1390051026dabec232187cda13dca0d96bcae51040e790327a0b69942c7857b6d000902e15e731f8ab1b30f60629864b2d3
checksum: 3b35e688f90d3a69b12999e3c354c02713caa031822bdd3568b1329235e7c1c76f8c17ee3bb9fabfc3ec063af0b89d5fbfcb27d7f5837de92b34a29f456c27ee
languageName: node
linkType: hard

Expand Down Expand Up @@ -13805,24 +13795,24 @@ __metadata:
languageName: node
linkType: hard

"graphql-yoga@npm:4.0.2, graphql-yoga@npm:^4.0.0":
version: 4.0.2
resolution: "graphql-yoga@npm:4.0.2"
"graphql-yoga@npm:4.0.3, graphql-yoga@npm:^4.0.0":
version: 4.0.3
resolution: "graphql-yoga@npm:4.0.3"
dependencies:
"@envelop/core": "npm:^4.0.0"
"@graphql-tools/executor": "npm:^1.0.0"
"@graphql-tools/schema": "npm:^10.0.0"
"@graphql-tools/utils": "npm:^10.0.0"
"@graphql-yoga/logger": "npm:^1.0.0"
"@graphql-yoga/subscription": "npm:^4.0.0"
"@whatwg-node/fetch": "npm:^0.9.0"
"@whatwg-node/server": "npm:^0.8.1"
"@whatwg-node/fetch": "npm:^0.9.7"
"@whatwg-node/server": "npm:^0.9.1"
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: d4e635fdb32f480e49bcba1c4a5516961350e9b6d4070c13b065dbddd86119957c34e3e4569569e4e9c41820d09d7fa4b0a0e1e07d6545b8e48009d809a6a03c
checksum: 1d41771297ee966a5f395626ce8c973b23b388f940878465efd144eb4ad9810d73ebb05f99c49733a182d7cabd8a1f123681ec0d7125157b53f9a15ae3058b10
languageName: node
linkType: hard

Expand Down Expand Up @@ -17951,7 +17941,7 @@ __metadata:
eslint-config-next: "npm:13.4.7"
get-tsconfig: "npm:4.6.2"
graphql: "npm:16.7.1"
graphql-yoga: "npm:4.0.2"
graphql-yoga: "npm:4.0.3"
happy-dom: "npm:9.20.3"
i18next: "npm:23.2.3"
jest: "npm:29.5.0"
Expand Down
Loading