From 57b263971b11e74113efb4f0d1cf60e7e471e6ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 20:47:37 +0000 Subject: [PATCH] Bump gatsby-image from 2.5.0 to 2.8.0 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.5.0 to 2.8.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-image@2.8.0/packages/gatsby-image) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3757630..f7fccd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8945,11 +8945,11 @@ } }, "gatsby-image": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.5.0.tgz", - "integrity": "sha512-XS57PyRHSKileshs6kBqRs3KXsRVSR1xDYiSoCipDa3C4GDgUUPUPYFz+YjWAa2lk5vCkOEYk8vWdm4d2I77zA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.8.0.tgz", + "integrity": "sha512-yKoOdmO5E97PThF6W8KOr5zeg7nYu3sE44iOupyFKqUvCDRNg9aPBpruCE4Adfc3yxyhFIN70CGV6nAQNOtmvA==", "requires": { - "@babel/runtime": "^7.11.2", + "@babel/runtime": "^7.12.5", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" }, diff --git a/package.json b/package.json index f407a30..e98f5ef 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "dotenv": "^8.2.0", "gatsby": "^2.29.1", - "gatsby-image": "^2.5.0", + "gatsby-image": "^2.8.0", "gatsby-plugin-manifest": "^2.9.0", "gatsby-plugin-offline": "^3.6.0", "gatsby-plugin-react-helmet": "^3.6.0",