From 95c6a787189072ffc57d369090fd8501b5e2b7d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Dec 2021 16:35:28 +0000 Subject: [PATCH] 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..2e45537 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.2.0", "graphql-request": "3.5.0", "react": "^17.0.2", "react-dom": "^17.0.2",