Update dependency sitemap to v6.1.0

This commit is contained in:
Renovate Bot 2020-03-16 05:52:39 +00:00
parent 84b4628a67
commit d820213d79
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View File

@ -6743,14 +6743,21 @@
}
},
"sitemap": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-6.0.0.tgz",
"integrity": "sha512-h1w4h0D4kfWUycuJgvtatCZQur2dqOTXHoqvxIdXlrKltIZMOCKdfB9VkkeaWOgaWA0l1pa7PTW2kSqZCft5gg==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-6.1.0.tgz",
"integrity": "sha512-Q2D4qwPGvpdGhiJoxcmB631VkLtrwNWSKvA4gVedIZO5bXQgITU4Pir5Zij5qx4eeC6D8wnXQf9Jv09g0+NKoQ==",
"requires": {
"@types/node": "^13.7.4",
"@types/node": "^13.9.1",
"@types/sax": "^1.2.1",
"arg": "^4.1.3",
"sax": "^1.2.4"
},
"dependencies": {
"@types/node": {
"version": "13.9.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.1.tgz",
"integrity": "sha512-E6M6N0blf/jiZx8Q3nb0vNaswQeEyn0XlupO+xN6DtJ6r6IT4nXrTry7zhIfYvFCl3/8Cu6WIysmUBKiqV0bqQ=="
}
}
},
"slice-ansi": {

View File

@ -23,7 +23,7 @@
"parcel-bundler": "1.12.4",
"rimraf": "3.0.2",
"showdown": "1.9.1",
"sitemap": "6.0.0"
"sitemap": "6.1.0"
},
"devDependencies": {
"babel-eslint": "10.1.0",