From 269d83a836d9c1c34de6b9f4fd9df5d3623d4acc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 22:03:31 +0000 Subject: [PATCH] Bump gatsby-image from 2.2.23 to 2.2.29 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.2.23 to 2.2.29. - [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.2.29/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 f389c32..07b41fb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "classnames": "^2.2.6", "gatsby": "^2.15.34", - "gatsby-image": "^2.2.23", + "gatsby-image": "^2.2.29", "gatsby-plugin-manifest": "^2.2.20", "gatsby-plugin-offline": "^3.0.13", "gatsby-plugin-postcss": "^2.1.10", diff --git a/yarn.lock b/yarn.lock index e50e566..f71f297 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5240,12 +5240,12 @@ gatsby-graphiql-explorer@^0.2.23: dependencies: "@babel/runtime" "^7.6.3" -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.2.29: + version "2.2.29" + resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.2.29.tgz#cea897166b0029968b1c9c5d55f31af05a59e8f2" + integrity sha512-QpF5EBE6N0E13FyencBTmYopFEqb30MYlY7eFNvN7dAOSa6Nl218ey92xYo8b0L8uCPcAaD/uTiNK4WPXxc6DA== dependencies: - "@babel/runtime" "^7.6.2" + "@babel/runtime" "^7.6.3" object-fit-images "^3.2.4" prop-types "^15.7.2"