diff --git a/package-lock.json b/package-lock.json index d0ac559..241942e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10536,9 +10536,9 @@ } }, "gatsby-plugin-robots-txt": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.3.tgz", - "integrity": "sha512-FlA/ILf49zdMYkWXHK6zP7M28mdHRIqr4eCjUUV68Sr/fAqtC2lWggga3BHQbSz8sKE+ol6SxY1w27wCugPNOA==", + "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==", "requires": { "@babel/runtime": "^7.11.2", "generate-robotstxt": "^8.0.3" diff --git a/package.json b/package.json index 9e8528b..267ba2b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-offline": "^3.7.0", "gatsby-plugin-react-helmet": "^3.7.0", "gatsby-plugin-react-i18next": "0.0.27", - "gatsby-plugin-robots-txt": "^1.5.3", + "gatsby-plugin-robots-txt": "^1.5.5", "gatsby-plugin-sass": "^2.8.0", "gatsby-plugin-sharp": "^2.11.2", "gatsby-plugin-sitemap": "^2.9.0",