diff --git a/docs/package.json b/docs/package.json index e96e6829..e20dc46c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ "vuepress": "2.0.0-rc.9" }, "dependencies": { - "@iconify/json": "^2.2.199", + "@iconify/json": "^2.2.200", "@vuepress/bundler-vite": "2.0.0-rc.9", "anywhere": "^1.6.0", "chart.js": "^4.4.2", diff --git a/package.json b/package.json index 73cac969..b1e83896 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "1.0.0-rc.49", "private": true, - "packageManager": "pnpm@8.15.6", + "packageManager": "pnpm@8.15.7", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT", "keywords": [ @@ -39,8 +39,8 @@ "release:version": "bumpp package.json plugins/*/package.json theme/package.json --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all --tag --push" }, "devDependencies": { - "@commitlint/cli": "^19.2.1", - "@commitlint/config-conventional": "^19.1.0", + "@commitlint/cli": "^19.2.2", + "@commitlint/config-conventional": "^19.2.2", "@pengzhanbo/eslint-config-vue": "^1.8.1", "@pengzhanbo/stylelint-config": "^1.8.1", "@types/lodash.merge": "^4.6.9", @@ -58,7 +58,7 @@ "rimraf": "^5.0.5", "stylelint": "^16.3.1", "tsconfig-vuepress": "^4.5.0", - "typescript": "^5.4.4", + "typescript": "^5.4.5", "vite": "^5.2.8" }, "pnpm": { diff --git a/plugins/plugin-caniuse/package.json b/plugins/plugin-caniuse/package.json index 73ac89a5..4cbdf241 100644 --- a/plugins/plugin-caniuse/package.json +++ b/plugins/plugin-caniuse/package.json @@ -49,7 +49,7 @@ "markdown-it-container": "^4.0.0" }, "devDependencies": { - "@types/markdown-it": "^14.0.0" + "@types/markdown-it": "^14.0.1" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-md-power/package.json b/plugins/plugin-md-power/package.json index 17df2dd5..9d383ff8 100644 --- a/plugins/plugin-md-power/package.json +++ b/plugins/plugin-md-power/package.json @@ -54,8 +54,8 @@ "vue": "^3.4.21" }, "devDependencies": { - "@iconify/json": "^2.2.199", - "@types/markdown-it": "^14.0.0" + "@iconify/json": "^2.2.200", + "@types/markdown-it": "^14.0.1" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-netlify-functions/package.json b/plugins/plugin-netlify-functions/package.json index 5c8e773a..9ad3533a 100644 --- a/plugins/plugin-netlify-functions/package.json +++ b/plugins/plugin-netlify-functions/package.json @@ -52,11 +52,11 @@ "dotenv": "^16.4.5", "esbuild": "^0.20.2", "execa": "^8.0.1", - "netlify-cli": "^17.22.0", + "netlify-cli": "^17.22.1", "portfinder": "^1.0.32" }, "devDependencies": { - "@types/node": "^20.12.6" + "@types/node": "^20.12.7" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json index 3aef272e..ac003954 100644 --- a/plugins/plugin-search/package.json +++ b/plugins/plugin-search/package.json @@ -40,7 +40,7 @@ "vuepress": "2.0.0-rc.9" }, "dependencies": { - "@vuepress/helper": "2.0.0-rc.21", + "@vuepress/helper": "2.0.0-rc.24", "@vueuse/core": "^10.9.0", "@vueuse/integrations": "^10.9.0", "chokidar": "^3.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 140ed0a8..315454d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,14 +14,14 @@ importers: .: devDependencies: '@commitlint/cli': - specifier: ^19.2.1 - version: 19.2.1(@types/node@20.9.1)(typescript@5.4.4) + specifier: ^19.2.2 + version: 19.2.2(@types/node@20.9.1)(typescript@5.4.5) '@commitlint/config-conventional': - specifier: ^19.1.0 - version: 19.1.0 + specifier: ^19.2.2 + version: 19.2.2 '@pengzhanbo/eslint-config-vue': specifier: ^1.8.1 - version: 1.8.1(@vue/compiler-sfc@3.4.21)(eslint@9.0.0)(typescript@5.4.4) + version: 1.8.1(@vue/compiler-sfc@3.4.21)(eslint@9.0.0)(typescript@5.4.5) '@pengzhanbo/stylelint-config': specifier: ^1.8.1 version: 1.8.1(stylelint@16.3.1) @@ -39,7 +39,7 @@ importers: version: 9.4.0 commitizen: specifier: ^4.3.0 - version: 4.3.0(@types/node@20.9.1)(typescript@5.4.4) + version: 4.3.0(@types/node@20.9.1)(typescript@5.4.5) concurrently: specifier: ^8.2.2 version: 8.2.2 @@ -51,7 +51,7 @@ importers: version: 7.0.1 cz-conventional-changelog: specifier: ^3.3.0 - version: 3.3.0(@types/node@20.9.1)(typescript@5.4.4) + version: 3.3.0(@types/node@20.9.1)(typescript@5.4.5) eslint: specifier: ^9.0.0 version: 9.0.0 @@ -66,13 +66,13 @@ importers: version: 5.0.5 stylelint: specifier: ^16.3.1 - version: 16.3.1(typescript@5.4.4) + version: 16.3.1(typescript@5.4.5) tsconfig-vuepress: specifier: ^4.5.0 version: 4.5.0 typescript: - specifier: ^5.4.4 - version: 5.4.4 + specifier: ^5.4.5 + version: 5.4.5 vite: specifier: ^5.2.8 version: 5.2.8(@types/node@20.9.1) @@ -80,11 +80,11 @@ importers: docs: dependencies: '@iconify/json': - specifier: ^2.2.199 - version: 2.2.199 + specifier: ^2.2.200 + version: 2.2.200 '@vuepress/bundler-vite': specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@types/node@20.9.1)(typescript@5.4.4) + version: 2.0.0-rc.9(@types/node@20.9.1)(typescript@5.4.5) anywhere: specifier: ^1.6.0 version: 1.6.0 @@ -102,10 +102,10 @@ importers: version: 10.9.0 vue: specifier: ^3.4.21 - version: 3.4.21(typescript@5.4.4) + version: 3.4.21(typescript@5.4.5) vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) vuepress-theme-plume: specifier: workspace:* version: link:../theme @@ -133,13 +133,13 @@ importers: version: 1.1.0 vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) plugins/plugin-baidu-tongji: dependencies: vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) plugins/plugin-blog-data: dependencies: @@ -154,10 +154,10 @@ importers: version: 1.0.1 vue: specifier: ^3.4.21 - version: 3.4.21(typescript@5.4.4) + version: 3.4.21(typescript@5.4.5) vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) plugins/plugin-caniuse: dependencies: @@ -166,20 +166,20 @@ importers: version: 4.0.0 vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) devDependencies: '@types/markdown-it': - specifier: ^14.0.0 - version: 14.0.0 + specifier: ^14.0.1 + version: 14.0.1 plugins/plugin-content-update: dependencies: vue: specifier: ^3.4.21 - version: 3.4.21(typescript@5.4.4) + version: 3.4.21(typescript@5.4.5) vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) plugins/plugin-copy-code: dependencies: @@ -188,10 +188,10 @@ importers: version: link:../plugin-content-update vue: specifier: ^3.4.21 - version: 3.4.21(typescript@5.4.4) + version: 3.4.21(typescript@5.4.5) vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) plugins/plugin-iconify: dependencies: @@ -200,10 +200,10 @@ importers: version: 4.1.1(vue@3.4.21) vue: specifier: ^3.4.21 - version: 3.4.21(typescript@5.4.4) + version: 3.4.21(typescript@5.4.5) vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) plugins/plugin-md-power: dependencies: @@ -224,17 +224,17 @@ importers: version: 5.0.7 vue: specifier: ^3.4.21 - version: 3.4.21(typescript@5.4.4) + version: 3.4.21(typescript@5.4.5) vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) devDependencies: '@iconify/json': - specifier: ^2.2.199 - version: 2.2.199 + specifier: ^2.2.200 + version: 2.2.200 '@types/markdown-it': - specifier: ^14.0.0 - version: 14.0.0 + specifier: ^14.0.1 + version: 14.0.1 plugins/plugin-netlify-functions: dependencies: @@ -263,18 +263,18 @@ importers: specifier: ^8.0.1 version: 8.0.1 netlify-cli: - specifier: ^17.22.0 - version: 17.22.0(@types/node@20.12.6) + specifier: ^17.22.1 + version: 17.22.1(@types/node@20.12.7) portfinder: specifier: ^1.0.32 version: 1.0.32 vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) devDependencies: '@types/node': - specifier: ^20.12.6 - version: 20.12.6 + specifier: ^20.12.7 + version: 20.12.7 plugins/plugin-notes-data: dependencies: @@ -289,16 +289,16 @@ importers: version: 1.0.1 vue: specifier: ^3.4.21 - version: 3.4.21(typescript@5.4.4) + version: 3.4.21(typescript@5.4.5) vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) plugins/plugin-search: dependencies: '@vuepress/helper': - specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + specifier: 2.0.0-rc.24 + version: 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vueuse/core': specifier: ^10.9.0 version: 10.9.0(vue@3.4.21) @@ -322,10 +322,10 @@ importers: version: 7.0.2 vue: specifier: ^3.4.21 - version: 3.4.21(typescript@5.4.4) + version: 3.4.21(typescript@5.4.5) vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) plugins/plugin-shikiji: dependencies: @@ -334,7 +334,7 @@ importers: version: 1.3.0 '@shikijs/twoslash': specifier: ^1.3.0 - version: 1.3.0(typescript@5.4.4) + version: 1.3.0(typescript@5.4.5) '@types/hast': specifier: ^3.0.4 version: 3.0.4 @@ -358,13 +358,13 @@ importers: version: 1.3.0 twoslash: specifier: ^0.2.5 - version: 0.2.5(typescript@5.4.4) + version: 0.2.5(typescript@5.4.5) twoslash-vue: specifier: ^0.2.5 - version: 0.2.5(typescript@5.4.4) + version: 0.2.5(typescript@5.4.5) vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) theme: dependencies: @@ -399,50 +399,50 @@ importers: specifier: workspace:* version: link:../plugins/plugin-shikiji '@vuepress/helper': - specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + specifier: 2.0.0-rc.24 + version: 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vuepress/plugin-active-header-links': specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + version: 2.0.0-rc.21(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vuepress/plugin-comment': - specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + specifier: 2.0.0-rc.24 + version: 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vuepress/plugin-container': specifier: 2.0.0-rc.21 version: 2.0.0-rc.21(vuepress@2.0.0-rc.9) '@vuepress/plugin-docsearch': - specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(@algolia/client-search@4.20.0)(search-insights@2.7.0)(typescript@5.4.4)(vuepress@2.0.0-rc.9) + specifier: 2.0.0-rc.24 + version: 2.0.0-rc.24(@algolia/client-search@4.20.0)(search-insights@2.7.0)(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vuepress/plugin-external-link-icon': - specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + specifier: 2.0.0-rc.24 + version: 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vuepress/plugin-git': - specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(vuepress@2.0.0-rc.9) + specifier: 2.0.0-rc.22 + version: 2.0.0-rc.22(vuepress@2.0.0-rc.9) '@vuepress/plugin-medium-zoom': - specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + specifier: 2.0.0-rc.24 + version: 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vuepress/plugin-nprogress': specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + version: 2.0.0-rc.21(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vuepress/plugin-palette': specifier: 2.0.0-rc.21 version: 2.0.0-rc.21(vuepress@2.0.0-rc.9) '@vuepress/plugin-reading-time': - specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + specifier: 2.0.0-rc.24 + version: 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vuepress/plugin-seo': - specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + specifier: 2.0.0-rc.24 + version: 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vuepress/plugin-sitemap': - specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + specifier: 2.0.0-rc.24 + version: 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vuepress/plugin-theme-data': specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + version: 2.0.0-rc.21(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vuepress/plugin-toc': - specifier: 2.0.0-rc.21 - version: 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + specifier: 2.0.0-rc.24 + version: 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vueuse/core': specifier: ^10.9.0 version: 10.9.0(vue@3.4.21) @@ -463,16 +463,16 @@ importers: version: 5.0.7 vue: specifier: ^3.4.21 - version: 3.4.21(typescript@5.4.4) + version: 3.4.21(typescript@5.4.5) vue-router: specifier: 4.3.0 version: 4.3.0(vue@3.4.21) vuepress: specifier: 2.0.0-rc.9 - version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + version: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) vuepress-plugin-md-enhance: specifier: 2.0.0-rc.32 - version: 2.0.0-rc.32(katex@0.16.10)(markdown-it@14.1.0)(typescript@5.4.4)(vuepress@2.0.0-rc.9) + version: 2.0.0-rc.32(katex@0.16.10)(markdown-it@14.1.0)(typescript@5.4.5)(vuepress@2.0.0-rc.9) vuepress-plugin-md-power: specifier: workspace:* version: link:../plugins/plugin-md-power @@ -523,6 +523,9 @@ packages: peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' + peerDependenciesMeta: + '@algolia/client-search': + optional: true dependencies: '@algolia/client-search': 4.20.0 algoliasearch: 4.20.0 @@ -731,14 +734,14 @@ packages: engines: {node: '>=0.1.90'} dev: false - /@commitlint/cli@19.2.1(@types/node@20.9.1)(typescript@5.4.4): - resolution: {integrity: sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==} + /@commitlint/cli@19.2.2(@types/node@20.9.1)(typescript@5.4.5): + resolution: {integrity: sha512-P8cbOHfg2PQRzfICLSrzUVOCVMqjEZ8Hlth6mtJ4yOEjT47Q5PbIGymgX3rLVylNw+3IAT2Djn9IJ2wHbXFzBg==} engines: {node: '>=v18'} hasBin: true dependencies: '@commitlint/format': 19.0.3 - '@commitlint/lint': 19.1.0 - '@commitlint/load': 19.2.0(@types/node@20.9.1)(typescript@5.4.4) + '@commitlint/lint': 19.2.2 + '@commitlint/load': 19.2.0(@types/node@20.9.1)(typescript@5.4.5) '@commitlint/read': 19.2.1 '@commitlint/types': 19.0.3 execa: 8.0.1 @@ -748,8 +751,8 @@ packages: - typescript dev: true - /@commitlint/config-conventional@19.1.0: - resolution: {integrity: sha512-KIKD2xrp6Uuk+dcZVj3++MlzIr/Su6zLE8crEDQCZNvWHNQSeeGbzOlNtsR32TUy6H3JbP7nWgduAHCaiGQ6EA==} + /@commitlint/config-conventional@19.2.2: + resolution: {integrity: sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==} engines: {node: '>=v18'} dependencies: '@commitlint/types': 19.0.3 @@ -789,25 +792,25 @@ packages: chalk: 5.3.0 dev: true - /@commitlint/is-ignored@19.0.3: - resolution: {integrity: sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==} + /@commitlint/is-ignored@19.2.2: + resolution: {integrity: sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==} engines: {node: '>=v18'} dependencies: '@commitlint/types': 19.0.3 semver: 7.6.0 dev: true - /@commitlint/lint@19.1.0: - resolution: {integrity: sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==} + /@commitlint/lint@19.2.2: + resolution: {integrity: sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==} engines: {node: '>=v18'} dependencies: - '@commitlint/is-ignored': 19.0.3 + '@commitlint/is-ignored': 19.2.2 '@commitlint/parse': 19.0.3 '@commitlint/rules': 19.0.3 '@commitlint/types': 19.0.3 dev: true - /@commitlint/load@19.2.0(@types/node@20.9.1)(typescript@5.4.4): + /@commitlint/load@19.2.0(@types/node@20.9.1)(typescript@5.4.5): resolution: {integrity: sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==} engines: {node: '>=v18'} dependencies: @@ -816,8 +819,8 @@ packages: '@commitlint/resolve-extends': 19.1.0 '@commitlint/types': 19.0.3 chalk: 5.3.0 - cosmiconfig: 9.0.0(typescript@5.4.4) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.9.1)(cosmiconfig@9.0.0)(typescript@5.4.4) + cosmiconfig: 9.0.0(typescript@5.4.5) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.9.1)(cosmiconfig@9.0.0)(typescript@5.4.5) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -1768,8 +1771,8 @@ packages: resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==} dev: false - /@iconify/json@2.2.199: - resolution: {integrity: sha512-dmdbHES8HmvGYwdbse8g7ZO4Grvi35NGuaVA8+R5alkf1Ky6Y6atlzQJPhj7a6UN/+gM5qOzQ3Tcc6Fna7Rv5A==} + /@iconify/json@2.2.200: + resolution: {integrity: sha512-hnGvv2qeQD+DYhbCZSjnIlSi63dPFNmnMWCqLh0cL0kOqQBYsL61ViMjiusjVHKgBWf+fI4Sp6/bsoFuEWbhQg==} dependencies: '@iconify/types': 2.0.0 pathe: 1.1.2 @@ -1797,7 +1800,7 @@ packages: vue: '>=3' dependencies: '@iconify/types': 2.0.0 - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) dev: false /@import-maps/resolve@1.0.1: @@ -1825,7 +1828,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.12.6 + '@types/node': 20.12.7 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: false @@ -2251,15 +2254,15 @@ packages: '@iarna/toml': 2.2.5 dot-prop: 7.2.0 find-up: 6.3.0 - minimatch: 9.0.3 + minimatch: 9.0.4 read-pkg: 7.1.0 semver: 7.6.0 yaml: 2.3.4 yargs: 17.7.2 dev: false - /@netlify/build@29.39.0(@opentelemetry/api@1.8.0)(@types/node@20.12.6): - resolution: {integrity: sha512-VbPHFGm3fojWakBr94e8qBb0SlxeRaAfZMWK4gqKFbXV0ANLTNWsyh4TFPDRHlfY79LFcUZ9WKc7/SpHa4FhGg==} + /@netlify/build@29.39.1(@opentelemetry/api@1.8.0)(@types/node@20.12.7): + resolution: {integrity: sha512-Pl6xb7CecEJEkUszylscT1f7FF+37xaIk+wz5ZL99TIhZ2D/3f0w+wm0knASTB90dvmDaL4IAfPTDMORzgMBIA==} engines: {node: ^14.16.0 || >=16.0.0} hasBin: true peerDependencies: @@ -2275,12 +2278,12 @@ packages: '@netlify/config': 20.12.1 '@netlify/edge-bundler': 11.3.0(supports-color@9.2.2) '@netlify/framework-info': 9.8.11 - '@netlify/functions-utils': 5.2.53(supports-color@9.2.2) + '@netlify/functions-utils': 5.2.54(supports-color@9.2.2) '@netlify/git-utils': 5.1.1 '@netlify/opentelemetry-utils': 1.1.0(@opentelemetry/api@1.8.0) '@netlify/plugins-list': 6.77.0 '@netlify/run-utils': 5.1.1 - '@netlify/zip-it-and-ship-it': 9.31.1(supports-color@9.2.2) + '@netlify/zip-it-and-ship-it': 9.31.3(supports-color@9.2.2) '@opentelemetry/api': 1.8.0 '@sindresorhus/slugify': 2.1.0 ansi-escapes: 6.2.1 @@ -2323,8 +2326,8 @@ packages: strip-ansi: 7.1.0 supports-color: 9.2.2 terminal-link: 3.0.0 - ts-node: 10.9.2(@types/node@20.12.6)(typescript@5.4.4) - typescript: 5.4.4 + ts-node: 10.9.2(@types/node@20.12.7)(typescript@5.4.5) + typescript: 5.4.5 uuid: 9.0.0 yargs: 17.7.2 transitivePeerDependencies: @@ -2432,11 +2435,11 @@ packages: semver: 7.6.0 dev: false - /@netlify/functions-utils@5.2.53(supports-color@9.2.2): - resolution: {integrity: sha512-mIUKmLgZgXp2kSut2X1FrKelhZFYxHzk27FdpqnjhkAlKA8trjoFJ0vOODJejddGFKNGDBYM3SEbTb82JBassg==} + /@netlify/functions-utils@5.2.54(supports-color@9.2.2): + resolution: {integrity: sha512-QdYmIPC6NBp90MfuHWeNGqf1XdsRUcIIbcWnT2AK1g2By8ur8m28qGM99GlReRmprzC7ZT7YmwcHjUjaq24sRA==} engines: {node: ^14.16.0 || >=16.0.0} dependencies: - '@netlify/zip-it-and-ship-it': 9.31.1(supports-color@9.2.2) + '@netlify/zip-it-and-ship-it': 9.31.3(supports-color@9.2.2) cpy: 9.0.1 path-exists: 5.0.0 transitivePeerDependencies: @@ -2626,23 +2629,23 @@ packages: urlpattern-polyfill: 8.0.2 dev: false - /@netlify/serverless-functions-api@1.16.1: - resolution: {integrity: sha512-UgHtUoSpS4RCn3cezn7kKKKi6qMlre8dQo3E2+1shvY3x+qoa5JtKMccu0kvzIUVm0AXMFH8T0shGCEXp1wYog==} + /@netlify/serverless-functions-api@1.16.2: + resolution: {integrity: sha512-v28g91/bnvvFw+LO/ro/n766RhbWqB5UG2H73kwEUuSqlnLuO/tMgPh13vOeeIgjZcXZoulGn13g7eUs4j6Qpg==} engines: {node: ^14.18.0 || >=16.0.0} dependencies: '@netlify/node-cookies': 0.1.0 urlpattern-polyfill: 8.0.2 dev: false - /@netlify/zip-it-and-ship-it@9.31.1(supports-color@9.2.2): - resolution: {integrity: sha512-vBgclVWQbFlVisD/VUFL2k2qUbmYY0elMTSiEr/JuM966cQT9G4yeCs9kkbgnpNuDCFztdO01r8xrm9F7PywRQ==} + /@netlify/zip-it-and-ship-it@9.31.3(supports-color@9.2.2): + resolution: {integrity: sha512-cB8DE0pV90IYShytLcKyxZFy6aolKqSuFDMOKVL/svJ6hMQOVlngz5ZKcNRX4rQ2uHWHTe75tgTn6OqmelQYrw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true dependencies: '@babel/parser': 7.23.9 '@babel/types': 7.23.6 '@netlify/binary-info': 1.0.0 - '@netlify/serverless-functions-api': 1.16.1 + '@netlify/serverless-functions-api': 1.16.2 '@vercel/nft': 0.23.0(supports-color@9.2.2) archiver: 6.0.1 common-path-prefix: 3.0.0 @@ -2659,7 +2662,7 @@ packages: junk: 4.0.0 locate-path: 7.2.0 merge-options: 3.0.4 - minimatch: 9.0.3 + minimatch: 9.0.4 normalize-path: 3.0.0 p-map: 5.5.0 path-exists: 5.0.0 @@ -2972,7 +2975,7 @@ packages: '@parcel/watcher-win32-x64': 2.4.1 dev: false - /@pengzhanbo/eslint-config-vue@1.8.1(@vue/compiler-sfc@3.4.21)(eslint@9.0.0)(typescript@5.4.4): + /@pengzhanbo/eslint-config-vue@1.8.1(@vue/compiler-sfc@3.4.21)(eslint@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-hf1FstKptCaQWDhimMPjuvC9A8z2amTmCYqiaxi3M5kOcCc0kUzZc6UrOB0qQljIEMwG/j6KER4Q9IVD8Bl10g==} peerDependencies: '@unocss/eslint-plugin': '>=0.50.0' @@ -2987,7 +2990,7 @@ packages: eslint-plugin-tailwindcss: optional: true dependencies: - '@pengzhanbo/eslint-config': 1.8.1(eslint-plugin-vue@9.24.1)(eslint-processor-vue-blocks@0.1.1)(eslint@9.0.0)(typescript@5.4.4)(vue-eslint-parser@9.4.2) + '@pengzhanbo/eslint-config': 1.8.1(eslint-plugin-vue@9.24.1)(eslint-processor-vue-blocks@0.1.1)(eslint@9.0.0)(typescript@5.4.5)(vue-eslint-parser@9.4.2) eslint: 9.0.0 eslint-plugin-vue: 9.24.1(eslint@9.0.0) eslint-processor-vue-blocks: 0.1.1(@vue/compiler-sfc@3.4.21)(eslint@9.0.0) @@ -3011,7 +3014,7 @@ packages: - vitest dev: true - /@pengzhanbo/eslint-config@1.8.1(eslint-plugin-vue@9.24.1)(eslint-processor-vue-blocks@0.1.1)(eslint@9.0.0)(typescript@5.4.4)(vue-eslint-parser@9.4.2): + /@pengzhanbo/eslint-config@1.8.1(eslint-plugin-vue@9.24.1)(eslint-processor-vue-blocks@0.1.1)(eslint@9.0.0)(typescript@5.4.5)(vue-eslint-parser@9.4.2): resolution: {integrity: sha512-lvntYHiENrZXlnwqAV7Uy05x74sKSmlYnt47Tv3HB+dy7pAaBmxBxFkRKnthQj01cd4hWSrl19Hy3Z1wUVrevg==} peerDependencies: '@next/eslint-plugin-next': ^14.1.4 @@ -3069,26 +3072,26 @@ packages: optional: true dependencies: '@antfu/install-pkg': 0.3.2 - '@stylistic/eslint-plugin': 1.7.0(eslint@9.0.0)(typescript@5.4.4) - '@typescript-eslint/eslint-plugin': 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.4) - '@typescript-eslint/parser': 7.6.0(eslint@9.0.0)(typescript@5.4.4) + '@stylistic/eslint-plugin': 1.7.0(eslint@9.0.0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.6.0(eslint@9.0.0)(typescript@5.4.5) eslint: 9.0.0 eslint-config-flat-gitignore: 0.1.5 eslint-flat-config-utils: 0.2.1 eslint-merge-processors: 0.1.0(eslint@9.0.0) eslint-plugin-antfu: 2.1.2(eslint@9.0.0) eslint-plugin-eslint-comments: 3.2.0(eslint@9.0.0) - eslint-plugin-import-x: 0.5.0(eslint@9.0.0)(typescript@5.4.4) + eslint-plugin-import-x: 0.5.0(eslint@9.0.0)(typescript@5.4.5) eslint-plugin-jsdoc: 48.2.3(eslint@9.0.0) eslint-plugin-jsonc: 2.15.0(eslint@9.0.0) eslint-plugin-markdown: 4.0.1(eslint@9.0.0) eslint-plugin-n: 17.1.0(eslint@9.0.0) eslint-plugin-no-only-tests: 3.1.0 - eslint-plugin-perfectionist: 2.8.0(eslint@9.0.0)(typescript@5.4.4)(vue-eslint-parser@9.4.2) + eslint-plugin-perfectionist: 2.8.0(eslint@9.0.0)(typescript@5.4.5)(vue-eslint-parser@9.4.2) eslint-plugin-toml: 0.11.0(eslint@9.0.0) eslint-plugin-unicorn: 52.0.0(eslint@9.0.0) eslint-plugin-unused-imports: 3.1.0(@typescript-eslint/eslint-plugin@7.6.0)(eslint@9.0.0) - eslint-plugin-vitest: 0.5.1(@typescript-eslint/eslint-plugin@7.6.0)(eslint@9.0.0)(typescript@5.4.4) + eslint-plugin-vitest: 0.5.1(@typescript-eslint/eslint-plugin@7.6.0)(eslint@9.0.0)(typescript@5.4.5) eslint-plugin-vue: 9.24.1(eslint@9.0.0) eslint-plugin-yml: 1.14.0(eslint@9.0.0) eslint-processor-vue-blocks: 0.1.1(@vue/compiler-sfc@3.4.21)(eslint@9.0.0) @@ -3119,7 +3122,7 @@ packages: local-pkg: 0.5.0 postcss: 8.4.38 postcss-html: 1.6.0 - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) stylelint-config-html: 1.1.0(postcss-html@1.6.0)(stylelint@16.3.1) stylelint-config-standard: 36.0.0(stylelint@16.3.1) stylelint-config-standard-scss: 13.1.0(postcss@8.4.38)(stylelint@16.3.1) @@ -3260,11 +3263,11 @@ packages: shiki: 1.3.0 dev: false - /@shikijs/twoslash@1.3.0(typescript@5.4.4): + /@shikijs/twoslash@1.3.0(typescript@5.4.5): resolution: {integrity: sha512-XF8Xmotej+cavT6ibKtnsN+TagUJF6eieOV0botcXLhj5aMTPtO+Jdjm9+0vGgloy9JHtuXsik1/JqYMvPIIVw==} dependencies: '@shikijs/core': 1.3.0 - twoslash: 0.2.5(typescript@5.4.4) + twoslash: 0.2.5(typescript@5.4.5) transitivePeerDependencies: - supports-color - typescript @@ -3306,7 +3309,7 @@ packages: stylelint: optional: true dependencies: - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) stylelint-define-config: 1.3.0(stylelint@16.3.1) dev: true @@ -3320,7 +3323,7 @@ packages: stylelint: optional: true dependencies: - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) stylelint-define-config: 1.3.0(stylelint@16.3.1) dev: true @@ -3334,7 +3337,7 @@ packages: stylelint: optional: true dependencies: - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) stylelint-define-config: 1.3.0(stylelint@16.3.1) dev: true @@ -3365,20 +3368,20 @@ packages: picomatch: 4.0.1 dev: true - /@stylistic/eslint-plugin-plus@1.7.0(eslint@9.0.0)(typescript@5.4.4): + /@stylistic/eslint-plugin-plus@1.7.0(eslint@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-AabDw8sXsc70Ydx3qnbeTlRHZnIwY6UKEenBPURPhY3bfYWX+/pDpZH40HkOu94v8D0DUrocPkeeEUxl4e0JDg==} peerDependencies: eslint: '*' dependencies: '@types/eslint': 8.56.7 - '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.4) + '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.5) eslint: 9.0.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@stylistic/eslint-plugin-ts@1.7.0(eslint@9.0.0)(typescript@5.4.4): + /@stylistic/eslint-plugin-ts@1.7.0(eslint@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-QsHv98mmW1xaucVYQTyLDgEpybPJ/6jPPxVBrIchntWWwj74xCWKUiw79hu+TpYj/Pbhd9rkqJYLNq3pQGYuyA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -3386,14 +3389,14 @@ packages: dependencies: '@stylistic/eslint-plugin-js': 1.7.0(eslint@9.0.0) '@types/eslint': 8.56.7 - '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.4) + '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.5) eslint: 9.0.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@stylistic/eslint-plugin@1.7.0(eslint@9.0.0)(typescript@5.4.4): + /@stylistic/eslint-plugin@1.7.0(eslint@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-ThMUjGIi/jeWYNvOdjZkoLw1EOVs0tEuKXDgWvTn8uWaEz55HuPlajKxjKLpv19C+qRDbKczJfzUODfCdME53A==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -3401,8 +3404,8 @@ packages: dependencies: '@stylistic/eslint-plugin-js': 1.7.0(eslint@9.0.0) '@stylistic/eslint-plugin-jsx': 1.7.0(eslint@9.0.0) - '@stylistic/eslint-plugin-plus': 1.7.0(eslint@9.0.0)(typescript@5.4.4) - '@stylistic/eslint-plugin-ts': 1.7.0(eslint@9.0.0)(typescript@5.4.4) + '@stylistic/eslint-plugin-plus': 1.7.0(eslint@9.0.0)(typescript@5.4.5) + '@stylistic/eslint-plugin-ts': 1.7.0(eslint@9.0.0)(typescript@5.4.5) '@types/eslint': 8.56.7 eslint: 9.0.0 transitivePeerDependencies: @@ -3423,7 +3426,7 @@ packages: postcss-selector-parser: 6.0.16 postcss-value-parser: 4.2.0 style-search: 0.1.0 - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) dev: true /@szmarczak/http-timer@5.0.1: @@ -3462,19 +3465,19 @@ packages: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.6 + '@types/node': 20.12.7 dev: true /@types/connect@3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: - '@types/node': 20.12.6 + '@types/node': 20.12.7 dev: true /@types/conventional-commits-parser@5.0.0: resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==} dependencies: - '@types/node': 20.12.6 + '@types/node': 20.12.7 dev: true /@types/d3-scale-chromatic@3.0.3: @@ -3510,7 +3513,7 @@ packages: /@types/express-serve-static-core@4.17.43: resolution: {integrity: sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==} dependencies: - '@types/node': 20.12.6 + '@types/node': 20.12.7 '@types/qs': 6.9.12 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -3529,7 +3532,7 @@ packages: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} dependencies: '@types/jsonfile': 6.1.1 - '@types/node': 20.12.6 + '@types/node': 20.12.7 dev: false /@types/hash-sum@1.0.2: @@ -3553,7 +3556,7 @@ packages: /@types/http-proxy@1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 20.12.6 + '@types/node': 20.12.7 dev: false /@types/istanbul-lib-coverage@2.0.4: @@ -3579,7 +3582,7 @@ packages: /@types/jsonfile@6.1.1: resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} dependencies: - '@types/node': 20.12.6 + '@types/node': 20.12.7 dev: false /@types/katex@0.16.7: @@ -3602,7 +3605,7 @@ packages: /@types/markdown-it-emoji@2.0.4: resolution: {integrity: sha512-H6ulk/ZmbDxOayPwI/leJzrmoW1YKX1Z+MVSCHXuYhvqckV4I/c+hPTf6UiqJyn2avWugfj30XroheEb6/Ekqg==} dependencies: - '@types/markdown-it': 14.0.0 + '@types/markdown-it': 14.0.1 dev: false /@types/markdown-it@13.0.7: @@ -3612,8 +3615,8 @@ packages: '@types/mdurl': 1.0.2 dev: false - /@types/markdown-it@14.0.0: - resolution: {integrity: sha512-2rStaAqMaLQNfo9mg2HNlley75jUTAkZKqlk3pxDSgaFk44zd+CAVpczpoh6/RtOzfUtwpEyD6lsHWUfKbVSDg==} + /@types/markdown-it@14.0.1: + resolution: {integrity: sha512-6WfOG3jXR78DW8L5cTYCVVGAsIFZskRHCDo5tbqa+qtKVt4oDRVH7hyIWu1SpDQJlmIoEivNQZ5h+AGAOrgOtQ==} dependencies: '@types/linkify-it': 3.0.2 '@types/mdurl': 1.0.2 @@ -3652,8 +3655,8 @@ packages: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node@20.12.6: - resolution: {integrity: sha512-3KurE8taB8GCvZBPngVbp0lk5CKi8M9f9k1rsADh0Evdz5SzJ+Q+Hx9uHoFGsLnLnd1xmkDQr2hVhlA0Mn0lKQ==} + /@types/node@20.12.7: + resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} dependencies: undici-types: 5.26.5 @@ -3688,7 +3691,7 @@ packages: /@types/sax@1.2.4: resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==} dependencies: - '@types/node': 20.12.6 + '@types/node': 20.12.7 dev: false /@types/semver@7.5.8: @@ -3699,7 +3702,7 @@ packages: resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.6 + '@types/node': 20.12.7 dev: true /@types/serve-static@1.15.5: @@ -3707,7 +3710,7 @@ packages: dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.12.6 + '@types/node': 20.12.7 dev: true /@types/trusted-types@2.0.2: @@ -3743,11 +3746,11 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 20.12.6 + '@types/node': 20.12.7 dev: false optional: true - /@typescript-eslint/eslint-plugin@7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.4): + /@typescript-eslint/eslint-plugin@7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -3759,10 +3762,10 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.6.0(eslint@9.0.0)(typescript@5.4.4) + '@typescript-eslint/parser': 7.6.0(eslint@9.0.0)(typescript@5.4.5) '@typescript-eslint/scope-manager': 7.6.0 - '@typescript-eslint/type-utils': 7.6.0(eslint@9.0.0)(typescript@5.4.4) - '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.4) + '@typescript-eslint/type-utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) '@typescript-eslint/visitor-keys': 7.6.0 debug: 4.3.4(supports-color@9.2.2) eslint: 9.0.0 @@ -3770,13 +3773,13 @@ packages: ignore: 5.3.1 natural-compare: 1.4.0 semver: 7.6.0 - ts-api-utils: 1.3.0(typescript@5.4.4) - typescript: 5.4.4 + ts-api-utils: 1.3.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@7.6.0(eslint@9.0.0)(typescript@5.4.4): + /@typescript-eslint/parser@7.6.0(eslint@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -3788,11 +3791,11 @@ packages: dependencies: '@typescript-eslint/scope-manager': 7.6.0 '@typescript-eslint/types': 7.6.0 - '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.4) + '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5) '@typescript-eslint/visitor-keys': 7.6.0 debug: 4.3.4(supports-color@9.2.2) eslint: 9.0.0 - typescript: 5.4.4 + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true @@ -3813,7 +3816,7 @@ packages: '@typescript-eslint/visitor-keys': 7.6.0 dev: true - /@typescript-eslint/type-utils@7.6.0(eslint@9.0.0)(typescript@5.4.4): + /@typescript-eslint/type-utils@7.6.0(eslint@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-NxAfqAPNLG6LTmy7uZgpK8KcuiS2NZD/HlThPXQRGwz6u7MDBWRVliEEl1Gj6U7++kVJTpehkhZzCJLMK66Scw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -3823,12 +3826,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.4) - '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.4) + '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5) + '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) debug: 4.3.4(supports-color@9.2.2) eslint: 9.0.0 - ts-api-utils: 1.3.0(typescript@5.4.4) - typescript: 5.4.4 + ts-api-utils: 1.3.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true @@ -3848,7 +3851,7 @@ packages: engines: {node: ^18.18.0 || >=20.0.0} dev: true - /@typescript-eslint/typescript-estree@5.59.11(supports-color@9.2.2)(typescript@5.4.4): + /@typescript-eslint/typescript-estree@5.59.11(supports-color@9.2.2)(typescript@5.4.5): resolution: {integrity: sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3863,13 +3866,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.0 - tsutils: 3.21.0(typescript@5.4.4) - typescript: 5.4.4 + tsutils: 3.21.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.4): + /@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.5): resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -3885,13 +3888,13 @@ packages: is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.0 - ts-api-utils: 1.3.0(typescript@5.4.4) - typescript: 5.4.4 + ts-api-utils: 1.3.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree@7.6.0(typescript@5.4.4): + /@typescript-eslint/typescript-estree@7.6.0(typescript@5.4.5): resolution: {integrity: sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -3907,13 +3910,13 @@ packages: is-glob: 4.0.3 minimatch: 9.0.4 semver: 7.6.0 - ts-api-utils: 1.3.0(typescript@5.4.4) - typescript: 5.4.4 + ts-api-utils: 1.3.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@6.21.0(eslint@9.0.0)(typescript@5.4.4): + /@typescript-eslint/utils@6.21.0(eslint@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -3924,7 +3927,7 @@ packages: '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.4) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) eslint: 9.0.0 semver: 7.6.0 transitivePeerDependencies: @@ -3932,7 +3935,7 @@ packages: - typescript dev: true - /@typescript-eslint/utils@7.6.0(eslint@9.0.0)(typescript@5.4.4): + /@typescript-eslint/utils@7.6.0(eslint@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -3943,7 +3946,7 @@ packages: '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 7.6.0 '@typescript-eslint/types': 7.6.0 - '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.4) + '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5) eslint: 9.0.0 semver: 7.6.0 transitivePeerDependencies: @@ -4038,7 +4041,7 @@ packages: vue: ^3.2.25 dependencies: vite: 5.2.2(@types/node@20.9.1) - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) dev: false /@volar/language-core@1.11.1: @@ -4095,7 +4098,7 @@ packages: resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==} dev: false - /@vue/language-core@1.8.27(typescript@5.4.4): + /@vue/language-core@1.8.27(typescript@5.4.5): resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} peerDependencies: typescript: '*' @@ -4111,7 +4114,7 @@ packages: minimatch: 9.0.3 muggle-string: 0.3.1 path-browserify: 1.0.1 - typescript: 5.4.4 + typescript: 5.4.5 vue-template-compiler: 2.7.16 dev: false @@ -4143,18 +4146,18 @@ packages: dependencies: '@vue/compiler-ssr': 3.4.21 '@vue/shared': 3.4.21 - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) dev: false /@vue/shared@3.4.21: resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} - /@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.9.1)(typescript@5.4.4): + /@vuepress/bundler-vite@2.0.0-rc.9(@types/node@20.9.1)(typescript@5.4.5): resolution: {integrity: sha512-GcM2eSqW2mPY5xXX4i5kuZujvwUeiTpsLX5kgau9LzPox+FdA3SMUkppCY3hsou2o2RxXPTfjocE7OlYQrUqvA==} dependencies: '@vitejs/plugin-vue': 5.0.4(vite@5.2.2)(vue@3.4.21) - '@vuepress/client': 2.0.0-rc.9(typescript@5.4.4) - '@vuepress/core': 2.0.0-rc.9(typescript@5.4.4) + '@vuepress/client': 2.0.0-rc.9(typescript@5.4.5) + '@vuepress/core': 2.0.0-rc.9(typescript@5.4.5) '@vuepress/shared': 2.0.0-rc.9 '@vuepress/utils': 2.0.0-rc.9 autoprefixer: 10.4.19(postcss@8.4.38) @@ -4163,7 +4166,7 @@ packages: postcss-load-config: 5.0.3(postcss@8.4.38) rollup: 4.13.0 vite: 5.2.2(@types/node@20.9.1) - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) vue-router: 4.3.0(vue@3.4.21) transitivePeerDependencies: - '@types/node' @@ -4178,11 +4181,11 @@ packages: - typescript dev: false - /@vuepress/cli@2.0.0-rc.9(typescript@5.4.4): + /@vuepress/cli@2.0.0-rc.9(typescript@5.4.5): resolution: {integrity: sha512-uv7Xmv3QmPpzCaUAq0oKEwp2tY64AO+7mxamgr7tr+t6FEnCYqr+X0nLlH17UtMkmGWIsbHLIlMjteprxGxIMg==} hasBin: true dependencies: - '@vuepress/core': 2.0.0-rc.9(typescript@5.4.4) + '@vuepress/core': 2.0.0-rc.9(typescript@5.4.5) '@vuepress/shared': 2.0.0-rc.9 '@vuepress/utils': 2.0.0-rc.9 cac: 6.7.14 @@ -4194,31 +4197,31 @@ packages: - typescript dev: false - /@vuepress/client@2.0.0-rc.9(typescript@5.4.4): + /@vuepress/client@2.0.0-rc.9(typescript@5.4.5): resolution: {integrity: sha512-V5jA6L1nHQ8tXBshRHBJKei7HPFonGxFzmVK5yjj2Ho/Xtp/SD9rBS6dyYd5CSkKRGQDgy19Z+BUUPXtdI1qzg==} dependencies: '@vue/devtools-api': 6.6.1 '@vuepress/shared': 2.0.0-rc.9 - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) vue-router: 4.3.0(vue@3.4.21) transitivePeerDependencies: - typescript dev: false - /@vuepress/core@2.0.0-rc.9(typescript@5.4.4): + /@vuepress/core@2.0.0-rc.9(typescript@5.4.5): resolution: {integrity: sha512-uvMkIqYJ7vjfYEC91rMmT8YJt8xXnob5YYY3TzlwWUSEv4yoV3nlVu0l6Zfhenx/7FwKaxRJ/ePlUGIgUHBcBw==} dependencies: - '@vuepress/client': 2.0.0-rc.9(typescript@5.4.4) + '@vuepress/client': 2.0.0-rc.9(typescript@5.4.5) '@vuepress/markdown': 2.0.0-rc.9(patch_hash=f3on36z73gmvj4jugj25dg7wje) '@vuepress/shared': 2.0.0-rc.9 '@vuepress/utils': 2.0.0-rc.9 - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) transitivePeerDependencies: - supports-color - typescript dev: false - /@vuepress/helper@2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9): + /@vuepress/helper@2.0.0-rc.21(typescript@5.4.5)(vuepress@2.0.0-rc.9): resolution: {integrity: sha512-yKIG8hwsrA63uWo9hx9u7KBc0HvotKe2/0wVZtUdvdsibG3UYNI9enYQNa8MdqbxF92mmlFkPZdosGjUTA+BYw==} peerDependencies: vuepress: 2.0.0-rc.9 @@ -4227,8 +4230,23 @@ packages: cheerio: 1.0.0-rc.12 fflate: 0.8.2 gray-matter: 4.0.3 - vue: 3.4.21(typescript@5.4.4) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) + transitivePeerDependencies: + - typescript + dev: false + + /@vuepress/helper@2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9): + resolution: {integrity: sha512-qXC+tXTKfZ7eJ+h3wYC/7Q903Tbqcz9Vqxku63R6pmcpbsRtt3l8XQRdJ/LMT5yX0wZln4Qzx1NY6S4psr0lzw==} + peerDependencies: + vuepress: 2.0.0-rc.9 + dependencies: + '@vue/shared': 3.4.21 + cheerio: 1.0.0-rc.12 + fflate: 0.8.2 + gray-matter: 4.0.3 + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - typescript dev: false @@ -4257,21 +4275,21 @@ packages: dev: false patched: true - /@vuepress/plugin-active-header-links@2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9): + /@vuepress/plugin-active-header-links@2.0.0-rc.21(typescript@5.4.5)(vuepress@2.0.0-rc.9): resolution: {integrity: sha512-6i9TfGDV1zfszQ5aw6bV+/UvPdBWt3VxN2WB4Dg5o1g8Qn4z5CI6AW6VfLKRyaKUD+Rzj6W+Ikgx4xnF5RZAdA==} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: '@vueuse/core': 10.9.0(vue@3.4.21) - vue: 3.4.21(typescript@5.4.4) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - '@vue/composition-api' - typescript dev: false - /@vuepress/plugin-comment@2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9): - resolution: {integrity: sha512-17Qpwz/W/B3cVLiCTq0UO18dy1ejf563mURas7XgqIcIibGE3G1k5kTftDbwbpehQ0e/4okdIwnkSxPpeGPOFw==} + /@vuepress/plugin-comment@2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9): + resolution: {integrity: sha512-Kl5LHCbyoTIXFZwMmJa4f8neMbebC4ZhASf8cnfdNTBf6XRVbSH1fGJKGFK1lUm3EcjjBHIAuZIrlMWPmepUGQ==} peerDependencies: '@waline/client': ^3.1.0 artalk: ^2.7.3 @@ -4288,10 +4306,10 @@ packages: twikoo: optional: true dependencies: - '@vuepress/helper': 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + '@vuepress/helper': 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) giscus: 1.5.0 - vue: 3.4.21(typescript@5.4.4) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - typescript dev: false @@ -4304,21 +4322,22 @@ packages: '@types/markdown-it': 13.0.7 markdown-it: 14.1.0 markdown-it-container: 4.0.0 - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) dev: false - /@vuepress/plugin-docsearch@2.0.0-rc.21(@algolia/client-search@4.20.0)(search-insights@2.7.0)(typescript@5.4.4)(vuepress@2.0.0-rc.9): - resolution: {integrity: sha512-ekbtJyqcnd+J00rb905B8/9KTa4isA+MIsy/r2N+a8Fn0v/GMnGVSseqJs8q74YmHlIx4GawDfKy7F84zxMfjA==} + /@vuepress/plugin-docsearch@2.0.0-rc.24(@algolia/client-search@4.20.0)(search-insights@2.7.0)(typescript@5.4.5)(vuepress@2.0.0-rc.9): + resolution: {integrity: sha512-RWJSzRu7+fCO3//rYGO3EBq3+MkrGRyZx0k8nV1CiubpTa0aYftxxYoZdQH4UJslTuKhNShlYsIzxYNMYAf7uw==} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: '@docsearch/css': 3.6.0 '@docsearch/js': 3.6.0(@algolia/client-search@4.20.0)(search-insights@2.7.0) '@docsearch/react': 3.6.0(@algolia/client-search@4.20.0)(search-insights@2.7.0) + '@vuepress/helper': 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vueuse/core': 10.9.0(vue@3.4.21) ts-debounce: 4.0.0 - vue: 3.4.21(typescript@5.4.4) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - '@algolia/client-search' - '@types/react' @@ -4329,46 +4348,46 @@ packages: - typescript dev: false - /@vuepress/plugin-external-link-icon@2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9): - resolution: {integrity: sha512-Wt7hjWpoUccJHj5KHK24Uks+6oWug6y5cw9QzWlNgiCyg+hvII7I+FdORRvibPUG2ndymi6ZOFyJZcR072kbKA==} + /@vuepress/plugin-external-link-icon@2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9): + resolution: {integrity: sha512-kry1EFkv6WaGOCzk9vRGHGcAuQHNVQ/jDEgtagUFaRk5+HtCQB60VzhmFdwM08DC2XAmDieBLm1MMR0T2DdHSw==} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: - vue: 3.4.21(typescript@5.4.4) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - typescript dev: false - /@vuepress/plugin-git@2.0.0-rc.21(vuepress@2.0.0-rc.9): - resolution: {integrity: sha512-Xgrqv86bjrBPFrJr69b1KQlDUhAGhWfBRIGM3GQOI98mOi2VKCX9P4xyWK/lIpn8eVB3s0lY1KewhkXgy7UITg==} + /@vuepress/plugin-git@2.0.0-rc.22(vuepress@2.0.0-rc.9): + resolution: {integrity: sha512-+T50AdCZ68Pkld4r8IEHTXLugfNVCxxPp2G1hlI/lpQ6IZcpLbswMI6l9xbbo15RrOBg/V0jkim/B/jaaVIM6A==} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: execa: 8.0.1 - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) dev: false - /@vuepress/plugin-medium-zoom@2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9): - resolution: {integrity: sha512-UZmh5vm/X/czJoVwXxTc+p9lRiAjI/7DrBvj9V7m4DNecPjsMtH/X9oU0Dqn+PeKeTHAEK+EVwy4PUtWc17hIQ==} + /@vuepress/plugin-medium-zoom@2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9): + resolution: {integrity: sha512-ic9C8VVJGb+II+tcGyu2ihCDmyCgH8WJwSsQaLjYsAQPbgoJXbN4tbflmmx9nN3y44o75UHwPkUh/2k9pDMGgA==} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: - '@vuepress/helper': 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + '@vuepress/helper': 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) medium-zoom: 1.1.0 - vue: 3.4.21(typescript@5.4.4) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - typescript dev: false - /@vuepress/plugin-nprogress@2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9): + /@vuepress/plugin-nprogress@2.0.0-rc.21(typescript@5.4.5)(vuepress@2.0.0-rc.9): resolution: {integrity: sha512-qpGA76195SyfpuQC1Pb9LwgCYIp/zg+BBDnexukJMdLjP1KnaU7HLhS5NnRNIWv8E+IC61zLvlh/wRox17QE+w==} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: - vue: 3.4.21(typescript@5.4.4) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - typescript dev: false @@ -4379,64 +4398,64 @@ packages: vuepress: 2.0.0-rc.9 dependencies: chokidar: 3.6.0 - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) dev: false - /@vuepress/plugin-reading-time@2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9): - resolution: {integrity: sha512-8ByRTp6z4z0d9W1evfeVyOx55V9OYqxJJeC7KBiJuiA2GP8QkY9b8ajbQ8SWeCjzDLl4H0KudSU1KqH2kqw/zQ==} + /@vuepress/plugin-reading-time@2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9): + resolution: {integrity: sha512-La6dgul551Xp2Iacs1URZnLX5YdakfJWFfE9vIhhX/Q1+slUGRVftFLh/nb0oVUrsXNeRlqCUncTyilg51Q1fA==} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: - '@vuepress/helper': 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) - vue: 3.4.21(typescript@5.4.4) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + '@vuepress/helper': 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - typescript dev: false - /@vuepress/plugin-seo@2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9): - resolution: {integrity: sha512-q8pXhXn5OL0QG6KN9rjyXngj2km5eRDK0VL8ShLrTD9fAwvjhujhjHpI/DRHg6ScWlMDKY7ncEOmslDCBuKLtg==} + /@vuepress/plugin-seo@2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9): + resolution: {integrity: sha512-E0dRCNqV6RLoVV4j8xchmlsnlR7OyPQxWmWrk20mBiyluRI05OXdb20ZQbYJe3PfK8f8DnyETzob943HBg3sVA==} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: - '@vuepress/helper': 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + '@vuepress/helper': 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - typescript dev: false - /@vuepress/plugin-sitemap@2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9): - resolution: {integrity: sha512-YbotKptHfifjwmXhj4kX6iA8tCGp7gTZAHm9YiPDr/8dYzBkkQ4oC84JCifkZYt3fWkVqq/Qa0vpJfnKPGOidg==} + /@vuepress/plugin-sitemap@2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9): + resolution: {integrity: sha512-su5ZD8vGuNpbqmb+uCOzWXCZ0eii8wnkdhn4V1xtmmXsrmYDr0FFHp61Ebb6EYAquB3HH1v3hWdfLRMU9DM6VQ==} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: - '@vuepress/helper': 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + '@vuepress/helper': 2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9) sitemap: 7.1.1 - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - typescript dev: false - /@vuepress/plugin-theme-data@2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9): + /@vuepress/plugin-theme-data@2.0.0-rc.21(typescript@5.4.5)(vuepress@2.0.0-rc.9): resolution: {integrity: sha512-vLXvTKx4gWXY6oVaJ9Z2ECnojnKQuXBIe1ZGIAwJdxCYfr6aaqggrVvmphB8BwTURh0XAuis/l6YTcMrs0bX8Q==} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: '@vue/devtools-api': 6.6.1 - vue: 3.4.21(typescript@5.4.4) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - typescript dev: false - /@vuepress/plugin-toc@2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9): - resolution: {integrity: sha512-dYhud55CAfp++UpxC2Gd1FHKZ9hVLfAMd3LeFr0sf4+Wv3S875J+Ono2bjrua/mAe9oNt8g5Y79g4vu/D3gxHg==} + /@vuepress/plugin-toc@2.0.0-rc.24(typescript@5.4.5)(vuepress@2.0.0-rc.9): + resolution: {integrity: sha512-pxlyQGpZZBJ9EHlZAkBCTydcUjazkBc0UbcS3BCKXS0f33aYnVdfK95x/BpUEhkqIkyKqHZ7R3fUO2WNrbmsTA==} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) vue-router: 4.3.0(vue@3.4.21) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - typescript dev: false @@ -5816,13 +5835,13 @@ packages: engines: {node: '>= 12.0.0'} dev: true - /commitizen@4.3.0(@types/node@20.9.1)(typescript@5.4.4): + /commitizen@4.3.0(@types/node@20.9.1)(typescript@5.4.5): resolution: {integrity: sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==} engines: {node: '>= 12'} hasBin: true dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(@types/node@20.9.1)(typescript@5.4.4) + cz-conventional-changelog: 3.3.0(@types/node@20.9.1)(typescript@5.4.5) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 @@ -6311,22 +6330,21 @@ packages: layout-base: 1.0.2 dev: false - /cosmiconfig-typescript-loader@5.0.0(@types/node@20.9.1)(cosmiconfig@9.0.0)(typescript@5.4.4): + /cosmiconfig-typescript-loader@5.0.0(@types/node@20.9.1)(cosmiconfig@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} engines: {node: '>=v16'} - requiresBuild: true peerDependencies: '@types/node': '*' cosmiconfig: '>=8.2' typescript: '>=4' dependencies: '@types/node': 20.9.1 - cosmiconfig: 9.0.0(typescript@5.4.4) - jiti: 1.20.0 - typescript: 5.4.4 + cosmiconfig: 9.0.0(typescript@5.4.5) + jiti: 1.21.0 + typescript: 5.4.5 dev: true - /cosmiconfig@9.0.0(typescript@5.4.4): + /cosmiconfig@9.0.0(typescript@5.4.5): resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} engines: {node: '>=14'} peerDependencies: @@ -6339,7 +6357,7 @@ packages: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 - typescript: 5.4.4 + typescript: 5.4.5 dev: true /cp-file@10.0.0: @@ -6529,18 +6547,18 @@ packages: lodash: 4.17.21 dev: false - /cz-conventional-changelog@3.3.0(@types/node@20.9.1)(typescript@5.4.4): + /cz-conventional-changelog@3.3.0(@types/node@20.9.1)(typescript@5.4.5): resolution: {integrity: sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==} engines: {node: '>= 10'} dependencies: chalk: 2.4.2 - commitizen: 4.3.0(@types/node@20.9.1)(typescript@5.4.4) + commitizen: 4.3.0(@types/node@20.9.1)(typescript@5.4.5) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.3 optionalDependencies: - '@commitlint/load': 19.2.0(@types/node@20.9.1)(typescript@5.4.4) + '@commitlint/load': 19.2.0(@types/node@20.9.1)(typescript@5.4.5) transitivePeerDependencies: - '@types/node' - typescript @@ -7128,10 +7146,10 @@ packages: resolution: {integrity: sha512-pVCuFWdEAyHI16zO3NBWSAULV8pevSkX3gwK8w3y9RrBGUrig6wDvwv6vUpnu+HfOr0MDmjMkmJGNWaTb6+HkA==} engines: {node: ^14.14.0 || >=16.0.0} dependencies: - '@typescript-eslint/typescript-estree': 5.59.11(supports-color@9.2.2)(typescript@5.4.4) + '@typescript-eslint/typescript-estree': 5.59.11(supports-color@9.2.2)(typescript@5.4.5) ast-module-types: 5.0.0 node-source-walk: 6.0.1 - typescript: 5.4.4 + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: false @@ -7551,13 +7569,13 @@ packages: ignore: 5.3.1 dev: true - /eslint-plugin-import-x@0.5.0(eslint@9.0.0)(typescript@5.4.4): + /eslint-plugin-import-x@0.5.0(eslint@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-C7R8Z4IzxmsoOPMtSzwuOBW5FH6iRlxHR6iTks+MzVlrk3r3TUxokkWTx3ypdj9nGOEP+CG/5e6ebZzHbxgbbQ==} engines: {node: '>=16'} peerDependencies: eslint: ^8.56.0 || ^9.0.0-0 dependencies: - '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.4) + '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) debug: 4.3.4(supports-color@9.2.2) doctrine: 3.0.0 eslint: 9.0.0 @@ -7641,7 +7659,7 @@ packages: engines: {node: '>=5.0.0'} dev: true - /eslint-plugin-perfectionist@2.8.0(eslint@9.0.0)(typescript@5.4.4)(vue-eslint-parser@9.4.2): + /eslint-plugin-perfectionist@2.8.0(eslint@9.0.0)(typescript@5.4.5)(vue-eslint-parser@9.4.2): resolution: {integrity: sha512-XBjQ4ctU1rOzQ4bFJoUowe8XdsIIz42JqNrouFlae1TO78HjoyYBaRP8+gAHDDQCSdHY10pbChyzlJeBA6D51w==} peerDependencies: astro-eslint-parser: ^0.16.0 @@ -7659,7 +7677,7 @@ packages: vue-eslint-parser: optional: true dependencies: - '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.4) + '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.5) eslint: 9.0.0 minimatch: 9.0.4 natural-compare-lite: 1.4.0 @@ -7721,12 +7739,12 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.4) + '@typescript-eslint/eslint-plugin': 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.5) eslint: 9.0.0 eslint-rule-composer: 0.3.0 dev: true - /eslint-plugin-vitest@0.5.1(@typescript-eslint/eslint-plugin@7.6.0)(eslint@9.0.0)(typescript@5.4.4): + /eslint-plugin-vitest@0.5.1(@typescript-eslint/eslint-plugin@7.6.0)(eslint@9.0.0)(typescript@5.4.5): resolution: {integrity: sha512-g137wC+LCq2N+tfqK39Nl6Rs2N9u+zu6lWxaVgpN3wX+Kq6zSyxjPSI/ZBXUjP+qandT3z1DM5wK5IjD4XrAIw==} engines: {node: ^18.0.0 || >= 20.0.0} peerDependencies: @@ -7739,8 +7757,8 @@ packages: vitest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.4) - '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.4) + '@typescript-eslint/eslint-plugin': 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) eslint: 9.0.0 transitivePeerDependencies: - supports-color @@ -8495,7 +8513,7 @@ packages: optional: true dependencies: '@floating-ui/dom': 1.1.1 - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) vue-resize: 2.0.0-alpha.1(vue@3.4.21) dev: false @@ -9985,12 +10003,6 @@ packages: pretty-format: 27.5.1 dev: false - /jiti@1.20.0: - resolution: {integrity: sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==} - hasBin: true - requiresBuild: true - dev: true - /jiti@1.21.0: resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true @@ -11516,7 +11528,6 @@ packages: engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 - dev: true /minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} @@ -11723,8 +11734,8 @@ packages: resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} dev: false - /netlify-cli@17.22.0(@types/node@20.12.6): - resolution: {integrity: sha512-JBDMjAPurWVh7iX+JxAnjkuzA9eOLQgBM+NKSgZsgesWZEKndPOmyfVVyAA9NX3kVTY1THKjHQbkZHQv4uJ1fw==} + /netlify-cli@17.22.1(@types/node@20.12.7): + resolution: {integrity: sha512-76ZvarNs85vNW/s6sJnMmwU39tx1rGkozMBUsx3of752gUAgr3T+BzAVB+/2DeDSbqQPlCKXfo2PuqqrhdeKew==} engines: {node: '>=18.14.0'} hasBin: true requiresBuild: true @@ -11732,13 +11743,13 @@ packages: '@bugsnag/js': 7.20.2 '@fastify/static': 6.10.2 '@netlify/blobs': 7.3.0 - '@netlify/build': 29.39.0(@opentelemetry/api@1.8.0)(@types/node@20.12.6) + '@netlify/build': 29.39.1(@opentelemetry/api@1.8.0)(@types/node@20.12.7) '@netlify/build-info': 7.13.2 '@netlify/config': 20.12.1 '@netlify/edge-bundler': 11.3.0(supports-color@9.2.2) '@netlify/edge-functions': 2.5.1 '@netlify/local-functions-proxy': 1.1.1 - '@netlify/zip-it-and-ship-it': 9.31.1(supports-color@9.2.2) + '@netlify/zip-it-and-ship-it': 9.31.3(supports-color@9.2.2) '@octokit/rest': 19.0.13 '@opentelemetry/api': 1.8.0 ansi-escapes: 6.2.1 @@ -14155,7 +14166,7 @@ packages: stylelint: '>=14.0.0' dependencies: postcss-html: 1.6.0 - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) dev: true /stylelint-config-recommended-scss@14.0.0(postcss@8.4.38)(stylelint@16.3.1): @@ -14170,7 +14181,7 @@ packages: dependencies: postcss: 8.4.38 postcss-scss: 4.0.9(postcss@8.4.38) - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) stylelint-config-recommended: 14.0.0(stylelint@16.3.1) stylelint-scss: 6.0.0(stylelint@16.3.1) dev: true @@ -14181,7 +14192,7 @@ packages: peerDependencies: stylelint: ^16.0.0 dependencies: - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) dev: true /stylelint-config-standard-scss@13.1.0(postcss@8.4.38)(stylelint@16.3.1): @@ -14195,7 +14206,7 @@ packages: optional: true dependencies: postcss: 8.4.38 - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) stylelint-config-recommended-scss: 14.0.0(postcss@8.4.38)(stylelint@16.3.1) stylelint-config-standard: 36.0.0(stylelint@16.3.1) dev: true @@ -14206,7 +14217,7 @@ packages: peerDependencies: stylelint: ^16.1.0 dependencies: - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) stylelint-config-recommended: 14.0.0(stylelint@16.3.1) dev: true @@ -14217,7 +14228,7 @@ packages: stylelint: '>=16.0.0' dependencies: csstype: 3.1.3 - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) dev: true /stylelint-order@6.0.4(stylelint@16.3.1): @@ -14227,7 +14238,7 @@ packages: dependencies: postcss: 8.4.38 postcss-sorting: 8.0.2(postcss@8.4.38) - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) dev: true /stylelint-scss@6.0.0(stylelint@16.3.1): @@ -14241,10 +14252,10 @@ packages: postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.0.16 postcss-value-parser: 4.2.0 - stylelint: 16.3.1(typescript@5.4.4) + stylelint: 16.3.1(typescript@5.4.5) dev: true - /stylelint@16.3.1(typescript@5.4.4): + /stylelint@16.3.1(typescript@5.4.5): resolution: {integrity: sha512-/JOwQnBvxEKOT2RtNgGpBVXnCSMBgKOL2k7w0K52htwCyJls4+cHvc4YZgXlVoAZS9QJd2DgYAiRnja96pTgxw==} engines: {node: '>=18.12.0'} hasBin: true @@ -14256,7 +14267,7 @@ packages: '@dual-bundle/import-meta-resolve': 4.0.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.4.4) + cosmiconfig: 9.0.0(typescript@5.4.5) css-functions-list: 3.2.1 css-tree: 2.3.1 debug: 4.3.4(supports-color@9.2.2) @@ -14678,13 +14689,13 @@ packages: resolution: {integrity: sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==} dev: false - /ts-api-utils@1.3.0(typescript@5.4.4): + /ts-api-utils@1.3.0(typescript@5.4.5): resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.4.4 + typescript: 5.4.5 dev: true /ts-debounce@4.0.0: @@ -14696,7 +14707,7 @@ packages: engines: {node: '>=6.10'} dev: false - /ts-node@10.9.2(@types/node@20.12.6)(typescript@5.4.4): + /ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -14715,14 +14726,14 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 20.12.6 + '@types/node': 20.12.7 acorn: 8.11.3 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.4.4 + typescript: 5.4.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false @@ -14746,14 +14757,14 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - /tsutils@3.21.0(typescript@5.4.4): + /tsutils@3.21.0(typescript@5.4.5): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 5.4.4 + typescript: 5.4.5 dev: false /tunnel-agent@0.6.0: @@ -14766,27 +14777,27 @@ packages: resolution: {integrity: sha512-oUr5ZAn37CgNa6p1mrCuuR/pINffsnGCee2aS170Uj1IObxCjsHzu6sgdPUdxGLLn6++gd/qjNH1/iR6RrfLeg==} dev: false - /twoslash-vue@0.2.5(typescript@5.4.4): + /twoslash-vue@0.2.5(typescript@5.4.5): resolution: {integrity: sha512-Tai45V/1G/jEJQIbDe/DIkJCgOqtA/ZHxx4TgC5EM/nnyTP6zbZNtvKOlzMjFgXFdk6rebWEl2Mi/RHKs/sbDQ==} peerDependencies: typescript: '*' dependencies: - '@vue/language-core': 1.8.27(typescript@5.4.4) - twoslash: 0.2.5(typescript@5.4.4) + '@vue/language-core': 1.8.27(typescript@5.4.5) + twoslash: 0.2.5(typescript@5.4.5) twoslash-protocol: 0.2.5 - typescript: 5.4.4 + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: false - /twoslash@0.2.5(typescript@5.4.4): + /twoslash@0.2.5(typescript@5.4.5): resolution: {integrity: sha512-U8rqsfVh8jQMO1NJekUtglb52b7xD9+FrzeFrgzpHsRTKl8IQgqnZP6ld4PeKaHXhLfoZPuju9K50NXJ7wom8g==} peerDependencies: typescript: '*' dependencies: '@typescript/vfs': 1.5.0 twoslash-protocol: 0.2.5 - typescript: 5.4.4 + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: false @@ -14870,8 +14881,8 @@ packages: is-typedarray: 1.0.0 dev: false - /typescript@5.4.4: - resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==} + /typescript@5.4.5: + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} engines: {node: '>=14.17'} hasBin: true @@ -15321,7 +15332,7 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) dev: false /vue-eslint-parser@9.4.2(eslint@9.0.0): @@ -15347,7 +15358,7 @@ packages: peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) dev: false /vue-router@4.3.0(vue@3.4.21): @@ -15356,7 +15367,7 @@ packages: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) dev: false /vue-template-compiler@2.7.16: @@ -15366,7 +15377,7 @@ packages: he: 1.2.0 dev: false - /vue@3.4.21(typescript@5.4.4): + /vue@3.4.21(typescript@5.4.5): resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==} peerDependencies: typescript: '*' @@ -15379,10 +15390,10 @@ packages: '@vue/runtime-dom': 3.4.21 '@vue/server-renderer': 3.4.21(vue@3.4.21) '@vue/shared': 3.4.21 - typescript: 5.4.4 + typescript: 5.4.5 dev: false - /vuepress-plugin-md-enhance@2.0.0-rc.32(katex@0.16.10)(markdown-it@14.1.0)(typescript@5.4.4)(vuepress@2.0.0-rc.9): + /vuepress-plugin-md-enhance@2.0.0-rc.32(katex@0.16.10)(markdown-it@14.1.0)(typescript@5.4.5)(vuepress@2.0.0-rc.9): resolution: {integrity: sha512-zZK8aEfbq26J5w8o9xGWXCHHrL3PYk25tloTPcx96nZWYPeD+5fMFAtVpHte0rXBWUf0MBtDQxddSeATteBE7Q==} engines: {node: '>=18.16.0', npm: '>=8', pnpm: '>=7', yarn: '>=2'} peerDependencies: @@ -15456,22 +15467,22 @@ packages: '@mdit/plugin-tex': 0.8.0(markdown-it@14.1.0) '@mdit/plugin-uml': 0.8.0(markdown-it@14.1.0) '@types/markdown-it': 13.0.7 - '@vuepress/helper': 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + '@vuepress/helper': 2.0.0-rc.21(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vueuse/core': 10.9.0(vue@3.4.21) balloon-css: 1.2.0 js-yaml: 4.1.0 katex: 0.16.10 - vue: 3.4.21(typescript@5.4.4) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) - vuepress-plugin-sass-palette: 2.0.0-rc.32(typescript@5.4.4)(vuepress@2.0.0-rc.9) - vuepress-shared: 2.0.0-rc.32(typescript@5.4.4)(vuepress@2.0.0-rc.9) + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) + vuepress-plugin-sass-palette: 2.0.0-rc.32(typescript@5.4.5)(vuepress@2.0.0-rc.9) + vuepress-shared: 2.0.0-rc.32(typescript@5.4.5)(vuepress@2.0.0-rc.9) transitivePeerDependencies: - '@vue/composition-api' - markdown-it - typescript dev: false - /vuepress-plugin-sass-palette@2.0.0-rc.32(typescript@5.4.4)(vuepress@2.0.0-rc.9): + /vuepress-plugin-sass-palette@2.0.0-rc.32(typescript@5.4.5)(vuepress@2.0.0-rc.9): resolution: {integrity: sha512-3tHHQU1E5cCo/udiZ4t0PL6OrWMxuP67+/tj3U5R9Zls6zM1aNE+Dw8I6/Of+HRTzctsQFxGPH0lZa05gS49UQ==} engines: {node: '>=18.16.0', npm: '>=8', pnpm: '>=7', yarn: '>=2'} peerDependencies: @@ -15481,23 +15492,23 @@ packages: sass-loader: optional: true dependencies: - '@vuepress/helper': 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + '@vuepress/helper': 2.0.0-rc.21(typescript@5.4.5)(vuepress@2.0.0-rc.9) chokidar: 3.6.0 sass: 1.72.0 - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) - vuepress-shared: 2.0.0-rc.32(typescript@5.4.4)(vuepress@2.0.0-rc.9) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) + vuepress-shared: 2.0.0-rc.32(typescript@5.4.5)(vuepress@2.0.0-rc.9) transitivePeerDependencies: - '@vue/composition-api' - typescript dev: false - /vuepress-shared@2.0.0-rc.32(typescript@5.4.4)(vuepress@2.0.0-rc.9): + /vuepress-shared@2.0.0-rc.32(typescript@5.4.5)(vuepress@2.0.0-rc.9): resolution: {integrity: sha512-wGPPUoP6rxy7QnulD0sNz3r7iEHwp+TJroNmI+AT6FuCo1WCD4ZWfnRnm3dVcAkobc3nuOvSmDTvM9pIDCaxsA==} engines: {node: '>=18.16.0', npm: '>=8', pnpm: '>=7', yarn: '>=2'} peerDependencies: vuepress: 2.0.0-rc.9 dependencies: - '@vuepress/helper': 2.0.0-rc.21(typescript@5.4.4)(vuepress@2.0.0-rc.9) + '@vuepress/helper': 2.0.0-rc.21(typescript@5.4.5)(vuepress@2.0.0-rc.9) '@vueuse/core': 10.9.0(vue@3.4.21) cheerio: 1.0.0-rc.12 dayjs: 1.11.10 @@ -15505,14 +15516,14 @@ packages: fflate: 0.8.2 gray-matter: 4.0.3 semver: 7.6.0 - vue: 3.4.21(typescript@5.4.4) - vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21) + vue: 3.4.21(typescript@5.4.5) + vuepress: 2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21) transitivePeerDependencies: - '@vue/composition-api' - typescript dev: false - /vuepress@2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.4)(vue@3.4.21): + /vuepress@2.0.0-rc.9(@vuepress/bundler-vite@2.0.0-rc.9)(typescript@5.4.5)(vue@3.4.21): resolution: {integrity: sha512-jT1ln2lawdph+vVI6n2JfEUhQIcyc1RQWDdQu9DffhJGywJunFcumnUJudpqd1SNIES2Fz1hVCD6gdrE/rVKOQ==} engines: {node: '>=18.16.0'} hasBin: true @@ -15526,14 +15537,14 @@ packages: '@vuepress/bundler-webpack': optional: true dependencies: - '@vuepress/bundler-vite': 2.0.0-rc.9(@types/node@20.9.1)(typescript@5.4.4) - '@vuepress/cli': 2.0.0-rc.9(typescript@5.4.4) - '@vuepress/client': 2.0.0-rc.9(typescript@5.4.4) - '@vuepress/core': 2.0.0-rc.9(typescript@5.4.4) + '@vuepress/bundler-vite': 2.0.0-rc.9(@types/node@20.9.1)(typescript@5.4.5) + '@vuepress/cli': 2.0.0-rc.9(typescript@5.4.5) + '@vuepress/client': 2.0.0-rc.9(typescript@5.4.5) + '@vuepress/core': 2.0.0-rc.9(typescript@5.4.5) '@vuepress/markdown': 2.0.0-rc.9(patch_hash=f3on36z73gmvj4jugj25dg7wje) '@vuepress/shared': 2.0.0-rc.9 '@vuepress/utils': 2.0.0-rc.9 - vue: 3.4.21(typescript@5.4.4) + vue: 3.4.21(typescript@5.4.5) transitivePeerDependencies: - supports-color - typescript diff --git a/theme/package.json b/theme/package.json index 066c19e7..1edddbd9 100644 --- a/theme/package.json +++ b/theme/package.json @@ -65,21 +65,21 @@ "@vuepress-plume/plugin-notes-data": "workspace:*", "@vuepress-plume/plugin-search": "workspace:*", "@vuepress-plume/plugin-shikiji": "workspace:*", - "@vuepress/helper": "2.0.0-rc.21", + "@vuepress/helper": "2.0.0-rc.24", "@vuepress/plugin-active-header-links": "2.0.0-rc.21", - "@vuepress/plugin-comment": "2.0.0-rc.21", + "@vuepress/plugin-comment": "2.0.0-rc.24", "@vuepress/plugin-container": "2.0.0-rc.21", - "@vuepress/plugin-docsearch": "2.0.0-rc.21", - "@vuepress/plugin-external-link-icon": "2.0.0-rc.21", - "@vuepress/plugin-git": "2.0.0-rc.21", - "@vuepress/plugin-medium-zoom": "2.0.0-rc.21", + "@vuepress/plugin-docsearch": "2.0.0-rc.24", + "@vuepress/plugin-external-link-icon": "2.0.0-rc.24", + "@vuepress/plugin-git": "2.0.0-rc.22", + "@vuepress/plugin-medium-zoom": "2.0.0-rc.24", "@vuepress/plugin-nprogress": "2.0.0-rc.21", "@vuepress/plugin-palette": "2.0.0-rc.21", - "@vuepress/plugin-reading-time": "2.0.0-rc.21", - "@vuepress/plugin-seo": "2.0.0-rc.21", - "@vuepress/plugin-sitemap": "2.0.0-rc.21", + "@vuepress/plugin-reading-time": "2.0.0-rc.24", + "@vuepress/plugin-seo": "2.0.0-rc.24", + "@vuepress/plugin-sitemap": "2.0.0-rc.24", "@vuepress/plugin-theme-data": "2.0.0-rc.21", - "@vuepress/plugin-toc": "2.0.0-rc.21", + "@vuepress/plugin-toc": "2.0.0-rc.24", "@vueuse/core": "^10.9.0", "bcrypt-ts": "^5.0.2", "date-fns": "^3.6.0",