From a54a04ee7c3cc90d4e08c93d3e2702d9a5cb3757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:56:20 +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 | 23 ++++++++++++----------- package.json | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index faedf36..f99736e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gatsby": "^5.14.0", "gatsby-omni-font-loader": "^2.0.2", "gatsby-plugin-image": "^3.13.1", - "gatsby-plugin-manifest": "^5.13.1", + "gatsby-plugin-manifest": "^5.14.0", "gatsby-plugin-sharp": "^5.13.1", "gatsby-plugin-theme-ui": "^0.16.2", "gatsby-source-filesystem": "^5.13.1", @@ -9730,13 +9730,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" }, @@ -24258,13 +24259,13 @@ } }, "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==", "requires": { "@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 ec25e65..81bc665 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "gatsby": "^5.14.0", "gatsby-plugin-image": "^3.13.1", - "gatsby-plugin-manifest": "^5.13.1", + "gatsby-plugin-manifest": "^5.14.0", "gatsby-plugin-sharp": "^5.13.1", "gatsby-plugin-theme-ui": "^0.16.2", "gatsby-source-filesystem": "^5.13.1",