From 326713590926baf1b49e6d390647446384b3cd24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:34:05 +0000 Subject: [PATCH] fix(deps): update dependency graphql to v16.8.0 --- subscription-with-authentication/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subscription-with-authentication/frontend/package.json b/subscription-with-authentication/frontend/package.json index f1d8bd1..da69e9c 100644 --- a/subscription-with-authentication/frontend/package.json +++ b/subscription-with-authentication/frontend/package.json @@ -10,7 +10,7 @@ "apollo-link-http": "latest", "apollo-link-ws": "1.0.20", "apollo-utilities": "latest", - "graphql": "16.7.1", + "graphql": "16.8.0", "graphql-tag": "2.12.6", "react": "18.2.0", "react-apollo": "3.1.5",