From a7911e98aa15741d4bff06a01425741ebb19a54b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 10:13:55 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 2.4.11 to 2.4.12 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.4.11 to 2.4.12. - [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.12/packages/gatsby-plugin-manifest) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1fd0d844..b3bd577c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "classnames": "^2.2.6", "gatsby": "^2.23.3", "gatsby-image": "^2.4.7", - "gatsby-plugin-manifest": "^2.4.11", + "gatsby-plugin-manifest": "^2.4.12", "gatsby-plugin-matomo": "^0.8.3", "gatsby-plugin-react-helmet": "^3.3.4", "gatsby-plugin-remove-serviceworker": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 1a4aaf8d..f9e01723 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7087,10 +7087,10 @@ 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" - integrity sha512-kbwJ5BeQ8OixJVuBb1AGRL6vdkFz9nFBa6gXqjQ6AAXHhYDrjOYrRMIENT1QLoabWo6tlh0Hyl1agfWaQwW8lg== +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" + integrity sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -7165,13 +7165,13 @@ gatsby-page-utils@^0.2.9: lodash "^4.17.15" micromatch "^3.1.10" -gatsby-plugin-manifest@^2.4.11: - version "2.4.11" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.11.tgz#f9d342f6f98a3af6bc6d24b470e48647bfbeddab" - integrity sha512-IpgLRPxomeKPtGUMxXKxcS3QOvr1MwHB+D17Z31IedCUZZhthA3MTM6Ry+imKXqxXDXVBbsU6O6L5wJRmdWo9Q== +gatsby-plugin-manifest@^2.4.12: + version "2.4.12" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.12.tgz#b1b1bd3fb97cfdf5358b3989de85d85941b6ace8" + integrity sha512-QHT/dqxZr9Rev0pjEb45Ivh2MrV5E3EWhgHKJmtpTJ94BVSQetDHjr8kCcFtdQqXep8W8GtuHPMrz8Bt1SCVqA== dependencies: "@babel/runtime" "^7.10.2" - gatsby-core-utils "^1.3.5" + gatsby-core-utils "^1.3.6" semver "^5.7.1" sharp "^0.25.1"