From a70ce818fa3d0b98cd37a8420fed5289dea224cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 15:29:00 +0000 Subject: [PATCH] Bump gatsby-plugin-robots-txt from 1.5.6 to 1.6.8 Bumps [gatsby-plugin-robots-txt](https://github.com/mdreizin/gatsby-plugin-robots-txt) from 1.5.6 to 1.6.8. - [Release notes](https://github.com/mdreizin/gatsby-plugin-robots-txt/releases) - [Commits](https://github.com/mdreizin/gatsby-plugin-robots-txt/compare/v1.5.6...v1.6.8) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 648fd008..5d6eea98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "gatsby-plugin-node-fields": "^3.1.0", "gatsby-plugin-offline": "^4.10.0", "gatsby-plugin-react-helmet": "^4.9.0", - "gatsby-plugin-robots-txt": "1.5.6", + "gatsby-plugin-robots-txt": "1.6.8", "gatsby-plugin-sass": "^4.10.0", "gatsby-plugin-sharp": "^3.9.0", "gatsby-plugin-sitemap": "^4.5.0", @@ -11486,11 +11486,11 @@ } }, "node_modules/gatsby-plugin-robots-txt": { - "version": "1.5.6", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.6.tgz", - "integrity": "sha512-AxHbrw8WaYOxyu++LPIratjlNgBuu2qb5j3F+Ht+ooD/azutL+BAPbuYexz9CMPqTy1h/kiBxZsojbGLbWpvgA==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.8.tgz", + "integrity": "sha512-Lw/r+gBbjvCiVnqJaO24aBUFO0VMZMHgKupy/LLzxxVE8OuEbTpwUv2aYZvtOZIXnKJfdbf/Znu43t7qAp5sdw==", "dependencies": { - "@babel/runtime": "^7.11.2", + "@babel/runtime": "^7.14.0", "generate-robotstxt": "^8.0.3" }, "peerDependencies": { @@ -36619,11 +36619,11 @@ } }, "gatsby-plugin-robots-txt": { - "version": "1.5.6", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.6.tgz", - "integrity": "sha512-AxHbrw8WaYOxyu++LPIratjlNgBuu2qb5j3F+Ht+ooD/azutL+BAPbuYexz9CMPqTy1h/kiBxZsojbGLbWpvgA==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.8.tgz", + "integrity": "sha512-Lw/r+gBbjvCiVnqJaO24aBUFO0VMZMHgKupy/LLzxxVE8OuEbTpwUv2aYZvtOZIXnKJfdbf/Znu43t7qAp5sdw==", "requires": { - "@babel/runtime": "^7.11.2", + "@babel/runtime": "^7.14.0", "generate-robotstxt": "^8.0.3" } }, diff --git a/package.json b/package.json index 2bccda0d..c29782fb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "gatsby-plugin-node-fields": "^3.1.0", "gatsby-plugin-offline": "^4.10.0", "gatsby-plugin-react-helmet": "^4.9.0", - "gatsby-plugin-robots-txt": "1.5.6", + "gatsby-plugin-robots-txt": "1.6.8", "gatsby-plugin-sass": "^4.10.0", "gatsby-plugin-sharp": "^3.9.0", "gatsby-plugin-sitemap": "^4.5.0",