Skip to content

Commit daf860c

Browse files
committed
fix(deps): update dependency gatsby-plugin-robots-txt to v1.7.0
1 parent d0ea8ff commit daf860c

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"gatsby-plugin-mdx": "2.13.0",
4141
"gatsby-plugin-offline": "4.13.0",
4242
"gatsby-plugin-react-helmet": "4.13.0",
43-
"gatsby-plugin-robots-txt": "1.6.10",
43+
"gatsby-plugin-robots-txt": "1.7.0",
4444
"gatsby-plugin-sharp": "3.13.0",
4545
"gatsby-plugin-sitemap": "4.9.0",
4646
"gatsby-plugin-svgr-svgo": "1.2.2",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,13 @@
10511051
dependencies:
10521052
regenerator-runtime "^0.13.4"
10531053

1054+
"@babel/runtime@^7.16.7":
1055+
version "7.17.2"
1056+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941"
1057+
integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==
1058+
dependencies:
1059+
regenerator-runtime "^0.13.4"
1060+
10541061
"@babel/standalone@^7.14.9":
10551062
version "7.15.6"
10561063
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.15.6.tgz#c16866ec1ef7196be7e8c8f1d5c38d436c723117"
@@ -6858,12 +6865,12 @@ [email protected]:
68586865
dependencies:
68596866
"@babel/runtime" "^7.14.8"
68606867

6861-
gatsby-plugin-robots-txt@1.6.10:
6862-
version "1.6.10"
6863-
resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.10.tgz#b178efe3da65718a39d1acd2e5768f687b205cf0"
6864-
integrity sha512-soQT765LF0J8/dfrZGFuA/ZB/JUyvt2nVyHEFLUMd/qxgiem9x0EOZquJPId78xDHYePMkxNCPk9UsLcTZdFZw==
6868+
gatsby-plugin-robots-txt@1.7.0:
6869+
version "1.7.0"
6870+
resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.7.0.tgz#58ac310c9fb7e58162d6e21802884b342837b451"
6871+
integrity sha512-Y1D8FBeXNtECoCd0g0jIkhKpSvzFzeh2xpt1xTvGluRP6xmqJq7iB3DPEv7xqGlZAcfzaSxw/j5++Y+3WLva8A==
68656872
dependencies:
6866-
"@babel/runtime" "^7.14.0"
6873+
"@babel/runtime" "^7.16.7"
68676874
generate-robotstxt "^8.0.3"
68686875

68696876

0 commit comments

Comments
 (0)