From 16f74a18baac207cbcdf7582b7f88c498cf5f4eb Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 19 Mar 2024 15:34:33 +0100 Subject: [PATCH] chore: update to mercurius 14 (#88) 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" } }