From 4529dd3d7890ff1f0bef0adea2ecb80bd55b0fec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Aug 2020 04:52:37 +0000 Subject: [PATCH] fix: upgrade gatsby-image from 2.4.13 to 2.4.14 Snyk has created this PR to upgrade gatsby-image from 2.4.13 to 2.4.14. See this package in npm: https://www.npmjs.com/package/gatsby-image 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 | 22 ++++++++++++++++------ package.json | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3904e3921..fcae647b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4151,6 +4151,16 @@ "react-spring": "^8.0.27", "use-dark-mode": "^2.3.1", "use-media": "^1.4.0" + }, + "dependencies": { + "gatsby-plugin-newrelic": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-newrelic/-/gatsby-plugin-newrelic-1.0.2.tgz", + "integrity": "sha512-TWVysdMSuSRbzAAdHK+aZYxmMPQJDygvT1sKApApJBhVQ79ElBRiBnqIE5vDU26WH6sjqaxf8RlZFzmNWZ6n+A==", + "requires": { + "@babel/runtime": "^7.0.0" + } + } } }, "@nodelib/fs.scandir": { @@ -13266,9 +13276,9 @@ } }, "gatsby-image": { - "version": "2.4.13", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.13.tgz", - "integrity": "sha512-j9FIH+EUY6oWQdcNr5Xb87VGsdT/dztqB0wKkMqboIIqPoK/Zdzvd2cUbLIYVOI9zOSsFNDoVsHqe/M0bfu4HA==", + "version": "2.4.14", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.14.tgz", + "integrity": "sha512-JO4Ul+EMCCPS0FddFc8USCDl5roUZDOXg8x99DxE0UShuZTEAtkn+kb8KzpvtPlnwt/0YwBUpcvVrat3yAVz2w==", "requires": { "@babel/runtime": "^7.10.3", "object-fit-images": "^3.2.4", @@ -13276,9 +13286,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz", - "integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index f4476b90c..173e6d2d6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "date-fns": "^2.15.0", "eslint-plugin-react-hooks": "^4.0.8", "gatsby": "^2.24.2", - "gatsby-image": "^2.4.13", + "gatsby-image": "^2.4.14", "gatsby-plugin-clearbit": "^1.1.0", "gatsby-plugin-emotion": "^4.3.10", "gatsby-plugin-google-analytics": "^2.3.10",