Merge pull request #118 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-sitemap-2.4.16

Bump gatsby-plugin-sitemap from 2.4.12 to 2.4.16
This commit is contained in:
Kevin Kandlbinder 2020-10-13 18:43:43 +02:00 committed by GitHub
commit 6c11ed90a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 5 deletions

17
package-lock.json generated
View file

@ -9629,16 +9629,25 @@
}
},
"gatsby-plugin-sitemap": {
"version": "2.4.12",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.12.tgz",
"integrity": "sha512-nQK3EyqECUpUcCoQr5ZCfGYPUCc+hI6tK+hvoqr4lkhMr0sjfXUvGkSlVarhMVLRNRe+e6Q39JFhVtsTXUp8Iw==",
"version": "2.4.16",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.4.16.tgz",
"integrity": "sha512-aRA9SHGE0RC4Ymtk5Y76qB8RVOuq7JU0cRAp4b/ajrvk24MTbMNHX6RDlKtEXlAUPkfMJMMB+4G5OSq5tgq5Iw==",
"requires": {
"@babel/runtime": "^7.10.3",
"@babel/runtime": "^7.11.2",
"common-tags": "^1.8.0",
"minimatch": "^3.0.4",
"pify": "^3.0.0",
"sitemap": "^1.13.0"
},
"dependencies": {
"@babel/runtime": {
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",

View file

@ -13,7 +13,7 @@
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sass": "^2.3.14",
"gatsby-plugin-sharp": "^2.6.42",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-sitemap": "^2.4.16",
"gatsby-plugin-styled-components": "^3.3.12",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-source-youtube-v2": "^1.0.1",