From 8a9f1a321b08a97a5f2c902919e98fe25d8a0110 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 10:39:16 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 2.2.41 to 2.2.42 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.2.41 to 2.2.42. - [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.42/packages/gatsby-plugin-manifest) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5b1e7f7d..08c6de95 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "classnames": "^2.2.6", "gatsby": "^2.19.19", "gatsby-image": "^2.2.41", - "gatsby-plugin-manifest": "^2.2.41", + "gatsby-plugin-manifest": "^2.2.42", "gatsby-plugin-offline": "^3.0.35", "gatsby-plugin-react-helmet": "^3.1.22", "gatsby-plugin-robots-txt": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index 6516fb61..e54c38b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5397,10 +5397,10 @@ gatsby-page-utils@^0.0.39: lodash "^4.17.15" micromatch "^3.1.10" -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== +gatsby-plugin-manifest@^2.2.42: + version "2.2.42" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.42.tgz#ad069b04576eb995ad6ceaa4712db90e600eb500" + integrity sha512-3YWq2zfv6LR0FWlfhZL//mrueuTr+u9cSr8K9HIXKBVby1FZ2CndzaMPbmj61/FSqXHXX2/bhvOx5imFuZCxmw== dependencies: "@babel/runtime" "^7.7.6" gatsby-core-utils "^1.0.28"