From 572a8a18cc978970579925d5ee6cece16b654bfe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 17:30:24 +0000 Subject: [PATCH] Bump gatsby-image from 2.2.43 to 2.2.45 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.2.43 to 2.2.45. - [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.45/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 fb70fcbc..0a6d545a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "axios": "^0.19.2", "classnames": "^2.2.6", "gatsby": "^2.19.49", - "gatsby-image": "^2.2.43", + "gatsby-image": "^2.2.45", "gatsby-plugin-manifest": "^2.2.48", "gatsby-plugin-matomo": "^0.8.1", "gatsby-plugin-react-helmet": "^3.1.24", diff --git a/yarn.lock b/yarn.lock index a5f1a111..0694a60a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5580,12 +5580,12 @@ gatsby-graphiql-explorer@^0.2.37: dependencies: "@babel/runtime" "^7.8.7" -gatsby-image@^2.2.43: - version "2.2.43" - resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.2.43.tgz#af6fd591fa4a08b6ddadf5f40220bc5066a8f317" - integrity sha512-21UpYpXXax8AkDH3cYOeS2P898VdMGEb5G5kG4BysEh3nWbxpTpnvtETYW8Ps+qfzZL+W604JrXqZQ32m/F3jA== +gatsby-image@^2.2.45: + version "2.2.45" + resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.2.45.tgz#4cd178c7d3697b6a87ee33d1c088cba31a226384" + integrity sha512-bJP7ozqginTbNjakPc8tfnJZnCXpGzUvfhhXQgri/+uO61ZEU32++C9OO1z7sTjmkLOeiGDJQljFL0Kw7SXQbA== dependencies: - "@babel/runtime" "^7.7.6" + "@babel/runtime" "^7.8.7" object-fit-images "^3.2.4" prop-types "^15.7.2"