Skip to content

Commit 0b947cb

Browse files
fix(deps): update dependency graphql-yoga to v5.13.1 (#7653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4972306 commit 0b947cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

orm/graphql-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@prisma/client": "6.4.1",
1313
"graphql": "16.10.0",
1414
"graphql-scalars": "1.24.1",
15-
"graphql-yoga": "5.12.1"
15+
"graphql-yoga": "5.13.1"
1616
},
1717
"devDependencies": {
1818
"@types/node": "22.13.9",

orm/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@prisma/client": "6.4.1",
2222
"graphql": "16.10.0",
2323
"graphql-scalars": "1.24.1",
24-
"graphql-yoga": "5.12.1"
24+
"graphql-yoga": "5.13.1"
2525
},
2626
"devDependencies": {
2727
"@types/node": "22.13.9",

orm/nextjs-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@prisma/client": "6.4.1",
1818
"graphql": "16.10.0",
1919
"graphql-scalars": "1.24.1",
20-
"graphql-yoga": "5.12.1",
20+
"graphql-yoga": "5.13.1",
2121
"next": "15.2.1",
2222
"react": "18.3.1",
2323
"react-dom": "18.3.1",

0 commit comments

Comments
 (0)