From d1b1909fcaace4f6e6203294ddecbd5253b8044a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 21:30:51 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 4.21.0 to 4.22.0 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.21.0 to 4.22.0. - [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@4.22.0/packages/gatsby-plugin-manifest) --- updated-dependencies: - dependency-name: gatsby-plugin-manifest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 50bde04..6670c98 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dotenv": "^16.0.1", "gatsby": "^4.21.1", "gatsby-plugin-image": "^2.22.0", - "gatsby-plugin-manifest": "^4.21.0", + "gatsby-plugin-manifest": "^4.22.0", "gatsby-plugin-react-helmet": "^5.21.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-sharp": "^4.21.0", diff --git a/yarn.lock b/yarn.lock index b09c1e6..77a1f8d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6599,7 +6599,7 @@ gatsby-cli@^4.21.0: yoga-layout-prebuilt "^1.10.0" yurnalist "^2.1.0" -gatsby-core-utils@^3.17.0, gatsby-core-utils@^3.21.0, gatsby-core-utils@^3.22.0: +gatsby-core-utils@^3.21.0, gatsby-core-utils@^3.22.0: version "3.22.0" resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.22.0.tgz#5d7c15722961ba8c97507a42841e95ea2622e730" integrity sha512-/0FEKdnNCSn/f7dapxmBFxdFCWhteEZcsrwg/jxtXzSWRzs/7mzG8tyPCVUFlCnw3lLPSfej/9KBlGjXTvIIkQ== @@ -6701,14 +6701,14 @@ gatsby-plugin-image@^2.22.0: objectFitPolyfill "^2.3.5" prop-types "^15.8.1" -gatsby-plugin-manifest@^4.21.0: - version "4.21.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.21.0.tgz#15f0c6905be2604e22f2f7dddf239411393ab8f4" - integrity sha512-QzP7J2KKRrpENq5lm85jvLvW/xYCN7bfziaUyfxiip+ztHlF+E8XToxsHZqyLlgZrKoB/cUV6zu7vHpqoYFOQQ== +gatsby-plugin-manifest@^4.22.0: + version "4.22.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.22.0.tgz#cff65e1d88264ba78568c367e5e77c35ab3eacc8" + integrity sha512-Kwq+CVnQ4IJBo8O3fkbLtZikPuES1J7mXhTyQ0R6KMOW4m42FtDmBHagFyOvUr1/9NXWXvSanxBDUn8m2v7wPg== dependencies: "@babel/runtime" "^7.15.4" - gatsby-core-utils "^3.21.0" - gatsby-plugin-utils "^3.15.0" + gatsby-core-utils "^3.22.0" + gatsby-plugin-utils "^3.16.0" semver "^7.3.7" sharp "^0.30.7"