From a6a6f9686ac56797b79e54c090591494c5de3021 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 17:16:25 +0200 Subject: [PATCH] chore(deps): update dependency graphql to ^15.5.0 (#31698) Co-authored-by: Renovate Bot Co-authored-by: Ward Peeters --- packages/gatsby-recipes/package.json | 2 +- packages/gatsby/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index e15e9f310ddaa..93a111c3bb031 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -116,7 +116,7 @@ "@mdx-js/mdx": "^2.0.0-next.4", "@mdx-js/react": "^2.0.0-next.4", "@mdx-js/runtime": "^2.0.0-next.4", - "graphql": "^15.4.0", + "graphql": "^15.5.0", "property-information": "5.5.0", "remark-mdx": "^2.0.0-next.4", "remark-mdxjs": "^2.0.0-next.4" diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index f052278f317ed..d0431407ec135 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -233,7 +233,7 @@ "url": "git+https://github.com/gatsbyjs/gatsby.git" }, "resolutions": { - "graphql": "^15.0.0", + "graphql": "^15.5.0", "@mdx-js/mdx": "^2.0.0-next.3", "@mdx-js/react": "^2.0.0-next.3", "@mdx-js/runtime": "^2.0.0-next.3",