From 17a1de9f39c6a5f373f2134029aec4ca026f0400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 19:48:23 +0000 Subject: [PATCH] Bump gatsby-plugin-manifest from 4.7.0 to 4.9.1 (#646) Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.7.0 to 4.9.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@4.9.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 512df2d8..ba42dbc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "gatsby-plugin-feed": "^4.8.0", "gatsby-plugin-image": "^2.7.0", "gatsby-plugin-lunr": "^1.5.2", - "gatsby-plugin-manifest": "^4.8.1", + "gatsby-plugin-manifest": "^4.9.1", "gatsby-plugin-matomo": "^0.11.0", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^5.7.0", @@ -12458,13 +12458,13 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.8.1.tgz", - "integrity": "sha512-7NnUroqJzJdG7JM4dupxMa/TuyIHW6x/w4rXuPEHOaNd+iffKfxfdTTVMooEzf7Qcyx9OFID4tx3wFPp3MMkRQ==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.9.1.tgz", + "integrity": "sha512-Fye2vr7ioc7ETVKdCfpbc5ByU28+EB7ocqSORbazPgAT8OiPazpaBAYm98BONceuK3WaxGoEXMsmwmNBIIPjRA==", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.8.1", - "gatsby-plugin-utils": "^3.2.0", + "gatsby-core-utils": "^3.9.1", + "gatsby-plugin-utils": "^3.3.0", "semver": "^7.3.5", "sharp": "^0.30.1" }, @@ -12781,9 +12781,9 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.2.0.tgz", - "integrity": "sha512-5zCd0RJnbpaYzKr8kGaGfuPj9Hygi3luiCN8bnN1zVnieaJlRsh+k7BF6ukuG+2qk7USjwQHxzKP9QqAVmOR4g==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.3.0.tgz", + "integrity": "sha512-wmwSQ/IMVQ8lII015IRToeXzu4LsRayKhlrBpuCbzJJgzBEgTH5ezHkGnxAGKvMn7xP9Oekz6DX/XYwUnAe4ug==", "dependencies": { "@babel/runtime": "^7.15.4", "joi": "^17.4.2" @@ -38429,13 +38429,13 @@ } }, "gatsby-plugin-manifest": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.8.1.tgz", - "integrity": "sha512-7NnUroqJzJdG7JM4dupxMa/TuyIHW6x/w4rXuPEHOaNd+iffKfxfdTTVMooEzf7Qcyx9OFID4tx3wFPp3MMkRQ==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.9.1.tgz", + "integrity": "sha512-Fye2vr7ioc7ETVKdCfpbc5ByU28+EB7ocqSORbazPgAT8OiPazpaBAYm98BONceuK3WaxGoEXMsmwmNBIIPjRA==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.8.1", - "gatsby-plugin-utils": "^3.2.0", + "gatsby-core-utils": "^3.9.1", + "gatsby-plugin-utils": "^3.3.0", "semver": "^7.3.5", "sharp": "^0.30.1" }, @@ -38663,9 +38663,9 @@ } }, "gatsby-plugin-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.2.0.tgz", - "integrity": "sha512-5zCd0RJnbpaYzKr8kGaGfuPj9Hygi3luiCN8bnN1zVnieaJlRsh+k7BF6ukuG+2qk7USjwQHxzKP9QqAVmOR4g==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.3.0.tgz", + "integrity": "sha512-wmwSQ/IMVQ8lII015IRToeXzu4LsRayKhlrBpuCbzJJgzBEgTH5ezHkGnxAGKvMn7xP9Oekz6DX/XYwUnAe4ug==", "requires": { "@babel/runtime": "^7.15.4", "joi": "^17.4.2" diff --git a/package.json b/package.json index 1dc48067..98022fa0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "gatsby-plugin-feed": "^4.8.0", "gatsby-plugin-image": "^2.7.0", "gatsby-plugin-lunr": "^1.5.2", - "gatsby-plugin-manifest": "^4.8.1", + "gatsby-plugin-manifest": "^4.9.1", "gatsby-plugin-matomo": "^0.11.0", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^5.7.0",