From 105b8e88d29ced9dd67be3a320d41850b7b30c12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 05:50:42 +0000 Subject: [PATCH] chore(deps-dev): bump vuepress from 1.7.0 to 1.7.1 Bumps [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) from 1.7.0 to 1.7.1. - [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.7.1/packages/vuepress) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 121 +++++++++++++++++++++++++++++---------------------- 2 files changed, 69 insertions(+), 54 deletions(-) diff --git a/package.json b/package.json index 18d2d5c..239860b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "svg-inline-loader": "0.8.2", "template-string-optimize-loader": "^3.0.0", "url-loader": "^4.0.0", - "vuepress": "1.7.0", + "vuepress": "1.7.1", "webpack": "^4.40.2", "webpack-cli": "3.3.12", "webpack-dev-server": "^3.8.1", diff --git a/yarn.lock b/yarn.lock index c5d6157..ef2de9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1188,18 +1188,18 @@ source-map "~0.6.1" vue-template-es2015-compiler "^1.9.0" -"@vuepress/core@1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.7.0.tgz#77a8c95db5e114098a42567e97a6b77a88643582" - integrity sha512-zep2JXrM/+mJhqpiWl/1mN5JPgxWJ2RCICMTvrb9ICQnxWM34eAqKFZz+Hv15ziBcJjfROZRszgTEJFSWlUmyA== +"@vuepress/core@1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.7.1.tgz#e92faad0e9445fdd775f8e0d65e927bc35e80571" + integrity sha512-M5sxZq30Ke1vXa4ZZjk6185fwtpiJOqzXNnzcIe0GxtvtaF8Yij6b+KqQKlUJnnUXm+CKxiLCr8PTzDY26N7yw== dependencies: "@babel/core" "^7.8.4" "@vue/babel-preset-app" "^4.1.2" - "@vuepress/markdown" "1.7.0" - "@vuepress/markdown-loader" "1.7.0" - "@vuepress/plugin-last-updated" "1.7.0" - "@vuepress/plugin-register-components" "1.7.0" - "@vuepress/shared-utils" "1.7.0" + "@vuepress/markdown" "1.7.1" + "@vuepress/markdown-loader" "1.7.1" + "@vuepress/plugin-last-updated" "1.7.1" + "@vuepress/plugin-register-components" "1.7.1" + "@vuepress/shared-utils" "1.7.1" autoprefixer "^9.5.1" babel-loader "^8.0.4" cache-loader "^3.0.0" @@ -1232,21 +1232,21 @@ webpack-merge "^4.1.2" webpackbar "3.2.0" -"@vuepress/markdown-loader@1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.7.0.tgz#8de5f0eb31a1f48af4582daee87f4a5f546e0942" - integrity sha512-C/uuk8QrMKVN+0uBV2T7CYFtFdFHQ7qLJFr/ALofeplxlVY9QGAk5hRmXsx1Xx6VDeF3EAvlKsD52qKcgXdw/A== +"@vuepress/markdown-loader@1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.7.1.tgz#f3ab20965d5dec6e2fc2d11c78ef1a9f08d62f72" + integrity sha512-GM1F/tRhP9qZydTC89FXJPlLH+BmZijMKom5BYLAMEXsU20A9kABTRoatPjOUbZuKT+gn03JgG97qVd8xa/ETw== dependencies: - "@vuepress/markdown" "1.7.0" + "@vuepress/markdown" "1.7.1" loader-utils "^1.1.0" lru-cache "^5.1.1" -"@vuepress/markdown@1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.7.0.tgz#5a866b9c06a0f64ece2d3fa5c6023be048249687" - integrity sha512-7XRzkLVp4n9rD41Woih0SzKXBbX7k3ArrQ7b+83M8YShY8zDNOjcoUimip/SdzP2UsgCWzdwbEWehhEmsiJYWw== +"@vuepress/markdown@1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.7.1.tgz#56f60c2362fd82b8f2702eefa366c0d5b02fdcbd" + integrity sha512-Ava9vJECHG1+RC53ut1dXSze35IH5tc3qesC06Ny37WS93iDSQy09j8y+a0Lugy12j1369+QQeRFWa40tdHczA== dependencies: - "@vuepress/shared-utils" "1.7.0" + "@vuepress/shared-utils" "1.7.1" markdown-it "^8.4.1" markdown-it-anchor "^5.0.2" markdown-it-chain "^1.3.0" @@ -1254,10 +1254,10 @@ markdown-it-table-of-contents "^0.4.0" prismjs "^1.13.0" -"@vuepress/plugin-active-header-links@1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.7.0.tgz#92e9d364fd46bba6db2f1214a7c58c59f04b2643" - integrity sha512-IHoAHw+PasLOv2OqZUY4UzFH4dQoQKyv8hFWZtjWeOXYDm1sV5F0nTYHQBU/7luwgFTTxyQV1jk554SAaOFOlg== +"@vuepress/plugin-active-header-links@1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.7.1.tgz#5a16281bebb977fc1c2b93d992b1a3b7ff840641" + integrity sha512-Wgf/oB9oPZLnYoLjQ/xbQc4Qa3RU5tXAo2dB4Xl/7bUL6SqBxO866kX3wPxKdSOIL58tq8iH9XbUe3Sxi8/ISQ== dependencies: lodash.debounce "^4.0.8" @@ -1273,17 +1273,17 @@ resolved "https://registry.yarnpkg.com/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.7.1.tgz#c337e13c8a27f6fea911a04db22a3f3596a571fb" integrity sha512-27fQzRMsqGYpMf+ruyhsdfLv/n6z6b6LutFLE/pH66Itlh6ox9ew31x0pqYBbWIC/a4lBfXYUwFvi+DEvlb1EQ== -"@vuepress/plugin-last-updated@1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.7.0.tgz#24dbc4aefeab44ae011093c119fa0f9ad9938b9b" - integrity sha512-GJ7z8Z6PXMQF4kJv17a6WcdcyGJ6TEl/F855FO3076LmlxSlWJcovgRrUKu3dh+TFAYIqZ/mUs/VpZeBOF0QgA== +"@vuepress/plugin-last-updated@1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.7.1.tgz#668c55daa6b8bc1d8ee42cdb4169cf67c01b6e97" + integrity sha512-VW5jhBuO0WRHDsBmFsKC6QtEyBLCgyhuH9nQ65aairCn3tdoJPz0uQ4g3lr/boVbgsPexO677Sn3dRPgYqnMug== dependencies: cross-spawn "^6.0.5" -"@vuepress/plugin-nprogress@1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.7.0.tgz#56dc241869173c6456a7755106eb97c46b3356e3" - integrity sha512-xHuAA4MF4slNkXdHgjYbZ460rSVwTTuNKz1chbpV2ECDyRIUd/vXOwhGRjM+mKCcF7iNALmpoxNFwaHXY6pCsw== +"@vuepress/plugin-nprogress@1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.7.1.tgz#101ebf720eaa635a473e16ca16e7b4a7850331fa" + integrity sha512-KtqfI3RitbsEbm22EhbooTvhjfMf6zttKlbND7LcyJwP3MEPVYyzQJuET03hk9z4SgCfNV2r/W3sYyejzzTMog== dependencies: nprogress "^0.2.0" @@ -1296,17 +1296,17 @@ register-service-worker "^1.7.0" workbox-build "^4.3.1" -"@vuepress/plugin-register-components@1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.7.0.tgz#5587d7fa975f17037c081ed4f67b4245e48aa5ed" - integrity sha512-TRcxD0LWxkG0gZWBg2dgGVQ/AR9n/Hq5T5MtYyRYV80LNunyneSMeudh6WKqh3g2MDjfQ6QnMmOtAtk8RgYaOQ== +"@vuepress/plugin-register-components@1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.7.1.tgz#1ff58e931e8c27d64f9b86f2df879ddaceccdebe" + integrity sha512-MlFdH6l3rTCJlGMvyssXVG998cq5LSMzxCuQLYcRdtHQT4HbikIcV4HSPGarWInD1mP12+qX/PvKUawGwp1eVg== dependencies: - "@vuepress/shared-utils" "1.7.0" + "@vuepress/shared-utils" "1.7.1" -"@vuepress/plugin-search@1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.7.0.tgz#c59e6bf0d6b4e9bac795a0942ddc6c16d3405aed" - integrity sha512-BayDFigG4rR5/5bO8d4iST4ffaLv4uy+KsmNd3NVGwjMMhfqx8kc+N1VrtsKrNzKAOfH6Vr8OEDa60Xk+UlHrg== +"@vuepress/plugin-search@1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.7.1.tgz#f52b6e77af30f452213bc677741cefe8a8309be2" + integrity sha512-OmiGM5eYg9c+uC50b6/cSxAhqxfD7AIui6JEztFGeECrlP33RLHmteXK9YBBZjp5wTNmoYs+NXI/cWggYUPW8Q== "@vuepress/shared-utils@1.7.0": version "1.7.0" @@ -1323,14 +1323,29 @@ toml "^3.0.0" upath "^1.1.0" -"@vuepress/theme-default@1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.7.0.tgz#358e1051597868ebe358781b1d05d13acd6638db" - integrity sha512-G/cBNBlt10oNigyGEulP+V4WBUnCQKmWUkPL4gjJe/tSHuMAwd6F7IfDxWNGol/sM9t8awfatQlai9UTh1KyDw== +"@vuepress/shared-utils@1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.7.1.tgz#028bc6003247bb4c60cdc96f231eecfb55e7b85d" + integrity sha512-ydB2ZKsFZE6hFRb9FWqzZksxAPIMJjtBawk50RP6F+YX5HbID/HlyYYZM9aDSbk6RTkjgB5UzJjggA2xM8POlw== dependencies: - "@vuepress/plugin-active-header-links" "1.7.0" - "@vuepress/plugin-nprogress" "1.7.0" - "@vuepress/plugin-search" "1.7.0" + chalk "^2.3.2" + escape-html "^1.0.3" + fs-extra "^7.0.1" + globby "^9.2.0" + gray-matter "^4.0.1" + hash-sum "^1.0.2" + semver "^6.0.0" + toml "^3.0.0" + upath "^1.1.0" + +"@vuepress/theme-default@1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.7.1.tgz#36fee5bb5165798c0082c512cbf4d94352260d97" + integrity sha512-a9HeTrlcWQj3ONHiABmlN2z9TyIxKfQtLsA8AL+WgjN3PikhFuZFIJGzfr+NLt67Y9oiI+S9ZfiaVyvWM+7bWQ== + dependencies: + "@vuepress/plugin-active-header-links" "1.7.1" + "@vuepress/plugin-nprogress" "1.7.1" + "@vuepress/plugin-search" "1.7.1" docsearch.js "^2.5.2" lodash "^4.17.15" stylus "^0.54.8" @@ -9457,13 +9472,13 @@ vuepress-plugin-smooth-scroll@^0.0.3: dependencies: smoothscroll-polyfill "^0.4.3" -vuepress@1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.7.0.tgz#e4070016491d7ae9ae1a29e8919a94da0825b028" - integrity sha512-/snyS+Jd2O92+7b6maXRj2V7hzAoepTrBpQFiE6wz82/wkwIxIU+L56wC/c38oD00HLJ7hZgjmAFMhc9Gx+vIA== +vuepress@1.7.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.7.1.tgz#bb0e139d8c407a0b5aa962cf9577832a5808937e" + integrity sha512-AdA3do1L4DNzeF8sMTE+cSUJ5hR/6f3YujU8DVowi/vFOg/SX2lJF8urvDkZUSXzaAT6aSgkI9L+B6D+i7SJjA== dependencies: - "@vuepress/core" "1.7.0" - "@vuepress/theme-default" "1.7.0" + "@vuepress/core" "1.7.1" + "@vuepress/theme-default" "1.7.1" cac "^6.5.6" envinfo "^7.2.0" opencollective-postinstall "^2.0.2"