From 2b679a2a08567906f2f97ef39ef9fbb3d1ff01c8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 15:19:36 +0000 Subject: [PATCH] Bump gatsby-image from 2.4.20 to 2.4.21 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.4.20 to 2.4.21. - [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.21/packages/gatsby-image) Signed-off-by: dependabot-preview[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 ed3d298..562217c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9067,9 +9067,9 @@ } }, "gatsby-image": { - "version": "2.4.20", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.20.tgz", - "integrity": "sha512-Q8+h9nPcWI8SZvzaAoeR2qZfLyKVhYDzBzllT5nigkV5DS1585u7IXawTB6HZQWeleMtf+rKAvYDujPtkNw3lw==", + "version": "2.4.21", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.21.tgz", + "integrity": "sha512-OrXJkCR7z5SYkBumjPyoZbV9RqQQZsIvO1JM4WyzIMKcOCKhpOFChCahLXdi0Ggnw0yVk58CAFYGWUjNeVdUpQ==", "requires": { "@babel/runtime": "^7.11.2", "object-fit-images": "^3.2.4", diff --git a/package.json b/package.json index bad96ff..9c2eabf 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "dotenv": "^8.2.0", "gatsby": "^2.24.76", - "gatsby-image": "^2.4.20", + "gatsby-image": "^2.4.21", "gatsby-plugin-manifest": "^2.4.34", "gatsby-plugin-offline": "^3.2.31", "gatsby-plugin-react-helmet": "^3.3.14",