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",