From 4c1014cf57764d387cde55813480c4ed8c0e1ab1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 12:36:30 +0000 Subject: [PATCH] Bump gatsby-image from 2.2.23 to 2.4.15 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.2.23 to 2.4.15. - [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.4.15/packages/gatsby-image) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 32b219d..f9ca765 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "classnames": "^2.2.6", "gatsby": "^2.21.19", - "gatsby-image": "^2.2.23", + "gatsby-image": "^2.4.15", "gatsby-plugin-manifest": "^2.2.20", "gatsby-plugin-offline": "^3.2.13", "gatsby-plugin-postcss": "^2.3.6", diff --git a/yarn.lock b/yarn.lock index 5497f76..0c51573 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5828,12 +5828,12 @@ gatsby-graphiql-explorer@^0.4.1: dependencies: "@babel/runtime" "^7.9.6" -gatsby-image@^2.2.23: - version "2.2.23" - resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.2.23.tgz#8f63fb33cd808ee71dbebc5034d3bcdc4cf59177" - integrity sha512-b8N5Wcs/IX+38z2KTOARXYtGKqh+dOynUrjVzrdVOD2Pf4TwqTObMuVDiYbxP19vRPQCYixyMT/wnAV6yfTBbw== +gatsby-image@^2.4.15: + version "2.4.15" + resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.4.15.tgz#505d116b4cd2ad3dad5a35a18c2df889a5e6424e" + integrity sha512-18DbwBXFHytFxk3N2mRO4g4dI+cm/0lUk8WP0jGKrJlgMxUYGf5KuIfugTPbTxC0CAR48DKJqB7CZGcpaGFC+g== dependencies: - "@babel/runtime" "^7.6.2" + "@babel/runtime" "^7.10.3" object-fit-images "^3.2.4" prop-types "^15.7.2"