From 01f6d7cecb2df5b48b91e059483917909f8b5342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:37:16 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 5.12.1 to 5.13.1 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 5.12.1 to 5.13.1. - [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@5.13.1/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 d9f6e07..723bc08 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-gatsby-cloud": "^5.2.0", "gatsby-plugin-google-gtag": "^5.2.0", "gatsby-plugin-image": "^3.13.1", - "gatsby-plugin-manifest": "^5.2.0", + "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-react-helmet": "^6.13.1", "gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-sharp": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 42f7448..f20a72e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6875,14 +6875,14 @@ gatsby-plugin-image@^3.13.1: objectFitPolyfill "^2.3.5" prop-types "^15.8.1" -gatsby-plugin-manifest@^5.2.0: - version "5.12.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.12.1.tgz#962533adb264657a0bec917a47ad14338a272f2d" - integrity sha512-S/t63Suh8zN0hlTnAioIeVILY8/IGfnw7+n/fhn39jPdog7fuvECIJeUHYU1X3JYYCfQHMjdHdJ4hfTa6m5YdA== +gatsby-plugin-manifest@^5.13.1: + version "5.13.1" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.13.1.tgz#4e7a87c38c5d47622016eec70ce1383f6e331f60" + integrity sha512-F8zGMYz2tRDAzQO7hLrYv+xCFyIoeySeGsEk9j1KTdWB4liVQvLtFSXzj7yljyOTinDmA7mDStCiQFStC0rHZQ== dependencies: "@babel/runtime" "^7.20.13" - gatsby-core-utils "^4.12.0" - gatsby-plugin-utils "^4.12.1" + gatsby-core-utils "^4.13.1" + gatsby-plugin-utils "^4.13.1" semver "^7.5.3" sharp "^0.32.6"