From 741da304f8f042391305e534853e2576fcd54aaf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 16:03:21 +0000 Subject: [PATCH] Bump gatsby-image from 2.4.9 to 2.4.15 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.4.9 to 2.4.15. - [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.15/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 9f1f769..c212011 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9152,9 +9152,9 @@ } }, "gatsby-image": { - "version": "2.4.9", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.9.tgz", - "integrity": "sha512-bTH4xp7Ck8nCwUiiTO9V65cwX1Aco78q8VlL/aulfZuzRMfy/CjaSHGOUTU4aYTPZWQyXKH7CAxTqJXo7sbCXg==", + "version": "2.4.15", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.15.tgz", + "integrity": "sha512-18DbwBXFHytFxk3N2mRO4g4dI+cm/0lUk8WP0jGKrJlgMxUYGf5KuIfugTPbTxC0CAR48DKJqB7CZGcpaGFC+g==", "requires": { "@babel/runtime": "^7.10.3", "object-fit-images": "^3.2.4", diff --git a/package.json b/package.json index f67699c..a83bb10 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "dotenv": "^8.2.0", "gatsby": "^2.24.36", - "gatsby-image": "^2.4.9", + "gatsby-image": "^2.4.15", "gatsby-plugin-manifest": "^2.4.22", "gatsby-plugin-offline": "^3.2.23", "gatsby-plugin-react-helmet": "^3.3.10",