From 00dd402e41c5c91bcd80e47dc76f86f44c62dc6b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 12:21:44 +0000 Subject: [PATCH] Update dependency graphql to v15.8.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 255b218..629bf91 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-plugin-import": "2.23.4", "eslint-plugin-react": "7.24.0", "eslint-plugin-react-hooks": "4.2.0", - "graphql": "15.5.1", + "graphql": "15.8.0", "graphql-tag": "2.12.5", "husky": "7.0.1", "jest": "27.0.6", diff --git a/yarn.lock b/yarn.lock index cf5d838..87552f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2351,10 +2351,10 @@ graphql-tag@^2.12.0: dependencies: tslib "^2.1.0" -graphql@15.5.1: - version "15.5.1" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.1.tgz#f2f84415d8985e7b84731e7f3536f8bb9d383aad" - integrity sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw== +graphql@15.8.0: + version "15.8.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38" + integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw== has-bigints@^1.0.1: version "1.0.1"