From e5a56ee5700bfba5e7bed2b5c89e213eee716271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 01:17:08 +0000 Subject: [PATCH] chore(deps): update dependency gatsby-theme-apollo-docs to v4.2.9 (#4278) Co-authored-by: Renovate Bot --- docs/package-lock.json | 14 +++++++------- docs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index d728a2fb516..73e58e20e25 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -15248,9 +15248,9 @@ } }, "gatsby-theme-apollo-core": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-core/-/gatsby-theme-apollo-core-3.0.13.tgz", - "integrity": "sha512-Dq6ljDenUqSDMYyx9dDPw5/WgN1hbsL2sT1bqgjr+VYE1JT5zHINftDQn0MP6G7cl1wASbCXVWehgX13zB2QJA==", + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-core/-/gatsby-theme-apollo-core-3.0.14.tgz", + "integrity": "sha512-NZqgV1sYpr9MMgGQFK1MBG26nsrBJkmKIvLxpX2+uJGiCUuq1t5fcka/LY5jQw5x5xt8KBeieWdkgqRSA03tVQ==", "requires": { "@apollo/space-kit": "^5.6.0", "@emotion/core": "^10.0.7", @@ -15269,9 +15269,9 @@ } }, "gatsby-theme-apollo-docs": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-4.2.8.tgz", - "integrity": "sha512-rU+F0ZoN4fZ9EkhtTdYoYyIrHHsHCirXv9F/0nT0k11d/VJkbL/DAlhCq4FqAzLifv4zIKpwfccV1GPD+FG5oQ==", + "version": "4.2.9", + "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-4.2.9.tgz", + "integrity": "sha512-5MxSlwpOZkZX7Iks9F9WUlzJ+B4yf2/hwUUBGGGTCD3CVl3Dvdv6yrurCz0hUjqxQ94+wfuT0BFvI0tXx0AxkA==", "requires": { "@mdx-js/mdx": "^1.1.0", "@mdx-js/react": "^1.0.27", @@ -15287,7 +15287,7 @@ "gatsby-remark-rewrite-relative-links": "^1.0.8", "gatsby-source-filesystem": "^2.0.29", "gatsby-source-git": "^1.0.1", - "gatsby-theme-apollo-core": "^3.0.13", + "gatsby-theme-apollo-core": "^3.0.14", "gatsby-transformer-remark": "^2.6.30", "js-yaml": "^3.13.1", "prismjs": "^1.15.0", diff --git a/docs/package.json b/docs/package.json index c70f7d325bc..a52efc72334 100644 --- a/docs/package.json +++ b/docs/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "gatsby": "2.23.3", - "gatsby-theme-apollo-docs": "4.2.8", + "gatsby-theme-apollo-docs": "4.2.9", "react": "16.13.1", "react-dom": "16.13.1" }