From a80211a0f855885b5f8b3b31075d91690bfd06fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 01:24:57 +0000 Subject: [PATCH] fix(deps): update dependency @nestjs/mercurius to v11 --- sample/33-graphql-mercurius/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/33-graphql-mercurius/package.json b/sample/33-graphql-mercurius/package.json index 5472c982b8d..26d5b1cdfb8 100644 --- a/sample/33-graphql-mercurius/package.json +++ b/sample/33-graphql-mercurius/package.json @@ -22,7 +22,7 @@ "@nestjs/common": "9.4.3", "@nestjs/core": "9.4.3", "@nestjs/graphql": "10.2.1", - "@nestjs/mercurius": "10.2.1", + "@nestjs/mercurius": "11.0.6", "@nestjs/platform-fastify": "9.4.3", "class-transformer": "0.5.1", "class-validator": "0.14.0",