Skip to content

Commit 72977bd

Browse files
fix(deps): update dependency graphql to v16.6.0
1 parent 6e221eb commit 72977bd

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

javascript/graphql-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@prisma/client": "4.2.1",
1414
"apollo-server": "3.10.1",
1515
"bcryptjs": "2.4.3",
16-
"graphql": "16.5.0",
16+
"graphql": "16.6.0",
1717
"graphql-middleware": "6.1.32",
1818
"graphql-scalars": "1.18.0",
1919
"graphql-shield": "7.5.0",

javascript/graphql-sdl-first/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@prisma/client": "4.2.1",
1313
"apollo-server": "3.10.1",
14-
"graphql": "16.5.0",
14+
"graphql": "16.6.0",
1515
"graphql-scalars": "1.18.0"
1616
},
1717
"devDependencies": {

javascript/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@prisma/client": "4.2.1",
1515
"apollo-server": "3.10.1",
16-
"graphql": "16.5.0",
16+
"graphql": "16.6.0",
1717
"graphql-scalars": "1.18.0",
1818
"nexus": "1.3.0"
1919
},

typescript/graphql-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@prisma/client": "4.2.1",
2020
"apollo-server": "3.10.1",
2121
"bcryptjs": "2.4.3",
22-
"graphql": "16.5.0",
22+
"graphql": "16.6.0",
2323
"graphql-middleware": "6.1.32",
2424
"graphql-scalars": "1.18.0",
2525
"graphql-shield": "7.5.0",

typescript/graphql-express-sdl-first/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@prisma/client": "4.2.1",
1515
"express": "4.18.1",
1616
"express-graphql": "0.12.0",
17-
"graphql": "16.5.0",
17+
"graphql": "16.6.0",
1818
"graphql-scalars": "1.18.0"
1919
},
2020
"devDependencies": {

typescript/graphql-express/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@prisma/client": "4.2.1",
2020
"express": "4.18.1",
2121
"express-graphql": "0.12.0",
22-
"graphql": "16.5.0",
22+
"graphql": "16.6.0",
2323
"graphql-scalars": "1.18.0",
2424
"nexus": "1.3.0"
2525
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphql-tools/schema": "9.0.1",
1414
"@prisma/client": "4.2.1",
1515
"fastify": "4.5.2",
16-
"graphql": "16.5.0",
16+
"graphql": "16.6.0",
1717
"graphql-scalars": "1.18.0",
1818
"mercurius": "10.1.1"
1919
},

typescript/graphql-fastify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@prisma/client": "4.2.1",
1010
"fastify": "4.5.2",
11-
"graphql": "16.5.0",
11+
"graphql": "16.6.0",
1212
"graphql-scalars": "1.18.0",
1313
"mercurius": "10.1.1",
1414
"nexus": "1.3.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@hapi/hapi": "20.2.2",
1111
"@prisma/client": "4.2.1",
1212
"apollo-server-hapi": "3.10.1",
13-
"graphql": "16.5.0",
13+
"graphql": "16.6.0",
1414
"graphql-scalars": "1.18.0"
1515
},
1616
"devDependencies": {

typescript/graphql-hapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@prisma/client": "4.2.1",
1717
"@types/node": "16.11.49",
1818
"apollo-server-hapi": "3.10.1",
19-
"graphql": "16.5.0",
19+
"graphql": "16.6.0",
2020
"graphql-scalars": "1.18.0",
2121
"nexus": "1.3.0"
2222
},

typescript/graphql-nestjs-sdl-first/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@nestjs/platform-express": "9.0.11",
4646
"@prisma/client": "4.2.1",
4747
"apollo-server-express": "3.10.1",
48-
"graphql": "16.5.0",
48+
"graphql": "16.6.0",
4949
"graphql-scalars": "1.18.0",
5050
"graphql-tools": "8.3.3",
5151
"reflect-metadata": "0.1.13",

typescript/graphql-nestjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@prisma/client": "4.2.1",
4747
"apollo-server-express": "3.10.1",
4848
"class-validator": "0.13.2",
49-
"graphql": "16.5.0",
49+
"graphql": "16.6.0",
5050
"graphql-tools": "8.3.3",
5151
"reflect-metadata": "0.1.13",
5252
"rimraf": "3.0.2",

typescript/graphql-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@prisma/client": "4.2.1",
2020
"apollo-server-micro": "3.10.1",
2121
"express": "4.18.1",
22-
"graphql": "16.5.0",
22+
"graphql": "16.6.0",
2323
"graphql-scalars": "1.18.0",
2424
"graphql-tag": "2.12.6",
2525
"micro": "9.4.1",

typescript/graphql-sdl-first/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@prisma/client": "4.2.1",
1313
"apollo-server": "3.10.1",
14-
"graphql": "16.5.0",
14+
"graphql": "16.6.0",
1515
"graphql-scalars": "1.18.0"
1616
},
1717
"devDependencies": {

typescript/graphql-subscriptions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"apollo-server-core": "3.10.1",
2121
"apollo-server-express": "3.10.1",
2222
"express": "4.18.1",
23-
"graphql": "16.5.0",
23+
"graphql": "16.6.0",
2424
"graphql-subscriptions": "2.0.0",
2525
"graphql-ws": "5.10.0",
2626
"nexus": "1.3.0",

typescript/graphql-typegraphql-crud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/graphql-fields": "1.3.4",
1010
"apollo-server": "3.10.1",
1111
"class-validator": "0.13.2",
12-
"graphql": "15.8.0",
12+
"graphql": "16.6.0",
1313
"graphql-fields": "2.0.3",
1414
"graphql-type-json": "0.3.2",
1515
"reflect-metadata": "0.1.13",

typescript/graphql-typegraphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@prisma/client": "4.2.1",
88
"apollo-server": "3.10.1",
99
"class-validator": "0.13.2",
10-
"graphql": "15.8.0",
10+
"graphql": "16.6.0",
1111
"graphql-scalars": "1.18.0",
1212
"reflect-metadata": "0.1.13",
1313
"type-graphql": "1.1.1"

typescript/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@prisma/client": "4.2.1",
2020
"apollo-server": "3.10.1",
21-
"graphql": "16.5.0",
21+
"graphql": "16.6.0",
2222
"graphql-scalars": "1.18.0",
2323
"nexus": "1.3.0"
2424
},

0 commit comments

Comments
 (0)