From ca05d0b791616da911988a9a21535b17815e5d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 07:39:53 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-robots-txt from 1.5.1 to 1.6.2 in /docs Bumps [gatsby-plugin-robots-txt](https://github.com/mdreizin/gatsby-plugin-robots-txt) from 1.5.1 to 1.6.2. - [Release notes](https://github.com/mdreizin/gatsby-plugin-robots-txt/releases) - [Commits](https://github.com/mdreizin/gatsby-plugin-robots-txt/compare/v1.5.1...v1.6.2) Signed-off-by: dependabot[bot] --- docs/package-lock.json | 21 ++++++++++++--------- docs/package.json | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 2260e1d6a9f5..d2b4159337d0 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -26,7 +26,7 @@ "gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.0.1", - "gatsby-plugin-robots-txt": "^1.5.1", + "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sharp": "^2.14.4", "gatsby-plugin-sitemap": "^2.12.0", "gatsby-remark-autolink-headers": "^2.11.0", @@ -11106,12 +11106,15 @@ } }, "node_modules/gatsby-plugin-robots-txt": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.1.tgz", - "integrity": "sha512-hkCmoIgoCmW49GFeql8RLNIh9RsG7RosHm+wNA//oFdJSzaYX1VVXk3OV0O1+35xspovP14Kbo+U7x39nu2emA==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.2.tgz", + "integrity": "sha512-TqLCnxldq7goBMrvtzTDWQAcjPUr/CpOUJe7K0NyLfDmP/xb+Ius03SvAdJRm33fyJr+YNjknSspPK7q9OvQYA==", "dependencies": { - "@babel/runtime": "^7.10.0", + "@babel/runtime": "^7.11.2", "generate-robotstxt": "^8.0.3" + }, + "peerDependencies": { + "gatsby": "^3.0.0 || ^2.0.0" } }, "node_modules/gatsby-plugin-sharp": { @@ -37745,11 +37748,11 @@ } }, "gatsby-plugin-robots-txt": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.1.tgz", - "integrity": "sha512-hkCmoIgoCmW49GFeql8RLNIh9RsG7RosHm+wNA//oFdJSzaYX1VVXk3OV0O1+35xspovP14Kbo+U7x39nu2emA==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.2.tgz", + "integrity": "sha512-TqLCnxldq7goBMrvtzTDWQAcjPUr/CpOUJe7K0NyLfDmP/xb+Ius03SvAdJRm33fyJr+YNjknSspPK7q9OvQYA==", "requires": { - "@babel/runtime": "^7.10.0", + "@babel/runtime": "^7.11.2", "generate-robotstxt": "^8.0.3" } }, diff --git a/docs/package.json b/docs/package.json index e52dc4c57eb1..7bec695a652f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.0.1", - "gatsby-plugin-robots-txt": "^1.5.1", + "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sharp": "^2.14.4", "gatsby-plugin-sitemap": "^2.12.0", "gatsby-remark-autolink-headers": "^2.11.0",