From 11bc9498f8bc0d6b9bcd653e2cad3ad5cb4759ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 08:56:12 +0000 Subject: [PATCH] Bump gatsby-plugin-sharp from 2.4.10 to 2.4.12 Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.4.10 to 2.4.12. - [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.12/packages/gatsby-plugin-sharp) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1b3cf029..f4e5471b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-robots-txt": "^1.5.0", "gatsby-plugin-sass": "^2.1.30", - "gatsby-plugin-sharp": "^2.4.10", + "gatsby-plugin-sharp": "^2.4.12", "gatsby-source-filesystem": "^2.1.52", "gatsby-transformer-sharp": "^2.3.18", "jsonp": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index d5f077f8..bfa4cd2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5487,10 +5487,10 @@ gatsby-cli@^2.10.6: ink "^2.6.0" ink-spinner "^3.0.1" -gatsby-core-utils@^1.0.32: - version "1.0.32" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.32.tgz#98859661c206ec1dac8511948857292569a90066" - integrity sha512-OmvjNhXyVCpI8ya3/LbzvyiD5Ee3rkH0bWSyBCs2tB8trCZJJ4LerXRMCYY0BI69XHXKOBECA6/B8yPSVGHL6w== +gatsby-core-utils@^1.0.32, gatsby-core-utils@^1.0.33: + version "1.0.33" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.33.tgz#bd0d1ed0afed7f90c82c6da5b9ba13b727bcf1e9" + integrity sha512-eQkOQumfbMLdbKJN0E1dlnBjAKWAzexxuNdpL88yCIaqHGOMogGTmAmhG1Hs0sz9bMrNPxuIgEyDNQe3IDfJXw== dependencies: ci-info "2.0.0" configstore "^5.0.0" @@ -5591,16 +5591,16 @@ gatsby-plugin-sass@^2.1.30: "@babel/runtime" "^7.7.6" sass-loader "^7.3.1" -gatsby-plugin-sharp@^2.4.10: - version "2.4.10" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.4.10.tgz#6cf816c8afce9bc9619738ffda78f9c3ebd1bcb0" - integrity sha512-HAvJEbbYHWFho72ikcAH8l7Wzrr4K+7yuIZOltFbYNfhngdM6cYx7sSyFzocnSYx7PXpF7rSp7NSOx6WS4gbYw== +gatsby-plugin-sharp@^2.4.12: + version "2.4.12" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.4.12.tgz#36d8e6eb5d33c431ad75ff324247ab42214387c1" + integrity sha512-bgyPIiAxlYavSEtPspG/fsniP8Lzsof+ZwAz2D9TcLy8plWuUXRxiOlkOfrKbqWKlWqZTXZ8vfwEezCfkPYP/w== dependencies: "@babel/runtime" "^7.7.6" async "^2.6.3" bluebird "^3.7.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.0.32" + gatsby-core-utils "^1.0.33" got "^8.3.2" imagemin "^6.1.0" imagemin-mozjpeg "^8.0.0"