build(deps): bump gatsby-plugin-sitemap from 4.10.0 to 5.0.0 in /docs (#2320)

Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 4.10.0 to 5.0.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-sitemap@5.0.0/packages/gatsby-plugin-sitemap/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@5.0.0/packages/gatsby-plugin-sitemap)

---
updated-dependencies:
- dependency-name: gatsby-plugin-sitemap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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] 2021-11-02 09:27:09 +08:00 committed by GitHub
parent 7fcd0a8113
commit 75fc92df49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
docs/package-lock.json generated
View File

@ -28,7 +28,7 @@
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-remark-autolink-headers": "^2.11.0",
"gatsby-remark-copy-linked-files": "^4.11.0",
"gatsby-remark-embedder": "^4.2.0",
@ -13176,9 +13176,9 @@
}
},
"node_modules/gatsby-plugin-sitemap": {
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.10.0.tgz",
"integrity": "sha512-q7WdaZLzOQnSJDZ2/ArTnSpCG26Eqgpt9jvni6wUqPxLic9irwvzIHhZxmZp8I7iq6Ue1Ii1MD5kWO2VTYb7GA==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.0.0.tgz",
"integrity": "sha512-f2J/9xfO9+BHPwEtUzkJu5BXSPqxpoSPdtca5+3qyEA8uoaBl1jS9D2XgkzVLtsSkM4uxDLc0NKy3j0N/ZS79A==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"common-tags": "^1.8.0",
@ -13186,10 +13186,10 @@
"sitemap": "^7.0.0"
},
"engines": {
"node": ">=12.13.0"
"node": ">=14.15.0"
},
"peerDependencies": {
"gatsby": "^3.0.0-next.0",
"gatsby": "^4.0.0-next",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
}
@ -40343,9 +40343,9 @@
}
},
"gatsby-plugin-sitemap": {
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.10.0.tgz",
"integrity": "sha512-q7WdaZLzOQnSJDZ2/ArTnSpCG26Eqgpt9jvni6wUqPxLic9irwvzIHhZxmZp8I7iq6Ue1Ii1MD5kWO2VTYb7GA==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.0.0.tgz",
"integrity": "sha512-f2J/9xfO9+BHPwEtUzkJu5BXSPqxpoSPdtca5+3qyEA8uoaBl1jS9D2XgkzVLtsSkM4uxDLc0NKy3j0N/ZS79A==",
"requires": {
"@babel/runtime": "^7.15.4",
"common-tags": "^1.8.0",

View File

@ -25,7 +25,7 @@
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-remark-autolink-headers": "^2.11.0",
"gatsby-remark-copy-linked-files": "^4.11.0",
"gatsby-remark-embedder": "^4.2.0",