Bump vuepress from 1.5.1 to 1.5.2 (#242)

Bumps [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/v1.5.2/packages/vuepress)

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-06-16 03:24:21 +02:00 committed by GitHub
parent 86b2cb7acb
commit 92c836e68f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 68 additions and 68 deletions

134
package-lock.json generated
View File

@ -2631,9 +2631,9 @@
} }
}, },
"@vue/babel-preset-app": { "@vue/babel-preset-app": {
"version": "4.4.1", "version": "4.4.4",
"resolved": "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-4.4.1.tgz", "resolved": "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-4.4.4.tgz",
"integrity": "sha512-VHVROEBBiW0dnuNuzlFElkncXo+zxh5Px0MZ51Th5da8UPbQodf43mnpotMnFtmCPTXAFL58tzDttu1FgrgfpQ==", "integrity": "sha512-9b74d/lz4GEc9zkF3C+vjgEXYqu9ITq1DimUT+IVRJDvhgnV+a3C+pQY4Kl4PZSOyqkTHM7jE6eG2K5DUwKpWg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/core": "^7.9.6", "@babel/core": "^7.9.6",
@ -2759,18 +2759,18 @@
} }
}, },
"@vuepress/core": { "@vuepress/core": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/core/-/core-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/core/-/core-1.5.2.tgz",
"integrity": "sha512-gLogkq6Mm8/y7SuywNNE2ny2idMAoBUnRV40TpYK1pOAjQKRlbh3C1fDck+N/nUubB7zKkZUt7uBVqzSRGk9/g==", "integrity": "sha512-DaRLzShuT116mu6ObsgfFXk+BX2c0W1Zp+BcIg1W5HrRhMZFnMvncdx9iiIjJhXdhVcaBYrVa3Y2624V113TBA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/core": "^7.8.4", "@babel/core": "^7.8.4",
"@vue/babel-preset-app": "^4.1.2", "@vue/babel-preset-app": "^4.1.2",
"@vuepress/markdown": "1.5.1", "@vuepress/markdown": "1.5.2",
"@vuepress/markdown-loader": "1.5.1", "@vuepress/markdown-loader": "1.5.2",
"@vuepress/plugin-last-updated": "1.5.1", "@vuepress/plugin-last-updated": "1.5.2",
"@vuepress/plugin-register-components": "1.5.1", "@vuepress/plugin-register-components": "1.5.2",
"@vuepress/shared-utils": "1.5.1", "@vuepress/shared-utils": "1.5.2",
"autoprefixer": "^9.5.1", "autoprefixer": "^9.5.1",
"babel-loader": "^8.0.4", "babel-loader": "^8.0.4",
"cache-loader": "^3.0.0", "cache-loader": "^3.0.0",
@ -2805,9 +2805,9 @@
}, },
"dependencies": { "dependencies": {
"@vuepress/shared-utils": { "@vuepress/shared-utils": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.5.2.tgz",
"integrity": "sha512-rktTYlKa4vla6GlUZZmIiIW6Dfl+YbfcgGvkWE5A7MiIqEmJKnoqKOxJOHLPbnD+T5Ssfu71bj4FVXCG89DUmA==", "integrity": "sha512-msDE6Mpof9JDVZQDHYUbsKmQm4aT/CUlUnItlORF+0J4xrIzv96dldJb8pvloDNUjyvB3DXeDJrV4V1XzpwsIA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.3.2", "chalk": "^2.3.2",
@ -2839,12 +2839,12 @@
} }
}, },
"@vuepress/markdown": { "@vuepress/markdown": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/markdown/-/markdown-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/markdown/-/markdown-1.5.2.tgz",
"integrity": "sha512-GzlSa2stbmcnAIgdQISXzDW6qlXONp0wxdB5OFOJe6tBHW1JcSiXFk6A9bcQuYKoF+wyAZyrLExpM8FVp0qpug==", "integrity": "sha512-736fVRZh4x3QOORWhhz2IzCdrOKOnGL7KpWQ59Y+lg7SYNETRvxGxGXTFGrfd+hR9GugThj952BaWWpUCrO7fw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@vuepress/shared-utils": "1.5.1", "@vuepress/shared-utils": "1.5.2",
"markdown-it": "^8.4.1", "markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2", "markdown-it-anchor": "^5.0.2",
"markdown-it-chain": "^1.3.0", "markdown-it-chain": "^1.3.0",
@ -2854,9 +2854,9 @@
}, },
"dependencies": { "dependencies": {
"@vuepress/shared-utils": { "@vuepress/shared-utils": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.5.2.tgz",
"integrity": "sha512-rktTYlKa4vla6GlUZZmIiIW6Dfl+YbfcgGvkWE5A7MiIqEmJKnoqKOxJOHLPbnD+T5Ssfu71bj4FVXCG89DUmA==", "integrity": "sha512-msDE6Mpof9JDVZQDHYUbsKmQm4aT/CUlUnItlORF+0J4xrIzv96dldJb8pvloDNUjyvB3DXeDJrV4V1XzpwsIA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.3.2", "chalk": "^2.3.2",
@ -2873,12 +2873,12 @@
} }
}, },
"@vuepress/markdown-loader": { "@vuepress/markdown-loader": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/markdown-loader/-/markdown-loader-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/markdown-loader/-/markdown-loader-1.5.2.tgz",
"integrity": "sha512-yITErIhfzjNBV4KC4dALGDoe9nIF29YQcIC0UbtNtV2zlkUERkRkP+AowT3G1WMBYzY3XhtoCZqXtxxuSCDILQ==", "integrity": "sha512-ZRW/sQk5EK1yNKjWFNdfLmdlQXgT8GUBrnWQDV6FRwh5r+NmSJsgEYISmewGgGGzlUY+GUJKiUjGhe7itztB2Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@vuepress/markdown": "1.5.1", "@vuepress/markdown": "1.5.2",
"loader-utils": "^1.1.0", "loader-utils": "^1.1.0",
"lru-cache": "^5.1.1" "lru-cache": "^5.1.1"
}, },
@ -2901,9 +2901,9 @@
} }
}, },
"@vuepress/plugin-active-header-links": { "@vuepress/plugin-active-header-links": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.5.2.tgz",
"integrity": "sha512-GGqmlJlIJ3NEkAi2Gzob6CemDL5o0cv4TRLvWzjW43H0Pj1idoOi0mbKXtWAIZ6QicrZupeJUMhy49qyipvSWQ==", "integrity": "sha512-bZP/0jpouVSvMypixx2/I7kxWFUV4HfwLNx7UxbtuDrykQzXnA2cz6yTra8Y1ZoXACbRp6TIqGlWpCUafBzyww==",
"dev": true, "dev": true,
"requires": { "requires": {
"lodash.debounce": "^4.0.8" "lodash.debounce": "^4.0.8"
@ -2925,18 +2925,18 @@
"dev": true "dev": true
}, },
"@vuepress/plugin-last-updated": { "@vuepress/plugin-last-updated": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-last-updated/-/plugin-last-updated-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/plugin-last-updated/-/plugin-last-updated-1.5.2.tgz",
"integrity": "sha512-uG9P88gJ7KxmMDcTCEHbT248rJ0fZABeHxvyXodUAzSG0bDdqXjw4p34PdkzlWnHHLDiYKBIHIcEYSvKmOiRPQ==", "integrity": "sha512-wTq1reNSpGTSPJcnUHFfg+qpZBg88yXv3fZNWnEGSdiuUnbF4bFMTUr9tSaWHzMgtajvzY2B8VnTmrhy2ABfsA==",
"dev": true, "dev": true,
"requires": { "requires": {
"cross-spawn": "^6.0.5" "cross-spawn": "^6.0.5"
} }
}, },
"@vuepress/plugin-nprogress": { "@vuepress/plugin-nprogress": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-nprogress/-/plugin-nprogress-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/plugin-nprogress/-/plugin-nprogress-1.5.2.tgz",
"integrity": "sha512-BMoJL9Xc+XKoiVe7pSZntuVkt06u8i594J3Q4eEFkmrSRj8D+n9YFFjdRWTfae2haPMtMAvwpVeohAQ6ii61LA==", "integrity": "sha512-PtiV5u9hHZJNPmyKs7s++f4GCJTuvPP25aIASi06vKACr/+Ier5XC7PvOwUvS1LbG6HAGRbQpokmeP1aVbrI6w==",
"dev": true, "dev": true,
"requires": { "requires": {
"nprogress": "^0.2.0" "nprogress": "^0.2.0"
@ -2954,18 +2954,18 @@
} }
}, },
"@vuepress/plugin-register-components": { "@vuepress/plugin-register-components": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-register-components/-/plugin-register-components-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/plugin-register-components/-/plugin-register-components-1.5.2.tgz",
"integrity": "sha512-pnovxJepFIQ8mx+uXg62OZ9KoFE1aOIBKxOmmtI5g9Qurx2NTVv5AWUtoi76xYbCxBpl313ffcCyvxMUfXPsrQ==", "integrity": "sha512-e0GYZG6KXa7axy8GO9sNtLaZNW+lXlidWCURg61/gfKISG5yzKr71n75j5V7pyEJ/idAV/sAakunp7+6nsShDg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@vuepress/shared-utils": "1.5.1" "@vuepress/shared-utils": "1.5.2"
}, },
"dependencies": { "dependencies": {
"@vuepress/shared-utils": { "@vuepress/shared-utils": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.5.2.tgz",
"integrity": "sha512-rktTYlKa4vla6GlUZZmIiIW6Dfl+YbfcgGvkWE5A7MiIqEmJKnoqKOxJOHLPbnD+T5Ssfu71bj4FVXCG89DUmA==", "integrity": "sha512-msDE6Mpof9JDVZQDHYUbsKmQm4aT/CUlUnItlORF+0J4xrIzv96dldJb8pvloDNUjyvB3DXeDJrV4V1XzpwsIA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.3.2", "chalk": "^2.3.2",
@ -2982,9 +2982,9 @@
} }
}, },
"@vuepress/plugin-search": { "@vuepress/plugin-search": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-search/-/plugin-search-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/plugin-search/-/plugin-search-1.5.2.tgz",
"integrity": "sha512-JyYrTzDDZs6ANZgp7+DnuRTm3OB1LgrxUJriD5qLb7NXEDwWvJnf7noFxnp7j+yaMogCZN1IloTU0PLSLqub9A==", "integrity": "sha512-/n0W7lQhBCj7vrIhU6VL8ZlUnWBru83W4w0gGNxzXDzZ1AMRJRnQDamBjKAWNd+WMYz8LA2LbJy1rCCds1Mu2Q==",
"dev": true "dev": true
}, },
"@vuepress/shared-utils": { "@vuepress/shared-utils": {
@ -3005,14 +3005,14 @@
} }
}, },
"@vuepress/theme-default": { "@vuepress/theme-default": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/@vuepress/theme-default/-/theme-default-1.5.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/theme-default/-/theme-default-1.5.2.tgz",
"integrity": "sha512-CojJNniskrFWE/LQg7WE+4SYg7Q8xMChqXj74C4/475kCOd9dPHVeCkuvmjIpZ7NJ2m96aNlG1TvDnOTuhLCCQ==", "integrity": "sha512-sO44ExAoO+pNO5qJJvlFin1vaBjxYkTO5oiBu53sYoInAoN3liG1uraMpyaGmhdmzCSlGQpqH+ojtnISTmfAcg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@vuepress/plugin-active-header-links": "1.5.1", "@vuepress/plugin-active-header-links": "1.5.2",
"@vuepress/plugin-nprogress": "1.5.1", "@vuepress/plugin-nprogress": "1.5.2",
"@vuepress/plugin-search": "1.5.1", "@vuepress/plugin-search": "1.5.2",
"docsearch.js": "^2.5.2", "docsearch.js": "^2.5.2",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"stylus": "^0.54.5", "stylus": "^0.54.5",
@ -4456,9 +4456,9 @@
} }
}, },
"caniuse-lite": { "caniuse-lite": {
"version": "1.0.30001081", "version": "1.0.30001083",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001081.tgz", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001083.tgz",
"integrity": "sha512-iZdh3lu09jsUtLE6Bp8NAbJskco4Y3UDtkR3GTCJGsbMowBU5IWDFF79sV2ws7lSqTzWyKazxam2thasHymENQ==", "integrity": "sha512-CnYJ27awX4h7yj5glfK7r1TOI13LBytpLzEgfj0s4mY75/F8pnQcYjL+oVpmS38FB59+vU0gscQ9D8tc+lIXvA==",
"dev": true "dev": true
}, },
"caseless": { "caseless": {
@ -4897,9 +4897,9 @@
"dev": true "dev": true
}, },
"consola": { "consola": {
"version": "2.12.2", "version": "2.13.0",
"resolved": "https://registry.npmjs.org/consola/-/consola-2.12.2.tgz", "resolved": "https://registry.npmjs.org/consola/-/consola-2.13.0.tgz",
"integrity": "sha512-c9mzemrAk57s3UIjepn8KKkuEH5fauMdot5kFSJUnqHcnApVS9Db8Rbv5AZ1Iz6lXzaGe9z1crQXhJtGX4h/Og==", "integrity": "sha512-Jw+8qpL0yrpfqH9m90fWoDRQyn8TYU6Aegpl4UofoP81VYvQLoOWMpFw2vQ3U/cyLRRzTc/CyNC6YYVzZFU8Eg==",
"dev": true "dev": true
}, },
"console-browserify": { "console-browserify": {
@ -5962,9 +5962,9 @@
"dev": true "dev": true
}, },
"electron-to-chromium": { "electron-to-chromium": {
"version": "1.3.466", "version": "1.3.473",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.466.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.473.tgz",
"integrity": "sha512-eieqkoM2hCkZZRhETKyCouMziDV3l4XEKHRLuzcHG+HV+P7PeODU/z9HAmBgMQkzvHg2DoyQhfIDmmeguLZT/Q==", "integrity": "sha512-smevlzzMNz3vMz6OLeeCq5HRWEj2AcgccNPYnAx4Usx0IOciq9DU36RJcICcS09hXoY7t7deRfVYKD14IrGb9A==",
"dev": true "dev": true
}, },
"elliptic": { "elliptic": {
@ -13788,9 +13788,9 @@
"integrity": "sha512-Bp1ClFVpC2pfmNTq/d9O8FwvizVulg2R5M96do3yvHR720gzpdmrOLmcwXDvtFAf2v7qaXpf1572NnTF80oOjw==" "integrity": "sha512-Bp1ClFVpC2pfmNTq/d9O8FwvizVulg2R5M96do3yvHR720gzpdmrOLmcwXDvtFAf2v7qaXpf1572NnTF80oOjw=="
}, },
"vue-router": { "vue-router": {
"version": "3.3.2", "version": "3.3.4",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.3.2.tgz", "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.3.4.tgz",
"integrity": "sha512-5sEbcfb7MW8mY8lbUVbF4kgcipGXsagkM/X+pb6n0MhjP+RorWIUTPAPSqgPaiPOxVCXgAItBl8Vwz8vq78faA==", "integrity": "sha512-SdKRBeoXUjaZ9R/8AyxsdTqkOfMcI5tWxPZOUX5Ie1BTL5rPSZ0O++pbiZCeYeythiZIdLEfkDiQPKIaWk5hDg==",
"dev": true "dev": true
}, },
"vue-server-renderer": { "vue-server-renderer": {
@ -13892,13 +13892,13 @@
"dev": true "dev": true
}, },
"vuepress": { "vuepress": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/vuepress/-/vuepress-1.5.1.tgz", "resolved": "https://registry.npmjs.org/vuepress/-/vuepress-1.5.2.tgz",
"integrity": "sha512-UB5YHwcS1t0XVPfMN4pcKanH2Wb9XvhRNJMGt4O9wiUauwlgC6cwnwhatR3AmsbiwybQYgiOSj+CJKuhjYgAeQ==", "integrity": "sha512-buscwFfIqvCcUAaRdbBWENmCSBZzr510fch1BhQZwVaQy28mF8H6Mvb+UDdwHQ7jon0d9qauXs9M0k4XHIWviw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@vuepress/core": "1.5.1", "@vuepress/core": "1.5.2",
"@vuepress/theme-default": "1.5.1", "@vuepress/theme-default": "1.5.2",
"cac": "^6.5.6", "cac": "^6.5.6",
"envinfo": "^7.2.0", "envinfo": "^7.2.0",
"opencollective-postinstall": "^2.0.2", "opencollective-postinstall": "^2.0.2",

View File

@ -27,7 +27,7 @@
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"sass-loader": "^8.0.2", "sass-loader": "^8.0.2",
"vuepress": "^1.5.1", "vuepress": "^1.5.2",
"vuepress-plugin-clean-urls": "^1.1.1", "vuepress-plugin-clean-urls": "^1.1.1",
"vuepress-plugin-container": "^2.1.4" "vuepress-plugin-container": "^2.1.4"
}, },