diff --git a/package-lock.json b/package-lock.json index 84b8b04..3f99bb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13014,9 +13014,9 @@ } }, "gatsby-plugin-robots-txt": { - "version": "1.5.6", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.6.tgz", - "integrity": "sha512-AxHbrw8WaYOxyu++LPIratjlNgBuu2qb5j3F+Ht+ooD/azutL+BAPbuYexz9CMPqTy1h/kiBxZsojbGLbWpvgA==", + "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/package.json b/package.json index 3a6be4e..f8a1f6e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gatsby-plugin-offline": "4.4.0", "gatsby-plugin-react-helmet": "4.4.0", "gatsby-plugin-react-i18next": "1.1.1", - "gatsby-plugin-robots-txt": "1.5.6", + "gatsby-plugin-robots-txt": "1.6.2", "gatsby-plugin-sass": "4.4.0", "gatsby-plugin-sharp": "3.4.2", "gatsby-plugin-sitemap": "4.0.0",