Merge pull request #6 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-robots-txt-1.5.5

Bump gatsby-plugin-robots-txt from 1.5.3 to 1.5.5
This commit is contained in:
Kevin Kandlbinder 2020-12-25 21:31:41 +01:00 committed by GitHub
commit 34bc5a3224
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.2",
"gatsby-plugin-sitemap": "^2.9.0",