Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2022
1 parent 959f1c5 commit 8102d4f
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion javascript/graphql-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@prisma/client": "4.6.1",
"apollo-server": "3.11.1",
"bcryptjs": "2.4.3",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-middleware": "6.1.33",
"graphql-scalars": "1.20.1",
"graphql-shield": "7.6.4",
Expand Down
2 changes: 1 addition & 1 deletion javascript/graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@prisma/client": "4.6.1",
"apollo-server": "3.11.1",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion javascript/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@prisma/client": "4.6.1",
"apollo-server": "3.11.1",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1",
"nexus": "1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@prisma/client": "4.6.1",
"apollo-server": "3.11.1",
"bcryptjs": "2.4.3",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-middleware": "6.1.33",
"graphql-scalars": "1.20.1",
"graphql-shield": "7.6.4",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-express-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@prisma/client": "4.6.1",
"express": "4.18.2",
"express-graphql": "0.12.0",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@prisma/client": "4.6.1",
"express": "4.18.2",
"express-graphql": "0.12.0",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1",
"nexus": "1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-fastify-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@graphql-tools/schema": "9.0.10",
"@prisma/client": "4.6.1",
"fastify": "4.10.0",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1",
"mercurius": "11.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@prisma/client": "4.6.1",
"fastify": "4.10.0",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1",
"mercurius": "11.3.0",
"nexus": "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-hapi-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@hapi/hapi": "21.0.0",
"@prisma/client": "4.6.1",
"apollo-server-hapi": "3.11.1",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@prisma/client": "4.6.1",
"@types/node": "18.11.9",
"apollo-server-hapi": "3.11.1",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1",
"nexus": "1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nestjs-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nestjs/platform-express": "9.2.0",
"@prisma/client": "4.6.1",
"apollo-server-express": "3.11.1",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1",
"graphql-tools": "8.3.12",
"reflect-metadata": "0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@prisma/client": "4.6.1",
"apollo-server-express": "3.11.1",
"class-validator": "0.13.2",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-tools": "8.3.12",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@prisma/client": "4.6.1",
"apollo-server-micro": "3.11.1",
"express": "4.18.2",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1",
"graphql-tag": "2.12.6",
"micro": "9.4.1",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@prisma/client": "4.6.1",
"apollo-server": "3.11.1",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"apollo-server-core": "3.11.1",
"apollo-server-express": "3.11.1",
"express": "4.18.2",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-subscriptions": "2.0.0",
"graphql-ws": "5.11.2",
"nexus": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-typegraphql-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/graphql-fields": "1.3.4",
"apollo-server": "3.11.1",
"class-validator": "0.13.2",
"graphql": "15.8.0",
"graphql": "16.6.0",
"graphql-fields": "2.0.3",
"graphql-type-json": "0.3.2",
"reflect-metadata": "0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@prisma/client": "4.6.1",
"apollo-server": "3.11.1",
"class-validator": "0.13.2",
"graphql": "15.8.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1",
"reflect-metadata": "0.1.13",
"type-graphql": "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@prisma/client": "4.6.1",
"apollo-server": "3.11.1",
"graphql": "16.5.0",
"graphql": "16.6.0",
"graphql-scalars": "1.20.1",
"nexus": "1.3.0"
},
Expand Down

0 comments on commit 8102d4f

Please sign in to comment.