From 8e9e02b90ec4401e6d00b1f5e787bd9639e4e49e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Apr 2022 13:50:53 +0000 Subject: [PATCH] fix(dependency maintenance): update dependency graphql to v16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b93375621e..8260584a7d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "fastify": "3.24.1", "fastify-compress": "3.7.0", "flatted": "3.2.4", - "graphql": "15.8.0", + "graphql": "16.3.0", "graphql-redis-subscriptions": "2.4.2", "graphql-subscriptions": "2.0.0", "graphql-tag-pluck": "0.8.7",