|
954 | 954 | source-map "~0.6.1"
|
955 | 955 | vue-template-es2015-compiler "^1.9.0"
|
956 | 956 |
|
957 |
| -"@vuepress/core@1.7.1": |
958 |
| - version "1.7.1" |
959 |
| - resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.7.1.tgz#e92faad0e9445fdd775f8e0d65e927bc35e80571" |
960 |
| - integrity sha512-M5sxZq30Ke1vXa4ZZjk6185fwtpiJOqzXNnzcIe0GxtvtaF8Yij6b+KqQKlUJnnUXm+CKxiLCr8PTzDY26N7yw== |
| 957 | +"@vuepress/core@1.8.2": |
| 958 | + version "1.8.2" |
| 959 | + resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.8.2.tgz#4f5bafc894691bfea4146294a582a129483daf2a" |
| 960 | + integrity sha512-lh9BLC06k9s0wxTuWtCkiNj49fkbW87enp0XSrFZHEoyDGSGndQjZmMMErcHc5Hx7nrW1nzc33sPH1NNtJl0hw== |
961 | 961 | dependencies:
|
962 | 962 | "@babel/core" "^7.8.4"
|
963 | 963 | "@vue/babel-preset-app" "^4.1.2"
|
964 |
| - "@vuepress/markdown" "1.7.1" |
965 |
| - "@vuepress/markdown-loader" "1.7.1" |
966 |
| - "@vuepress/plugin-last-updated" "1.7.1" |
967 |
| - "@vuepress/plugin-register-components" "1.7.1" |
968 |
| - "@vuepress/shared-utils" "1.7.1" |
| 964 | + "@vuepress/markdown" "1.8.2" |
| 965 | + "@vuepress/markdown-loader" "1.8.2" |
| 966 | + "@vuepress/plugin-last-updated" "1.8.2" |
| 967 | + "@vuepress/plugin-register-components" "1.8.2" |
| 968 | + "@vuepress/shared-utils" "1.8.2" |
969 | 969 | autoprefixer "^9.5.1"
|
970 | 970 | babel-loader "^8.0.4"
|
971 | 971 | cache-loader "^3.0.0"
|
|
998 | 998 | webpack-merge "^4.1.2"
|
999 | 999 | webpackbar "3.2.0"
|
1000 | 1000 |
|
1001 |
| -"@vuepress/markdown-loader@1.7.1": |
1002 |
| - version "1.7.1" |
1003 |
| - resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.7.1.tgz#f3ab20965d5dec6e2fc2d11c78ef1a9f08d62f72" |
1004 |
| - integrity sha512-GM1F/tRhP9qZydTC89FXJPlLH+BmZijMKom5BYLAMEXsU20A9kABTRoatPjOUbZuKT+gn03JgG97qVd8xa/ETw== |
| 1001 | +"@vuepress/markdown-loader@1.8.2": |
| 1002 | + version "1.8.2" |
| 1003 | + resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.8.2.tgz#b2a58291a967f2bbe0af6e58f9542f5911879233" |
| 1004 | + integrity sha512-mWzFXikCUcAN/chpKkqZpRYKdo0312hMv8cBea2hvrJYV6y4ODB066XKvXN8JwOcxuCjxWYJkhWGr+pXq1oTtw== |
1005 | 1005 | dependencies:
|
1006 |
| - "@vuepress/markdown" "1.7.1" |
| 1006 | + "@vuepress/markdown" "1.8.2" |
1007 | 1007 | loader-utils "^1.1.0"
|
1008 | 1008 | lru-cache "^5.1.1"
|
1009 | 1009 |
|
1010 |
| -"@vuepress/markdown@1.7.1": |
1011 |
| - version "1.7.1" |
1012 |
| - resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.7.1.tgz#56f60c2362fd82b8f2702eefa366c0d5b02fdcbd" |
1013 |
| - integrity sha512-Ava9vJECHG1+RC53ut1dXSze35IH5tc3qesC06Ny37WS93iDSQy09j8y+a0Lugy12j1369+QQeRFWa40tdHczA== |
| 1010 | +"@vuepress/markdown@1.8.2": |
| 1011 | + version "1.8.2" |
| 1012 | + resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.8.2.tgz#50ea5a1962591a436b26d1aa2b111df37eb9ea8a" |
| 1013 | + integrity sha512-zznBHVqW+iBkznF/BO/GY9RFu53khyl0Ey0PnGqvwCJpRLNan6y5EXgYumtjw2GSYn5nDTTALYxtyNBdz64PKg== |
1014 | 1014 | dependencies:
|
1015 |
| - "@vuepress/shared-utils" "1.7.1" |
| 1015 | + "@vuepress/shared-utils" "1.8.2" |
1016 | 1016 | markdown-it "^8.4.1"
|
1017 | 1017 | markdown-it-anchor "^5.0.2"
|
1018 | 1018 | markdown-it-chain "^1.3.0"
|
1019 | 1019 | markdown-it-emoji "^1.4.0"
|
1020 | 1020 | markdown-it-table-of-contents "^0.4.0"
|
1021 | 1021 | prismjs "^1.13.0"
|
1022 | 1022 |
|
1023 |
| -"@vuepress/plugin-active-header-links@1.7.1": |
1024 |
| - version "1.7.1" |
1025 |
| - resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.7.1.tgz#5a16281bebb977fc1c2b93d992b1a3b7ff840641" |
1026 |
| - integrity sha512-Wgf/oB9oPZLnYoLjQ/xbQc4Qa3RU5tXAo2dB4Xl/7bUL6SqBxO866kX3wPxKdSOIL58tq8iH9XbUe3Sxi8/ISQ== |
| 1023 | +"@vuepress/plugin-active-header-links@1.8.2": |
| 1024 | + version "1.8.2" |
| 1025 | + resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.8.2.tgz#0cb9b29c826dd97d35357a9b09c962ef782cb793" |
| 1026 | + integrity sha512-JmXAQg8D7J8mcKe2Ue3BZ9dOCzJMJXP4Cnkkc/IrqfDg0ET0l96gYWZohCqlvRIWt4f0VPiFAO4FLYrW+hko+g== |
1027 | 1027 | dependencies:
|
1028 | 1028 | lodash.debounce "^4.0.8"
|
1029 | 1029 |
|
1030 |
| -"@vuepress/plugin-last-updated@1.7.1": |
1031 |
| - version "1.7.1" |
1032 |
| - resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.7.1.tgz#668c55daa6b8bc1d8ee42cdb4169cf67c01b6e97" |
1033 |
| - integrity sha512-VW5jhBuO0WRHDsBmFsKC6QtEyBLCgyhuH9nQ65aairCn3tdoJPz0uQ4g3lr/boVbgsPexO677Sn3dRPgYqnMug== |
| 1030 | +"@vuepress/plugin-last-updated@1.8.2": |
| 1031 | + version "1.8.2" |
| 1032 | + resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.8.2.tgz#7ce689f8d5050cf0213949bc2e5aa879c09ff4b1" |
| 1033 | + integrity sha512-pYIRZi52huO9b6HY3JQNPKNERCLzMHejjBRt9ekdnJ1xhLs4MmRvt37BoXjI/qzvXkYtr7nmGgnKThNBVRTZuA== |
1034 | 1034 | dependencies:
|
1035 | 1035 | cross-spawn "^6.0.5"
|
1036 | 1036 |
|
1037 |
| -"@vuepress/plugin-nprogress@1.7.1": |
1038 |
| - version "1.7.1" |
1039 |
| - resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.7.1.tgz#101ebf720eaa635a473e16ca16e7b4a7850331fa" |
1040 |
| - integrity sha512-KtqfI3RitbsEbm22EhbooTvhjfMf6zttKlbND7LcyJwP3MEPVYyzQJuET03hk9z4SgCfNV2r/W3sYyejzzTMog== |
| 1037 | +"@vuepress/plugin-nprogress@1.8.2": |
| 1038 | + version "1.8.2" |
| 1039 | + resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.8.2.tgz#dc6c082925420c8c59ecb7fc2d4a9401f6d4664a" |
| 1040 | + integrity sha512-3TOBee2NM3WLr1tdjDTGfrAMggjN+OlEPyKyv8FqThsVkDYhw48O3HwqlThp9KX7UbL3ExxIFBwWRFLC+kYrdw== |
1041 | 1041 | dependencies:
|
1042 | 1042 | nprogress "^0.2.0"
|
1043 | 1043 |
|
1044 |
| -"@vuepress/plugin-register-components@1.7.1": |
1045 |
| - version "1.7.1" |
1046 |
| - resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.7.1.tgz#1ff58e931e8c27d64f9b86f2df879ddaceccdebe" |
1047 |
| - integrity sha512-MlFdH6l3rTCJlGMvyssXVG998cq5LSMzxCuQLYcRdtHQT4HbikIcV4HSPGarWInD1mP12+qX/PvKUawGwp1eVg== |
| 1044 | +"@vuepress/plugin-register-components@1.8.2": |
| 1045 | + version "1.8.2" |
| 1046 | + resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.8.2.tgz#2fb45a68b0a1efb8822670d95c3b231a2d0eb74d" |
| 1047 | + integrity sha512-6SUq3nHFMEh9qKFnjA8QnrNxj0kLs7+Gspq1OBU8vtu0NQmSvLFZVaMV7pzT/9zN2nO5Pld5qhsUJv1g71MrEA== |
1048 | 1048 | dependencies:
|
1049 |
| - "@vuepress/shared-utils" "1.7.1" |
| 1049 | + "@vuepress/shared-utils" "1.8.2" |
1050 | 1050 |
|
1051 |
| -"@vuepress/plugin-search@1.7.1": |
1052 |
| - version "1.7.1" |
1053 |
| - resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.7.1.tgz#f52b6e77af30f452213bc677741cefe8a8309be2" |
1054 |
| - integrity sha512-OmiGM5eYg9c+uC50b6/cSxAhqxfD7AIui6JEztFGeECrlP33RLHmteXK9YBBZjp5wTNmoYs+NXI/cWggYUPW8Q== |
| 1051 | +"@vuepress/plugin-search@1.8.2": |
| 1052 | + version "1.8.2" |
| 1053 | + resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.8.2.tgz#74b92f663acf6b4560e15dc0442a84c4e874e206" |
| 1054 | + integrity sha512-JrSJr9o0Kar14lVtZ4wfw39pplxvvMh8vDBD9oW09a+6Zi/4bySPGdcdaqdqGW+OHSiZNvG+6uyfKSBBBqF6PA== |
1055 | 1055 |
|
1056 |
| -"@vuepress/shared-utils@1.7.1": |
1057 |
| - version "1.7.1" |
1058 |
| - resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.7.1.tgz#028bc6003247bb4c60cdc96f231eecfb55e7b85d" |
1059 |
| - integrity sha512-ydB2ZKsFZE6hFRb9FWqzZksxAPIMJjtBawk50RP6F+YX5HbID/HlyYYZM9aDSbk6RTkjgB5UzJjggA2xM8POlw== |
| 1056 | +"@vuepress/shared-utils@1.8.2": |
| 1057 | + version "1.8.2" |
| 1058 | + resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.8.2.tgz#5ec1601f2196aca34ad82eed7c9be2d7948f705b" |
| 1059 | + integrity sha512-6kGubc7iBDWruEBUU7yR+sQ++SOhMuvKWvWeTZJKRZedthycdzYz7QVpua0FaZSAJm5/dIt8ymU4WQvxTtZgTQ== |
1060 | 1060 | dependencies:
|
1061 | 1061 | chalk "^2.3.2"
|
1062 | 1062 | escape-html "^1.0.3"
|
|
1068 | 1068 | toml "^3.0.0"
|
1069 | 1069 | upath "^1.1.0"
|
1070 | 1070 |
|
1071 |
| -"@vuepress/theme-default@1.7.1": |
1072 |
| - version "1.7.1" |
1073 |
| - resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.7.1.tgz#36fee5bb5165798c0082c512cbf4d94352260d97" |
1074 |
| - integrity sha512-a9HeTrlcWQj3ONHiABmlN2z9TyIxKfQtLsA8AL+WgjN3PikhFuZFIJGzfr+NLt67Y9oiI+S9ZfiaVyvWM+7bWQ== |
| 1071 | +"@vuepress/theme-default@1.8.2": |
| 1072 | + version "1.8.2" |
| 1073 | + resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.8.2.tgz#7f474036c752c1f9801b83f68f5c70c092b182b4" |
| 1074 | + integrity sha512-rE7M1rs3n2xp4a/GrweO8EGwqFn3EA5gnFWdVmVIHyr7C1nix+EqjpPQF1SVWNnIrDdQuCw38PqS+oND1K2vYw== |
1075 | 1075 | dependencies:
|
1076 |
| - "@vuepress/plugin-active-header-links" "1.7.1" |
1077 |
| - "@vuepress/plugin-nprogress" "1.7.1" |
1078 |
| - "@vuepress/plugin-search" "1.7.1" |
| 1076 | + "@vuepress/plugin-active-header-links" "1.8.2" |
| 1077 | + "@vuepress/plugin-nprogress" "1.8.2" |
| 1078 | + "@vuepress/plugin-search" "1.8.2" |
1079 | 1079 | docsearch.js "^2.5.2"
|
1080 | 1080 | lodash "^4.17.15"
|
1081 | 1081 | stylus "^0.54.8"
|
@@ -7633,13 +7633,13 @@ vuepress-plugin-smooth-scroll@^0.0.3:
|
7633 | 7633 | dependencies:
|
7634 | 7634 | smoothscroll-polyfill "^0.4.3"
|
7635 | 7635 |
|
7636 |
| -vuepress@1.7.1: |
7637 |
| - version "1.7.1" |
7638 |
| - resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.7.1.tgz#bb0e139d8c407a0b5aa962cf9577832a5808937e" |
7639 |
| - integrity sha512-AdA3do1L4DNzeF8sMTE+cSUJ5hR/6f3YujU8DVowi/vFOg/SX2lJF8urvDkZUSXzaAT6aSgkI9L+B6D+i7SJjA== |
| 7636 | +vuepress@1.8.2: |
| 7637 | + version "1.8.2" |
| 7638 | + resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.8.2.tgz#97e8bf979630611fc7b621fc4cc35b798ee5e847" |
| 7639 | + integrity sha512-BU1lUDwsA3ghf7a9ga4dsf0iTc++Z/l7BR1kUagHWVBHw7HNRgRDfAZBDDQXhllMILVToIxaTifpne9mSi94OA== |
7640 | 7640 | dependencies:
|
7641 |
| - "@vuepress/core" "1.7.1" |
7642 |
| - "@vuepress/theme-default" "1.7.1" |
| 7641 | + "@vuepress/core" "1.8.2" |
| 7642 | + "@vuepress/theme-default" "1.8.2" |
7643 | 7643 | cac "^6.5.6"
|
7644 | 7644 | envinfo "^7.2.0"
|
7645 | 7645 | opencollective-postinstall "^2.0.2"
|
|
0 commit comments