Skip to content

Commit d949b1c

Browse files
chore(deps): update all non-major dependencies (#424)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 6cd9b1f commit d949b1c

4 files changed

Lines changed: 65 additions & 59 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"fs-extra": "^9.0.1",
99
"vue-tabs-component": "^1.5.0",
10-
"vuepress": "^1.5.2",
10+
"vuepress": "^1.5.3",
1111
"vuepress-plugin-autometa": "^0.1.13",
1212
"vuepress-plugin-tabs": "^0.3.0"
1313
}

docs/yarn.lock

Lines changed: 58 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,18 +1022,18 @@
10221022
optionalDependencies:
10231023
prettier "^1.18.2"
10241024

1025-
"@vuepress/core@1.5.2":
1026-
version "1.5.2"
1027-
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.5.2.tgz#bac96e8c64dd5b769dc22715abfe8b357b50fe49"
1028-
integrity sha512-DaRLzShuT116mu6ObsgfFXk+BX2c0W1Zp+BcIg1W5HrRhMZFnMvncdx9iiIjJhXdhVcaBYrVa3Y2624V113TBA==
1025+
"@vuepress/core@1.5.3":
1026+
version "1.5.3"
1027+
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.5.3.tgz#e48728a26a60b21673c7b8f1f7377c03fb17e34f"
1028+
integrity sha512-ZZpDkYVtztN2eWZ5+oj5DoGMEQdV9Bz4et0doKhLXfIEQFwjWUyN6HHnIgqjnmSFIqfjzbWdOKVxMLENs8njpA==
10291029
dependencies:
10301030
"@babel/core" "^7.8.4"
10311031
"@vue/babel-preset-app" "^4.1.2"
1032-
"@vuepress/markdown" "1.5.2"
1033-
"@vuepress/markdown-loader" "1.5.2"
1034-
"@vuepress/plugin-last-updated" "1.5.2"
1035-
"@vuepress/plugin-register-components" "1.5.2"
1036-
"@vuepress/shared-utils" "1.5.2"
1032+
"@vuepress/markdown" "1.5.3"
1033+
"@vuepress/markdown-loader" "1.5.3"
1034+
"@vuepress/plugin-last-updated" "1.5.3"
1035+
"@vuepress/plugin-register-components" "1.5.3"
1036+
"@vuepress/shared-utils" "1.5.3"
10371037
autoprefixer "^9.5.1"
10381038
babel-loader "^8.0.4"
10391039
cache-loader "^3.0.0"
@@ -1066,65 +1066,65 @@
10661066
webpack-merge "^4.1.2"
10671067
webpackbar "3.2.0"
10681068

1069-
"@vuepress/markdown-loader@1.5.2":
1070-
version "1.5.2"
1071-
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.5.2.tgz#18ef5055d94da9b70bd127e924d19bc1954cd933"
1072-
integrity sha512-ZRW/sQk5EK1yNKjWFNdfLmdlQXgT8GUBrnWQDV6FRwh5r+NmSJsgEYISmewGgGGzlUY+GUJKiUjGhe7itztB2Q==
1069+
"@vuepress/markdown-loader@1.5.3":
1070+
version "1.5.3"
1071+
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.5.3.tgz#3d0eec1d37318b71029f051525f0bff3bc36647d"
1072+
integrity sha512-Y1FLkEZw1p84gPer14CjA1gPSdmc/bfPuZ/7mE0dqBtpsU3o9suaubWpFs75agjHew4IJap5TibtUs57FWGSfA==
10731073
dependencies:
1074-
"@vuepress/markdown" "1.5.2"
1074+
"@vuepress/markdown" "1.5.3"
10751075
loader-utils "^1.1.0"
10761076
lru-cache "^5.1.1"
10771077

1078-
"@vuepress/markdown@1.5.2":
1079-
version "1.5.2"
1080-
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.5.2.tgz#3bea068fa69cbeeff66c20fbe0feabd61f36dce1"
1081-
integrity sha512-736fVRZh4x3QOORWhhz2IzCdrOKOnGL7KpWQ59Y+lg7SYNETRvxGxGXTFGrfd+hR9GugThj952BaWWpUCrO7fw==
1078+
"@vuepress/markdown@1.5.3":
1079+
version "1.5.3"
1080+
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.5.3.tgz#90807f0366ebdde8380b27f249396cffe9c5d300"
1081+
integrity sha512-TI6pSkmvu8SZhIfZR0VbDmmGAWOaoI+zIaXMDY27ex7Ty/KQ/JIsVSgr5wbiSJMhkA0efbZzAVFu1NrHIc1waw==
10821082
dependencies:
1083-
"@vuepress/shared-utils" "1.5.2"
1083+
"@vuepress/shared-utils" "1.5.3"
10841084
markdown-it "^8.4.1"
10851085
markdown-it-anchor "^5.0.2"
10861086
markdown-it-chain "^1.3.0"
10871087
markdown-it-emoji "^1.4.0"
10881088
markdown-it-table-of-contents "^0.4.0"
10891089
prismjs "^1.13.0"
10901090

1091-
"@vuepress/plugin-active-header-links@1.5.2":
1092-
version "1.5.2"
1093-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.5.2.tgz#5408d2ac5aa31d9b1ff581464f7ae0e462c1aa37"
1094-
integrity sha512-bZP/0jpouVSvMypixx2/I7kxWFUV4HfwLNx7UxbtuDrykQzXnA2cz6yTra8Y1ZoXACbRp6TIqGlWpCUafBzyww==
1091+
"@vuepress/plugin-active-header-links@1.5.3":
1092+
version "1.5.3"
1093+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.5.3.tgz#736f51a3aab126b6a003d896d3d77254b656a76e"
1094+
integrity sha512-x9U3bVkwwUkfXtf7db1Gg/m32UGpSWRurdl9I5ePFFxwEy8ffGmvhpzCBL878q8TNa90jd1XueQJCq6hQ9/KsQ==
10951095
dependencies:
10961096
lodash.debounce "^4.0.8"
10971097

1098-
"@vuepress/plugin-last-updated@1.5.2":
1099-
version "1.5.2"
1100-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.5.2.tgz#daa2250edb40700e1fa0942561057b6aa00e4103"
1101-
integrity sha512-wTq1reNSpGTSPJcnUHFfg+qpZBg88yXv3fZNWnEGSdiuUnbF4bFMTUr9tSaWHzMgtajvzY2B8VnTmrhy2ABfsA==
1098+
"@vuepress/plugin-last-updated@1.5.3":
1099+
version "1.5.3"
1100+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.5.3.tgz#1f2dcc653d3b829d65094433395f9a92642eb301"
1101+
integrity sha512-xb4FXSRTTPrERX2DigGDAJrVFLsTQwsY4QSzRBFYSlfZkK3gcZMNmUISXS/4tDkyPgxh/TtcMwbcUiUu0LQOnQ==
11021102
dependencies:
11031103
cross-spawn "^6.0.5"
11041104

1105-
"@vuepress/plugin-nprogress@1.5.2":
1106-
version "1.5.2"
1107-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.5.2.tgz#3be249ee070380d0aca2bd2fb62eab6b4e284d1b"
1108-
integrity sha512-PtiV5u9hHZJNPmyKs7s++f4GCJTuvPP25aIASi06vKACr/+Ier5XC7PvOwUvS1LbG6HAGRbQpokmeP1aVbrI6w==
1105+
"@vuepress/plugin-nprogress@1.5.3":
1106+
version "1.5.3"
1107+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.5.3.tgz#01c699739ecfe94569986ff838665dcb30e6cb05"
1108+
integrity sha512-SBa4uoRBaBPF+TrN38y/eFSnj1c2a53EuyY+vYijrWq5+nmDCQkpoClpS4a90f2eG2shMIvsMxUsS8waMKFZ8w==
11091109
dependencies:
11101110
nprogress "^0.2.0"
11111111

1112-
"@vuepress/plugin-register-components@1.5.2":
1113-
version "1.5.2"
1114-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.5.2.tgz#36a6807e523c17057bc3e9c0722bd26558f4dd1a"
1115-
integrity sha512-e0GYZG6KXa7axy8GO9sNtLaZNW+lXlidWCURg61/gfKISG5yzKr71n75j5V7pyEJ/idAV/sAakunp7+6nsShDg==
1112+
"@vuepress/plugin-register-components@1.5.3":
1113+
version "1.5.3"
1114+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.5.3.tgz#70e28460475e42b43435c6647ace537129116fb1"
1115+
integrity sha512-OzL7QOKhR+biUWrDqPisQz35cXVdI274cDWw2tTUTw3yr7aPyezDw3DFRFXzPaZzk9Jo+d+kkOTwghXXC88Xbg==
11161116
dependencies:
1117-
"@vuepress/shared-utils" "1.5.2"
1117+
"@vuepress/shared-utils" "1.5.3"
11181118

1119-
"@vuepress/plugin-search@1.5.2":
1120-
version "1.5.2"
1121-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.5.2.tgz#b8d77b4300b2e84f3c9c0d94f0a98638245196c2"
1122-
integrity sha512-/n0W7lQhBCj7vrIhU6VL8ZlUnWBru83W4w0gGNxzXDzZ1AMRJRnQDamBjKAWNd+WMYz8LA2LbJy1rCCds1Mu2Q==
1119+
"@vuepress/plugin-search@1.5.3":
1120+
version "1.5.3"
1121+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.5.3.tgz#c2a93fceab3830e4f07ba6ac68e3bfc27c7d908d"
1122+
integrity sha512-LCqqgKQ1I26oWE3N5OKeZMV0xtWv2WURI+bhxirM1xL0OpCQyqwk/rLHWBto+j4Y0ScxgXiRxa9Zs2E6eY6Dnw==
11231123

1124-
"@vuepress/shared-utils@1.5.2":
1125-
version "1.5.2"
1126-
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.5.2.tgz#5f5bcd2365baa3f80feecd10c4920a4e1463df73"
1127-
integrity sha512-msDE6Mpof9JDVZQDHYUbsKmQm4aT/CUlUnItlORF+0J4xrIzv96dldJb8pvloDNUjyvB3DXeDJrV4V1XzpwsIA==
1124+
"@vuepress/shared-utils@1.5.3":
1125+
version "1.5.3"
1126+
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.5.3.tgz#071bb68c3ec0dfb5f3939c14d3a8795a03617ad4"
1127+
integrity sha512-/eTSADRZ0Iz1REnIkQ1ouoWY0ZH9ivH6IuGT19H/WBe8gru2EoK7jUqpXE8JHcGf6pxkK3qB4E/DNCO9Cyy4yg==
11281128
dependencies:
11291129
chalk "^2.3.2"
11301130
diacritics "^1.3.0"
@@ -1134,16 +1134,17 @@
11341134
gray-matter "^4.0.1"
11351135
hash-sum "^1.0.2"
11361136
semver "^6.0.0"
1137+
toml "^3.0.0"
11371138
upath "^1.1.0"
11381139

1139-
"@vuepress/theme-default@1.5.2":
1140-
version "1.5.2"
1141-
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.5.2.tgz#4384efdad9aeb0030432fad4300e615d540708b8"
1142-
integrity sha512-sO44ExAoO+pNO5qJJvlFin1vaBjxYkTO5oiBu53sYoInAoN3liG1uraMpyaGmhdmzCSlGQpqH+ojtnISTmfAcg==
1140+
"@vuepress/theme-default@1.5.3":
1141+
version "1.5.3"
1142+
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.5.3.tgz#98112065b3c987d41463eca5db91a47dce823e45"
1143+
integrity sha512-LRldV8U4FRV26bKXtJFT1oe5lhYbfCxPRFnRXPgf/cLZC+mQd1abl9njCAP7fjmmS33ZgF1dFARGbpCsYWY1Gg==
11431144
dependencies:
1144-
"@vuepress/plugin-active-header-links" "1.5.2"
1145-
"@vuepress/plugin-nprogress" "1.5.2"
1146-
"@vuepress/plugin-search" "1.5.2"
1145+
"@vuepress/plugin-active-header-links" "1.5.3"
1146+
"@vuepress/plugin-nprogress" "1.5.3"
1147+
"@vuepress/plugin-search" "1.5.3"
11471148
docsearch.js "^2.5.2"
11481149
lodash "^4.17.15"
11491150
stylus "^0.54.5"
@@ -7579,13 +7580,13 @@ vuepress-plugin-tabs@^0.3.0:
75797580
resolved "https://registry.yarnpkg.com/vuepress-plugin-tabs/-/vuepress-plugin-tabs-0.3.0.tgz#e95fb98d3736af450a9baaf1a09b8677983ca8d8"
75807581
integrity sha512-jooDlcMdBqhXgIaF1awFSaOTM56mleP6bbCiGxyQxTZexfvCfDvZhNLGpyXqMQA50ZmNGmvLrK82YYb63k1jfA==
75817582

7582-
vuepress@^1.5.2:
7583-
version "1.5.2"
7584-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.5.2.tgz#b79e84bfaade55ba3ddb59c3a937220913f0599b"
7585-
integrity sha512-buscwFfIqvCcUAaRdbBWENmCSBZzr510fch1BhQZwVaQy28mF8H6Mvb+UDdwHQ7jon0d9qauXs9M0k4XHIWviw==
7583+
vuepress@^1.5.3:
7584+
version "1.5.3"
7585+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.5.3.tgz#663a1041240a0c182f58316ba567a22b8df932a4"
7586+
integrity sha512-H9bGu6ygrZmq8GxMtDD8xNX1l9zvoyjsOA9oW+Lcttkfyt/HT/WBrpIC08kNPpRE0ZY/U4Jib1KgBfjbFZTffw==
75867587
dependencies:
7587-
"@vuepress/core" "1.5.2"
7588-
"@vuepress/theme-default" "1.5.2"
7588+
"@vuepress/core" "1.5.3"
7589+
"@vuepress/theme-default" "1.5.3"
75897590
cac "^6.5.6"
75907591
envinfo "^7.2.0"
75917592
opencollective-postinstall "^2.0.2"

packages/typescript-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"compile": "tsc"
1616
},
1717
"dependencies": {
18-
"consola": "^2.14.0",
18+
"consola": "^2.15.0",
1919
"fork-ts-checker-webpack-plugin": "^5.0.14",
2020
"ts-loader": "^8.0.2",
2121
"typescript": "~3.9"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4537,6 +4537,11 @@ consola@^2.10.0, consola@^2.10.1, consola@^2.14.0, consola@^2.6.0, consola@^2.9.
45374537
resolved "https://registry.yarnpkg.com/consola/-/consola-2.14.0.tgz#162ee903b6c9c4de25077d93f34ab902ebcb4dac"
45384538
integrity sha512-A2j1x4u8d6SIVikhZROfpFJxQZie+cZOfQMyI/tu2+hWXe8iAv7R6FW6s6x04/7zBCst94lPddztot/d6GJiuQ==
45394539

4540+
consola@^2.15.0:
4541+
version "2.15.0"
4542+
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9"
4543+
integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==
4544+
45404545
console-browserify@^1.1.0:
45414546
version "1.2.0"
45424547
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"

0 commit comments

Comments
 (0)