From 0ae51775f61dd933d3a04ae0a5e2c7b6885d6dac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 19:29:33 +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 95cb8ae4..21f6fde0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "gatsby-plugin-node-fields": "^3.1.0", "gatsby-plugin-offline": "^4.9.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.9.0", "gatsby-plugin-sharp": "^3.9.0", "gatsby-plugin-sitemap": "^4.4.0", @@ -11483,11 +11483,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": { @@ -36637,11 +36637,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 cfe1c95e..288dbd83 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "gatsby-plugin-node-fields": "^3.1.0", "gatsby-plugin-offline": "^4.9.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.9.0", "gatsby-plugin-sharp": "^3.9.0", "gatsby-plugin-sitemap": "^4.4.0",