From a2b2968b12afa7df428f471f9eebb77c089458b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 03:31:49 +0100 Subject: [PATCH] build(deps): bump gatsby-plugin-robots-txt in /docs (#2332) --- 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 6cd0258a0ece..3a4edba037c6 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": "^5.0.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": { @@ -40003,11 +40003,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 6b83bf93d8f5..ef1c9ffb2021 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": "^5.0.0", "gatsby-remark-autolink-headers": "^2.11.0",