From 956b59457020595177f5241cf87260c583f9fd83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 07:13:08 +0000 Subject: [PATCH] fix(deps): update dependency mercurius to v16 --- orm/fastify-graphql-sdl-first/package.json | 2 +- orm/fastify-graphql/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/orm/fastify-graphql-sdl-first/package.json b/orm/fastify-graphql-sdl-first/package.json index 00ac6a4b7c79..e2870fdef6f5 100644 --- a/orm/fastify-graphql-sdl-first/package.json +++ b/orm/fastify-graphql-sdl-first/package.json @@ -15,7 +15,7 @@ "@prisma/client": "5.22.0", "graphql": "16.10.0", "graphql-scalars": "1.24.0", - "mercurius": "15.1.0" + "mercurius": "16.0.0" }, "devDependencies": { "@types/node": "22.10.2", diff --git a/orm/fastify-graphql/package.json b/orm/fastify-graphql/package.json index f38d200eb7ba..40462dfbd404 100644 --- a/orm/fastify-graphql/package.json +++ b/orm/fastify-graphql/package.json @@ -10,7 +10,7 @@ "@prisma/client": "5.22.0", "graphql": "16.10.0", "graphql-scalars": "1.24.0", - "mercurius": "15.1.0", + "mercurius": "16.0.0", "nexus": "1.3.0" }, "devDependencies": {