From 3b5f8428d4364eab7a4e024d52a487975a63749b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 04:15:13 +0000 Subject: [PATCH] Bump gatsby-plugin-robots-txt from 1.6.14 to 1.7.0 in /packages/website Bumps [gatsby-plugin-robots-txt](https://github.com/mdreizin/gatsby-plugin-robots-txt) from 1.6.14 to 1.7.0. - [Release notes](https://github.com/mdreizin/gatsby-plugin-robots-txt/releases) - [Commits](https://github.com/mdreizin/gatsby-plugin-robots-txt/compare/v1.6.14...v1.7.0) --- updated-dependencies: - dependency-name: gatsby-plugin-robots-txt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/website/package.json | 2 +- packages/website/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 768cd851..57df1cc2 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-postcss": "5.6.0", "gatsby-plugin-purgecss": "6.1.0", "gatsby-plugin-react-helmet": "5.6.0", - "gatsby-plugin-robots-txt": "1.6.14", + "gatsby-plugin-robots-txt": "1.7.0", "gatsby-plugin-sharp": "4.6.0", "gatsby-plugin-sitemap": "5.6.0", "gatsby-plugin-svgr": "3.0.0-beta.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index 3160c5ba..9f1eca3f 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6070,12 +6070,12 @@ gatsby-plugin-react-helmet@5.6.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-sharp@4.6.0: