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",