diff --git a/javascript/graphql-auth/package.json b/javascript/graphql-auth/package.json index fde02f1f23d86..cd2e21ddf29ca 100644 --- a/javascript/graphql-auth/package.json +++ b/javascript/graphql-auth/package.json @@ -13,7 +13,7 @@ "@prisma/client": "4.7.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.5", diff --git a/javascript/graphql-sdl-first/package.json b/javascript/graphql-sdl-first/package.json index c4ae4c84933f0..5899909f956de 100644 --- a/javascript/graphql-sdl-first/package.json +++ b/javascript/graphql-sdl-first/package.json @@ -11,7 +11,7 @@ "dependencies": { "@prisma/client": "4.7.1", "apollo-server": "3.11.1", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.20.1" }, "devDependencies": { diff --git a/javascript/graphql/package.json b/javascript/graphql/package.json index b2dbe1401a46c..b96a02a95f658 100644 --- a/javascript/graphql/package.json +++ b/javascript/graphql/package.json @@ -13,7 +13,7 @@ "dependencies": { "@prisma/client": "4.7.1", "apollo-server": "3.11.1", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.20.1", "nexus": "1.3.0" }, diff --git a/typescript/graphql-auth/package.json b/typescript/graphql-auth/package.json index 81b8584d1c348..b1f2ec9e4701e 100644 --- a/typescript/graphql-auth/package.json +++ b/typescript/graphql-auth/package.json @@ -19,7 +19,7 @@ "@prisma/client": "4.7.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.5", diff --git a/typescript/graphql-express-sdl-first/package.json b/typescript/graphql-express-sdl-first/package.json index c2fccd30462de..902c122858f7f 100644 --- a/typescript/graphql-express-sdl-first/package.json +++ b/typescript/graphql-express-sdl-first/package.json @@ -14,7 +14,7 @@ "@prisma/client": "4.7.1", "express": "4.18.2", "express-graphql": "0.12.0", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.20.1" }, "devDependencies": { diff --git a/typescript/graphql-express/package.json b/typescript/graphql-express/package.json index b8d607585083b..89d791005e052 100644 --- a/typescript/graphql-express/package.json +++ b/typescript/graphql-express/package.json @@ -19,7 +19,7 @@ "@prisma/client": "4.7.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" }, diff --git a/typescript/graphql-fastify-sdl-first/package.json b/typescript/graphql-fastify-sdl-first/package.json index c7a91780726ee..7fc70b482a461 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.12", "@prisma/client": "4.7.1", "fastify": "4.10.2", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.20.1", "mercurius": "11.4.0" }, diff --git a/typescript/graphql-fastify/package.json b/typescript/graphql-fastify/package.json index 9470a51e0aa0e..b1485d6c4a81c 100644 --- a/typescript/graphql-fastify/package.json +++ b/typescript/graphql-fastify/package.json @@ -8,7 +8,7 @@ "dependencies": { "@prisma/client": "4.7.1", "fastify": "4.10.2", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.20.1", "mercurius": "11.4.0", "nexus": "1.3.0" diff --git a/typescript/graphql-hapi-sdl-first/package.json b/typescript/graphql-hapi-sdl-first/package.json index c6b1c72f584a0..366dcca446cf0 100644 --- a/typescript/graphql-hapi-sdl-first/package.json +++ b/typescript/graphql-hapi-sdl-first/package.json @@ -10,7 +10,7 @@ "@hapi/hapi": "21.1.0", "@prisma/client": "4.7.1", "apollo-server-hapi": "3.11.1", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.20.1" }, "devDependencies": { diff --git a/typescript/graphql-hapi/package.json b/typescript/graphql-hapi/package.json index 8f83b9c0c940b..e1c3ccfbf1fc0 100644 --- a/typescript/graphql-hapi/package.json +++ b/typescript/graphql-hapi/package.json @@ -16,7 +16,7 @@ "@prisma/client": "4.7.1", "@types/node": "18.11.17", "apollo-server-hapi": "3.11.1", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.20.1", "nexus": "1.3.0" }, diff --git a/typescript/graphql-nestjs-sdl-first/package.json b/typescript/graphql-nestjs-sdl-first/package.json index 8a43d41406f0f..b671f7568a29d 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.2.1", "@prisma/client": "4.7.1", "apollo-server-express": "3.11.1", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.20.1", "graphql-tools": "8.3.14", "reflect-metadata": "0.1.13", diff --git a/typescript/graphql-nestjs/package.json b/typescript/graphql-nestjs/package.json index 8122df549f8cd..7c356e375c6e8 100644 --- a/typescript/graphql-nestjs/package.json +++ b/typescript/graphql-nestjs/package.json @@ -46,7 +46,7 @@ "@prisma/client": "4.7.1", "apollo-server-express": "3.11.1", "class-validator": "0.13.2", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-tools": "8.3.14", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", diff --git a/typescript/graphql-nextjs/package.json b/typescript/graphql-nextjs/package.json index d3b160a71b202..4a2fc944e6dcc 100644 --- a/typescript/graphql-nextjs/package.json +++ b/typescript/graphql-nextjs/package.json @@ -19,7 +19,7 @@ "@prisma/client": "4.7.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", diff --git a/typescript/graphql-nexus/package.json b/typescript/graphql-nexus/package.json index 63f2f24904597..f5cb778aa2187 100644 --- a/typescript/graphql-nexus/package.json +++ b/typescript/graphql-nexus/package.json @@ -18,7 +18,7 @@ "dependencies": { "@prisma/client": "4.7.1", "apollo-server": "3.11.1", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.20.1", "nexus": "1.3.0" }, diff --git a/typescript/graphql-sdl-first/package.json b/typescript/graphql-sdl-first/package.json index dd8b5eaeea69a..b2a7cfd44b313 100644 --- a/typescript/graphql-sdl-first/package.json +++ b/typescript/graphql-sdl-first/package.json @@ -11,7 +11,7 @@ "dependencies": { "@prisma/client": "4.7.1", "apollo-server": "3.11.1", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.20.1" }, "devDependencies": { diff --git a/typescript/graphql-subscriptions/package.json b/typescript/graphql-subscriptions/package.json index 68acdad0cde36..cbbb4f7815813 100644 --- a/typescript/graphql-subscriptions/package.json +++ b/typescript/graphql-subscriptions/package.json @@ -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", diff --git a/typescript/graphql-typegraphql-crud/package.json b/typescript/graphql-typegraphql-crud/package.json index 33db2928ecf68..e389e90fb94b5 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.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", diff --git a/typescript/graphql-typegraphql/package.json b/typescript/graphql-typegraphql/package.json index c3b79bc186607..17673d08059c9 100644 --- a/typescript/graphql-typegraphql/package.json +++ b/typescript/graphql-typegraphql/package.json @@ -7,7 +7,7 @@ "@prisma/client": "4.7.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" diff --git a/typescript/graphql/package.json b/typescript/graphql/package.json index d9f5716dbe5d7..295962c10f93f 100644 --- a/typescript/graphql/package.json +++ b/typescript/graphql/package.json @@ -19,7 +19,7 @@ "@pothos/core": "^3.23.1", "@pothos/plugin-prisma": "^3.37.0", "@prisma/client": "4.7.1", - "graphql": "16.5.0", + "graphql": "16.6.0", "graphql-scalars": "1.20.1", "graphql-yoga": "^3.1.1" },