diff --git a/docs/package-lock.json b/docs/package-lock.json index d463c09d..de0fa7be 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -26,7 +26,7 @@ "gatsby-plugin-offline": "^4.8.0", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.0.1", - "gatsby-plugin-robots-txt": "^1.6.2", + "gatsby-plugin-robots-txt": "^1.6.8", "gatsby-plugin-sharp": "^3.8.0", "gatsby-plugin-sitemap": "^4.4.0", "gatsby-remark-autolink-headers": "^2.11.0", @@ -11334,11 +11334,11 @@ } }, "node_modules/gatsby-plugin-robots-txt": { - "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==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.8.tgz", + "integrity": "sha512-Lw/r+gBbjvCiVnqJaO24aBUFO0VMZMHgKupy/LLzxxVE8OuEbTpwUv2aYZvtOZIXnKJfdbf/Znu43t7qAp5sdw==", "dependencies": { - "@babel/runtime": "^7.11.2", + "@babel/runtime": "^7.14.0", "generate-robotstxt": "^8.0.3" }, "peerDependencies": { @@ -37792,11 +37792,11 @@ } }, "gatsby-plugin-robots-txt": { - "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==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.8.tgz", + "integrity": "sha512-Lw/r+gBbjvCiVnqJaO24aBUFO0VMZMHgKupy/LLzxxVE8OuEbTpwUv2aYZvtOZIXnKJfdbf/Znu43t7qAp5sdw==", "requires": { - "@babel/runtime": "^7.11.2", + "@babel/runtime": "^7.14.0", "generate-robotstxt": "^8.0.3" } }, diff --git a/docs/package.json b/docs/package.json index 8c8118e7..d8a96264 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-offline": "^4.8.0", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.0.1", - "gatsby-plugin-robots-txt": "^1.6.2", + "gatsby-plugin-robots-txt": "^1.6.8", "gatsby-plugin-sharp": "^3.8.0", "gatsby-plugin-sitemap": "^4.4.0", "gatsby-remark-autolink-headers": "^2.11.0",