Bump @mr-hope/vuepress-plugin-sitemap from 1.0.0 to 1.0.1 (#403)

Bumps [@mr-hope/vuepress-plugin-sitemap](https://github.com/Mister-Hope/vuepress-theme-hope/tree/HEAD/packages/sitemap) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/Mister-Hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/Mister-Hope/vuepress-theme-hope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Mister-Hope/vuepress-theme-hope/commits/v1.0.1/packages/sitemap)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-17 08:52:46 +02:00 committed by GitHub
parent c998e027f1
commit 76532fc91c
2 changed files with 5 additions and 39 deletions

42
package-lock.json generated
View File

@ -1198,46 +1198,12 @@
}
},
"@mr-hope/vuepress-plugin-sitemap": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-sitemap/-/vuepress-plugin-sitemap-1.0.0.tgz",
"integrity": "sha512-LgXN4DDxqs6ylNIe3wJpmiYJ5Iwdkv2smAGKFYOYx3kavEKLbBqgQIZdIeaoY8sX6aYZW0BLgZn4kl+4MBfwxg==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-sitemap/-/vuepress-plugin-sitemap-1.0.1.tgz",
"integrity": "sha512-v+ay7gJm7AvCvPVLUN3OGbokhPmWHm03tltwsPtoPvdlC4X33G7X0ZN0C4b+YiNdmVEEwIVK4jwqQlRltFGzyw==",
"requires": {
"@mr-hope/vuepress-types": "^1.0.0",
"@mr-hope/vuepress-types": "^1.0.1",
"sitemap": "^6.3.2"
},
"dependencies": {
"@mr-hope/vuepress-types": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-types/-/vuepress-types-1.0.0.tgz",
"integrity": "sha512-gKPaaJrE5V7hmyiL5MqiGoPhNRqAzLbGRuyq1/myvEzu8Vq3OcLbA7BtscoES462vgumvKUD7/exbcJ9D7Cw0g==",
"requires": {
"@types/express": "4.17.8",
"@types/markdown-it": "10.0.2",
"@types/markdown-it-anchor": "4.0.4",
"@types/webpack-dev-server": "3.11.0",
"cac": "6.6.1",
"markdown-it": "12.0.0",
"vue": "2.6.12",
"vue-loader": "15.9.3"
}
},
"argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
},
"markdown-it": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.0.tgz",
"integrity": "sha512-zPq5nGY5L8FXVwffjbXwPqzh9TgkrZ4NDTWuiX5wUP0l/wvmlnJR+6ebbNlLqYzB7erhlAwxQusgXa1VqojTQg==",
"requires": {
"argparse": "^2.0.1",
"entities": "~2.0.0",
"linkify-it": "^3.0.1",
"mdurl": "^1.0.1",
"uc.micro": "^1.0.5"
}
}
}
},
"@mr-hope/vuepress-types": {

View File

@ -40,7 +40,7 @@
},
"dependencies": {
"@mr-hope/vuepress-plugin-last-update": "^1.0.1",
"@mr-hope/vuepress-plugin-sitemap": "^1.0.0",
"@mr-hope/vuepress-plugin-sitemap": "^1.0.1",
"axios": "^0.20.0",
"core-js": "2.6.4",
"element-ui": "^2.13.2",