From 7321b0434ae4797d9f29717fc8a822f9a6d641d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:37:12 +0000 Subject: [PATCH] fix(deps): update dependency mercurius to v16 --- 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 d393f63a7be..74b58991450 100644 --- a/sample/33-graphql-mercurius/package.json +++ b/sample/33-graphql-mercurius/package.json @@ -27,7 +27,7 @@ "class-transformer": "0.5.1", "class-validator": "0.14.1", "graphql": "16.8.1", - "mercurius": "14.1.0", + "mercurius": "16.0.0", "reflect-metadata": "0.2.2", "rxjs": "7.8.1" },