From 1bcadfc9258c2622983afdb50cd1ae309d064903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Jan 2021 23:54:05 +0000 Subject: [PATCH] Bump gatsby-image from 2.9.0 to 2.10.0 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.9.0 to 2.10.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.10.0/packages/gatsby-image) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c28722..78a8bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9062,9 +9062,9 @@ } }, "gatsby-image": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.9.0.tgz", - "integrity": "sha512-PZu8PhjQwL6anlCYlm8bVVCypMYqoMT6knHZS8UVotSy1+DbKorDVOtFFEq936oelEjuV+bBx9KuLOh7MpH8Qw==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.10.0.tgz", + "integrity": "sha512-LPBHWfnguwH5syGLUSv2SyWn+LPn++ulOU8THNOkaMDGCAOrQu/cVPKVsweRkAaDAB/8Sl9g1mPP4EERw/Ysfg==", "requires": { "@babel/runtime": "^7.12.5", "object-fit-images": "^3.2.4", diff --git a/package.json b/package.json index 2a7b235..c705b31 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "dotenv": "^8.2.0", "gatsby": "^2.31.1", - "gatsby-image": "^2.9.0", + "gatsby-image": "^2.10.0", "gatsby-plugin-manifest": "^2.11.0", "gatsby-plugin-offline": "^3.8.0", "gatsby-plugin-react-helmet": "^3.8.0",