From 0175513cb3c3a9412a5b5bb720f882859eaf8585 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 19:03:16 +0000 Subject: [PATCH] fix(deps): update dependency graphql to v16.8.1 [security] --- 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..aa22436 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.1", "graphql-tag": "2.12.6", "react": "18.2.0", "react-apollo": "3.1.5",