From 364d025c3a7b48cc387e01484f9e8a4f69054131 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 15:20:04 +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..5f00863 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.3.0", "graphql-request": "3.5.0", "react": "^17.0.2", "react-dom": "^17.0.2",