diff --git a/docs/package-lock.json b/docs/package-lock.json index 31bf45e2802..7200d39f29b 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -15214,9 +15214,9 @@ } }, "gatsby-theme-apollo-core": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-core/-/gatsby-theme-apollo-core-3.0.12.tgz", - "integrity": "sha512-kvTvIRRo3zYmxWj0Jo15vhlOBfmjqK8ucEt4AtmQiEhaotwwnGwHqATyxqphAUKtu0fU1AuvAO2q0rlqYkT4uw==", + "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==", "requires": { "@apollo/space-kit": "^5.6.0", "@emotion/core": "^10.0.7", @@ -15235,9 +15235,9 @@ } }, "gatsby-theme-apollo-docs": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-4.2.6.tgz", - "integrity": "sha512-9dmypf3BfZ+/KV7G6M6q+ZfLiRetl7wTDfoELRhqjaGtFA3Yc3UmkrEn0ZFTPpRaoU10X0mNJY4icSFarOlguA==", + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-4.2.7.tgz", + "integrity": "sha512-2M7btRvBpRprDI9pDKKkvT5k2G73TnBVOLW6tjVqGaChD5jhQQhMmoFyC9ogsptINlXgLRoRGeyXnDhRfvvBPQ==", "requires": { "@mdx-js/mdx": "^1.1.0", "@mdx-js/react": "^1.0.27", @@ -15253,7 +15253,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.12", + "gatsby-theme-apollo-core": "^3.0.13", "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 08c09ce9f49..50b682bfa8c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "gatsby": "2.23.3", - "gatsby-theme-apollo-docs": "4.2.6", + "gatsby-theme-apollo-docs": "4.2.7", "react": "16.13.1", "react-dom": "16.13.1" }