From 17a24e9b32a93c0bcf74c7569097b2bc049194f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 06:24:48 +0000 Subject: [PATCH] Bump gatsby-plugin-sharp from 2.6.11 to 2.6.12 Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.6.11 to 2.6.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.6.12/packages/gatsby-plugin-sharp) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 58bacf3..cb91400 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "url": "https://github.com/mrmartineau/gatsby-starter-code-notes/issues" }, "devDependencies": { - "gatsby-plugin-sharp": "^2.6.11", + "gatsby-plugin-sharp": "^2.6.12", "gatsby-remark-images": "^3.3.10", "gatsby-source-filesystem": "^2.3.11" } diff --git a/yarn.lock b/yarn.lock index 520bd7c..ac1bd41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6391,9 +6391,9 @@ gatsby-cli@^2.12.45: yargs "^15.3.1" yurnalist "^1.1.2" -gatsby-core-utils@^1.3.5: - version "1.3.5" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.5.tgz#3c8f2dc940cec6570d1317f02ba028f327d1e773" +gatsby-core-utils@^1.3.5, gatsby-core-utils@^1.3.6: + version "1.3.6" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz#5a001593276b0c1cc4a3c6c9a34da428e9374590" dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -6543,15 +6543,15 @@ gatsby-plugin-redirects@^1.0.0: dependencies: gatsby-plugin-meta-redirect "^1.1.1" -gatsby-plugin-sharp@^2.6.11: - version "2.6.11" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.11.tgz#5a4327306c381c6fd3ae3954ae0628fba85d6683" +gatsby-plugin-sharp@^2.6.12: + version "2.6.12" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.12.tgz#e3a3b830e58a676dfc7e12e6f94188790aea6483" dependencies: "@babel/runtime" "^7.10.2" async "^2.6.3" bluebird "^3.7.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.3.5" + gatsby-core-utils "^1.3.6" got "^8.3.2" imagemin "^6.1.0" imagemin-mozjpeg "^8.0.0"