|
954 | 954 | source-map "~0.6.1"
|
955 | 955 | vue-template-es2015-compiler "^1.9.0"
|
956 | 956 |
|
957 |
| -"@vuepress/core@1.4.1": |
958 |
| - version "1.4.1" |
959 |
| - resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.4.1.tgz#b6f75720d9b7132b90cce46f620bcdda5d07e581" |
960 |
| - integrity sha512-R1oJeSiDQPw8sVo70mrP1Zn2H0nCqnAHb6DV9mpJBQ6ur4VT6qQnCpd2onKU+bZRLlEhm4G8IQNDEV+DuE7zZQ== |
| 957 | +"@vuepress/core@1.5.1": |
| 958 | + version "1.5.1" |
| 959 | + resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.5.1.tgz#0920ad33f50ca4baacf353765fccdc8a9e00a0ae" |
| 960 | + integrity sha512-gLogkq6Mm8/y7SuywNNE2ny2idMAoBUnRV40TpYK1pOAjQKRlbh3C1fDck+N/nUubB7zKkZUt7uBVqzSRGk9/g== |
961 | 961 | dependencies:
|
962 | 962 | "@babel/core" "^7.8.4"
|
963 | 963 | "@vue/babel-preset-app" "^4.1.2"
|
964 |
| - "@vuepress/markdown" "1.4.1" |
965 |
| - "@vuepress/markdown-loader" "1.4.1" |
966 |
| - "@vuepress/plugin-last-updated" "1.4.1" |
967 |
| - "@vuepress/plugin-register-components" "1.4.1" |
968 |
| - "@vuepress/shared-utils" "1.4.1" |
| 964 | + "@vuepress/markdown" "1.5.1" |
| 965 | + "@vuepress/markdown-loader" "1.5.1" |
| 966 | + "@vuepress/plugin-last-updated" "1.5.1" |
| 967 | + "@vuepress/plugin-register-components" "1.5.1" |
| 968 | + "@vuepress/shared-utils" "1.5.1" |
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.4.1": |
1002 |
| - version "1.4.1" |
1003 |
| - resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.4.1.tgz#7a97772ed5238c68eb1ab2921fc5ced21ff7e18e" |
1004 |
| - integrity sha512-FGtZ15rRwo9iVMcJ0eX4tf1bxWSKKpC4NGNLJuYzaPlO9ND/U04jsj4Xj454piokr2JzBSmaJlIZTAG1EuiTNw== |
| 1001 | +"@vuepress/markdown-loader@1.5.1": |
| 1002 | + version "1.5.1" |
| 1003 | + resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.5.1.tgz#8a539397c00ad14570a9bb5c136bfd71efb2c216" |
| 1004 | + integrity sha512-yITErIhfzjNBV4KC4dALGDoe9nIF29YQcIC0UbtNtV2zlkUERkRkP+AowT3G1WMBYzY3XhtoCZqXtxxuSCDILQ== |
1005 | 1005 | dependencies:
|
1006 |
| - "@vuepress/markdown" "1.4.1" |
| 1006 | + "@vuepress/markdown" "1.5.1" |
1007 | 1007 | loader-utils "^1.1.0"
|
1008 | 1008 | lru-cache "^5.1.1"
|
1009 | 1009 |
|
1010 |
| -"@vuepress/markdown@1.4.1": |
1011 |
| - version "1.4.1" |
1012 |
| - resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.4.1.tgz#cc507ce4a3447dfc459082105cb83909db4b54f1" |
1013 |
| - integrity sha512-5a69ufnu1A3NXqQtzAE5LiR7EbtsQ1qe8UcIr+KizNO4gCg8+E8/uu3hxvDOLs2ElS6b0AihKIuwmeIgZkfeKA== |
| 1010 | +"@vuepress/markdown@1.5.1": |
| 1011 | + version "1.5.1" |
| 1012 | + resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.5.1.tgz#eed8e5641565e63f2c8baf2d5c7d470be99ad9b9" |
| 1013 | + integrity sha512-GzlSa2stbmcnAIgdQISXzDW6qlXONp0wxdB5OFOJe6tBHW1JcSiXFk6A9bcQuYKoF+wyAZyrLExpM8FVp0qpug== |
1014 | 1014 | dependencies:
|
1015 |
| - "@vuepress/shared-utils" "1.4.1" |
| 1015 | + "@vuepress/shared-utils" "1.5.1" |
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.4.1": |
1024 |
| - version "1.4.1" |
1025 |
| - resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.4.1.tgz#36c6952230f12056d18c63229e0e499c6ef74fe5" |
1026 |
| - integrity sha512-xv/qDY6S8rHzLGDHtwn3XV7Gi3Fnevp6d3H18PFK3sNwT2KGzKIe2c7lbn1qHDRUWcxY7+EoT7zmdJwIeG6dWQ== |
| 1023 | +"@vuepress/plugin-active-header-links@1.5.1": |
| 1024 | + version "1.5.1" |
| 1025 | + resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.5.1.tgz#707c9912496be123551bb7fbd6b598455bf04598" |
| 1026 | + integrity sha512-GGqmlJlIJ3NEkAi2Gzob6CemDL5o0cv4TRLvWzjW43H0Pj1idoOi0mbKXtWAIZ6QicrZupeJUMhy49qyipvSWQ== |
1027 | 1027 | dependencies:
|
1028 | 1028 | lodash.debounce "^4.0.8"
|
1029 | 1029 |
|
1030 |
| -"@vuepress/plugin-last-updated@1.4.1": |
1031 |
| - version "1.4.1" |
1032 |
| - resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.4.1.tgz#89a9a4cbc242f9e0c5d380f73edb85ac4a7186c6" |
1033 |
| - integrity sha512-67ouc9cB3C19zcDqeJwhwqO9CXjy8G67tcXUgPpL/GsuK11oQbnR4rkupILvNa9HoemtCcF2aaxXSGsi/1VEtA== |
| 1030 | +"@vuepress/plugin-last-updated@1.5.1": |
| 1031 | + version "1.5.1" |
| 1032 | + resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.5.1.tgz#b46154cdcd060d307e2396e19a0770e20eeb94cc" |
| 1033 | + integrity sha512-uG9P88gJ7KxmMDcTCEHbT248rJ0fZABeHxvyXodUAzSG0bDdqXjw4p34PdkzlWnHHLDiYKBIHIcEYSvKmOiRPQ== |
1034 | 1034 | dependencies:
|
1035 | 1035 | cross-spawn "^6.0.5"
|
1036 | 1036 |
|
1037 |
| -"@vuepress/plugin-nprogress@1.4.1": |
1038 |
| - version "1.4.1" |
1039 |
| - resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.4.1.tgz#2a16217091102a2b4fddc1b09f5854ac4f80f992" |
1040 |
| - integrity sha512-CIhIuIgKtvk/ULENjefkZAJQqUstdZcqiM/Gs8CDyTKJITpwyqoZcgolFZ+1ZofUQuHuqDj1hKKm3AQ1cG3cBA== |
| 1037 | +"@vuepress/plugin-nprogress@1.5.1": |
| 1038 | + version "1.5.1" |
| 1039 | + resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.5.1.tgz#0bd07d3b1f69798c10559400d521a36ee2b3d35a" |
| 1040 | + integrity sha512-BMoJL9Xc+XKoiVe7pSZntuVkt06u8i594J3Q4eEFkmrSRj8D+n9YFFjdRWTfae2haPMtMAvwpVeohAQ6ii61LA== |
1041 | 1041 | dependencies:
|
1042 | 1042 | nprogress "^0.2.0"
|
1043 | 1043 |
|
1044 |
| -"@vuepress/plugin-register-components@1.4.1": |
1045 |
| - version "1.4.1" |
1046 |
| - resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.4.1.tgz#25d70834006960f54475da97255ebaca66ecc5a6" |
1047 |
| - integrity sha512-6yI4J/tMhOASSLmlP+5p4ccljlWuNBRsyYSKiD5jWAV181oMmN32LtuoCggXBhSvQUgn2grxyjmYw+tcSV5KGQ== |
| 1044 | +"@vuepress/plugin-register-components@1.5.1": |
| 1045 | + version "1.5.1" |
| 1046 | + resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.5.1.tgz#e46c4fafdb48dd05a6304948c1eea31e811295ad" |
| 1047 | + integrity sha512-pnovxJepFIQ8mx+uXg62OZ9KoFE1aOIBKxOmmtI5g9Qurx2NTVv5AWUtoi76xYbCxBpl313ffcCyvxMUfXPsrQ== |
1048 | 1048 | dependencies:
|
1049 |
| - "@vuepress/shared-utils" "1.4.1" |
| 1049 | + "@vuepress/shared-utils" "1.5.1" |
1050 | 1050 |
|
1051 |
| -"@vuepress/plugin-search@1.4.1": |
1052 |
| - version "1.4.1" |
1053 |
| - resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.4.1.tgz#5842f7ef0214c8f9f3cafa6ca2f4648f8dbc03d2" |
1054 |
| - integrity sha512-J4JyXD6M1oOU013s4ZLKMkKEGd7qEtSIsAw2nZY2mckZ7ETX49R5Pv2S5uCqLRQfUQSIGR5TEABL22q0B8uCVA== |
| 1051 | +"@vuepress/plugin-search@1.5.1": |
| 1052 | + version "1.5.1" |
| 1053 | + resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.5.1.tgz#86496b39ae9210d62c14fc4f4c67f8c949239bb9" |
| 1054 | + integrity sha512-JyYrTzDDZs6ANZgp7+DnuRTm3OB1LgrxUJriD5qLb7NXEDwWvJnf7noFxnp7j+yaMogCZN1IloTU0PLSLqub9A== |
1055 | 1055 |
|
1056 |
| -"@vuepress/shared-utils@1.4.1": |
1057 |
| - version "1.4.1" |
1058 |
| - resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.4.1.tgz#d09fcd742111f2efeef93b9c9b353bcd8202ae97" |
1059 |
| - integrity sha512-FBUHFhvR7vk6glQy/qUntBz8bVeWiNYZ2/G16EKaerKKn15xAiD7tUFCQ3L/KjtQJ8TV38GK47UEXh7UTcRwQg== |
| 1056 | +"@vuepress/shared-utils@1.5.1": |
| 1057 | + version "1.5.1" |
| 1058 | + resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.5.1.tgz#d07f95b7db61fc90f1ea4054267651520c5da4f2" |
| 1059 | + integrity sha512-rktTYlKa4vla6GlUZZmIiIW6Dfl+YbfcgGvkWE5A7MiIqEmJKnoqKOxJOHLPbnD+T5Ssfu71bj4FVXCG89DUmA== |
1060 | 1060 | dependencies:
|
1061 | 1061 | chalk "^2.3.2"
|
1062 | 1062 | diacritics "^1.3.0"
|
|
1068 | 1068 | semver "^6.0.0"
|
1069 | 1069 | upath "^1.1.0"
|
1070 | 1070 |
|
1071 |
| -"@vuepress/theme-default@1.4.1": |
1072 |
| - version "1.4.1" |
1073 |
| - resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.4.1.tgz#8a0ddc51bee6f3c3b93fae059cac76fe63c51db3" |
1074 |
| - integrity sha512-QhU1ORj20xmGr9Gk5szWJyzHm8i+NqxotBTeOF4WsKewB/3SPamJUoipgX4VdChw9jVew1oJQw0TpyDZfiHx+A== |
| 1071 | +"@vuepress/theme-default@1.5.1": |
| 1072 | + version "1.5.1" |
| 1073 | + resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.5.1.tgz#66bf820a4bb438c19caa86dee4b3acd549fd501c" |
| 1074 | + integrity sha512-CojJNniskrFWE/LQg7WE+4SYg7Q8xMChqXj74C4/475kCOd9dPHVeCkuvmjIpZ7NJ2m96aNlG1TvDnOTuhLCCQ== |
1075 | 1075 | dependencies:
|
1076 |
| - "@vuepress/plugin-active-header-links" "1.4.1" |
1077 |
| - "@vuepress/plugin-nprogress" "1.4.1" |
1078 |
| - "@vuepress/plugin-search" "1.4.1" |
| 1076 | + "@vuepress/plugin-active-header-links" "1.5.1" |
| 1077 | + "@vuepress/plugin-nprogress" "1.5.1" |
| 1078 | + "@vuepress/plugin-search" "1.5.1" |
1079 | 1079 | docsearch.js "^2.5.2"
|
1080 | 1080 | lodash "^4.17.15"
|
1081 | 1081 | stylus "^0.54.5"
|
@@ -7621,13 +7621,13 @@ vuepress-plugin-smooth-scroll@^0.0.3:
|
7621 | 7621 | dependencies:
|
7622 | 7622 | smoothscroll-polyfill "^0.4.3"
|
7623 | 7623 |
|
7624 |
| -vuepress@1.4.1: |
7625 |
| - version "1.4.1" |
7626 |
| - resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.4.1.tgz#726885da5c569755b40fd795ef3aed3fae13f83c" |
7627 |
| - integrity sha512-vFePZLEx9FRJf5buDqSSBHHbTrPzBsL1u3Z4LX0HI9iQmHjkP+cGA8MMS0zVYy/xyYf28xWLWo3L/gj0rdMy7w== |
| 7624 | +vuepress@1.5.1: |
| 7625 | + version "1.5.1" |
| 7626 | + resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.5.1.tgz#e6f4310cd6589c0656b0a9f8c65b6b4ac7892b9f" |
| 7627 | + integrity sha512-UB5YHwcS1t0XVPfMN4pcKanH2Wb9XvhRNJMGt4O9wiUauwlgC6cwnwhatR3AmsbiwybQYgiOSj+CJKuhjYgAeQ== |
7628 | 7628 | dependencies:
|
7629 |
| - "@vuepress/core" "1.4.1" |
7630 |
| - "@vuepress/theme-default" "1.4.1" |
| 7629 | + "@vuepress/core" "1.5.1" |
| 7630 | + "@vuepress/theme-default" "1.5.1" |
7631 | 7631 | cac "^6.5.6"
|
7632 | 7632 | envinfo "^7.2.0"
|
7633 | 7633 | opencollective-postinstall "^2.0.2"
|
|
0 commit comments