From 39ebff0cf61c54f61bce86aa77df6c6fe252f86c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 15:39:00 +0000 Subject: [PATCH] Bump gatsby-image from 2.3.3 to 2.3.4 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.3.3 to 2.3.4. - [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.3.4/packages/gatsby-image) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fcf96ad4..ed1de0da 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "axios": "^0.19.2", "classnames": "^2.2.6", "gatsby": "^2.20.26", - "gatsby-image": "^2.3.3", + "gatsby-image": "^2.3.4", "gatsby-plugin-manifest": "^2.3.3", "gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-react-helmet": "^3.2.2", diff --git a/yarn.lock b/yarn.lock index d2c8bb5e..e5262ed0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6106,10 +6106,10 @@ gatsby-graphiql-explorer@^0.3.3: dependencies: "@babel/runtime" "^7.8.7" -gatsby-image@^2.3.3: - version "2.3.3" - resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.3.3.tgz#1274b01fab06012322f72e51ab8148cfcbd06125" - integrity sha512-t2GVOovSyPz7q6QBzOO1iAqo39KgR1gi5AhLtRviO/zjrVIEqbzO2MJ8BNiP670dTJMwp98fP0cu8QtriHGfpg== +gatsby-image@^2.3.4: + version "2.3.4" + resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.3.4.tgz#7bccdfa3408d1f04b0939aa966b0cd36c820a4d3" + integrity sha512-qOmYzEOP73fGaCRXb5T/m3tuTjT/KMYe7AIrhm+7EO4tzV3E7KL6pHRPuwzkNVzWYDjXD095eswtJOqAGX8dEA== dependencies: "@babel/runtime" "^7.8.7" object-fit-images "^3.2.4"