From 603a24d8fb3994bf2aef70acc354941123980a06 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 07:25:58 +0000 Subject: [PATCH] Bump gatsby-image from 2.4.14 to 2.4.20 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.4.14 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.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0cfe7edf9..0e292734a 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "cheerio": "^1.0.0-rc.3", "classnames": "^2.2.6", "find-package-json": "^1.2.0", - "gatsby-image": "^2.4.14", + "gatsby-image": "^2.4.20", "gatsby-plugin-canonical-urls": "^2.3.1", "gatsby-plugin-favicon": "^3.1.6", "gatsby-plugin-polyfill-io": "^1.1.0", diff --git a/yarn.lock b/yarn.lock index d7926d050..628e2502f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1083,7 +1083,7 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.2.0", "@babel/runtime@^7.5.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.5.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6": version "7.11.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== @@ -7562,12 +7562,12 @@ gatsby-graphiql-explorer@^0.4.13: dependencies: "@babel/runtime" "^7.10.3" -gatsby-image@^2.4.14: - version "2.4.14" - resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.4.14.tgz#23e02f5248c96471d7561bd56af8be2b39847a09" - integrity sha512-JO4Ul+EMCCPS0FddFc8USCDl5roUZDOXg8x99DxE0UShuZTEAtkn+kb8KzpvtPlnwt/0YwBUpcvVrat3yAVz2w== +gatsby-image@^2.4.20: + version "2.4.20" + resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.4.20.tgz#760d5e5f7d7794ab8e0c8ffcac35ab0fcfefc05c" + integrity sha512-Q8+h9nPcWI8SZvzaAoeR2qZfLyKVhYDzBzllT5nigkV5DS1585u7IXawTB6HZQWeleMtf+rKAvYDujPtkNw3lw== dependencies: - "@babel/runtime" "^7.10.3" + "@babel/runtime" "^7.11.2" object-fit-images "^3.2.4" prop-types "^15.7.2"