From de6a71a8916e0563e938a0cc64660288a73a4027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 05:20:27 +0000 Subject: [PATCH] build(deps-dev): bump vitepress in /docs Bumps [vitepress](https://github.com/vuejs/vitepress) from 2.0.0-alpha.19 to 2.0.0-alpha.20. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vitepress/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) --- updated-dependencies: - dependency-name: vitepress dependency-version: 2.0.0-alpha.20 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 22 ++++++++++------------ docs/package.json | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 096b628..27a8ea9 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "vitepress": "^2.0.0-alpha.17" + "vitepress": "^2.0.0-alpha.20" } }, "node_modules/@babel/helper-string-parser": { @@ -1909,31 +1909,29 @@ } }, "node_modules/vitepress": { - "version": "2.0.0-alpha.19", - "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-2.0.0-alpha.19.tgz", - "integrity": "sha512-WnBsb0Bwr43kXKyiis+lld/7ri3hnMbthS8N3hpFtjjwsdLO4IRmiAE08D7aud4q6oMDf9uwRowxzNqRFe/amw==", + "version": "2.0.0-alpha.20", + "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-2.0.0-alpha.20.tgz", + "integrity": "sha512-uQWKmP9PaBkf9zxHn0iOml/ZPPDaGKqQXVMBHz3yjwyyd9Eg+BKLGxbqmOGlfOMCt6Fj8TLiAnE59qlKZ0A3xw==", "dev": true, "license": "MIT", "dependencies": { "@docsearch/css": "^4.7.0", "@docsearch/js": "^4.7.0", "@docsearch/sidepanel-js": "^4.7.0", - "@iconify-json/simple-icons": "^1.2.92", - "@shikijs/core": "^4.4.1", - "@shikijs/transformers": "^4.4.1", - "@shikijs/types": "^4.4.1", + "@iconify-json/simple-icons": "^1.2.93", + "@shikijs/transformers": "^4.4.3", "@types/markdown-it": "^14.1.2", "@vitejs/plugin-vue": "^6.0.8", "@vue/devtools-api": "^8.2.1", - "@vue/shared": "^3.5.40", + "@vue/shared": "^3.5.41", "@vueuse/core": "^14.4.0", "@vueuse/integrations": "^14.4.0", "focus-trap": "^8.2.2", "mark.js": "8.11.1", "minisearch": "^7.2.0", - "shiki": "^4.4.1", - "vite": "^8.2.0", - "vue": "^3.5.40" + "shiki": "^4.4.3", + "vite": "^8.2.1", + "vue": "^3.5.41" }, "bin": { "vitepress": "bin/vitepress.js" diff --git a/docs/package.json b/docs/package.json index f2c70d6..4894ac3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "vitepress": "^2.0.0-alpha.17" + "vitepress": "^2.0.0-alpha.20" }, "scripts": { "docs:dev": "vitepress dev site",