From f5f69acbafe9b04a0b2a272a246877f43dc328dc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 14:10:52 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2c3d96d..fd01f9e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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==" } } }, diff --git a/package.json b/package.json index deda175e..f1cf30d4 100644 --- a/package.json +++ b/package.json @@ -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",