From 668c91add84cf7ddcb2ecd51f31b69bd295e1422 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:21:48 +0000 Subject: [PATCH] fix(deps): update dependency graphql to v16 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 3fcd541..34cc250 100644 --- a/client/package.json +++ b/client/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", - "graphql": "15.1.0", + "graphql": "16.7.1", "graphql-request": "3.5.0", "react": "^17.0.2", "react-dom": "^17.0.2",