From 6fafebf1bdcf265e0385d504ca4eb9f343a7a95f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:28:14 +0000 Subject: [PATCH] Update dependency vitepress to v2.0.0-alpha.20 --- package-lock.json | 22 ++++++++++------------ package.json | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2f4b47952..40564696a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "patch-package": "^8.0.1", "sass": "^1.62.1", "vite-plugin-cds": "^0.3.1", - "vitepress": "2.0.0-alpha.19" + "vitepress": "2.0.0-alpha.20" } }, "node_modules/@babel/helper-string-parser": { @@ -6221,31 +6221,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/package.json b/package.json index 14be0fe2b4..a169a7d282 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "patch-package": "^8.0.1", "sass": "^1.62.1", "vite-plugin-cds": "^0.3.1", - "vitepress": "2.0.0-alpha.19" + "vitepress": "2.0.0-alpha.20" } }