From da5e2b2e15d1297e436791c3432fe9242f73aa96 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 14:07:47 +0000 Subject: [PATCH] Bump gatsby-image from 2.2.45 to 2.3.0 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.2.45 to 2.3.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.3.0/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 54562d48..236c1eae 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "axios": "^0.19.2", "classnames": "^2.2.6", "gatsby": "^2.20.2", - "gatsby-image": "^2.2.45", + "gatsby-image": "^2.3.0", "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 0008327d..56e9264a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5580,10 +5580,10 @@ gatsby-graphiql-explorer@^0.3.0: dependencies: "@babel/runtime" "^7.8.7" -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== +gatsby-image@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.3.0.tgz#4533b9dc784f97332c11d78bddb07fcaacd41cbd" + integrity sha512-X/ZAGA9pejQNwO9JpffgWXwlXqnMUQhU5Sk65Q4krs4clwBvggyZIi4UWotWRUmXcy7xDDJTydva+O3Z65zQ4w== dependencies: "@babel/runtime" "^7.8.7" object-fit-images "^3.2.4"