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

This commit is contained in:
Renovate Bot 2022-01-16 15:37:35 +00:00 committed by renovate[bot]
parent 5fdbf51b2e
commit a96081fe92
2 changed files with 13 additions and 6 deletions

View file

@ -40,7 +40,7 @@
"gatsby-plugin-react-helmet": "5.5.0",
"gatsby-plugin-react-i18next": "1.2.2",
"gatsby-plugin-remote-images": "3.2.0",
"gatsby-plugin-robots-txt": "1.6.14",
"gatsby-plugin-robots-txt": "1.7.0",
"gatsby-plugin-sass": "5.5.0",
"gatsby-plugin-sharp": "4.5.1",
"gatsby-plugin-sitemap": "5.5.0",

View file

@ -1181,6 +1181,13 @@
dependencies:
regenerator-runtime "^0.13.4"
"@babel/runtime@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa"
integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==
dependencies:
regenerator-runtime "^0.13.4"
"@babel/runtime@^7.9.2":
version "7.16.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
@ -6140,12 +6147,12 @@ gatsby-plugin-remote-images@3.2.0:
gatsby-source-filesystem "^3.4.0"
lodash "^4.17.15"
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==
gatsby-plugin-robots-txt@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.7.0.tgz#58ac310c9fb7e58162d6e21802884b342837b451"
integrity sha512-Y1D8FBeXNtECoCd0g0jIkhKpSvzFzeh2xpt1xTvGluRP6xmqJq7iB3DPEv7xqGlZAcfzaSxw/j5++Y+3WLva8A==
dependencies:
"@babel/runtime" "^7.15.4"
"@babel/runtime" "^7.16.7"
generate-robotstxt "^8.0.3"
gatsby-plugin-sass@5.5.0: