diff --git a/typescript/graphql-nestjs-sdl-first/package.json b/typescript/graphql-nestjs-sdl-first/package.json index e54bd98757f9..8df6d62125ca 100644 --- a/typescript/graphql-nestjs-sdl-first/package.json +++ b/typescript/graphql-nestjs-sdl-first/package.json @@ -43,7 +43,7 @@ "@nestjs/apollo": "12.0.10", "@nestjs/common": "10.2.8", "@nestjs/core": "10.2.8", - "@nestjs/graphql": "12.0.9", + "@nestjs/graphql": "12.0.10", "@nestjs/platform-express": "10.2.8", "@prisma/client": "5.5.2", "graphql": "16.8.1", diff --git a/typescript/graphql-nestjs/package.json b/typescript/graphql-nestjs/package.json index 9e10a1b19bcb..96b77de2a8ea 100644 --- a/typescript/graphql-nestjs/package.json +++ b/typescript/graphql-nestjs/package.json @@ -42,7 +42,7 @@ "@nestjs/apollo": "12.0.10", "@nestjs/common": "10.2.8", "@nestjs/core": "10.2.8", - "@nestjs/graphql": "12.0.9", + "@nestjs/graphql": "12.0.10", "@nestjs/platform-express": "10.2.8", "@prisma/client": "5.5.2", "class-validator": "0.14.0",