Skip to content

Commit e7f5d11

Browse files
fix(deps): update dependency graphql to v16.10.0 (#7261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c4a18c3 commit e7f5d11

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

orm/fastify-graphql-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"fastify": "5.2.0",
1414
"@graphql-tools/schema": "10.0.13",
1515
"@prisma/client": "5.22.0",
16-
"graphql": "16.9.0",
16+
"graphql": "16.10.0",
1717
"graphql-scalars": "1.24.0",
1818
"mercurius": "15.1.0"
1919
},

orm/fastify-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"fastify": "5.2.0",
1010
"@prisma/client": "5.22.0",
11-
"graphql": "16.9.0",
11+
"graphql": "16.10.0",
1212
"graphql-scalars": "1.24.0",
1313
"mercurius": "15.1.0",
1414
"nexus": "1.3.0"

orm/graphql-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@prisma/client": "5.22.0",
2020
"@apollo/server": "4.11.2",
2121
"bcryptjs": "2.4.3",
22-
"graphql": "16.9.0",
22+
"graphql": "16.10.0",
2323
"graphql-middleware": "6.1.35",
2424
"graphql-scalars": "1.24.0",
2525
"graphql-shield": "7.6.5",

orm/graphql-nexus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@apollo/server": "4.11.2",
2020
"@prisma/client": "5.22.0",
21-
"graphql": "16.9.0",
21+
"graphql": "16.10.0",
2222
"graphql-scalars": "1.24.0",
2323
"nexus": "1.3.0"
2424
},

orm/graphql-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@prisma/client": "5.22.0",
13-
"graphql": "16.9.0",
13+
"graphql": "16.10.0",
1414
"graphql-scalars": "1.24.0",
1515
"graphql-yoga": "5.10.6"
1616
},

orm/graphql-subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"body-parser": "1.20.3",
2222
"cors": "2.8.5",
2323
"express": "4.21.2",
24-
"graphql": "16.9.0",
24+
"graphql": "16.10.0",
2525
"graphql-subscriptions": "3.0.0",
2626
"graphql-ws": "5.16.0",
2727
"nexus": "1.3.0",

orm/graphql-typegraphql-crud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@prisma/client": "5.22.0",
1010
"@types/graphql-fields": "1.3.9",
1111
"class-validator": "0.14.1",
12-
"graphql": "16.9.0",
12+
"graphql": "16.10.0",
1313
"graphql-fields": "2.0.3",
1414
"graphql-type-json": "0.3.2",
1515
"reflect-metadata": "0.2.2",

orm/graphql-typegraphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@apollo/server": "4.11.2",
88
"@prisma/client": "5.22.0",
99
"class-validator": "0.14.1",
10-
"graphql": "16.9.0",
10+
"graphql": "16.10.0",
1111
"graphql-scalars": "1.24.0",
1212
"reflect-metadata": "0.2.2",
1313
"type-graphql": "2.0.0-rc.2"

orm/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@pothos/core": "4.3.0",
2020
"@pothos/plugin-prisma": "4.4.0",
2121
"@prisma/client": "5.22.0",
22-
"graphql": "16.9.0",
22+
"graphql": "16.10.0",
2323
"graphql-scalars": "1.24.0",
2424
"graphql-yoga": "5.10.6"
2525
},

orm/hapi-graphql-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@graphql-tools/schema": "10.0.13",
1212
"@hapi/hapi": "21.3.12",
1313
"@prisma/client": "5.22.0",
14-
"graphql": "16.9.0",
14+
"graphql": "16.10.0",
1515
"graphql-scalars": "1.24.0"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)