Update dependency gatsby-plugin-robots-txt to v1.6.14

This commit is contained in:
Renovate Bot 2021-10-28 13:50:40 +00:00 committed by renovate[bot]
parent 59a712325e
commit e34d2adbe8
2 changed files with 7 additions and 7 deletions

View file

@ -36,7 +36,7 @@
"gatsby-plugin-react-helmet": "4.14.0",
"gatsby-plugin-react-i18next": "1.2.1",
"gatsby-plugin-remote-images": "3.1.1",
"gatsby-plugin-robots-txt": "1.6.13",
"gatsby-plugin-robots-txt": "1.6.14",
"gatsby-plugin-sass": "4.14.0",
"gatsby-plugin-sharp": "3.14.2",
"gatsby-plugin-sitemap": "4.10.0",

View file

@ -1062,7 +1062,7 @@
core-js-pure "^3.16.0"
regenerator-runtime "^0.13.4"
"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.14.0", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.15.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
@ -5886,12 +5886,12 @@ gatsby-plugin-remote-images@3.1.1:
gatsby-source-filesystem "^3.4.0"
lodash "^4.17.15"
gatsby-plugin-robots-txt@1.6.13:
version "1.6.13"
resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.13.tgz#01e1ce68e3f4e07f957ac9a20cd2a9e12fdd3f79"
integrity sha512-MUPJsvkALwSmfRb1L3IVNmzIqwV35fol1RVot425ZYXvtD+s0OtZli5VnhLNxsX0beodyavzFl0SRJCCQZz0/g==
gatsby-plugin-robots-txt@1.6.14:
version "1.6.14"
resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.14.tgz#e7ce50b137fecc81c1ac384ddc544a4bafd8da89"
integrity sha512-5NLdgKPw7xHjvowNDU5aWzl/g3M3WU0Equn73aXGGdEue9Nuq7zh/Lh3oX+OM+MZolRCiM9GNHxdIvYPDWNXgA==
dependencies:
"@babel/runtime" "^7.14.0"
"@babel/runtime" "^7.15.4"
generate-robotstxt "^8.0.3"
gatsby-plugin-sass@4.14.0: