From 6b88ff0cf84a7ba2b4826b2739acbba806dce16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 23:47:48 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-robots-txt in /docs Bumps [gatsby-plugin-robots-txt](https://github.com/mdreizin/gatsby-plugin-robots-txt) from 1.6.10 to 1.6.14. - [Release notes](https://github.com/mdreizin/gatsby-plugin-robots-txt/releases) - [Commits](https://github.com/mdreizin/gatsby-plugin-robots-txt/compare/v1.6.10...v1.6.14) --- 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 | 20 ++++++++++---------- docs/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index b694416214d7..a9f22ae3a911 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -26,7 +26,7 @@ "gatsby-plugin-offline": "^5.0.0", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.1.0", - "gatsby-plugin-robots-txt": "^1.6.10", + "gatsby-plugin-robots-txt": "^1.6.14", "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^4.10.0", "gatsby-remark-autolink-headers": "^2.11.0", @@ -12730,15 +12730,15 @@ } }, "node_modules/gatsby-plugin-robots-txt": { - "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==", + "version": "1.6.14", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.14.tgz", + "integrity": "sha512-5NLdgKPw7xHjvowNDU5aWzl/g3M3WU0Equn73aXGGdEue9Nuq7zh/Lh3oX+OM+MZolRCiM9GNHxdIvYPDWNXgA==", "dependencies": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.15.4", "generate-robotstxt": "^8.0.3" }, "peerDependencies": { - "gatsby": "^3.0.0 || ^2.0.0" + "gatsby": "^4.0.0 || ^3.0.0 || ^2.0.0" } }, "node_modules/gatsby-plugin-sharp": { @@ -39997,11 +39997,11 @@ } }, "gatsby-plugin-robots-txt": { - "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==", + "version": "1.6.14", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.14.tgz", + "integrity": "sha512-5NLdgKPw7xHjvowNDU5aWzl/g3M3WU0Equn73aXGGdEue9Nuq7zh/Lh3oX+OM+MZolRCiM9GNHxdIvYPDWNXgA==", "requires": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.15.4", "generate-robotstxt": "^8.0.3" } }, diff --git a/docs/package.json b/docs/package.json index ce094924db42..f3030ba05514 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-offline": "^5.0.0", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.1.0", - "gatsby-plugin-robots-txt": "^1.6.10", + "gatsby-plugin-robots-txt": "^1.6.14", "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^4.10.0", "gatsby-remark-autolink-headers": "^2.11.0",