diff --git a/package.json b/package.json index b512959b..858adb74 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gatsby-plugin-mdx": "2.8.0", "gatsby-plugin-page-creator": "3.8.0", "gatsby-plugin-react-helmet": "4.8.0", - "gatsby-plugin-robots-txt": "1.6.8", + "gatsby-plugin-robots-txt": "1.8.0", "gatsby-plugin-sass": "4.8.0", "gatsby-plugin-sharp": "3.8.0", "gatsby-plugin-sitemap": "4.4.0", diff --git a/yarn.lock b/yarn.lock index a4dc502d..b8130e68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1044,6 +1044,11 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.17.9": + version "7.28.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326" + integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ== + "@babel/standalone@^7.14.0": version "7.14.7" resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.14.7.tgz#68635da005d6a34a0259599e0720d2e73133ecc3" @@ -6393,12 +6398,12 @@ gatsby-plugin-react-helmet@4.8.0: dependencies: "@babel/runtime" "^7.14.0" -gatsby-plugin-robots-txt@1.6.8: - version "1.6.8" - resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.8.tgz#28968ca767ac4e45bf71b18eb1d363abb55aa6cd" - integrity sha512-Lw/r+gBbjvCiVnqJaO24aBUFO0VMZMHgKupy/LLzxxVE8OuEbTpwUv2aYZvtOZIXnKJfdbf/Znu43t7qAp5sdw== +gatsby-plugin-robots-txt@1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.8.0.tgz#f237b7e9bec2d8dc276305ff629ecf3df8277c63" + integrity sha512-GMUIrsCPncb10wM9cuF2ZwYNN8revEolzvvizT0RzRE4NhPxsQUT4LIRE4n5IYQhbYu6oYZtfeG7YreFXmxLMw== dependencies: - "@babel/runtime" "^7.14.0" + "@babel/runtime" "^7.17.9" generate-robotstxt "^8.0.3" gatsby-plugin-sass@4.8.0: