diff --git a/docs/package-lock.json b/docs/package-lock.json index 5a1b8a1..7fc00df 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -7184,9 +7184,9 @@ } }, "gatsby-theme-apollo-docs": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-1.2.2.tgz", - "integrity": "sha512-/E6oNlWoOu3tecf9cf3zTtkoXq4l6PA0MILSEolBJo3zcqoySenFBI3+yU8kGVnQ4IiYfk965x2s0VecrSYt0Q==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-1.2.3.tgz", + "integrity": "sha512-JfvkurmZsDe/Gyg6sToPXI1blrzvl8VySJnYXmwT8k9zUEquNvvp5Nnt1eo2uULtBeINva+lc1nDbSZWGBL1tw==", "requires": { "@mdx-js/mdx": "^1.1.0", "@mdx-js/react": "^1.0.27", diff --git a/docs/package.json b/docs/package.json index ca69b9e..ad2d823 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "gatsby": "2.13.50", - "gatsby-theme-apollo-docs": "1.2.2" + "gatsby-theme-apollo-docs": "1.2.3" } }