From 7ececde4c5dbc0b5fc170c637ca32fd5de7ca1b5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Dec 2019 20:33:06 +0000 Subject: [PATCH] chore(deps): update dependency gatsby-theme-apollo-docs to v3.1.10 --- docs/package-lock.json | 18 +++++++++--------- docs/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 8dae2bf9350..dc101bcadd6 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -5289,9 +5289,9 @@ "integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==" }, "core-js-compat": { - "version": "3.4.8", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.4.8.tgz", - "integrity": "sha512-l3WTmnXHV2Sfu5VuD7EHE2w7y+K68+kULKt5RJg8ZJk3YhHF1qLD4O8v8AmNq+8vbOwnPFFDvds25/AoEvMqlQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.5.0.tgz", + "integrity": "sha512-E7iJB72svRjJTnm9HDvujzNVMCm3ZcDYEedkJ/sDTNsy/0yooCd9Cg7GSzE7b4e0LfIkjijdB1tqg0pGwxWeWg==", "requires": { "browserslist": "^4.8.2", "semver": "^6.3.0" @@ -9074,9 +9074,9 @@ } }, "gatsby-plugin-mdx": { - "version": "1.0.61", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.0.61.tgz", - "integrity": "sha512-oqmyUe3Zh21PfxS3ZtK9OZVT7TQRo98x9jJweciTaqQgAh8+Jt2W3FjhE069aClsgXmgd4p3RfxEp3side4Npg==", + "version": "1.0.62", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.0.62.tgz", + "integrity": "sha512-vAHP6EFaWAJcKi1h3scAbvRY1+cKl+6va5pZU1uV2IKxbbEDouC1BXPsQAmm99wJR0R1/UZaq2oUS5/3V0FVPg==", "requires": { "@babel/core": "^7.7.5", "@babel/generator": "^7.7.4", @@ -9872,9 +9872,9 @@ } }, "gatsby-theme-apollo-docs": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-3.1.9.tgz", - "integrity": "sha512-w/mE7HMgEzs0n9EyV81UqLoOhH42NkhH9tXgLp9XPTM4ejUrLwVyWU9xHxUMgNNtMC0sHufUIErTDJqubxSZfw==", + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-3.1.10.tgz", + "integrity": "sha512-/c2ZMdjDoBMg0+j5x99+3y+VZNaMs6cqY7VKR4rdkqCQudPiaTdU9djXCGHEQTbNrCZnKzbcSTKyvkrFh0iRpg==", "requires": { "@mdx-js/mdx": "^1.1.0", "@mdx-js/react": "^1.0.27", diff --git a/docs/package.json b/docs/package.json index 12e9cdd3af5..a1b5d3b8f98 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "gatsby": "2.18.7", - "gatsby-theme-apollo-docs": "3.1.9", + "gatsby-theme-apollo-docs": "3.1.10", "react": "16.12.0", "react-dom": "16.12.0" },