From 0dafefe0fa326363e055103ef1768245ea465fba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 17:46:26 +0000 Subject: [PATCH] Bump gatsby-image from 2.4.14 to 3.4.0 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.4.14 to 3.4.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@3.4.0/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 4bf9928..b20d0f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8710,13 +8710,23 @@ } }, "gatsby-image": { - "version": "2.4.14", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.14.tgz", - "integrity": "sha512-JO4Ul+EMCCPS0FddFc8USCDl5roUZDOXg8x99DxE0UShuZTEAtkn+kb8KzpvtPlnwt/0YwBUpcvVrat3yAVz2w==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.4.0.tgz", + "integrity": "sha512-ICKDQtiqipV+yoCPoNGMy2NR9dPjAfRlz6X6Y4NjMjps5/TzMHS5JmqyfkA29SP1OwEO8ycCwekTmqG30PtdDA==", "requires": { - "@babel/runtime": "^7.10.3", + "@babel/runtime": "^7.12.5", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.13.17", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", + "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-interface": { diff --git a/package.json b/package.json index f72b6ef..73aa0c0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "gatsby": "^2.24.47", - "gatsby-image": "^2.4.14", + "gatsby-image": "^3.4.0", "gatsby-plugin-manifest": "^2.4.22", "gatsby-plugin-offline": "^3.2.22", "gatsby-plugin-react-helmet": "^3.3.10",