From 71ad33b6c68a3586100d642258edf32c3a7cdf81 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 04:14:05 +0000 Subject: [PATCH] build(deps): bump gatsby-image from 2.4.16 to 2.4.20 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.4.16 to 2.4.20. - [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.20/packages/gatsby-image) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3169f3c..a6b47c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8502,11 +8502,11 @@ } }, "gatsby-image": { - "version": "2.4.16", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.16.tgz", - "integrity": "sha512-N5kJ3LE8re57DgR1lAZFWP2or0nCSuNXSUKvSBvVgxwcebdcFGCxN/xTJbU4ojFfFBJ/D4gKuxJrvLvDf3jcyg==", + "version": "2.4.20", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.20.tgz", + "integrity": "sha512-Q8+h9nPcWI8SZvzaAoeR2qZfLyKVhYDzBzllT5nigkV5DS1585u7IXawTB6HZQWeleMtf+rKAvYDujPtkNw3lw==", "requires": { - "@babel/runtime": "^7.10.3", + "@babel/runtime": "^7.11.2", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" }, diff --git a/package.json b/package.json index 891b151..1dc6aa6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "aos": "^2.3.4", "dotenv": "^8.2.0", "gatsby": "^2.24.53", - "gatsby-image": "^2.4.16", + "gatsby-image": "^2.4.20", "gatsby-plugin-dark-mode": "^1.1.2", "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-sharp": "^2.6.31",