From 36ecd28bf5db741616ad134df8448df0efa29162 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:52:16 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 2.2.39 to 2.2.41 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.2.39 to 2.2.41. - [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.2.41/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 0ec51563..3fbafedf 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "classnames": "^2.2.6", "gatsby": "^2.19.7", "gatsby-image": "^2.2.41", - "gatsby-plugin-manifest": "^2.2.39", + "gatsby-plugin-manifest": "^2.2.41", "gatsby-plugin-offline": "^3.0.32", "gatsby-plugin-react-helmet": "^3.1.22", "gatsby-plugin-robots-txt": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index 413cdda2..0a8df96c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5327,10 +5327,10 @@ gatsby-cli@^2.8.27: ink "^2.6.0" ink-spinner "^3.0.1" -gatsby-core-utils@^1.0.26: - version "1.0.26" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.26.tgz#e1cbdfad498d58d677d9d74f21a1ede661b49d6f" - integrity sha512-NPflmXmyTcg3x2mp6cqp/51QeAHRKepfbf0X4erDsnVlewFJuGTe+25ZJvWkkwU2g1cPAxuwzlPe0jOL92iU4A== +gatsby-core-utils@^1.0.26, gatsby-core-utils@^1.0.28: + version "1.0.28" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.28.tgz#aa66e49cdcc1892e7817a32fdd806cf5e16ea309" + integrity sha512-XWKR9Rk2v6iQkmBsTLCdI3adyC9PCh1s5BQ85nlGitlgcVVQq98jZlQdcy0v9mJOrTuce0uf5RqkeGDWFLekoA== dependencies: ci-info "2.0.0" node-object-hash "^2.0.0" @@ -5374,13 +5374,13 @@ gatsby-page-utils@^0.0.37: lodash "^4.17.15" micromatch "^3.1.10" -gatsby-plugin-manifest@^2.2.39: - version "2.2.39" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.39.tgz#6690db911dc5c20ef34a2d89c4db845def9c3d15" - integrity sha512-pNn6YAmMkAcHCQHjFRnAaU17Bz0nvYX7PPDrXmqKvTcKpkfgj9JzwFZimdPtjhGjh74aXNTdduO4lIiRdmjjKA== +gatsby-plugin-manifest@^2.2.41: + version "2.2.41" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.41.tgz#c6952e466b163145b74aa071822a97a797a68e01" + integrity sha512-eKbnpDSLbGUzmnfE65uLit/J8XS4LYslyRHtqMhTja6JcdzjXVWFsO9043tqUXfL8+JBw5PccCxZM8BIN23+Vw== dependencies: "@babel/runtime" "^7.7.6" - gatsby-core-utils "^1.0.26" + gatsby-core-utils "^1.0.28" semver "^5.7.1" sharp "^0.23.4"