From 993aec7664d58995241f2d25eb90e6545aad7851 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Oct 2020 04:55:03 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-robots-txt from 1.5.2 to 1.5.3 Snyk has created this PR to upgrade gatsby-plugin-robots-txt from 1.5.2 to 1.5.3. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-robots-txt See this project in Snyk: https://app.snyk.io/org/github-newrelic/project/868cac7a-942a-4cb5-a87b-05381c8ca7ec?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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",