From f3ae08342aa89356a4710e44bdb2fcdfed9eba89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:50:25 +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..7a68066 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.8.2", "graphql-request": "3.5.0", "react": "^17.0.2", "react-dom": "^17.0.2",