From ab240e338532dfd693b326bd0e5df8c82215780d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 10:56:07 +0000 Subject: [PATCH] Bump gatsby-plugin-sharp from 2.4.3 to 2.4.5 Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.4.3 to 2.4.5. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.4.5/packages/gatsby-plugin-sharp) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3083c899..9fa42f58 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "gatsby-plugin-react-helmet": "^3.1.22", "gatsby-plugin-robots-txt": "^1.5.0", "gatsby-plugin-sass": "^2.1.28", - "gatsby-plugin-sharp": "^2.4.3", + "gatsby-plugin-sharp": "^2.4.5", "gatsby-source-filesystem": "^2.1.48", "gatsby-transformer-sharp": "^2.3.14", "jsonp": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 5aa08192..73dab737 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5403,16 +5403,16 @@ gatsby-plugin-sass@^2.1.28: "@babel/runtime" "^7.7.6" sass-loader "^7.3.1" -gatsby-plugin-sharp@^2.4.3: - version "2.4.3" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.4.3.tgz#b5c72a8e5eeeaedd13f49e6056ab6275a93882fc" - integrity sha512-d7nxPHbswrpCccUf0HtzWf9dvAqmcVXLQllqgvfeoQ/nOetFwFAqT14aQaVXV+nOcbzGQIMEA/ShTNnrpF8Hag== +gatsby-plugin-sharp@^2.4.5: + version "2.4.5" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.4.5.tgz#9c05a426f43546c61936b773b1844d920eac1252" + integrity sha512-O2FZcUd78aKNR7Hbommrbc5igW32U2MnenA/Oc55sklFUF+I1fu4N6zMoHfh7sVtWCqZEbQiNO310Zl8jstD5g== dependencies: "@babel/runtime" "^7.7.6" async "^2.6.3" bluebird "^3.7.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.0.26" + gatsby-core-utils "^1.0.28" got "^8.3.2" imagemin "^6.1.0" imagemin-mozjpeg "^8.0.0"