From 69a370e9782367abf1847d33d85ef0a1547fc30b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 15:52:54 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 2.3.3 to 2.3.6 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.3.3 to 2.3.6. - [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.3.6/packages/gatsby-plugin-manifest) 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 c320c23b..a7e748d0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "classnames": "^2.2.6", "gatsby": "^2.20.26", "gatsby-image": "^2.3.4", - "gatsby-plugin-manifest": "^2.3.3", + "gatsby-plugin-manifest": "^2.3.6", "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 475cba0b..841ea7d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6090,7 +6090,7 @@ gatsby-cli@^2.11.12: ink "^2.7.1" ink-spinner "^3.0.1" -gatsby-core-utils@^1.1.1, gatsby-core-utils@^1.1.3: +gatsby-core-utils@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.1.3.tgz#1011ae6ae252b809c66fe62fe9da9d419bd29650" integrity sha512-PntSiNCFo1/ZKjp00qgLBj2jdwY7M+maV21RXb1k7Ud9Vv9j0dGQsaVb9YXFTqXAf8bG0Xyqsqq4mPU1iNYLDw== @@ -6138,13 +6138,13 @@ gatsby-page-utils@^0.1.3: lodash "^4.17.15" micromatch "^3.1.10" -gatsby-plugin-manifest@^2.3.3: - version "2.3.3" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.3.3.tgz#119b9e648428a0db8979d577d2fdb20a9f3c18b7" - integrity sha512-lEval/fZaCqu9qlQMY38A8fuoJOpWRih3Hh0sLfM2Bt1dPlVkjDQqpHbQCfEinQA41c6JUdFAQFhdp5+G0kOwQ== +gatsby-plugin-manifest@^2.3.6: + version "2.3.6" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.3.6.tgz#89c091a9cd7d221139c3881e8cf197242a8cb24c" + integrity sha512-B5z4z+akH9negZGUIoo7UUiHLL4BmQZ/2mI9g4GmoW/Zw5OA4QZOxF0kdy/vluVqxphJ6RdQDx0kIf1qCtBeZQ== dependencies: "@babel/runtime" "^7.8.7" - gatsby-core-utils "^1.1.1" + gatsby-core-utils "^1.1.3" semver "^5.7.1" sharp "^0.25.1"