Skip to content

Commit

Permalink
fix(deps): update dependency graphql-yoga to v5.10.6 (#7256)
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 Dec 14, 2024
1 parent 947007e commit f580a0a
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": "5.22.0",
"graphql": "16.9.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.5"
"graphql-yoga": "5.10.6"
},
"devDependencies": {
"@types/node": "22.10.2",
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": "5.22.0",
"graphql": "16.9.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.5"
"graphql-yoga": "5.10.6"
},
"devDependencies": {
"@types/node": "22.10.2",
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": "5.22.0",
"graphql": "16.9.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.5",
"graphql-yoga": "5.10.6",
"next": "14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down

0 comments on commit f580a0a

Please sign in to comment.