build(deps): bump gatsby-plugin-manifest from 4.6.0 to 4.7.0 in /docs (#2586)

Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.6.0 to 4.7.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.7.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-02-17 21:34:26 +03:00 committed by GitHub
parent 4274864670
commit 6cecd4fd39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

34
docs/package-lock.json generated
View File

@ -19,7 +19,7 @@
"gatsby-plugin-catch-links": "^4.6.0",
"gatsby-plugin-emotion": "^7.6.0",
"gatsby-plugin-google-analytics": "^4.6.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-mdx": "^3.6.0",
"gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-netlify-cache": "^2.0.0",
@ -11197,13 +11197,13 @@
}
},
"node_modules/gatsby-plugin-manifest": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.6.0.tgz",
"integrity": "sha512-/ySmcnGYmTv4exBQSvPVBDoMVHY9TEdiYnP/NmRTOwRA7VaW525qyc+Nf6lTmlD6AONX2nrbQ3U9F/JxCTL+uw==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.7.0.tgz",
"integrity": "sha512-jZsR7sqvJsxTm2J01ymPsCXlEoYw9duVQUR3oNy9VxHyuPOXctk2Cnp/vnWDZpQ6g+i7ha1RhyJEQgQEj1jhcQ==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.6.0",
"gatsby-plugin-utils": "^3.0.0",
"gatsby-core-utils": "^3.7.0",
"gatsby-plugin-utils": "^3.1.0",
"semver": "^7.3.5",
"sharp": "^0.29.3"
},
@ -11779,9 +11779,9 @@
}
},
"node_modules/gatsby-plugin-utils": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.0.0.tgz",
"integrity": "sha512-hZj64WQbs/KgAWez3oWMwlmhewUinXDJJdhj491vOWX2WVlH79m8JpAoklgrm9xaoIdhfbNkhQoMKPkRZKJpJQ==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.1.0.tgz",
"integrity": "sha512-OvRhIKzjaz3WOo/dxSI90ZlclsO2xaj1Dz7vigU2QGPAe8JtRJbNTpgfBZ+JOBeVnDONNbZulVn8S8F/Ra/BZA==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"joi": "^17.4.2"
@ -33064,13 +33064,13 @@
}
},
"gatsby-plugin-manifest": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.6.0.tgz",
"integrity": "sha512-/ySmcnGYmTv4exBQSvPVBDoMVHY9TEdiYnP/NmRTOwRA7VaW525qyc+Nf6lTmlD6AONX2nrbQ3U9F/JxCTL+uw==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.7.0.tgz",
"integrity": "sha512-jZsR7sqvJsxTm2J01ymPsCXlEoYw9duVQUR3oNy9VxHyuPOXctk2Cnp/vnWDZpQ6g+i7ha1RhyJEQgQEj1jhcQ==",
"requires": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.6.0",
"gatsby-plugin-utils": "^3.0.0",
"gatsby-core-utils": "^3.7.0",
"gatsby-plugin-utils": "^3.1.0",
"semver": "^7.3.5",
"sharp": "^0.29.3"
},
@ -33495,9 +33495,9 @@
}
},
"gatsby-plugin-utils": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.0.0.tgz",
"integrity": "sha512-hZj64WQbs/KgAWez3oWMwlmhewUinXDJJdhj491vOWX2WVlH79m8JpAoklgrm9xaoIdhfbNkhQoMKPkRZKJpJQ==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.1.0.tgz",
"integrity": "sha512-OvRhIKzjaz3WOo/dxSI90ZlclsO2xaj1Dz7vigU2QGPAe8JtRJbNTpgfBZ+JOBeVnDONNbZulVn8S8F/Ra/BZA==",
"requires": {
"@babel/runtime": "^7.15.4",
"joi": "^17.4.2"

View File

@ -16,7 +16,7 @@
"gatsby-plugin-catch-links": "^4.6.0",
"gatsby-plugin-emotion": "^7.6.0",
"gatsby-plugin-google-analytics": "^4.6.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-mdx": "^3.6.0",
"gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-netlify-cache": "^2.0.0",