Bump @mr-hope/vuepress-plugin-sitemap from 1.13.3 to 1.15.2 (#620)

Bumps [@mr-hope/vuepress-plugin-sitemap](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/sitemap) from 1.13.3 to 1.15.2.
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/v1/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v1.15.2/packages/sitemap)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-30 01:42:06 +02:00 committed by GitHub
parent cd0b3a37b4
commit 8a5d47719e
2 changed files with 70 additions and 63 deletions

131
package-lock.json generated
View File

@ -8,7 +8,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {
"@mr-hope/vuepress-plugin-sitemap": "^1.13.3", "@mr-hope/vuepress-plugin-sitemap": "^1.15.2",
"axios": "^0.21.1", "axios": "^0.21.1",
"core-js": "2.6.4", "core-js": "2.6.4",
"element-ui": "^2.15.1", "element-ui": "^2.15.1",
@ -2281,13 +2281,13 @@
} }
}, },
"node_modules/@mr-hope/vuepress-plugin-sitemap": { "node_modules/@mr-hope/vuepress-plugin-sitemap": {
"version": "1.13.3", "version": "1.15.2",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-sitemap/-/vuepress-plugin-sitemap-1.13.3.tgz", "resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-sitemap/-/vuepress-plugin-sitemap-1.15.2.tgz",
"integrity": "sha512-Yq7q+qkoqibdzjwLu4U2SSGakJx8rywMxI87XM9v8P6zyW6XeSYrKAJkq0rX3BrDKBQ9lvAlb+O36HQxHVvjBQ==", "integrity": "sha512-BeSiLbC9pKBk6obEVdowxfl+HzZ/nuwKZiX5yPY+ZRI1pF32ozooHHkpwBYKbne2gwFZrA3FKpBwQ6LRuCE0qA==",
"dependencies": { "dependencies": {
"@mr-hope/vuepress-types": "1.13.3", "@mr-hope/vuepress-types": "1.15.1",
"@types/fs-extra": "^9.0.9", "@types/fs-extra": "^9.0.11",
"chalk": "^4.1.0", "chalk": "^4.1.1",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",
"sitemap": "^6.4.0" "sitemap": "^6.4.0"
} }
@ -2301,18 +2301,24 @@
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
} }
}, },
"node_modules/@mr-hope/vuepress-plugin-sitemap/node_modules/chalk": { "node_modules/@mr-hope/vuepress-plugin-sitemap/node_modules/chalk": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"dependencies": { "dependencies": {
"ansi-styles": "^4.1.0", "ansi-styles": "^4.1.0",
"supports-color": "^7.1.0" "supports-color": "^7.1.0"
}, },
"engines": { "engines": {
"node": ">=10" "node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
} }
}, },
"node_modules/@mr-hope/vuepress-plugin-sitemap/node_modules/color-convert": { "node_modules/@mr-hope/vuepress-plugin-sitemap/node_modules/color-convert": {
@ -2351,15 +2357,15 @@
} }
}, },
"node_modules/@mr-hope/vuepress-types": { "node_modules/@mr-hope/vuepress-types": {
"version": "1.13.3", "version": "1.15.1",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-types/-/vuepress-types-1.13.3.tgz", "resolved": "https://registry.npmjs.org/@mr-hope/vuepress-types/-/vuepress-types-1.15.1.tgz",
"integrity": "sha512-UctiuY5vJGYJnqlJ0bKb9frHlkEh78dlIJZNPy4j8mQGht7928KLvW92AF97pr5WYodUJfQJSdKm7Mt3ZFVULw==", "integrity": "sha512-93TTE7nSXTPP9ZVsxv6d8jrnY+L2fhIAV8yV4qHaEWNKGpog93SKvkNa45HzjSbNzIwfh1GPETT0laxaClNsAg==",
"dependencies": { "dependencies": {
"@types/express": "^4.17.11", "@types/express": "^4.17.11",
"@types/markdown-it": "^12.0.1", "@types/markdown-it": "^12.0.1",
"@types/markdown-it-anchor": "^7.0.0", "@types/markdown-it-anchor": "^7.0.0",
"@types/webpack-dev-server": "^3.11.3", "@types/webpack-dev-server": "^3.11.3",
"cac": "^6.7.2", "cac": "^6.7.3",
"vue": "^2.6.12", "vue": "^2.6.12",
"vue-loader": "^15.9.6", "vue-loader": "^15.9.6",
"webpack-chain": "^6.5.1" "webpack-chain": "^6.5.1"
@ -2460,9 +2466,9 @@
} }
}, },
"node_modules/@types/fs-extra": { "node_modules/@types/fs-extra": {
"version": "9.0.9", "version": "9.0.11",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.9.tgz", "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.11.tgz",
"integrity": "sha512-5TqDycCl0oMzwzd1cIjSJWMKMvLCDVErle4ZTjU4EmHDURR/+yZghe6GDHMCpHtcVfq0x0gMoOM546/5TbYHrg==", "integrity": "sha512-mZsifGG4QeQ7hlkhO56u7zt/ycBgGxSVsFI/6lGTU34VtwkiqrrSDgw0+ygs8kFGWcXnFQWMrzF2h7TtDFNixA==",
"dependencies": { "dependencies": {
"@types/node": "*" "@types/node": "*"
} }
@ -2642,12 +2648,11 @@
} }
}, },
"node_modules/@types/webpack-dev-server/node_modules/http-proxy-middleware": { "node_modules/@types/webpack-dev-server/node_modules/http-proxy-middleware": {
"version": "1.1.0", "version": "1.3.1",
"resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.1.0.tgz", "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz",
"integrity": "sha512-OnjU5vyVgcZVe2AjLJyMrk8YLNOC2lspCHirB5ldM+B/dwEfZ5bgVTrFyzE9R7xRWAP/i/FXtvIqKjTNEZBhBg==", "integrity": "sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg==",
"dependencies": { "dependencies": {
"@types/http-proxy": "^1.17.5", "@types/http-proxy": "^1.17.5",
"camelcase": "^6.2.0",
"http-proxy": "^1.18.1", "http-proxy": "^1.18.1",
"is-glob": "^4.0.1", "is-glob": "^4.0.1",
"is-plain-obj": "^3.0.0", "is-plain-obj": "^3.0.0",
@ -2677,15 +2682,15 @@
} }
}, },
"node_modules/@types/webpack-dev-server/node_modules/micromatch": { "node_modules/@types/webpack-dev-server/node_modules/micromatch": {
"version": "4.0.2", "version": "4.0.4",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
"integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
"dependencies": { "dependencies": {
"braces": "^3.0.1", "braces": "^3.0.1",
"picomatch": "^2.0.5" "picomatch": "^2.2.3"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8.6"
} }
}, },
"node_modules/@types/webpack-dev-server/node_modules/to-regex-range": { "node_modules/@types/webpack-dev-server/node_modules/to-regex-range": {
@ -4944,9 +4949,9 @@
} }
}, },
"node_modules/cac": { "node_modules/cac": {
"version": "6.7.2", "version": "6.7.3",
"resolved": "https://registry.npmjs.org/cac/-/cac-6.7.2.tgz", "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.3.tgz",
"integrity": "sha512-w0bH1IF9rEjdi0a6lTtlXYT+vBZEJL9oytaXXRdsD68MH6+SrZGOGsu7s2saHQvYXqwo/wBdkW75tt8wFpj+mw==", "integrity": "sha512-ECVqVZh74qgSuZG9YOt2OJPI3wGcf+EwwuF/XIOYqZBD0KZYLtgPWqFPxmDPQ6joxI1nOlvVgRV6VT53Ooyocg==",
"engines": { "engines": {
"node": ">=8" "node": ">=8"
} }
@ -11921,11 +11926,14 @@
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
}, },
"node_modules/picomatch": { "node_modules/picomatch": {
"version": "2.2.2", "version": "2.2.3",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.3.tgz",
"integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", "integrity": "sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==",
"engines": { "engines": {
"node": ">=8.6" "node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
} }
}, },
"node_modules/pify": { "node_modules/pify": {
@ -19290,13 +19298,13 @@
} }
}, },
"@mr-hope/vuepress-plugin-sitemap": { "@mr-hope/vuepress-plugin-sitemap": {
"version": "1.13.3", "version": "1.15.2",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-sitemap/-/vuepress-plugin-sitemap-1.13.3.tgz", "resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-sitemap/-/vuepress-plugin-sitemap-1.15.2.tgz",
"integrity": "sha512-Yq7q+qkoqibdzjwLu4U2SSGakJx8rywMxI87XM9v8P6zyW6XeSYrKAJkq0rX3BrDKBQ9lvAlb+O36HQxHVvjBQ==", "integrity": "sha512-BeSiLbC9pKBk6obEVdowxfl+HzZ/nuwKZiX5yPY+ZRI1pF32ozooHHkpwBYKbne2gwFZrA3FKpBwQ6LRuCE0qA==",
"requires": { "requires": {
"@mr-hope/vuepress-types": "1.13.3", "@mr-hope/vuepress-types": "1.15.1",
"@types/fs-extra": "^9.0.9", "@types/fs-extra": "^9.0.11",
"chalk": "^4.1.0", "chalk": "^4.1.1",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",
"sitemap": "^6.4.0" "sitemap": "^6.4.0"
}, },
@ -19310,9 +19318,9 @@
} }
}, },
"chalk": { "chalk": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"requires": { "requires": {
"ansi-styles": "^4.1.0", "ansi-styles": "^4.1.0",
"supports-color": "^7.1.0" "supports-color": "^7.1.0"
@ -19347,15 +19355,15 @@
} }
}, },
"@mr-hope/vuepress-types": { "@mr-hope/vuepress-types": {
"version": "1.13.3", "version": "1.15.1",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-types/-/vuepress-types-1.13.3.tgz", "resolved": "https://registry.npmjs.org/@mr-hope/vuepress-types/-/vuepress-types-1.15.1.tgz",
"integrity": "sha512-UctiuY5vJGYJnqlJ0bKb9frHlkEh78dlIJZNPy4j8mQGht7928KLvW92AF97pr5WYodUJfQJSdKm7Mt3ZFVULw==", "integrity": "sha512-93TTE7nSXTPP9ZVsxv6d8jrnY+L2fhIAV8yV4qHaEWNKGpog93SKvkNa45HzjSbNzIwfh1GPETT0laxaClNsAg==",
"requires": { "requires": {
"@types/express": "^4.17.11", "@types/express": "^4.17.11",
"@types/markdown-it": "^12.0.1", "@types/markdown-it": "^12.0.1",
"@types/markdown-it-anchor": "^7.0.0", "@types/markdown-it-anchor": "^7.0.0",
"@types/webpack-dev-server": "^3.11.3", "@types/webpack-dev-server": "^3.11.3",
"cac": "^6.7.2", "cac": "^6.7.3",
"vue": "^2.6.12", "vue": "^2.6.12",
"vue-loader": "^15.9.6", "vue-loader": "^15.9.6",
"webpack-chain": "^6.5.1" "webpack-chain": "^6.5.1"
@ -19441,9 +19449,9 @@
} }
}, },
"@types/fs-extra": { "@types/fs-extra": {
"version": "9.0.9", "version": "9.0.11",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.9.tgz", "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.11.tgz",
"integrity": "sha512-5TqDycCl0oMzwzd1cIjSJWMKMvLCDVErle4ZTjU4EmHDURR/+yZghe6GDHMCpHtcVfq0x0gMoOM546/5TbYHrg==", "integrity": "sha512-mZsifGG4QeQ7hlkhO56u7zt/ycBgGxSVsFI/6lGTU34VtwkiqrrSDgw0+ygs8kFGWcXnFQWMrzF2h7TtDFNixA==",
"requires": { "requires": {
"@types/node": "*" "@types/node": "*"
} }
@ -19616,12 +19624,11 @@
} }
}, },
"http-proxy-middleware": { "http-proxy-middleware": {
"version": "1.1.0", "version": "1.3.1",
"resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.1.0.tgz", "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz",
"integrity": "sha512-OnjU5vyVgcZVe2AjLJyMrk8YLNOC2lspCHirB5ldM+B/dwEfZ5bgVTrFyzE9R7xRWAP/i/FXtvIqKjTNEZBhBg==", "integrity": "sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg==",
"requires": { "requires": {
"@types/http-proxy": "^1.17.5", "@types/http-proxy": "^1.17.5",
"camelcase": "^6.2.0",
"http-proxy": "^1.18.1", "http-proxy": "^1.18.1",
"is-glob": "^4.0.1", "is-glob": "^4.0.1",
"is-plain-obj": "^3.0.0", "is-plain-obj": "^3.0.0",
@ -19639,12 +19646,12 @@
"integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==" "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA=="
}, },
"micromatch": { "micromatch": {
"version": "4.0.2", "version": "4.0.4",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
"integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
"requires": { "requires": {
"braces": "^3.0.1", "braces": "^3.0.1",
"picomatch": "^2.0.5" "picomatch": "^2.2.3"
} }
}, },
"to-regex-range": { "to-regex-range": {
@ -21622,9 +21629,9 @@
"integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
}, },
"cac": { "cac": {
"version": "6.7.2", "version": "6.7.3",
"resolved": "https://registry.npmjs.org/cac/-/cac-6.7.2.tgz", "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.3.tgz",
"integrity": "sha512-w0bH1IF9rEjdi0a6lTtlXYT+vBZEJL9oytaXXRdsD68MH6+SrZGOGsu7s2saHQvYXqwo/wBdkW75tt8wFpj+mw==" "integrity": "sha512-ECVqVZh74qgSuZG9YOt2OJPI3wGcf+EwwuF/XIOYqZBD0KZYLtgPWqFPxmDPQ6joxI1nOlvVgRV6VT53Ooyocg=="
}, },
"cacache": { "cacache": {
"version": "12.0.4", "version": "12.0.4",
@ -27289,9 +27296,9 @@
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
}, },
"picomatch": { "picomatch": {
"version": "2.2.2", "version": "2.2.3",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.3.tgz",
"integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" "integrity": "sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg=="
}, },
"pify": { "pify": {
"version": "4.0.1", "version": "4.0.1",

View File

@ -41,7 +41,7 @@
"webpack": "^4.44.2" "webpack": "^4.44.2"
}, },
"dependencies": { "dependencies": {
"@mr-hope/vuepress-plugin-sitemap": "^1.13.3", "@mr-hope/vuepress-plugin-sitemap": "^1.15.2",
"axios": "^0.21.1", "axios": "^0.21.1",
"core-js": "2.6.4", "core-js": "2.6.4",
"element-ui": "^2.15.1", "element-ui": "^2.15.1",