diff --git a/docs/package-lock.json b/docs/package-lock.json index 2260e1d6a9f5..d2b4159337d0 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -26,7 +26,7 @@ "gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.0.1", - "gatsby-plugin-robots-txt": "^1.5.1", + "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sharp": "^2.14.4", "gatsby-plugin-sitemap": "^2.12.0", "gatsby-remark-autolink-headers": "^2.11.0", @@ -11106,12 +11106,15 @@ } }, "node_modules/gatsby-plugin-robots-txt": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.1.tgz", - "integrity": "sha512-hkCmoIgoCmW49GFeql8RLNIh9RsG7RosHm+wNA//oFdJSzaYX1VVXk3OV0O1+35xspovP14Kbo+U7x39nu2emA==", + "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.10.0", + "@babel/runtime": "^7.11.2", "generate-robotstxt": "^8.0.3" + }, + "peerDependencies": { + "gatsby": "^3.0.0 || ^2.0.0" } }, "node_modules/gatsby-plugin-sharp": { @@ -37745,11 +37748,11 @@ } }, "gatsby-plugin-robots-txt": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.1.tgz", - "integrity": "sha512-hkCmoIgoCmW49GFeql8RLNIh9RsG7RosHm+wNA//oFdJSzaYX1VVXk3OV0O1+35xspovP14Kbo+U7x39nu2emA==", + "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.10.0", + "@babel/runtime": "^7.11.2", "generate-robotstxt": "^8.0.3" } }, diff --git a/docs/package.json b/docs/package.json index e52dc4c57eb1..7bec695a652f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.0.1", - "gatsby-plugin-robots-txt": "^1.5.1", + "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sharp": "^2.14.4", "gatsby-plugin-sitemap": "^2.12.0", "gatsby-remark-autolink-headers": "^2.11.0",