From c2ff26302283fc0960ce8e2945e63ae46b7d10f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 04:10:20 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 4.22.0 to 4.24.0 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.22.0 to 4.24.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.24.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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index bfd3d9f..e2d0330 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dotenv": "^16.0.2", "gatsby": "^4.24.2", "gatsby-plugin-image": "^2.22.0", - "gatsby-plugin-manifest": "^4.22.0", + "gatsby-plugin-manifest": "^4.24.0", "gatsby-plugin-react-helmet": "^5.24.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-sharp": "^4.24.0", diff --git a/yarn.lock b/yarn.lock index 0539774..e80f45e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5996,14 +5996,14 @@ gatsby-plugin-image@^2.22.0: objectFitPolyfill "^2.3.5" prop-types "^15.8.1" -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== +gatsby-plugin-manifest@^4.24.0: + version "4.24.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.24.0.tgz#ad537b48f9fb8e7c93234945a4889ecf3c099f66" + integrity sha512-xlpJMNALNozeC0lIspQQZw68qi4pE1nhgPfsLiUtAc5CLihm2LNbGLAKcYHCXwudRHo5Hvp6Xi4VOwtMkRKwmQ== dependencies: "@babel/runtime" "^7.15.4" - gatsby-core-utils "^3.22.0" - gatsby-plugin-utils "^3.16.0" + gatsby-core-utils "^3.24.0" + gatsby-plugin-utils "^3.18.0" semver "^7.3.7" sharp "^0.30.7"