From fae801bc7a36cb11d9513498a574b91614281214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 01:27:43 +0000 Subject: [PATCH] fix(deps): bump graphql from 15.6.1 to 15.8.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.6.1 to 15.8.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.6.1...v15.8.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 12a6458..3315abb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "consola": "^2.15.3", "core-js": "^3.18.2", "ethers": "^5.4.7", - "graphql": "^15.6.1", + "graphql": "^15.8.0", "graphql-tag": "^2.12.5", "node-fetch": "^3.0.0", "nuxt": "^2.15.8", diff --git a/yarn.lock b/yarn.lock index 089bf1b..49a7d9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6692,10 +6692,10 @@ graphql-tag@^2.12.5: dependencies: tslib "^2.1.0" -graphql@^15.6.1: - version "15.6.1" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.6.1.tgz#9125bdf057553525da251e19e96dab3d3855ddfc" - integrity sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw== +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== gray-matter@^4.0.2: version "4.0.2"