Skip to content

Commit 1869cec

Browse files
Update dependency gatsby-plugin-robots-txt to v1.8.0
1 parent aeaebf9 commit 1869cec

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"gatsby-plugin-mdx": "2.8.0",
2727
"gatsby-plugin-page-creator": "3.8.0",
2828
"gatsby-plugin-react-helmet": "4.8.0",
29-
"gatsby-plugin-robots-txt": "1.6.8",
29+
"gatsby-plugin-robots-txt": "1.8.0",
3030
"gatsby-plugin-sass": "4.8.0",
3131
"gatsby-plugin-sharp": "3.8.0",
3232
"gatsby-plugin-sitemap": "4.4.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,11 @@
10441044
dependencies:
10451045
regenerator-runtime "^0.13.4"
10461046

1047+
"@babel/runtime@^7.17.9":
1048+
version "7.28.4"
1049+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
1050+
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
1051+
10471052
"@babel/standalone@^7.14.0":
10481053
version "7.14.7"
10491054
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.14.7.tgz#68635da005d6a34a0259599e0720d2e73133ecc3"
@@ -6393,12 +6398,12 @@ gatsby-plugin-react-helmet@4.8.0:
63936398
dependencies:
63946399
"@babel/runtime" "^7.14.0"
63956400

6396-
gatsby-plugin-robots-txt@1.6.8:
6397-
version "1.6.8"
6398-
resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.8.tgz#28968ca767ac4e45bf71b18eb1d363abb55aa6cd"
6399-
integrity sha512-Lw/r+gBbjvCiVnqJaO24aBUFO0VMZMHgKupy/LLzxxVE8OuEbTpwUv2aYZvtOZIXnKJfdbf/Znu43t7qAp5sdw==
6401+
gatsby-plugin-robots-txt@1.8.0:
6402+
version "1.8.0"
6403+
resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.8.0.tgz#f237b7e9bec2d8dc276305ff629ecf3df8277c63"
6404+
integrity sha512-GMUIrsCPncb10wM9cuF2ZwYNN8revEolzvvizT0RzRE4NhPxsQUT4LIRE4n5IYQhbYu6oYZtfeG7YreFXmxLMw==
64006405
dependencies:
6401-
"@babel/runtime" "^7.14.0"
6406+
"@babel/runtime" "^7.17.9"
64026407
generate-robotstxt "^8.0.3"
64036408

64046409
gatsby-plugin-sass@4.8.0:

0 commit comments

Comments
 (0)