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.10.9 #6139

Merged
merged 1 commit into from
Jan 11, 2025
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 @@ -89,7 +89,7 @@
"cors": "2.8.5",
"graphql": "16.9.0",
"graphql-jit": "0.8.7",
"graphql-yoga": "5.10.8",
"graphql-yoga": "5.10.9",
"i18next": "24.1.0",
"jose": "5.9.6",
"ky": "1.7.4",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10260,7 +10260,7 @@ __metadata:
languageName: node
linkType: hard

"dset@npm:^3.1.1, dset@npm:^3.1.2":
"dset@npm:^3.1.2, dset@npm:^3.1.4":
version: 3.1.4
resolution: "dset@npm:3.1.4"
checksum: 10c0/b67bbd28dd8a539e90c15ffb61100eb64ef995c5270a124d4f99bbb53f4d82f55a051b731ba81f3215dd9dce2b4c8d69927dc20b3be1c5fc88bab159467aa438
Expand Down Expand Up @@ -12727,9 +12727,9 @@ __metadata:
languageName: node
linkType: hard

"graphql-yoga@npm:5.10.8":
version: 5.10.8
resolution: "graphql-yoga@npm:5.10.8"
"graphql-yoga@npm:5.10.9":
version: 5.10.9
resolution: "graphql-yoga@npm:5.10.9"
dependencies:
"@envelop/core": "npm:^5.0.2"
"@graphql-tools/executor": "npm:^1.3.7"
Expand All @@ -12739,12 +12739,12 @@ __metadata:
"@graphql-yoga/subscription": "npm:^5.0.2"
"@whatwg-node/fetch": "npm:^0.10.1"
"@whatwg-node/server": "npm:^0.9.64"
dset: "npm:^3.1.1"
dset: "npm:^3.1.4"
lru-cache: "npm:^10.0.0"
tslib: "npm:^2.8.1"
peerDependencies:
graphql: ^15.2.0 || ^16.0.0
checksum: 10c0/ac4d6b4dca60cc58f82425de9689cc72b03ed6e6e4e0d576a3f80863ee54497c5ffba63aa00ab3b582eab93d6438fc0d66a0615574b5ee024d9f02b6383eee60
checksum: 10c0/1f60ae2bcb59f493afeef2d36302f625efc676e5c0711c0f0264464d79620e349c581ff032ce1f77bc8167e2cea09d288c09a5c3369ee42ca7567ae0b9ec2a88
languageName: node
linkType: hard

Expand Down Expand Up @@ -15704,7 +15704,7 @@ __metadata:
eslint-plugin-tailwindcss: "npm:3.17.5"
graphql: "npm:16.9.0"
graphql-jit: "npm:0.8.7"
graphql-yoga: "npm:5.10.8"
graphql-yoga: "npm:5.10.9"
i18next: "npm:24.1.0"
is-ci: "npm:3.0.1"
jose: "npm:5.9.6"
Expand Down
Loading