diff --git a/package-lock.json b/package-lock.json index b244bd34..bce2f062 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.10.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.6.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 81aeef02..c54610ec 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.10.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.6.0",