From 30e45d431350d88e27f6bc52ad83dfa641441c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Dec 2020 20:22:39 +0000 Subject: [PATCH] Bump gatsby-plugin-robots-txt from 1.5.3 to 1.5.5 Bumps [gatsby-plugin-robots-txt](https://github.com/mdreizin/gatsby-plugin-robots-txt) from 1.5.3 to 1.5.5. - [Release notes](https://github.com/mdreizin/gatsby-plugin-robots-txt/releases) - [Commits](https://github.com/mdreizin/gatsby-plugin-robots-txt/compare/v1.5.3...v1.5.5) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 595f6f9..ffbeb80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10536,9 +10536,9 @@ } }, "gatsby-plugin-robots-txt": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.3.tgz", - "integrity": "sha512-FlA/ILf49zdMYkWXHK6zP7M28mdHRIqr4eCjUUV68Sr/fAqtC2lWggga3BHQbSz8sKE+ol6SxY1w27wCugPNOA==", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.5.tgz", + "integrity": "sha512-wLIep04R0cnY+3t9uFVFitA/eLbI6o8xkrUPg6gVxnas/LtzMe5tUiMK5P+idC14B0ohY1y2zl2hP+Bu54/dHQ==", "requires": { "@babel/runtime": "^7.11.2", "generate-robotstxt": "^8.0.3" diff --git a/package.json b/package.json index 7dfdc0c..0ab9aae 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-offline": "^3.7.0", "gatsby-plugin-react-helmet": "^3.7.0", "gatsby-plugin-react-i18next": "0.0.27", - "gatsby-plugin-robots-txt": "^1.5.3", + "gatsby-plugin-robots-txt": "^1.5.5", "gatsby-plugin-sass": "^2.8.0", "gatsby-plugin-sharp": "^2.11.1", "gatsby-plugin-sitemap": "^2.9.0",