diff --git a/package.json b/package.json index 35d191d..1b7fc57 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vercel/node": "1.12.1", "eslint": "8.7.0", "eslint-plugin-react": "7.28.0", - "gatsby-plugin-robots-txt": "1.6.14", + "gatsby-plugin-robots-txt": "1.7.0", "vercel": "23.1.2" } } diff --git a/yarn.lock b/yarn.lock index 5adfc8d..e4b797f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -994,6 +994,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" @@ -4990,12 +4997,12 @@ gatsby-plugin-react-helmet@5.5.0: dependencies: "@babel/runtime" "^7.15.4" -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: