diff --git a/docs/package-lock.json b/docs/package-lock.json index ccbf91b02f..fa9cbcdc01 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9865,9 +9865,9 @@ } }, "gatsby-theme-apollo-core": { - "version": "3.0.35", - "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-core/-/gatsby-theme-apollo-core-3.0.35.tgz", - "integrity": "sha512-xVIEqzUDJ63UPz7GCLjxQ7OXpvgpOp8MA8c++o8nwuAfqTpm4vLVGvmPA+CxZsAigMBXn8KrJ7ktYAYb9AaZ5g==", + "version": "3.0.37", + "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-core/-/gatsby-theme-apollo-core-3.0.37.tgz", + "integrity": "sha512-AaNLVXYYR85IxuSD1fe1rigkml0F6Ma2QHyHtvzR+h30hok477dY469RrITPXTkV4MKzZiNRwSFATV7uN4h2Qw==", "requires": { "@apollo/space-kit": "^5.6.0", "@emotion/core": "^10.0.7", @@ -9886,9 +9886,9 @@ } }, "gatsby-theme-apollo-docs": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-5.3.2.tgz", - "integrity": "sha512-qhivhgrLUD9OeUvS9qKIrOypkS/v9rBSFfDF+hQpOd0OkIOnWDuq8R9WHDmB84M1E9wLiPjaIBY2jbaWB+B98w==", + "version": "5.3.6", + "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-5.3.6.tgz", + "integrity": "sha512-0g17ax2YjxuEETOr9aDC8kFEnUwo47nEkJJg+AGvzkUFnTGeZC6OHE6172aQXFE6gWDcNbY5+IEuk1Ifrxg01w==", "requires": { "@jlengstorf/get-share-image": "^0.8.0", "@mdx-js/mdx": "^1.1.0", @@ -9911,7 +9911,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.35", + "gatsby-theme-apollo-core": "^3.0.37", "gatsby-transformer-remark": "^2.6.30", "js-yaml": "^3.13.1", "lodash": "^4.17.21", @@ -19188,9 +19188,9 @@ "integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==" }, "tippy.js": { - "version": "6.3.5", - "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.5.tgz", - "integrity": "sha512-B9hAQ5KNF+jDJRg6cRysV6Y3J+5fiNfD60GuXR5TP0sfrcltpgdzVc7f1wMtjQ3W0+Xsy80CDvk0Z+Vr0cM4sQ==", + "version": "6.3.7", + "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz", + "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==", "requires": { "@popperjs/core": "^2.9.0" } diff --git a/docs/package.json b/docs/package.json index e7b8291397..7883a7bf42 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,7 +8,7 @@ "dependencies": { "gatsby": "2.32.13", "gatsby-plugin-react-svg": "3.1.0", - "gatsby-theme-apollo-docs": "5.3.2", + "gatsby-theme-apollo-docs": "5.3.6", "react": "17.0.2", "react-dom": "17.0.2" }