diff --git a/docs/package-lock.json b/docs/package-lock.json index bae63f019e06..c3f76d5194f9 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -26,7 +26,7 @@ "gatsby-plugin-offline": "^5.4.0", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.1.0", - "gatsby-plugin-robots-txt": "^1.6.14", + "gatsby-plugin-robots-txt": "^1.7.1", "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^5.4.0", "gatsby-remark-autolink-headers": "^2.11.0", @@ -2076,9 +2076,9 @@ "integrity": "sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==" }, "node_modules/@babel/runtime": { - "version": "7.15.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", - "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", + "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", "dependencies": { "regenerator-runtime": "^0.13.4" }, @@ -12730,11 +12730,11 @@ } }, "node_modules/gatsby-plugin-robots-txt": { - "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==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.7.1.tgz", + "integrity": "sha512-ZdZm8/4b7Whf+W5kf+DqjZwz/+DY+IB7xp227+m2f2rgGUsz8yVCz4RitiN5+EInGFZFry0v+IbrUKCXTpIZYg==", "dependencies": { - "@babel/runtime": "^7.15.4", + "@babel/runtime": "^7.16.7", "generate-robotstxt": "^8.0.3" }, "peerDependencies": { @@ -30895,9 +30895,9 @@ } }, "@babel/runtime": { - "version": "7.15.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", - "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", + "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -40025,11 +40025,11 @@ } }, "gatsby-plugin-robots-txt": { - "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==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.7.1.tgz", + "integrity": "sha512-ZdZm8/4b7Whf+W5kf+DqjZwz/+DY+IB7xp227+m2f2rgGUsz8yVCz4RitiN5+EInGFZFry0v+IbrUKCXTpIZYg==", "requires": { - "@babel/runtime": "^7.15.4", + "@babel/runtime": "^7.16.7", "generate-robotstxt": "^8.0.3" } }, diff --git a/docs/package.json b/docs/package.json index d98e036cc5d1..19c6671e1add 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-offline": "^5.4.0", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-svg": "^3.1.0", - "gatsby-plugin-robots-txt": "^1.6.14", + "gatsby-plugin-robots-txt": "^1.7.1", "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^5.4.0", "gatsby-remark-autolink-headers": "^2.11.0",