Bump gatsby-plugin-sitemap from 2.10.0 to 2.11.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-20 04:09:34 +00:00 committed by GitHub
parent 54ef530464
commit f882f6884e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -9605,9 +9605,9 @@
}
},
"gatsby-plugin-sitemap": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.10.0.tgz",
"integrity": "sha512-5Q5KJ5xD8jSby0NkWtuSgjCZyVFh3ofqX9mKMUU89rh8TxbdvgoKuFdO560K3inNGqZJyjsr7/VF5Qj4amaFMw==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.11.0.tgz",
"integrity": "sha512-W9LOdRhvYsc4Iq67UpXEe+R9FeITSNNpF+Xr5ej4mAqye76UE5kHkjyFLJBqfuwc1ANSsi6e3TKrdYoRV90P2w==",
"requires": {
"@babel/runtime": "^7.12.5",
"common-tags": "^1.8.0",

View file

@ -13,7 +13,7 @@
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-sharp": "^2.12.0",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sitemap": "^2.10.0",
"gatsby-plugin-sitemap": "^2.11.0",
"gatsby-plugin-styled-components": "^3.8.0",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-source-youtube-v2": "^1.0.1",