From 5cc0b9babca8b14c6e29e3a06fda229091290e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 19:56:22 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-robots-txt from 1.7.0 to 1.7.1 in /docs Bumps [gatsby-plugin-robots-txt](https://github.com/mdreizin/gatsby-plugin-robots-txt) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/mdreizin/gatsby-plugin-robots-txt/releases) - [Commits](https://github.com/mdreizin/gatsby-plugin-robots-txt/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: gatsby-plugin-robots-txt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 14 +++++++------- docs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 782d3b0e9b0b..6c9091ab1000 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -26,7 +26,7 @@ "gatsby-plugin-offline": "^5.13.0", "gatsby-plugin-react-helmet": "^5.13.0", "gatsby-plugin-react-svg": "^3.1.0", - "gatsby-plugin-robots-txt": "^1.7.0", + "gatsby-plugin-robots-txt": "^1.7.1", "gatsby-plugin-sharp": "^4.13.0", "gatsby-plugin-sitemap": "^5.13.0", "gatsby-remark-autolink-headers": "^5.13.0", @@ -12951,9 +12951,9 @@ } }, "node_modules/gatsby-plugin-robots-txt": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.7.0.tgz", - "integrity": "sha512-Y1D8FBeXNtECoCd0g0jIkhKpSvzFzeh2xpt1xTvGluRP6xmqJq7iB3DPEv7xqGlZAcfzaSxw/j5++Y+3WLva8A==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.7.1.tgz", + "integrity": "sha512-ZdZm8/4b7Whf+W5kf+DqjZwz/+DY+IB7xp227+m2f2rgGUsz8yVCz4RitiN5+EInGFZFry0v+IbrUKCXTpIZYg==", "dependencies": { "@babel/runtime": "^7.16.7", "generate-robotstxt": "^8.0.3" @@ -35686,9 +35686,9 @@ } }, "gatsby-plugin-robots-txt": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.7.0.tgz", - "integrity": "sha512-Y1D8FBeXNtECoCd0g0jIkhKpSvzFzeh2xpt1xTvGluRP6xmqJq7iB3DPEv7xqGlZAcfzaSxw/j5++Y+3WLva8A==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.7.1.tgz", + "integrity": "sha512-ZdZm8/4b7Whf+W5kf+DqjZwz/+DY+IB7xp227+m2f2rgGUsz8yVCz4RitiN5+EInGFZFry0v+IbrUKCXTpIZYg==", "requires": { "@babel/runtime": "^7.16.7", "generate-robotstxt": "^8.0.3" diff --git a/docs/package.json b/docs/package.json index 1717229e5f90..a6d5b8ff105d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-offline": "^5.13.0", "gatsby-plugin-react-helmet": "^5.13.0", "gatsby-plugin-react-svg": "^3.1.0", - "gatsby-plugin-robots-txt": "^1.7.0", + "gatsby-plugin-robots-txt": "^1.7.1", "gatsby-plugin-sharp": "^4.13.0", "gatsby-plugin-sitemap": "^5.13.0", "gatsby-remark-autolink-headers": "^5.13.0",