diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 525d6c19..82002e64 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -29,7 +29,7 @@ "gatsby-plugin-purgecss": "^6.0.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-react-svg": "^3.0.0", - "gatsby-plugin-robots-txt": "^1.5.5", + "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sharp": "^3.1.2", "gatsby-remark-classes": "^1.0.0", "gatsby-remark-copy-linked-files": "^4.0.0", @@ -12181,15 +12181,15 @@ } }, "node_modules/gatsby-plugin-robots-txt": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.5.tgz", - "integrity": "sha512-wLIep04R0cnY+3t9uFVFitA/eLbI6o8xkrUPg6gVxnas/LtzMe5tUiMK5P+idC14B0ohY1y2zl2hP+Bu54/dHQ==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.2.tgz", + "integrity": "sha512-TqLCnxldq7goBMrvtzTDWQAcjPUr/CpOUJe7K0NyLfDmP/xb+Ius03SvAdJRm33fyJr+YNjknSspPK7q9OvQYA==", "dependencies": { "@babel/runtime": "^7.11.2", "generate-robotstxt": "^8.0.3" }, "peerDependencies": { - "gatsby": ">2.0.0" + "gatsby": "^3.0.0 || ^2.0.0" } }, "node_modules/gatsby-plugin-sharp": { @@ -39455,9 +39455,9 @@ } }, "gatsby-plugin-robots-txt": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.5.tgz", - "integrity": "sha512-wLIep04R0cnY+3t9uFVFitA/eLbI6o8xkrUPg6gVxnas/LtzMe5tUiMK5P+idC14B0ohY1y2zl2hP+Bu54/dHQ==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.2.tgz", + "integrity": "sha512-TqLCnxldq7goBMrvtzTDWQAcjPUr/CpOUJe7K0NyLfDmP/xb+Ius03SvAdJRm33fyJr+YNjknSspPK7q9OvQYA==", "requires": { "@babel/runtime": "^7.11.2", "generate-robotstxt": "^8.0.3" diff --git a/packages/website/package.json b/packages/website/package.json index 407462df..1ee678a5 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -26,7 +26,7 @@ "gatsby-plugin-purgecss": "^6.0.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-react-svg": "^3.0.0", - "gatsby-plugin-robots-txt": "^1.5.5", + "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sharp": "^3.1.2", "gatsby-remark-classes": "^1.0.0", "gatsby-remark-copy-linked-files": "^4.0.0",