Skip to content

Commit 009bed1

Browse files
authored
chore: update vuepress (vuejs#440)
1 parent dc7eff1 commit 009bed1

File tree

2 files changed

+59
-64
lines changed

2 files changed

+59
-64
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"devDependencies": {
33
"node-sass": "^4.13.1",
44
"sass-loader": "^8.0.2",
5-
"vuepress": "^1.3.0"
5+
"vuepress": "^1.5.4"
66
},
77
"scripts": {
88
"serve": "vuepress dev src",

yarn.lock

Lines changed: 58 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,18 +1065,18 @@
10651065
source-map "~0.6.1"
10661066
vue-template-es2015-compiler "^1.9.0"
10671067

1068-
"@vuepress/core@^1.3.1":
1069-
version "1.3.1"
1070-
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.3.1.tgz#36db30d13e917f172f931a78b5e916c923523675"
1071-
integrity sha512-BBtM3imJUPwCTz0Fzl++ZLgf1afcsas4jo/wbVvroIdI0R6GEbXdivnisVGD48tZ10WcwvY94tlL1jWO8xV6bg==
1068+
"@vuepress/core@1.5.4":
1069+
version "1.5.4"
1070+
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.5.4.tgz#036d28d6cc8a0928913116de5ebe80b0b4a9ac1b"
1071+
integrity sha512-RaHJiX0Yno4S3zoV64JNd3xE55sza8rayyWvXAJY381XVMxKrsLBrgW6ntNYSkzGnZcxi6fwMV/CVOUhEtkEkA==
10721072
dependencies:
10731073
"@babel/core" "^7.8.4"
10741074
"@vue/babel-preset-app" "^4.1.2"
1075-
"@vuepress/markdown" "^1.3.1"
1076-
"@vuepress/markdown-loader" "^1.3.1"
1077-
"@vuepress/plugin-last-updated" "^1.3.1"
1078-
"@vuepress/plugin-register-components" "^1.3.1"
1079-
"@vuepress/shared-utils" "^1.3.1"
1075+
"@vuepress/markdown" "1.5.4"
1076+
"@vuepress/markdown-loader" "1.5.4"
1077+
"@vuepress/plugin-last-updated" "1.5.4"
1078+
"@vuepress/plugin-register-components" "1.5.4"
1079+
"@vuepress/shared-utils" "1.5.4"
10801080
autoprefixer "^9.5.1"
10811081
babel-loader "^8.0.4"
10821082
cache-loader "^3.0.0"
@@ -1109,84 +1109,84 @@
11091109
webpack-merge "^4.1.2"
11101110
webpackbar "3.2.0"
11111111

1112-
"@vuepress/markdown-loader@^1.3.1":
1113-
version "1.3.1"
1114-
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.3.1.tgz#6ee5db3ef179c42db406e3542e90cc4a3f5baf39"
1115-
integrity sha512-JxjQgSClW51hE0bCrcAqnG0yrvVURzcZwP2zbWkcCMD7vomHbvkHyPmuf6oa8Jk4S//RQUYINrzC/KrDjVuzIQ==
1112+
"@vuepress/markdown-loader@1.5.4":
1113+
version "1.5.4"
1114+
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.5.4.tgz#9ba49bbe9c94ed792714589aef6a20c7ed0ac822"
1115+
integrity sha512-3R5quGIXQm7gfPWN67SVZ9OBA7VrGEEXJjjV01MYkbfhqVGgO6lBRq73Og0XdKs4RPx4nqJUPthhL8FJVNRTIg==
11161116
dependencies:
1117-
"@vuepress/markdown" "^1.3.1"
1117+
"@vuepress/markdown" "1.5.4"
11181118
loader-utils "^1.1.0"
11191119
lru-cache "^5.1.1"
11201120

1121-
"@vuepress/markdown@^1.3.1":
1122-
version "1.3.1"
1123-
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.3.1.tgz#9bd41e9b2fa7ed7e3364bc4883ef21f13bdd936d"
1124-
integrity sha512-UJoGHR9GsFnPk+Jot8tieO4M6WJQ5CkdIWlQfbpC1+Z0ETJjlNIel23BKLNzqfo3NhLq+/i33RnzMVzkBKlVvQ==
1121+
"@vuepress/markdown@1.5.4":
1122+
version "1.5.4"
1123+
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.5.4.tgz#d9736db430034b7b6058696c4da1cc211032bbea"
1124+
integrity sha512-bgrR9LTcAa2O0WipTbH3OFKeAfXc/2oU6cUIoMkyihSKUo1Mr5yt1XKM7vHe1uFEZygNr8EAemep8chsuVuISA==
11251125
dependencies:
1126-
"@vuepress/shared-utils" "^1.3.1"
1126+
"@vuepress/shared-utils" "1.5.4"
11271127
markdown-it "^8.4.1"
11281128
markdown-it-anchor "^5.0.2"
11291129
markdown-it-chain "^1.3.0"
11301130
markdown-it-emoji "^1.4.0"
11311131
markdown-it-table-of-contents "^0.4.0"
11321132
prismjs "^1.13.0"
11331133

1134-
"@vuepress/plugin-active-header-links@^1.3.1":
1135-
version "1.3.1"
1136-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.3.1.tgz#b82a69b963edb3cf5361ef5a0a38642285757130"
1137-
integrity sha512-mrawXXAv2K1GrD1JNoFHxF8xX3KiphVcwvf+58GXpsyAQ5ag5X1BZG3gCA1JdNFUe3SXRh5jF6HTBuM2dc6Ovg==
1134+
"@vuepress/plugin-active-header-links@1.5.4":
1135+
version "1.5.4"
1136+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.5.4.tgz#ffbfbce0d5932091043b766757683ca3b5420aef"
1137+
integrity sha512-FI1Dr/44HVqxLMRSuaVEEwegGVEGFlaWYE3nsXwL7klKr6c+2kXHEw9rSQlAxzJyzVfovTk4dd+s/AMOKuLGZQ==
11381138
dependencies:
11391139
lodash.debounce "^4.0.8"
11401140

1141-
"@vuepress/plugin-last-updated@^1.3.1":
1142-
version "1.3.1"
1143-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.3.1.tgz#70f241181a0d485029329a7c9d0f0629d4242b5b"
1144-
integrity sha512-n1EhhFcaWxQtbC9ICyLg8kmSULjV18wYMbHCyaKRYAvyhlPau95zbSpQfG2Nl3ZgFR6kRodK6AmZUOgho0zh/g==
1141+
"@vuepress/plugin-last-updated@1.5.4":
1142+
version "1.5.4"
1143+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.5.4.tgz#6f3f9fe720ce7f883c37ddc71ac02fe8f36bbfe4"
1144+
integrity sha512-9kezBCxPM+cevKRNML6Q7v6qkI8NQvKbVkwohlzsElM8FBmjlZmgFyZje66ksTnb/U6ogazCCq9jdOyipNcQ2A==
11451145
dependencies:
11461146
cross-spawn "^6.0.5"
11471147

1148-
"@vuepress/plugin-nprogress@^1.3.1":
1149-
version "1.3.1"
1150-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.3.1.tgz#4fb519f3a88cdc07439ac3a08595ab7b5ed182a6"
1151-
integrity sha512-vDBnIhTgGZbADwhaatSLsFnuj+MDDpCWQ79m9o+8RtMZO2HemedcCRNIj/ZLRJSBFjXrDdnXF5lpW4EEIeRaew==
1148+
"@vuepress/plugin-nprogress@1.5.4":
1149+
version "1.5.4"
1150+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.5.4.tgz#b818ebcac5addb6488bf50eb21585450f52ae40c"
1151+
integrity sha512-2bGKoO/o2e5mIfOU80q+AkxOK5wVijA/+8jGjSQVf2ccMpJw+Ly1mMi69r81Q0QkEihgfI9VN42a5+a6LUgPBw==
11521152
dependencies:
11531153
nprogress "^0.2.0"
11541154

1155-
"@vuepress/plugin-register-components@^1.3.1":
1156-
version "1.3.1"
1157-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.3.1.tgz#0f0683b9f69542d3e7a6481e48011d623648b56b"
1158-
integrity sha512-ae/94omRTPZkJKuVic8Rvzfnu2NtqsyVPYTL6qcnjDgxieR3L7EAYLNEvYpg1jof+QTHoEDCaVU2c63chZcfEQ==
1155+
"@vuepress/plugin-register-components@1.5.4":
1156+
version "1.5.4"
1157+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.5.4.tgz#2f62d0790471ef53935ff2c808d8045c0473067f"
1158+
integrity sha512-Y1U9j6unZp1ZhnHjQ9yOPY+vxldUA3C1EwT6UgI75j5gxa5Hz6NakoIo6mbhaYHlGmx33o/MXrxufLPapo/YlQ==
11591159
dependencies:
1160-
"@vuepress/shared-utils" "^1.3.1"
1160+
"@vuepress/shared-utils" "1.5.4"
11611161

1162-
"@vuepress/plugin-search@^1.3.1":
1163-
version "1.3.1"
1164-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.3.1.tgz#eee95c9c79a316a64ab046696a90a2ee1db35c34"
1165-
integrity sha512-iOIvMWUTPHrGxjDprFoGTcuI8Y8/6e6JjLO4mO6qe6qVqR1yCQ8cJzVYXIizjEHUFYJ04uZ3jF9gBV8npS+3ZQ==
1162+
"@vuepress/plugin-search@1.5.4":
1163+
version "1.5.4"
1164+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.5.4.tgz#3360445e9ecf8bdcb5497ab1c0f46d8aecc9ab6c"
1165+
integrity sha512-wikU9XYiZ3Olbii0lI+56mcSdpzHHkduVBMB4MNEV5iob23qDxGPmvfZirjsZV20w1UnLRptERyHtZkTLW9Mbg==
11661166

1167-
"@vuepress/shared-utils@^1.3.1":
1168-
version "1.3.1"
1169-
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.3.1.tgz#930038dfadf28f39147e6cb781e9930259995a7e"
1170-
integrity sha512-MlIAlnptjDC9+l0SJKW6BpkuwtxfKDzq4Rmag75RdyIqkkNv4EsCXZ8Y3HSuzENWFBwoD31jLC+nCZ3hULcvSg==
1167+
"@vuepress/shared-utils@1.5.4":
1168+
version "1.5.4"
1169+
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.5.4.tgz#d2c8693b8cd354d3a13a76f8f4259335e5540099"
1170+
integrity sha512-HCeMPEAPjFN1Ongii0BUCI1iB4gBBiQ4PUgh7F4IGG8yBg4tMqWO4NHqCuDCuGEvK7lgHy8veto0SsSvdSKp3g==
11711171
dependencies:
11721172
chalk "^2.3.2"
1173-
diacritics "^1.3.0"
11741173
escape-html "^1.0.3"
11751174
fs-extra "^7.0.1"
11761175
globby "^9.2.0"
11771176
gray-matter "^4.0.1"
11781177
hash-sum "^1.0.2"
11791178
semver "^6.0.0"
1179+
toml "^3.0.0"
11801180
upath "^1.1.0"
11811181

1182-
"@vuepress/theme-default@^1.3.1":
1183-
version "1.3.1"
1184-
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.3.1.tgz#ec701a2c9d2de542400c42f627d2009921f1b424"
1185-
integrity sha512-CihkB6/+5vfgeTI5HRDs4+QgTkIN4/K54OpQCGLW51OinXuz4rjMVQW2uSlSqSeKEr+MERHa+Jc5deIpA0opoA==
1182+
"@vuepress/theme-default@1.5.4":
1183+
version "1.5.4"
1184+
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.5.4.tgz#77db27fe7c3ced15a970644df0202b0effbe865f"
1185+
integrity sha512-kHst1yXzqTiocVU7w9x4cfJ08vR9ZbREC6kTRtH1ytQSEUL5tM0b9HFicfg1kDp7YNq2qntRro+WmfjU9Ps/eg==
11861186
dependencies:
1187-
"@vuepress/plugin-active-header-links" "^1.3.1"
1188-
"@vuepress/plugin-nprogress" "^1.3.1"
1189-
"@vuepress/plugin-search" "^1.3.1"
1187+
"@vuepress/plugin-active-header-links" "1.5.4"
1188+
"@vuepress/plugin-nprogress" "1.5.4"
1189+
"@vuepress/plugin-search" "1.5.4"
11901190
docsearch.js "^2.5.2"
11911191
lodash "^4.17.15"
11921192
stylus "^0.54.5"
@@ -2948,11 +2948,6 @@ detect-node@^2.0.4:
29482948
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c"
29492949
integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==
29502950

2951-
diacritics@^1.3.0:
2952-
version "1.3.0"
2953-
resolved "https://registry.yarnpkg.com/diacritics/-/diacritics-1.3.0.tgz#3efa87323ebb863e6696cebb0082d48ff3d6f7a1"
2954-
integrity sha1-PvqHMj67hj5mls67AILUj/PW96E=
2955-
29562951
diffie-hellman@^5.0.0:
29572952
version "5.0.3"
29582953
resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
@@ -8094,13 +8089,13 @@ vuepress-plugin-smooth-scroll@^0.0.3:
80948089
dependencies:
80958090
smoothscroll-polyfill "^0.4.3"
80968091

8097-
vuepress@^1.3.0:
8098-
version "1.3.1"
8099-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.3.1.tgz#59355081a2c66ba3c9432ffd6e1d4025f9cf8e24"
8100-
integrity sha512-i0f0JB0zdmdVH8P8cO4w7PljPQpf8ObiVk/1pOidvMQCMEhFmIpYz+730Wlf0rtB/GG4QUsqQ27Ckp5Rfob+hQ==
8092+
vuepress@^1.5.4:
8093+
version "1.5.4"
8094+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.5.4.tgz#282d2412c1c7269d8bd93b83d421ef53b77b45f6"
8095+
integrity sha512-F25r65BzxDFAJmWIN9s9sQSndLIf1ldAKEwkeXCqE4p2lsx/eVvQJL3DzOeeR2WgCFOkhFMKWIV+CthTGdNTZg==
81018096
dependencies:
8102-
"@vuepress/core" "^1.3.1"
8103-
"@vuepress/theme-default" "^1.3.1"
8097+
"@vuepress/core" "1.5.4"
8098+
"@vuepress/theme-default" "1.5.4"
81048099
cac "^6.5.6"
81058100
envinfo "^7.2.0"
81068101
opencollective-postinstall "^2.0.2"

0 commit comments

Comments
 (0)