From bd56457110c879a580051bc588d59f397b372b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 11:19:40 +0000 Subject: [PATCH] Bump gatsby-plugin-robots-txt from 1.6.9 to 1.6.10 in /packages/website Bumps [gatsby-plugin-robots-txt](https://github.com/mdreizin/gatsby-plugin-robots-txt) from 1.6.9 to 1.6.10. - [Release notes](https://github.com/mdreizin/gatsby-plugin-robots-txt/releases) - [Commits](https://github.com/mdreizin/gatsby-plugin-robots-txt/compare/v1.6.9...v1.6.10) --- updated-dependencies: - dependency-name: gatsby-plugin-robots-txt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/website/package.json | 2 +- packages/website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index db9a8e00..581e8c0a 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -25,7 +25,7 @@ "gatsby-plugin-postcss": "^4.12.0", "gatsby-plugin-purgecss": "^6.0.2", "gatsby-plugin-react-helmet": "^4.13.0", - "gatsby-plugin-robots-txt": "^1.6.9", + "gatsby-plugin-robots-txt": "^1.6.10", "gatsby-plugin-sharp": "^3.12.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-remark-classes": "^1.0.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index cd0c924f..526e398a 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6897,10 +6897,10 @@ gatsby-plugin-react-helmet@^4.13.0: dependencies: "@babel/runtime" "^7.14.8" -gatsby-plugin-robots-txt@^1.6.9: - version "1.6.9" - resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.9.tgz#579d18550de1672098aeeb3e6dd8b8f951f3c7a2" - integrity sha512-momZLUSGrNsLlbRuHYCD/ToEu8hXhVz80P4UYogsgp1/7IfP/TvSow3tQlb+dm65r0kEmrWgqcX39ZbuxUCPkQ== +gatsby-plugin-robots-txt@^1.6.10: + version "1.6.10" + resolved "https://registry.yarnpkg.com/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.10.tgz#b178efe3da65718a39d1acd2e5768f687b205cf0" + integrity sha512-soQT765LF0J8/dfrZGFuA/ZB/JUyvt2nVyHEFLUMd/qxgiem9x0EOZquJPId78xDHYePMkxNCPk9UsLcTZdFZw== dependencies: "@babel/runtime" "^7.14.0" generate-robotstxt "^8.0.3"