From 9a9919653608906cf16f22281cde585161f41072 Mon Sep 17 00:00:00 2001 From: Frans Bouwmeester Date: Wed, 27 Oct 2021 13:41:02 +0200 Subject: [PATCH] Update graphql dependencies Fix for #7650 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 12874fce61c..65e2b1b69ac 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "deepcopy": "2.1.0", "express": "4.17.1", "follow-redirects": "1.13.0", - "graphql": "15.4.0", + "graphql": "15.5.0", "graphql-list-fields": "2.0.2", - "graphql-relay": "0.6.0", + "graphql-relay": "0.7.0", "graphql-tag": "2.12.5", "graphql-upload": "11.0.0", "intersect": "1.0.1",