From 724cea3212caef95cb66f6ff3c2d60c268cbf2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 14:00:35 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-manifest from 5.13.1 to 5.14.0 Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 5.13.1 to 5.14.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@5.14.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-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e58e330..9e9a773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "bootstrap": "5.3.3", "gatsby": "5.14.1", "gatsby-plugin-image": "3.14.0", - "gatsby-plugin-manifest": "5.13.1", + "gatsby-plugin-manifest": "5.14.0", "gatsby-plugin-offline": "6.13.3", "gatsby-plugin-react-helmet": "6.14.0", "gatsby-plugin-sharp": "5.14.0", @@ -10026,13 +10026,14 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.13.1.tgz", - "integrity": "sha512-F8zGMYz2tRDAzQO7hLrYv+xCFyIoeySeGsEk9j1KTdWB4liVQvLtFSXzj7yljyOTinDmA7mDStCiQFStC0rHZQ==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.14.0.tgz", + "integrity": "sha512-ZJS+sCg8KIlXTEilInBt+kkPbGPOXX3wuRlOJiHwcou+uCmU/VZ4gif1DVazCseAbWtAdQxb3GkMlKTsGqtYiQ==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", - "gatsby-core-utils": "^4.13.1", - "gatsby-plugin-utils": "^4.13.1", + "gatsby-core-utils": "^4.14.0", + "gatsby-plugin-utils": "^4.14.0", "semver": "^7.5.3", "sharp": "^0.32.6" }, diff --git a/package.json b/package.json index d947e2d..bbb5dea 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "bootstrap": "5.3.3", "gatsby": "5.14.1", "gatsby-plugin-image": "3.14.0", - "gatsby-plugin-manifest": "5.13.1", + "gatsby-plugin-manifest": "5.14.0", "gatsby-plugin-offline": "6.13.3", "gatsby-plugin-react-helmet": "6.14.0", "gatsby-plugin-sharp": "5.14.0",