Skip to content

Commit

Permalink
fix(deps): update dependency graphql-yoga to v5.10.11 (#7464)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent a234b4d commit 8720904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion orm/graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@prisma/client": "6.3.0",
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.10"
"graphql-yoga": "5.10.11"
},
"devDependencies": {
"@types/node": "22.10.10",
Expand Down
2 changes: 1 addition & 1 deletion orm/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@prisma/client": "6.3.0",
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.10"
"graphql-yoga": "5.10.11"
},
"devDependencies": {
"@types/node": "22.10.10",
Expand Down
2 changes: 1 addition & 1 deletion orm/nextjs-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@prisma/client": "6.3.0",
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.10",
"graphql-yoga": "5.10.11",
"next": "15.1.6",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down

0 comments on commit 8720904

Please sign in to comment.