build(deps): bump gatsby-plugin-robots-txt in /docs (#2332)

This commit is contained in:
dependabot[bot] 2021-11-02 03:31:49 +01:00 committed by GitHub
parent dcaaa894af
commit a2b2968b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
docs/package-lock.json generated
View File

@ -26,7 +26,7 @@
"gatsby-plugin-offline": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-remark-autolink-headers": "^2.11.0",
@ -12730,15 +12730,15 @@
}
},
"node_modules/gatsby-plugin-robots-txt": {
"version": "1.6.10",
"resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.10.tgz",
"integrity": "sha512-soQT765LF0J8/dfrZGFuA/ZB/JUyvt2nVyHEFLUMd/qxgiem9x0EOZquJPId78xDHYePMkxNCPk9UsLcTZdFZw==",
"version": "1.6.14",
"resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.14.tgz",
"integrity": "sha512-5NLdgKPw7xHjvowNDU5aWzl/g3M3WU0Equn73aXGGdEue9Nuq7zh/Lh3oX+OM+MZolRCiM9GNHxdIvYPDWNXgA==",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.15.4",
"generate-robotstxt": "^8.0.3"
},
"peerDependencies": {
"gatsby": "^3.0.0 || ^2.0.0"
"gatsby": "^4.0.0 || ^3.0.0 || ^2.0.0"
}
},
"node_modules/gatsby-plugin-sharp": {
@ -40003,11 +40003,11 @@
}
},
"gatsby-plugin-robots-txt": {
"version": "1.6.10",
"resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.10.tgz",
"integrity": "sha512-soQT765LF0J8/dfrZGFuA/ZB/JUyvt2nVyHEFLUMd/qxgiem9x0EOZquJPId78xDHYePMkxNCPk9UsLcTZdFZw==",
"version": "1.6.14",
"resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.14.tgz",
"integrity": "sha512-5NLdgKPw7xHjvowNDU5aWzl/g3M3WU0Equn73aXGGdEue9Nuq7zh/Lh3oX+OM+MZolRCiM9GNHxdIvYPDWNXgA==",
"requires": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.15.4",
"generate-robotstxt": "^8.0.3"
}
},

View File

@ -23,7 +23,7 @@
"gatsby-plugin-offline": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-remark-autolink-headers": "^2.11.0",