From 96363c2e1d8bfd3e624ec75144acd2a575c2bc70 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 11:09:06 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 2.4.2 to 2.4.3 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.4.3/packages/gatsby-plugin-manifest) 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 998c4283..1c57aadf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "classnames": "^2.2.6", "gatsby": "^2.20.29", "gatsby-image": "^2.3.4", - "gatsby-plugin-manifest": "^2.3.6", + "gatsby-plugin-manifest": "^2.4.3", "gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-react-helmet": "^3.2.4", "gatsby-plugin-remove-serviceworker": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index c99ad176..4b121bd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6063,10 +6063,10 @@ gatsby-cli@^2.12.13: ink "^2.7.1" ink-spinner "^3.0.1" -gatsby-core-utils@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.2.1.tgz#9d5e89d0cf7b9e5d7d77a9dcb47071684f68ffd5" - integrity sha512-uyXgjvKdzfJ0yB8oTYmBjMUqM0AACx7aA8Ioubn6k/51C4tE5+LzrG/iG42di2UaTIbcBj6vcwrvRosNKWeeBQ== +gatsby-core-utils@^1.2.1, gatsby-core-utils@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz#19ad6e3917e4748333d952a04ec30ade02fe81fd" + integrity sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -6111,13 +6111,13 @@ gatsby-page-utils@^0.2.1: lodash "^4.17.15" micromatch "^3.1.10" -gatsby-plugin-manifest@^2.3.6: - version "2.4.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.2.tgz#0a9605a778a8e30ce047b9b3701031b9bde61d6b" - integrity sha512-G6MB1/Me4waG/z3Aj1GEqXCfY/yftyMLKp8g83uGvuBDtgLGN5unVgYqdmKAyBFQTvczsUghZ7jBrApHeaTn4w== +gatsby-plugin-manifest@^2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.3.tgz#7d6e25609a59ba2ae8abc9881fa8abbc44e44d79" + integrity sha512-uljlo8edIknqTL/AaNi1wU/ESFigxGIXqy6H9B7lGcT99zOaApSEGLnJ9IQnZjISOjmgEcxabKtIJt6lpx7qqg== dependencies: "@babel/runtime" "^7.9.6" - gatsby-core-utils "^1.2.1" + gatsby-core-utils "^1.2.2" semver "^5.7.1" sharp "^0.25.1"