diff --git a/javascript/graphql-auth/package.json b/javascript/graphql-auth/package.json index 4820fc899c7c..4ae626832c2e 100644 --- a/javascript/graphql-auth/package.json +++ b/javascript/graphql-auth/package.json @@ -13,7 +13,7 @@ "@prisma/client": "4.4.0", "apollo-server": "3.10.3", "bcryptjs": "2.4.3", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-middleware": "6.1.33", "graphql-scalars": "1.19.0", "graphql-shield": "7.6.2", diff --git a/javascript/graphql-sdl-first/package.json b/javascript/graphql-sdl-first/package.json index d3fd2243bbfd..72c16e168fb8 100644 --- a/javascript/graphql-sdl-first/package.json +++ b/javascript/graphql-sdl-first/package.json @@ -11,7 +11,7 @@ "dependencies": { "@prisma/client": "4.4.0", "apollo-server": "3.10.3", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0" }, "devDependencies": { diff --git a/javascript/graphql/package.json b/javascript/graphql/package.json index ccceefc0d88c..b19942622573 100644 --- a/javascript/graphql/package.json +++ b/javascript/graphql/package.json @@ -13,7 +13,7 @@ "dependencies": { "@prisma/client": "4.4.0", "apollo-server": "3.10.3", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0", "nexus": "1.3.0" }, diff --git a/typescript/graphql-auth/package.json b/typescript/graphql-auth/package.json index f1d11b9d9081..1aae6c38c783 100644 --- a/typescript/graphql-auth/package.json +++ b/typescript/graphql-auth/package.json @@ -19,7 +19,7 @@ "@prisma/client": "4.4.0", "apollo-server": "3.10.3", "bcryptjs": "2.4.3", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-middleware": "6.1.33", "graphql-scalars": "1.19.0", "graphql-shield": "7.6.2", diff --git a/typescript/graphql-express-sdl-first/package.json b/typescript/graphql-express-sdl-first/package.json index 14a457d076e8..85874506c46d 100644 --- a/typescript/graphql-express-sdl-first/package.json +++ b/typescript/graphql-express-sdl-first/package.json @@ -14,7 +14,7 @@ "@prisma/client": "4.4.0", "express": "4.18.2", "express-graphql": "0.12.0", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0" }, "devDependencies": { diff --git a/typescript/graphql-express/package.json b/typescript/graphql-express/package.json index 5d68be03d4ee..74f135f97428 100644 --- a/typescript/graphql-express/package.json +++ b/typescript/graphql-express/package.json @@ -19,7 +19,7 @@ "@prisma/client": "4.4.0", "express": "4.18.2", "express-graphql": "0.12.0", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0", "nexus": "1.3.0" }, diff --git a/typescript/graphql-fastify-sdl-first/package.json b/typescript/graphql-fastify-sdl-first/package.json index 47608879f72c..b90883ded72a 100644 --- a/typescript/graphql-fastify-sdl-first/package.json +++ b/typescript/graphql-fastify-sdl-first/package.json @@ -13,7 +13,7 @@ "@graphql-tools/schema": "9.0.4", "@prisma/client": "4.4.0", "fastify": "4.8.1", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0", "mercurius": "11.0.1" }, diff --git a/typescript/graphql-fastify/package.json b/typescript/graphql-fastify/package.json index 1fbf1717640c..ec31add48b5b 100644 --- a/typescript/graphql-fastify/package.json +++ b/typescript/graphql-fastify/package.json @@ -8,7 +8,7 @@ "dependencies": { "@prisma/client": "4.4.0", "fastify": "4.8.1", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0", "mercurius": "11.0.1", "nexus": "1.3.0" diff --git a/typescript/graphql-hapi-sdl-first/package.json b/typescript/graphql-hapi-sdl-first/package.json index b534d96ba21e..989a7f34d36f 100644 --- a/typescript/graphql-hapi-sdl-first/package.json +++ b/typescript/graphql-hapi-sdl-first/package.json @@ -10,7 +10,7 @@ "@hapi/hapi": "20.2.2", "@prisma/client": "4.4.0", "apollo-server-hapi": "3.10.3", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0" }, "devDependencies": { diff --git a/typescript/graphql-hapi/package.json b/typescript/graphql-hapi/package.json index c20a7ccb9642..f62bb564d4b7 100644 --- a/typescript/graphql-hapi/package.json +++ b/typescript/graphql-hapi/package.json @@ -16,7 +16,7 @@ "@prisma/client": "4.4.0", "@types/node": "16.11.64", "apollo-server-hapi": "3.10.3", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0", "nexus": "1.3.0" }, diff --git a/typescript/graphql-nestjs-sdl-first/package.json b/typescript/graphql-nestjs-sdl-first/package.json index 45c6e07aca11..9baf8a8af796 100644 --- a/typescript/graphql-nestjs-sdl-first/package.json +++ b/typescript/graphql-nestjs-sdl-first/package.json @@ -45,7 +45,7 @@ "@nestjs/platform-express": "9.1.4", "@prisma/client": "4.4.0", "apollo-server-express": "3.10.3", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0", "graphql-tools": "8.3.6", "reflect-metadata": "0.1.13", diff --git a/typescript/graphql-nestjs/package.json b/typescript/graphql-nestjs/package.json index 11393c153bb4..87b08cb764b4 100644 --- a/typescript/graphql-nestjs/package.json +++ b/typescript/graphql-nestjs/package.json @@ -46,7 +46,7 @@ "@prisma/client": "4.4.0", "apollo-server-express": "3.10.3", "class-validator": "0.13.2", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-tools": "8.3.6", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", diff --git a/typescript/graphql-nextjs/package.json b/typescript/graphql-nextjs/package.json index 4be780bc3f2d..2e5ce9d17d2c 100644 --- a/typescript/graphql-nextjs/package.json +++ b/typescript/graphql-nextjs/package.json @@ -19,7 +19,7 @@ "@prisma/client": "4.4.0", "apollo-server-micro": "3.10.3", "express": "4.18.2", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0", "graphql-tag": "2.12.6", "micro": "9.4.1", diff --git a/typescript/graphql-sdl-first/package.json b/typescript/graphql-sdl-first/package.json index e852ad49a1e3..2da6b063b28c 100644 --- a/typescript/graphql-sdl-first/package.json +++ b/typescript/graphql-sdl-first/package.json @@ -11,7 +11,7 @@ "dependencies": { "@prisma/client": "4.4.0", "apollo-server": "3.10.3", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0" }, "devDependencies": { diff --git a/typescript/graphql-subscriptions/package.json b/typescript/graphql-subscriptions/package.json index abc634608ca2..b25349b0df41 100644 --- a/typescript/graphql-subscriptions/package.json +++ b/typescript/graphql-subscriptions/package.json @@ -20,7 +20,7 @@ "apollo-server-core": "3.10.3", "apollo-server-express": "3.10.3", "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", diff --git a/typescript/graphql-typegraphql-crud/package.json b/typescript/graphql-typegraphql-crud/package.json index d5868a2f6a20..d8dce31a519f 100644 --- a/typescript/graphql-typegraphql-crud/package.json +++ b/typescript/graphql-typegraphql-crud/package.json @@ -9,7 +9,7 @@ "@types/graphql-fields": "1.3.4", "apollo-server": "3.10.3", "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", diff --git a/typescript/graphql-typegraphql/package.json b/typescript/graphql-typegraphql/package.json index 89776e3a085b..493c3683629e 100644 --- a/typescript/graphql-typegraphql/package.json +++ b/typescript/graphql-typegraphql/package.json @@ -7,7 +7,7 @@ "@prisma/client": "4.4.0", "apollo-server": "3.10.3", "class-validator": "0.13.2", - "graphql": "15.8.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0", "reflect-metadata": "0.1.13", "type-graphql": "1.1.1" diff --git a/typescript/graphql/package.json b/typescript/graphql/package.json index 3a53e801f557..ba091e97eedd 100644 --- a/typescript/graphql/package.json +++ b/typescript/graphql/package.json @@ -18,7 +18,7 @@ "dependencies": { "@prisma/client": "4.4.0", "apollo-server": "3.10.3", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.19.0", "nexus": "1.3.0" },