Bump gatsby-plugin-robots-txt from 1.5.3 to 1.5.5

Bumps [gatsby-plugin-robots-txt](https://github.com/mdreizin/gatsby-plugin-robots-txt) from 1.5.3 to 1.5.5.
- [Release notes](https://github.com/mdreizin/gatsby-plugin-robots-txt/releases)
- [Commits](https://github.com/mdreizin/gatsby-plugin-robots-txt/compare/v1.5.3...v1.5.5)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-25 20:22:39 +00:00 committed by GitHub
parent 017f2df400
commit 30e45d4313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -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"

View file

@ -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.1",
"gatsby-plugin-sitemap": "^2.9.0",