chore(deps-dev): bump vuepress from 1.9.8 to 1.9.9

Bumps [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) from 1.9.8 to 1.9.9.
- [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.9.9/packages/vuepress)

---
updated-dependencies:
- dependency-name: vuepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-27 21:45:03 +00:00 committed by GitHub
parent fdbbade036
commit 2e77200994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 544 additions and 641 deletions

1037
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@
"@iconify/vue2": "^2.1.0",
"@vuepress/plugin-pwa": "^1.9.9",
"fs-extra": "^11.1.0",
"vuepress": "^1.9.8",
"vuepress": "^1.9.9",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-zooming": "^1.1.8"
},

146
yarn.lock
View file

@ -1192,19 +1192,19 @@
optionalDependencies:
prettier "^1.18.2"
"@vuepress/core@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.9.8.tgz#56acf26d7c1a3c82b0b57bc778fef73024dc1854"
integrity sha512-ZDm253vcjKlWIxd6c18aZWJZkWCmhBUXRT/X5eKFEoDO3aQatb+OpFYP6eH3zufD2VXjZwE5kV4MAMwtBHK+DQ==
"@vuepress/core@1.9.9":
version "1.9.9"
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.9.9.tgz#aa8bc4497fcbb6aab9c1e290944d422edeb20495"
integrity sha512-Ekgu409ZSgvAV9n14F3DaEWtgkwrEicg1nWs0gbxGgUCdREeX/7rwxSfKwWwBjCwfCUKR2L3+6pXGjzxex0t+g==
dependencies:
"@babel/core" "^7.8.4"
"@vue/babel-preset-app" "^4.1.2"
"@vuepress/markdown" "1.9.8"
"@vuepress/markdown-loader" "1.9.8"
"@vuepress/plugin-last-updated" "1.9.8"
"@vuepress/plugin-register-components" "1.9.8"
"@vuepress/shared-utils" "1.9.8"
"@vuepress/types" "1.9.8"
"@vuepress/markdown" "1.9.9"
"@vuepress/markdown-loader" "1.9.9"
"@vuepress/plugin-last-updated" "1.9.9"
"@vuepress/plugin-register-components" "1.9.9"
"@vuepress/shared-utils" "1.9.9"
"@vuepress/types" "1.9.9"
autoprefixer "^9.5.1"
babel-loader "^8.0.4"
bundle-require "2.1.8"
@ -1239,21 +1239,21 @@
webpack-merge "^4.1.2"
webpackbar "3.2.0"
"@vuepress/markdown-loader@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.9.8.tgz#a08c527cdf1089d45a0067dbad600571e0bb3052"
integrity sha512-rurhMqwq5h32nXlJG/ezrgzp7twkJtExBxh3bH+iUeuuPKoyTzd5+YI8lrOELXPsRXlvPoMZ9KQioW/D8xAmvA==
"@vuepress/markdown-loader@1.9.9":
version "1.9.9"
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.9.9.tgz#b44e446a04808b9aef503d32fdcbc1e7fb7afef4"
integrity sha512-nyY+sytuQaDLEIk6Yj9JFUfSQpe9/sz30xQFkGCYqi0lQTRGQM6IcRDgfcTS7b25A0qRlwpDGBfKQiGGMZKSfg==
dependencies:
"@vuepress/markdown" "1.9.8"
"@vuepress/markdown" "1.9.9"
loader-utils "^1.1.0"
lru-cache "^5.1.1"
"@vuepress/markdown@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.9.8.tgz#7c2ec75c20d4249fe52c0bb98ae4d70a176377cd"
integrity sha512-7OaCXp2SMtf9pFf513U52aUtDf5gWWe8pT+NQA8hOU6jCNSJGex3izEEve1sPmLmsJWGjmVEAeKesGNg4wQE0A==
"@vuepress/markdown@1.9.9":
version "1.9.9"
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.9.9.tgz#1f582e6302e91a09491ca7bd0c8bcf9683140e03"
integrity sha512-JzFdBdGe5aoiKSaEgF+h3JLDXNVfWPI5DJWXrIt7rhhkMJesF6HowIznPLdXqukzHfXHcPvo9oQ4o6eT0YmVGA==
dependencies:
"@vuepress/shared-utils" "1.9.8"
"@vuepress/shared-utils" "1.9.9"
markdown-it "^8.4.1"
markdown-it-anchor "^5.0.2"
markdown-it-chain "^1.3.0"
@ -1261,28 +1261,28 @@
markdown-it-table-of-contents "^0.4.0"
prismjs "^1.13.0"
"@vuepress/plugin-active-header-links@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.9.8.tgz#64a9b9018e7f8138a8b49119002e3421c24c23ec"
integrity sha512-yyUwn/DOF5Gbxc5fFbiBNqz7XmRAVHyYZNTgsJooQX+E11DH9XCuJ0sWN3HHee1aVwmz2w94KYsoueiBTgfJ8g==
"@vuepress/plugin-active-header-links@1.9.9":
version "1.9.9"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.9.9.tgz#fad96c550bea0b204fe16266cff1405e8636c1e1"
integrity sha512-lTnIhbuALjOjFts33jJD8r4ScNBxnZ6MtmePKEwvYlC3J9uvngs1Htpb1JzLEX9QCydt+bhLmZ92bTXn/PdTpg==
dependencies:
"@vuepress/types" "1.9.8"
"@vuepress/types" "1.9.9"
lodash.debounce "^4.0.8"
"@vuepress/plugin-last-updated@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.9.8.tgz#ab4db23138398d7e141066867b8cf19ac730f1b4"
integrity sha512-tMmqKEEXV9Ask/MErJrVSDxRW6uEYm7UvUmfo6SbIoYjyLiNV8UCzmLPT+hAEixNuxuMReoI3rn/v60JiYPUZA==
"@vuepress/plugin-last-updated@1.9.9":
version "1.9.9"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.9.9.tgz#a7cb5f39b2793c8d113de08a514c316c26cc38c1"
integrity sha512-MV4csmM0/lye83VtkOc+b8fs0roi7mvE7BmCCOE39Z6t8nv/ZmEPOwKeHD0+hXPT+ZfoATYvDcsYU7uxbdw0Pw==
dependencies:
"@vuepress/types" "1.9.8"
"@vuepress/types" "1.9.9"
cross-spawn "^6.0.5"
"@vuepress/plugin-nprogress@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.9.8.tgz#78132a59c1139d9a225441fa69e4af82d0ffe945"
integrity sha512-RW2n2VTnc36zPUMlQ9+uOu57ao9RKDvOIGoFqTPqvORiTI56VnyAipOv+79EqTky6DqXSG+ixzq+oE9gSJ8cXA==
"@vuepress/plugin-nprogress@1.9.9":
version "1.9.9"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.9.9.tgz#4fee4818ddc8ddc6a1778b7f2b74ab784c90915d"
integrity sha512-+3fLxjwTLH8MeU54E7i1ovRu9KzBom2lvSeUsu9B8PuLyrETAqW7Pe1H66awEEALEe0ZnnEU4d7SeVe9ljsLAQ==
dependencies:
"@vuepress/types" "1.9.8"
"@vuepress/types" "1.9.9"
nprogress "^0.2.0"
"@vuepress/plugin-pwa@^1.9.9":
@ -1295,35 +1295,20 @@
register-service-worker "^1.7.0"
workbox-build "^4.3.1"
"@vuepress/plugin-register-components@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.9.8.tgz#fea0a86c49e32f77585b86e10b7713a24cd254d7"
integrity sha512-TPa+HDKSevhXKvAh7zboGlGCaGXY/vzx/b7YtHzxKwHJE3Orj/aGNimG8ZvILjDXhzmrPCX+WghquiwYeco5Nw==
"@vuepress/plugin-register-components@1.9.9":
version "1.9.9"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.9.9.tgz#95be133d6ef33c03f410caae8eb1fabdf27a7999"
integrity sha512-tddnAiSmJsIWWPzE7TcbGU8xzndXf4a8i4BfIev2QzSUnIOQFZDGXUAsCkw4/f9N9UFxQSObjFPzTeUUxb7EvA==
dependencies:
"@vuepress/shared-utils" "1.9.8"
"@vuepress/types" "1.9.8"
"@vuepress/shared-utils" "1.9.9"
"@vuepress/types" "1.9.9"
"@vuepress/plugin-search@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.9.8.tgz#89bb96527f4a9c0bd34ecc476f24eb421fccd907"
integrity sha512-LLZag4Rj1ZF679ubmkqvDyXv5/o0uxbvHFZjD7d+xWRRV6PZrw47Idep8HXlVcmL43BLdxQ//STiibPJpbWdXQ==
"@vuepress/plugin-search@1.9.9":
version "1.9.9"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.9.9.tgz#d30804b86f9b7f54b3db0b987a288433be3cfd7b"
integrity sha512-W/FE+YHoXDD4qk2wu5yRMkti271TA4y+7UBMrmCavvVAGrLIRnaZfswRUgIiDlEthBc+Pn8/As/Dy1jFTLBa9A==
dependencies:
"@vuepress/types" "1.9.8"
"@vuepress/shared-utils@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz#1ecaf148409001fee9c00c6951dc719c9a279523"
integrity sha512-34VfkChKRrs0waWEXugDPcBB4Cp6TnKwNQaTpa8GwpLFfQw627/mWi2IiuSwTyFNZdSXxZJV6e5blejmUlGh0g==
dependencies:
chalk "^2.3.2"
escape-html "^1.0.3"
fs-extra "^7.0.1"
globby "^9.2.0"
gray-matter "^4.0.1"
hash-sum "^1.0.2"
semver "^6.0.0"
toml "^3.0.0"
upath "^1.1.0"
"@vuepress/types" "1.9.9"
"@vuepress/shared-utils@1.9.9":
version "1.9.9"
@ -1340,15 +1325,15 @@
toml "^3.0.0"
upath "^1.1.0"
"@vuepress/theme-default@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.9.8.tgz#303ed3c73e37c3821e6447f90ead2e5629856560"
integrity sha512-j0wC6fvRtlRRCg0chbYzNlTTeov36ASxfRaE+r/9kKZAFM0NDCQr3N79jYVx2vEVvlgrjq51moe1WgFqjjFPUg==
"@vuepress/theme-default@1.9.9":
version "1.9.9"
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.9.9.tgz#26f1965e1204445fa617308d3b06f134baab4936"
integrity sha512-de0FiOwM/h3rFTBSZK0NNBB117lA/e3IHusU7Xm2XeZRiZ/EE3yvbWclZnbbRNt3YjDMmrWXEW/kBTBxfiMuWQ==
dependencies:
"@vuepress/plugin-active-header-links" "1.9.8"
"@vuepress/plugin-nprogress" "1.9.8"
"@vuepress/plugin-search" "1.9.8"
"@vuepress/types" "1.9.8"
"@vuepress/plugin-active-header-links" "1.9.9"
"@vuepress/plugin-nprogress" "1.9.9"
"@vuepress/plugin-search" "1.9.9"
"@vuepress/types" "1.9.9"
docsearch.js "^2.5.2"
lodash "^4.17.15"
stylus "^0.54.8"
@ -1356,15 +1341,6 @@
vuepress-plugin-container "^2.0.2"
vuepress-plugin-smooth-scroll "^0.0.3"
"@vuepress/types@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/types/-/types-1.9.8.tgz#bf22bae02e265bc1f7b016495a236fa3ba97fa5c"
integrity sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==
dependencies:
"@types/markdown-it" "^10.0.0"
"@types/webpack-dev-server" "^3"
webpack-chain "^6.0.0"
"@vuepress/types@1.9.9":
version "1.9.9"
resolved "https://registry.yarnpkg.com/@vuepress/types/-/types-1.9.9.tgz#7c21e4c91c13e58e2ff303ded9ad7425805cb07d"
@ -8063,14 +8039,14 @@ vuepress-plugin-zooming@^1.1.8:
dependencies:
zooming "^2.1.1"
vuepress@^1.9.8:
version "1.9.8"
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.9.8.tgz#8bc436eb89ece2d95339a2a1cd7bfc6a53fcd8d3"
integrity sha512-bjfSSRHlpxsZIrJo4Ds0mjt01lwC5H/a7ynDqub4zgXl7/osSsM6GmEgIqlc8oMAQ7j3nY7EBsHdAyrQamPjwA==
vuepress@^1.9.9:
version "1.9.9"
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.9.9.tgz#75b313f48a21b2eeb435cad52333f26b3b8a7404"
integrity sha512-CU94W3EdWaCavGx2VSvQJMI/hyv+m/YMdrvJJw67EVfmmJJDb1iTGrilDgLd0qsyrXzBy0Ru9Qi6rkf4IwcOTg==
dependencies:
"@vuepress/core" "1.9.8"
"@vuepress/theme-default" "1.9.8"
"@vuepress/types" "1.9.8"
"@vuepress/core" "1.9.9"
"@vuepress/theme-default" "1.9.9"
"@vuepress/types" "1.9.9"
cac "^6.5.6"
envinfo "^7.2.0"
opencollective-postinstall "^2.0.2"