1
0
Fork 0

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-11 19:48:23 +00:00 committed by GitHub
parent ab287559c1
commit 17a1de9f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

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

View File

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