From 6b1fed32e1d5edcb2a0a071e047ecf3f90c293d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 08:39:44 +0000 Subject: [PATCH] build(deps-dev): bump gatsby-plugin-robots-txt from 1.6.9 to 1.6.10 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f65de6ccf..557463fee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "gatsby-plugin-offline": "^4.13.0", "gatsby-plugin-postcss": "^4.11.0", "gatsby-plugin-react-helmet": "^4.13.0", - "gatsby-plugin-robots-txt": "^1.6.9", + "gatsby-plugin-robots-txt": "^1.6.10", "gatsby-plugin-sitemap": "^4.9.0", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25", "gatsby-plugin-zopfli": "^2.0.0", @@ -11328,9 +11328,9 @@ } }, "node_modules/gatsby-plugin-robots-txt": { - "version": "1.6.9", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.9.tgz", - "integrity": "sha512-momZLUSGrNsLlbRuHYCD/ToEu8hXhVz80P4UYogsgp1/7IfP/TvSow3tQlb+dm65r0kEmrWgqcX39ZbuxUCPkQ==", + "version": "1.6.10", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.10.tgz", + "integrity": "sha512-soQT765LF0J8/dfrZGFuA/ZB/JUyvt2nVyHEFLUMd/qxgiem9x0EOZquJPId78xDHYePMkxNCPk9UsLcTZdFZw==", "dev": true, "dependencies": { "@babel/runtime": "^7.14.0", @@ -34636,9 +34636,9 @@ } }, "gatsby-plugin-robots-txt": { - "version": "1.6.9", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.9.tgz", - "integrity": "sha512-momZLUSGrNsLlbRuHYCD/ToEu8hXhVz80P4UYogsgp1/7IfP/TvSow3tQlb+dm65r0kEmrWgqcX39ZbuxUCPkQ==", + "version": "1.6.10", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.10.tgz", + "integrity": "sha512-soQT765LF0J8/dfrZGFuA/ZB/JUyvt2nVyHEFLUMd/qxgiem9x0EOZquJPId78xDHYePMkxNCPk9UsLcTZdFZw==", "dev": true, "requires": { "@babel/runtime": "^7.14.0", diff --git a/package.json b/package.json index 8131aa394..a5681fa8a 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "gatsby-plugin-offline": "^4.13.0", "gatsby-plugin-postcss": "^4.11.0", "gatsby-plugin-react-helmet": "^4.13.0", - "gatsby-plugin-robots-txt": "^1.6.9", + "gatsby-plugin-robots-txt": "^1.6.10", "gatsby-plugin-sitemap": "^4.9.0", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25", "gatsby-plugin-zopfli": "^2.0.0",