diff --git a/docs/package-lock.json b/docs/package-lock.json index 65f38f3ded70..653462dff082 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -26,7 +26,7 @@ "gatsby-plugin-offline": "^5.0.0", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.1.0", - "gatsby-plugin-robots-txt": "^1.6.10", + "gatsby-plugin-robots-txt": "^1.6.14", "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^5.0.0", "gatsby-remark-autolink-headers": "^2.11.0", @@ -12730,15 +12730,15 @@ } }, "node_modules/gatsby-plugin-robots-txt": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.10.tgz", - "integrity": "sha512-soQT765LF0J8/dfrZGFuA/ZB/JUyvt2nVyHEFLUMd/qxgiem9x0EOZquJPId78xDHYePMkxNCPk9UsLcTZdFZw==", + "version": "1.6.14", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.14.tgz", + "integrity": "sha512-5NLdgKPw7xHjvowNDU5aWzl/g3M3WU0Equn73aXGGdEue9Nuq7zh/Lh3oX+OM+MZolRCiM9GNHxdIvYPDWNXgA==", "dependencies": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.15.4", "generate-robotstxt": "^8.0.3" }, "peerDependencies": { - "gatsby": "^3.0.0 || ^2.0.0" + "gatsby": "^4.0.0 || ^3.0.0 || ^2.0.0" } }, "node_modules/gatsby-plugin-sharp": { @@ -39997,11 +39997,11 @@ } }, "gatsby-plugin-robots-txt": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.10.tgz", - "integrity": "sha512-soQT765LF0J8/dfrZGFuA/ZB/JUyvt2nVyHEFLUMd/qxgiem9x0EOZquJPId78xDHYePMkxNCPk9UsLcTZdFZw==", + "version": "1.6.14", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.6.14.tgz", + "integrity": "sha512-5NLdgKPw7xHjvowNDU5aWzl/g3M3WU0Equn73aXGGdEue9Nuq7zh/Lh3oX+OM+MZolRCiM9GNHxdIvYPDWNXgA==", "requires": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.15.4", "generate-robotstxt": "^8.0.3" } }, diff --git a/docs/package.json b/docs/package.json index 59af0302587a..d9157d80af01 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-offline": "^5.0.0", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.1.0", - "gatsby-plugin-robots-txt": "^1.6.10", + "gatsby-plugin-robots-txt": "^1.6.14", "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^5.0.0", "gatsby-remark-autolink-headers": "^2.11.0",