diff --git a/docs/package-lock.json b/docs/package-lock.json index 33798ac..82defcc 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -6790,9 +6790,9 @@ } }, "gatsby-theme-apollo-docs": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-1.0.0.tgz", - "integrity": "sha512-OVnNTIQZClZMV4HPvD3G8mqeQKLgOAm+W/W9kUIOwxu5db9ra/88f0hPH6oLfrkjKncrklyXN2uzcvoVU3C+Fg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-1.0.1.tgz", + "integrity": "sha512-gXnlCebZmD3QuvpkHAIaxObbDIF7Y/BdEZNQ7gohNlko5c6wBa8dBdoBm6urWvshb84+6dK35lZ9aQr2JOGHoQ==", "requires": { "@mdx-js/mdx": "^1.0.0-rc.4", "@mdx-js/react": "^1.0.0-rc.5", diff --git a/docs/package.json b/docs/package.json index d6b9002..dd3f047 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "gatsby": "2.7.5", - "gatsby-theme-apollo-docs": "1.0.0" + "gatsby-theme-apollo-docs": "1.0.1" } }