Skip to content

Commit f25d451

Browse files
build(deps-dev): bump vuepress from 1.8.1 to 1.8.2
Bumps [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) from 1.8.1 to 1.8.2. - [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.8.2/packages/vuepress) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2d8dc16 commit f25d451

File tree

1 file changed

+52
-67
lines changed

1 file changed

+52
-67
lines changed

yarn.lock

Lines changed: 52 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2650,18 +2650,18 @@
26502650
source-map "~0.6.1"
26512651
vue-template-es2015-compiler "^1.9.0"
26522652

2653-
"@vuepress/[email protected].1":
2654-
version "1.8.1"
2655-
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.8.1.tgz#284d35cb66aa52923fabd69bd5f7a50ed8e78f12"
2656-
integrity sha512-npOd6YbIuQqq2ZOTF+ob5cccwO0TFdYN5HCNJOPoSVWV6n2DwDqsSXDzHbb4G1dD7xjM3otAKaRCPKNEQ8Q5lQ==
2653+
"@vuepress/[email protected].2":
2654+
version "1.8.2"
2655+
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.8.2.tgz#4f5bafc894691bfea4146294a582a129483daf2a"
2656+
integrity sha512-lh9BLC06k9s0wxTuWtCkiNj49fkbW87enp0XSrFZHEoyDGSGndQjZmMMErcHc5Hx7nrW1nzc33sPH1NNtJl0hw==
26572657
dependencies:
26582658
"@babel/core" "^7.8.4"
26592659
"@vue/babel-preset-app" "^4.1.2"
2660-
"@vuepress/markdown" "1.8.1"
2661-
"@vuepress/markdown-loader" "1.8.1"
2662-
"@vuepress/plugin-last-updated" "1.8.1"
2663-
"@vuepress/plugin-register-components" "1.8.1"
2664-
"@vuepress/shared-utils" "1.8.1"
2660+
"@vuepress/markdown" "1.8.2"
2661+
"@vuepress/markdown-loader" "1.8.2"
2662+
"@vuepress/plugin-last-updated" "1.8.2"
2663+
"@vuepress/plugin-register-components" "1.8.2"
2664+
"@vuepress/shared-utils" "1.8.2"
26652665
autoprefixer "^9.5.1"
26662666
babel-loader "^8.0.4"
26672667
cache-loader "^3.0.0"
@@ -2694,32 +2694,32 @@
26942694
webpack-merge "^4.1.2"
26952695
webpackbar "3.2.0"
26962696

2697-
"@vuepress/[email protected].1":
2698-
version "1.8.1"
2699-
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.8.1.tgz#cf86baf2f7b0b491844d6cd87e19d683b99c070b"
2700-
integrity sha512-QVwb+5vRaX6QbIwnJPGOfqyMOMxW0siWzLDNhYyaBa+1TPOTPxMbql+Vwh/vVgcqeWRSfK5Ck6FH9A+d6iJqxg==
2697+
"@vuepress/[email protected].2":
2698+
version "1.8.2"
2699+
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.8.2.tgz#b2a58291a967f2bbe0af6e58f9542f5911879233"
2700+
integrity sha512-mWzFXikCUcAN/chpKkqZpRYKdo0312hMv8cBea2hvrJYV6y4ODB066XKvXN8JwOcxuCjxWYJkhWGr+pXq1oTtw==
27012701
dependencies:
2702-
"@vuepress/markdown" "1.8.1"
2702+
"@vuepress/markdown" "1.8.2"
27032703
loader-utils "^1.1.0"
27042704
lru-cache "^5.1.1"
27052705

2706-
"@vuepress/[email protected].1":
2707-
version "1.8.1"
2708-
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.8.1.tgz#cd14411898358294737a4a8c4db679b3971712dd"
2709-
integrity sha512-wRDSnsiSQJCAGNNJq72gpJgDKEImEK3I3zvUp2hmAakFJNuJ/yJm39wyJvNPC5ZOtrVn6abx7B8Q/zfgt7Fo3Q==
2706+
"@vuepress/[email protected].2":
2707+
version "1.8.2"
2708+
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.8.2.tgz#50ea5a1962591a436b26d1aa2b111df37eb9ea8a"
2709+
integrity sha512-zznBHVqW+iBkznF/BO/GY9RFu53khyl0Ey0PnGqvwCJpRLNan6y5EXgYumtjw2GSYn5nDTTALYxtyNBdz64PKg==
27102710
dependencies:
2711-
"@vuepress/shared-utils" "1.8.1"
2711+
"@vuepress/shared-utils" "1.8.2"
27122712
markdown-it "^8.4.1"
27132713
markdown-it-anchor "^5.0.2"
27142714
markdown-it-chain "^1.3.0"
27152715
markdown-it-emoji "^1.4.0"
27162716
markdown-it-table-of-contents "^0.4.0"
27172717
prismjs "^1.13.0"
27182718

2719-
"@vuepress/[email protected].1":
2720-
version "1.8.1"
2721-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.8.1.tgz#944cbb74840a3dc849461d4c713f4c9f6d0b8333"
2722-
integrity sha512-aIGDn5npbMJQwYEWVoNnO0BndJ4sSNGoLzMknxQCsG00oGZYHE2OsWUqL4t7nYcx+yZk5hB5Itx4ibbtIRM9Xg==
2719+
"@vuepress/[email protected].2":
2720+
version "1.8.2"
2721+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.8.2.tgz#0cb9b29c826dd97d35357a9b09c962ef782cb793"
2722+
integrity sha512-JmXAQg8D7J8mcKe2Ue3BZ9dOCzJMJXP4Cnkkc/IrqfDg0ET0l96gYWZohCqlvRIWt4f0VPiFAO4FLYrW+hko+g==
27232723
dependencies:
27242724
lodash.debounce "^4.0.8"
27252725

@@ -2735,10 +2735,10 @@
27352735
resolved "https://registry.yarnpkg.com/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.8.2.tgz#96cf65f1f0ecbb3bcf6b0d10089dafe2aea875bc"
27362736
integrity sha512-BMFayLzT2BvXmnhM9mDHw0UPU7J0pH1X9gQA4HmZxOf7f3+atK5eJGsc1Ia/+1FTG2ESvhFLUU/CC3h5arjEJw==
27372737

2738-
"@vuepress/[email protected].1":
2739-
version "1.8.1"
2740-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.8.1.tgz#f93f81179ab4a47a663431cda94055954582752d"
2741-
integrity sha512-VOfALfbqa8wWoJt+bzcvR34jLisYbuWAYh2+an3DIM9nd65tIt8RflXiF6o1nKHMPWadrecv2fFe/hn/Gqq/Pw==
2738+
"@vuepress/[email protected].2":
2739+
version "1.8.2"
2740+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.8.2.tgz#7ce689f8d5050cf0213949bc2e5aa879c09ff4b1"
2741+
integrity sha512-pYIRZi52huO9b6HY3JQNPKNERCLzMHejjBRt9ekdnJ1xhLs4MmRvt37BoXjI/qzvXkYtr7nmGgnKThNBVRTZuA==
27422742
dependencies:
27432743
cross-spawn "^6.0.5"
27442744

@@ -2749,10 +2749,10 @@
27492749
dependencies:
27502750
vue-toasted "^1.1.25"
27512751

2752-
"@vuepress/[email protected].1":
2753-
version "1.8.1"
2754-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.8.1.tgz#f943b7dd519527594569de852b25b8a6342a5bd0"
2755-
integrity sha512-TcDJpfhartG1TZSR2b+Qcx5GrvYCf/zV4/ptVZQ41t3YWUPsN70F1R1xQOpD/2lihwxOUmWY5MF7Qt8sv10ojg==
2752+
"@vuepress/[email protected].2":
2753+
version "1.8.2"
2754+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.8.2.tgz#dc6c082925420c8c59ecb7fc2d4a9401f6d4664a"
2755+
integrity sha512-3TOBee2NM3WLr1tdjDTGfrAMggjN+OlEPyKyv8FqThsVkDYhw48O3HwqlThp9KX7UbL3ExxIFBwWRFLC+kYrdw==
27562756
dependencies:
27572757
nprogress "^0.2.0"
27582758

@@ -2765,32 +2765,17 @@
27652765
register-service-worker "^1.7.0"
27662766
workbox-build "^4.3.1"
27672767

2768-
"@vuepress/[email protected].1":
2769-
version "1.8.1"
2770-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.8.1.tgz#e572c711a6fb898885008140090d4f50135b0d9f"
2771-
integrity sha512-1Ns0lCVH1zXB4e/1j6n5qg2tzsAR3XYgElTADZcl2lzNj4M0wDUVX5V+kj7TgTfaG77xi6hMXc7EthI5X2gJ2g==
2768+
"@vuepress/[email protected].2":
2769+
version "1.8.2"
2770+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.8.2.tgz#2fb45a68b0a1efb8822670d95c3b231a2d0eb74d"
2771+
integrity sha512-6SUq3nHFMEh9qKFnjA8QnrNxj0kLs7+Gspq1OBU8vtu0NQmSvLFZVaMV7pzT/9zN2nO5Pld5qhsUJv1g71MrEA==
27722772
dependencies:
2773-
"@vuepress/shared-utils" "1.8.1"
2774-
2775-
"@vuepress/[email protected]":
2776-
version "1.8.1"
2777-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.8.1.tgz#24533d6845f8caf32a2939d09432dd9b4a236208"
2778-
integrity sha512-mnkWtq7OoFrO/yv6TzUGYNWI2aJjYNUpsaok1dNrx4MuaNwAZlnkSn/lE/Ykvxl35hrgoKGu6JNUYxz0aZtmew==
2773+
"@vuepress/shared-utils" "1.8.2"
27792774

2780-
"@vuepress/[email protected]":
2781-
version "1.8.1"
2782-
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.8.1.tgz#39fa9c41ff60f13578037ea6d554ab25975533bb"
2783-
integrity sha512-EjxK9d02yIAfNsRWTR6sCwJCv4HGmO5eWDhEA8nRHyGK5LHjuCGJ6q0kMg38KRf8UexJAZxToEfvuaiRv1Dz5g==
2784-
dependencies:
2785-
chalk "^2.3.2"
2786-
escape-html "^1.0.3"
2787-
fs-extra "^7.0.1"
2788-
globby "^9.2.0"
2789-
gray-matter "^4.0.1"
2790-
hash-sum "^1.0.2"
2791-
semver "^6.0.0"
2792-
toml "^3.0.0"
2793-
upath "^1.1.0"
2775+
"@vuepress/[email protected]":
2776+
version "1.8.2"
2777+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.8.2.tgz#74b92f663acf6b4560e15dc0442a84c4e874e206"
2778+
integrity sha512-JrSJr9o0Kar14lVtZ4wfw39pplxvvMh8vDBD9oW09a+6Zi/4bySPGdcdaqdqGW+OHSiZNvG+6uyfKSBBBqF6PA==
27942779

27952780
"@vuepress/[email protected]":
27962781
version "1.8.2"
@@ -2807,14 +2792,14 @@
28072792
toml "^3.0.0"
28082793
upath "^1.1.0"
28092794

2810-
"@vuepress/[email protected].1":
2811-
version "1.8.1"
2812-
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.8.1.tgz#0d4cd86c423e4bc0973b3d4fbfcdfbabf202e122"
2813-
integrity sha512-DhqFeb4lu3n4n6ifxagBLh1OgFIIOEEaLPDw6U3D2vub0VoWeTiMu5n74pa/q4bLYVsznbxyfy9CfyNtfKwASg==
2795+
"@vuepress/[email protected].2":
2796+
version "1.8.2"
2797+
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.8.2.tgz#7f474036c752c1f9801b83f68f5c70c092b182b4"
2798+
integrity sha512-rE7M1rs3n2xp4a/GrweO8EGwqFn3EA5gnFWdVmVIHyr7C1nix+EqjpPQF1SVWNnIrDdQuCw38PqS+oND1K2vYw==
28142799
dependencies:
2815-
"@vuepress/plugin-active-header-links" "1.8.1"
2816-
"@vuepress/plugin-nprogress" "1.8.1"
2817-
"@vuepress/plugin-search" "1.8.1"
2800+
"@vuepress/plugin-active-header-links" "1.8.2"
2801+
"@vuepress/plugin-nprogress" "1.8.2"
2802+
"@vuepress/plugin-search" "1.8.2"
28182803
docsearch.js "^2.5.2"
28192804
lodash "^4.17.15"
28202805
stylus "^0.54.8"
@@ -13787,12 +13772,12 @@ vuepress-plugin-smooth-scroll@^0.0.3:
1378713772
smoothscroll-polyfill "^0.4.3"
1378813773

1378913774
vuepress@^1.1.0:
13790-
version "1.8.1"
13791-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.8.1.tgz#7b4bd289622b345d281d2e74958de78bf63e51b6"
13792-
integrity sha512-I/hyElxXloudXY9Im5c0MvW1XhK9hGoaYBq/DWxQAtNzYuf9cRUXt+G3omX2ndgnqkQv5pwmaEJN9SxymnCsqA==
13775+
version "1.8.2"
13776+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.8.2.tgz#97e8bf979630611fc7b621fc4cc35b798ee5e847"
13777+
integrity sha512-BU1lUDwsA3ghf7a9ga4dsf0iTc++Z/l7BR1kUagHWVBHw7HNRgRDfAZBDDQXhllMILVToIxaTifpne9mSi94OA==
1379313778
dependencies:
13794-
"@vuepress/core" "1.8.1"
13795-
"@vuepress/theme-default" "1.8.1"
13779+
"@vuepress/core" "1.8.2"
13780+
"@vuepress/theme-default" "1.8.2"
1379613781
cac "^6.5.6"
1379713782
envinfo "^7.2.0"
1379813783
opencollective-postinstall "^2.0.2"

0 commit comments

Comments
 (0)