diff --git a/package-lock.json b/package-lock.json index f61aa9bc1..048c9c343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16107,18 +16107,18 @@ } }, "gatsby-plugin-robots-txt": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.2.tgz", - "integrity": "sha512-XCwQaZtkT37gB8cgZuHNo4G9WuizbV82jBqsAzmPg7K435pKewABwZ4vVlTSoiglk3EoXnDgqCjjSvcpGOIu8g==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/gatsby-plugin-robots-txt/-/gatsby-plugin-robots-txt-1.5.3.tgz", + "integrity": "sha512-FlA/ILf49zdMYkWXHK6zP7M28mdHRIqr4eCjUUV68Sr/fAqtC2lWggga3BHQbSz8sKE+ol6SxY1w27wCugPNOA==", "requires": { "@babel/runtime": "^7.11.2", "generate-robotstxt": "^8.0.3" }, "dependencies": { "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz", + "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 1ef5580bc..0866c6301 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gatsby-plugin-newrelic": "newrelic/gatsby-plugin-newrelic.git#5cd42e832f0588764dc332ce7ebd05794de5106a", "gatsby-plugin-offline": "^3.2.17", "gatsby-plugin-react-helmet": "^3.3.10", - "gatsby-plugin-robots-txt": "^1.5.2", + "gatsby-plugin-robots-txt": "^1.5.3", "gatsby-plugin-sass": "^2.3.12", "gatsby-plugin-sharp": "^2.6.21", "gatsby-plugin-sitemap": "^2.4.11",