From 465138ea8fbb7fb6c583e15d0f7839c33d1a09bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 17:44:33 +0000 Subject: [PATCH] Bump gatsby-image from 2.4.16 to 2.4.19 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.4.16 to 2.4.19. - [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.19/packages/gatsby-image) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d536728..a5b5086 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9019,13 +9019,23 @@ } }, "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.19", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.19.tgz", + "integrity": "sha512-LThyQk3ylD8MrK/6TY46Cl8ihvWqIGf15gB6X4UphOxaU+3ZVy6mJUumFIt5ZxFEBhGoHI8lmymBItwMwcsqcg==", "requires": { - "@babel/runtime": "^7.10.3", + "@babel/runtime": "^7.11.2", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-interface": { diff --git a/package.json b/package.json index 836a115..419edec 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "dotenv": "^8.2.0", "gatsby": "^2.24.65", - "gatsby-image": "^2.4.16", + "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.31", "gatsby-plugin-offline": "^3.2.23", "gatsby-plugin-react-helmet": "^3.3.10",