From 7297d681e850f988afddbf9f7f1052bdabb4502a Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 19 Mar 2024 14:22:48 +0100 Subject: [PATCH] chore: update to mercurius 14 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e97c9fc..32a8cc6 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,6 @@ "dependencies": { "@fastify/error": "^3.0.0", "graphql": "^16.6.0", - "mercurius": "^13.0.0" + "mercurius": "^14.0.0" } }