Bump @mr-hope/vuepress-plugin-sitemap from 1.5.2 to 1.5.5 (#443)

Bumps [@mr-hope/vuepress-plugin-sitemap](https://github.com/Mister-Hope/vuepress-theme-hope/tree/HEAD/packages/sitemap) from 1.5.2 to 1.5.5.
- [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.5.5/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-11-10 14:10:52 +01:00 committed by GitHub
parent 280c665772
commit f5f69acbaf
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -1317,11 +1317,11 @@
}
},
"@mr-hope/vuepress-plugin-sitemap": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-sitemap/-/vuepress-plugin-sitemap-1.5.2.tgz",
"integrity": "sha512-XI6A0oQfz7SxWvyp2nweIeBcCok7C9YKYxo6yAl0jld1hkrcyhLKRCxYuURGIe6ELgfMRiHtmVjRAumaSmLZQg==",
"version": "1.5.5",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-sitemap/-/vuepress-plugin-sitemap-1.5.5.tgz",
"integrity": "sha512-BcIZhitI73YYTQrKQWKzfCbuy5v/8ZbUOQqmViVU0Oz83o4A6tkZLDYPTCPeQiDejVemnZgLwimHlU4b+cd/Fg==",
"requires": {
"@mr-hope/vuepress-types": "^1.5.2",
"@mr-hope/vuepress-types": "^1.5.5",
"@types/fs-extra": "^9.0.3",
"chalk": "^4.1.0",
"fs-extra": "^9.0.1",
@ -1329,9 +1329,9 @@
}
},
"@mr-hope/vuepress-types": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-types/-/vuepress-types-1.5.2.tgz",
"integrity": "sha512-FG+vDUva9v/MhP4ywwppXafbXV5/UVyDhp6s/WtBSBrKqwPzMg86LWYVJP+P2n/xfZCvndEniAfYz0lJrOoTUg==",
"version": "1.5.5",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-types/-/vuepress-types-1.5.5.tgz",
"integrity": "sha512-INY6I6/nMC1OLocf3CnoQCSI8LLTVbV4Kj3hH+YV1D4m0sWvNbLwAah86Lug99zxesh6jQMwS2cGcyft23ECkw==",
"requires": {
"@types/express": "4.17.8",
"@types/markdown-it": "10.0.2",
@ -14193,9 +14193,9 @@
},
"dependencies": {
"@types/node": {
"version": "14.14.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.6.tgz",
"integrity": "sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw=="
"version": "14.14.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.7.tgz",
"integrity": "sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg=="
}
}
},

View File

@ -41,7 +41,7 @@
},
"dependencies": {
"@mr-hope/vuepress-plugin-last-update": "^1.5.1",
"@mr-hope/vuepress-plugin-sitemap": "^1.5.2",
"@mr-hope/vuepress-plugin-sitemap": "^1.5.5",
"axios": "^0.21.0",
"core-js": "2.6.4",
"element-ui": "^2.14.0",