1
0
Fork 0

Bump gatsby-plugin-manifest from 4.3.0 to 4.4.0 (#615)

Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.3.0 to 4.4.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@4.4.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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-04 15:42:23 +00:00 committed by GitHub
parent bcf3039b55
commit 6e26aa25b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -26,7 +26,7 @@
"gatsby-plugin-feed": "^4.4.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-matomo": "^0.11.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^5.3.0",
@ -12427,15 +12427,15 @@
}
},
"node_modules/gatsby-plugin-manifest": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.3.0.tgz",
"integrity": "sha512-HaOlG1ILLLWv2Fa4agsDgNEMpL5mkMZjK6MMVi8PqjXxpFV7ZQpaZhgQ8qT9dGywFkyJf4+dfmn9YKTIW/DXig==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.4.0.tgz",
"integrity": "sha512-gEC1Boat/oaBILXOlfNsUVDkxU1e79rsZBuatCmer+FlhN6EpTB9U4mKwMd0c2lUVl9PHXzqkDrVio8sJRBsag==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.3.0",
"gatsby-plugin-utils": "^2.3.0",
"gatsby-core-utils": "^3.4.0",
"gatsby-plugin-utils": "^2.4.0",
"semver": "^7.3.5",
"sharp": "^0.29.2"
"sharp": "^0.29.3"
},
"engines": {
"node": ">=14.15.0"
@ -39081,15 +39081,15 @@
}
},
"gatsby-plugin-manifest": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.3.0.tgz",
"integrity": "sha512-HaOlG1ILLLWv2Fa4agsDgNEMpL5mkMZjK6MMVi8PqjXxpFV7ZQpaZhgQ8qT9dGywFkyJf4+dfmn9YKTIW/DXig==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.4.0.tgz",
"integrity": "sha512-gEC1Boat/oaBILXOlfNsUVDkxU1e79rsZBuatCmer+FlhN6EpTB9U4mKwMd0c2lUVl9PHXzqkDrVio8sJRBsag==",
"requires": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.3.0",
"gatsby-plugin-utils": "^2.3.0",
"gatsby-core-utils": "^3.4.0",
"gatsby-plugin-utils": "^2.4.0",
"semver": "^7.3.5",
"sharp": "^0.29.2"
"sharp": "^0.29.3"
},
"dependencies": {
"lru-cache": {

View File

@ -45,7 +45,7 @@
"gatsby-plugin-feed": "^4.4.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-matomo": "^0.11.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^5.3.0",