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",