diff --git a/docs/bun.lock b/docs/bun.lock index c2980fe..fbf9a3e 100644 --- a/docs/bun.lock +++ b/docs/bun.lock @@ -5,7 +5,7 @@ "": { "devDependencies": { "vitepress": "1.6.4", - "vitepress-sidebar": "1.36.1", + "vitepress-sidebar": "1.37.0", }, }, }, @@ -328,7 +328,7 @@ "property-information": ["property-information@7.1.0", "", {}, "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ=="], - "qsu": ["qsu@1.12.2", "", {}, "sha512-8xbuUpqj8KGl5wW4zPd2fqMNp+N0tO9ugREy0RIdeU0DtYptsF8xVfI+43MyCYx6k/MP2VJvIpBGC4Vg6MHCUQ=="], + "qsu": ["qsu@1.16.0", "", {}, "sha512-muMEkak63d8pkViCZMN8hTXGDJYRK3CMuc5R/DxFtfyNYV6uR7GoDiH6yjClfKQTzjOzGHvX0ND8teCH2M6lQw=="], "regex": ["regex@6.0.1", "", { "dependencies": { "regex-utilities": "^2.3.0" } }, "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA=="], @@ -382,7 +382,7 @@ "vitepress": ["vitepress@1.6.4", "", { "dependencies": { "@docsearch/css": "3.8.2", "@docsearch/js": "3.8.2", "@iconify-json/simple-icons": "^1.2.21", "@shikijs/core": "^2.1.0", "@shikijs/transformers": "^2.1.0", "@shikijs/types": "^2.1.0", "@types/markdown-it": "^14.1.2", "@vitejs/plugin-vue": "^5.2.1", "@vue/devtools-api": "^7.7.0", "@vue/shared": "^3.5.13", "@vueuse/core": "^12.4.0", "@vueuse/integrations": "^12.4.0", "focus-trap": "^7.6.4", "mark.js": "8.11.1", "minisearch": "^7.1.1", "shiki": "^2.1.0", "vite": "^5.4.14", "vue": "^3.5.13" }, "peerDependencies": { "markdown-it-mathjax3": "^4", "postcss": "^8" }, "optionalPeers": ["markdown-it-mathjax3", "postcss"], "bin": { "vitepress": "bin/vitepress.js" } }, "sha512-+2ym1/+0VVrbhNyRoFFesVvBvHAVMZMK0rw60E3X/5349M1GuVdKeazuksqopEdvkKwKGs21Q729jX81/bkBJg=="], - "vitepress-sidebar": ["vitepress-sidebar@1.36.1", "", { "dependencies": { "glob": "^13.0.6", "gray-matter": "^4.0.3", "qsu": "^1.12.1" } }, "sha512-Y2/GX49/4ypHAKXKh2OgYx7d6Qp/kkkIEbahjDPU7llZS5Huq35hbE0+rUL99NzyFHTDpHV52e9rvwgPmAOtUA=="], + "vitepress-sidebar": ["vitepress-sidebar@1.37.0", "", { "dependencies": { "glob": "^13.0.6", "gray-matter": "^4.0.3", "qsu": "^1.16.0" } }, "sha512-7fkWAu/KrLCqg8uGT4xdUfChggOokMU6ES+Cf2elp+jIa2NHqDqFllM3ASMADO+LMCzb+hSzD+MZGF6sD4iylQ=="], "vue": ["vue@3.5.25", "", { "dependencies": { "@vue/compiler-dom": "3.5.25", "@vue/compiler-sfc": "3.5.25", "@vue/runtime-dom": "3.5.25", "@vue/server-renderer": "3.5.25", "@vue/shared": "3.5.25" }, "peerDependencies": { "typescript": "*" }, "optionalPeers": ["typescript"] }, "sha512-YLVdgv2K13WJ6n+kD5owehKtEXwdwXuj2TTyJMsO7pSeKw2bfRNZGjhB7YzrpbMYj5b5QsUebHpOqR3R3ziy/g=="], diff --git a/docs/package.json b/docs/package.json index 0002d69..cb4cf80 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,6 +6,6 @@ }, "devDependencies": { "vitepress": "1.6.4", - "vitepress-sidebar": "1.36.1" + "vitepress-sidebar": "1.37.0" } }