diff --git a/docs/.vuepress/configs/sidebar/en.ts b/docs/.vuepress/configs/sidebar/en.ts index 047605ab..37b9a020 100644 --- a/docs/.vuepress/configs/sidebar/en.ts +++ b/docs/.vuepress/configs/sidebar/en.ts @@ -66,6 +66,7 @@ export const enSidebar = sidebar({ }, { text: 'Official Ecosystem', + icon: 'fa6-solid:leaf', link: 'https://ecosystem.vuejs.press/', }, { diff --git a/docs/.vuepress/configs/sidebar/zh.ts b/docs/.vuepress/configs/sidebar/zh.ts index 31ba4217..a6e30c90 100644 --- a/docs/.vuepress/configs/sidebar/zh.ts +++ b/docs/.vuepress/configs/sidebar/zh.ts @@ -66,6 +66,7 @@ export const zhSidebar = sidebar({ }, { text: '官方生态系统', + icon: 'fa6-solid:leaf', link: 'https://ecosystem.vuejs.press/zh/', }, { diff --git a/package.json b/package.json index 1d3711cd..5823928b 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,7 @@ "docs:serve": "anywhere -s -h localhost -d docs/.vuepress/dist", "format": "prettier --write .", "lint": "eslint --ext .cjs,.js,.ts,.vue . && prettier --check .", - "prepare": "husky", - "release": "pnpm release:check && pnpm release:bump", - "release:bump": "bumpp --commit \"build: publish v%s\"", - "release:check": "pnpm lint && pnpm clean && pnpm build" + "prepare": "husky" }, "commitlint": { "extends": [ @@ -31,12 +28,12 @@ "dependencies": { "@vuepress/bundler-vite": "2.0.0-rc.2", "@vuepress/bundler-webpack": "2.0.0-rc.2", - "@vuepress/plugin-docsearch": "2.0.0-rc.3", - "@vuepress/plugin-google-analytics": "2.0.0-rc.3", - "@vuepress/plugin-register-components": "2.0.0-rc.3", - "@vuepress/plugin-search": "2.0.0-rc.3", - "@vuepress/plugin-shiki": "2.0.0-rc.3", - "@vuepress/theme-default": "2.0.0-rc.6", + "@vuepress/plugin-docsearch": "2.0.0-rc.7", + "@vuepress/plugin-google-analytics": "2.0.0-rc.7", + "@vuepress/plugin-register-components": "2.0.0-rc.7", + "@vuepress/plugin-search": "2.0.0-rc.7", + "@vuepress/plugin-shiki": "2.0.0-rc.7", + "@vuepress/theme-default": "2.0.0-rc.7", "anywhere": "^1.6.0", "sass-loader": "^14.1.0", "vue": "^3.4.15", @@ -46,11 +43,10 @@ "devDependencies": { "@commitlint/cli": "^18.6.0", "@commitlint/config-conventional": "^18.6.0", - "bumpp": "^9.3.0", "eslint": "^8.56.0", "eslint-config-vuepress": "^4.10.0", "eslint-config-vuepress-typescript": "^4.10.0", - "husky": "^9.0.7", + "husky": "^9.0.10", "lint-staged": "^15.2.1", "prettier": "^3.2.4", "prettier-config-vuepress": "^4.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c94a1102..cdffe4ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,34 +7,34 @@ settings: dependencies: '@vuepress/bundler-vite': specifier: 2.0.0-rc.2 - version: 2.0.0-rc.2(@types/node@20.11.14)(typescript@5.3.3) + version: 2.0.0-rc.2(@types/node@20.11.16)(typescript@5.3.3) '@vuepress/bundler-webpack': specifier: 2.0.0-rc.2 version: 2.0.0-rc.2(typescript@5.3.3) '@vuepress/plugin-docsearch': - specifier: 2.0.0-rc.3 - version: 2.0.0-rc.3(@algolia/client-search@4.22.1)(search-insights@2.13.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2) + specifier: 2.0.0-rc.7 + version: 2.0.0-rc.7(@algolia/client-search@4.22.1)(search-insights@2.13.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vuepress/plugin-google-analytics': - specifier: 2.0.0-rc.3 - version: 2.0.0-rc.3(vuepress@2.0.0-rc.2) + specifier: 2.0.0-rc.7 + version: 2.0.0-rc.7(vuepress@2.0.0-rc.2) '@vuepress/plugin-register-components': - specifier: 2.0.0-rc.3 - version: 2.0.0-rc.3(vuepress@2.0.0-rc.2) + specifier: 2.0.0-rc.7 + version: 2.0.0-rc.7(vuepress@2.0.0-rc.2) '@vuepress/plugin-search': - specifier: 2.0.0-rc.3 - version: 2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2) + specifier: 2.0.0-rc.7 + version: 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vuepress/plugin-shiki': - specifier: 2.0.0-rc.3 - version: 2.0.0-rc.3(vuepress@2.0.0-rc.2) + specifier: 2.0.0-rc.7 + version: 2.0.0-rc.7(vuepress@2.0.0-rc.2) '@vuepress/theme-default': - specifier: 2.0.0-rc.6 - version: 2.0.0-rc.6(sass-loader@14.1.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2) + specifier: 2.0.0-rc.7 + version: 2.0.0-rc.7(sass-loader@14.1.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2) anywhere: specifier: ^1.6.0 version: 1.6.0 sass-loader: specifier: ^14.1.0 - version: 14.1.0(webpack@5.90.0) + version: 14.1.0(webpack@5.90.1) vue: specifier: ^3.4.15 version: 3.4.15(typescript@5.3.3) @@ -43,18 +43,15 @@ dependencies: version: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) vuepress-theme-hope: specifier: 2.0.0-rc.19 - version: 2.0.0-rc.19(@vuepress/plugin-docsearch@2.0.0-rc.3)(@vuepress/plugin-search@2.0.0-rc.3)(markdown-it@14.0.0)(sass-loader@14.1.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2) + version: 2.0.0-rc.19(@vuepress/plugin-docsearch@2.0.0-rc.7)(@vuepress/plugin-search@2.0.0-rc.7)(markdown-it@14.0.0)(sass-loader@14.1.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2) devDependencies: '@commitlint/cli': specifier: ^18.6.0 - version: 18.6.0(@types/node@20.11.14)(typescript@5.3.3) + version: 18.6.0(@types/node@20.11.16)(typescript@5.3.3) '@commitlint/config-conventional': specifier: ^18.6.0 version: 18.6.0 - bumpp: - specifier: ^9.3.0 - version: 9.3.0 eslint: specifier: ^8.56.0 version: 8.56.0 @@ -65,8 +62,8 @@ devDependencies: specifier: ^4.10.0 version: 4.10.0(eslint-plugin-import@2.29.1)(eslint-plugin-n@16.6.2)(eslint-plugin-promise@6.1.1)(eslint@8.56.0)(typescript@5.3.3) husky: - specifier: ^9.0.7 - version: 9.0.7 + specifier: ^9.0.10 + version: 9.0.10 lint-staged: specifier: ^15.2.1 version: 15.2.1 @@ -271,14 +268,14 @@ packages: to-fast-properties: 2.0.0 dev: false - /@commitlint/cli@18.6.0(@types/node@20.11.14)(typescript@5.3.3): + /@commitlint/cli@18.6.0(@types/node@20.11.16)(typescript@5.3.3): resolution: {integrity: sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==} engines: {node: '>=v18'} hasBin: true dependencies: '@commitlint/format': 18.6.0 '@commitlint/lint': 18.6.0 - '@commitlint/load': 18.6.0(@types/node@20.11.14)(typescript@5.3.3) + '@commitlint/load': 18.6.0(@types/node@20.11.16)(typescript@5.3.3) '@commitlint/read': 18.6.0 '@commitlint/types': 18.6.0 execa: 5.1.1 @@ -349,7 +346,7 @@ packages: '@commitlint/types': 18.6.0 dev: true - /@commitlint/load@18.6.0(@types/node@20.11.14)(typescript@5.3.3): + /@commitlint/load@18.6.0(@types/node@20.11.16)(typescript@5.3.3): resolution: {integrity: sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==} engines: {node: '>=v18'} dependencies: @@ -359,7 +356,7 @@ packages: '@commitlint/types': 18.6.0 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.3.3) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.14)(cosmiconfig@8.3.6)(typescript@5.3.3) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.16)(cosmiconfig@8.3.6)(typescript@5.3.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -791,16 +788,6 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: false - /@jsdevtools/ez-spawn@3.0.4: - resolution: {integrity: sha512-f5DRIOZf7wxogefH03RjMPMdBF7ADTWUMoOs9kaJo06EfwF+aFhMZMDZxHg/Xe12hptN9xoZjGso2fdjapBRIA==} - engines: {node: '>=10'} - dependencies: - call-me-maybe: 1.0.2 - cross-spawn: 7.0.3 - string-argv: 0.3.2 - type-detect: 4.0.8 - dev: true - /@leichtgewicht/ip-codec@2.0.4: resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==} dev: false @@ -1298,26 +1285,26 @@ packages: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@types/bonjour@3.5.13: resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==} dependencies: - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@types/connect-history-api-fallback@1.5.4: resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==} dependencies: '@types/express-serve-static-core': 4.17.42 - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@types/connect@3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@types/debug@4.1.12: @@ -1347,7 +1334,7 @@ packages: /@types/express-serve-static-core@4.17.42: resolution: {integrity: sha512-ckM3jm2bf/MfB3+spLPWYPUH573plBFwpOhqQ2WottxYV85j1HQFlxmnTq57X1yHY9awZPig06hL/cLMgNWHIQ==} dependencies: - '@types/node': 20.11.14 + '@types/node': 20.11.16 '@types/qs': 6.9.11 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -1366,7 +1353,7 @@ packages: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@types/hash-sum@1.0.2: @@ -1384,7 +1371,7 @@ packages: /@types/http-proxy@1.17.14: resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} dependencies: - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@types/json-schema@7.0.15: @@ -1397,7 +1384,7 @@ packages: /@types/jsonfile@6.1.4: resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} dependencies: - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@types/katex@0.16.7: @@ -1444,15 +1431,15 @@ packages: /@types/node-forge@1.3.11: resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} dependencies: - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@types/node@17.0.45: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node@20.11.14: - resolution: {integrity: sha512-w3yWCcwULefjP9DmDDsgUskrMoOy5Z8MiwKHr1FvqGPtx7CvJzQvxD7eKpxNtklQxLruxSXWddyeRtyud0RcXQ==} + /@types/node@20.11.16: + resolution: {integrity: sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==} dependencies: undici-types: 5.26.5 @@ -1475,7 +1462,7 @@ packages: /@types/sax@1.2.7: resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} dependencies: - '@types/node': 17.0.45 + '@types/node': 20.11.16 dev: false /@types/semver@7.5.6: @@ -1486,7 +1473,7 @@ packages: resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@types/serve-index@1.9.4: @@ -1500,13 +1487,13 @@ packages: dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@types/sockjs@0.3.36: resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==} dependencies: - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@types/trusted-types@2.0.7: @@ -1524,7 +1511,7 @@ packages: /@types/ws@8.5.10: resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} dependencies: - '@types/node': 20.11.14 + '@types/node': 20.11.16 dev: false /@typescript-eslint/eslint-plugin@6.20.0(@typescript-eslint/parser@6.20.0)(eslint@8.56.0)(typescript@5.3.3): @@ -1670,7 +1657,7 @@ packages: vite: ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.0.12(@types/node@20.11.14) + vite: 5.0.12(@types/node@20.11.16) vue: 3.4.15(typescript@5.3.3) dev: false @@ -1751,7 +1738,7 @@ packages: resolution: {integrity: sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==} dev: false - /@vuepress/bundler-vite@2.0.0-rc.2(@types/node@20.11.14)(typescript@5.3.3): + /@vuepress/bundler-vite@2.0.0-rc.2(@types/node@20.11.16)(typescript@5.3.3): resolution: {integrity: sha512-bjkn0krtucciUkGGdckCkGGg+wlv3Pj7s1lO/ChACLQncDwc3GgMTuMm0JyaCDKzTXE8sufjHHGWMftRL8qFOg==} dependencies: '@vitejs/plugin-vue': 5.0.3(vite@5.0.12)(vue@3.4.15) @@ -1764,7 +1751,7 @@ packages: postcss: 8.4.33 postcss-load-config: 5.0.2(postcss@8.4.33) rollup: 4.9.6 - vite: 5.0.12(@types/node@20.11.14) + vite: 5.0.12(@types/node@20.11.16) vue: 3.4.15(typescript@5.3.3) vue-router: 4.2.5(vue@3.4.15) transitivePeerDependencies: @@ -1792,22 +1779,22 @@ packages: '@vuepress/utils': 2.0.0-rc.2 autoprefixer: 10.4.17(postcss@8.4.33) chokidar: 3.5.3 - copy-webpack-plugin: 12.0.2(webpack@5.90.0) - css-loader: 6.10.0(webpack@5.90.0) - esbuild-loader: 4.0.3(webpack@5.90.0) + copy-webpack-plugin: 12.0.2(webpack@5.90.1) + css-loader: 6.10.0(webpack@5.90.1) + esbuild-loader: 4.0.3(webpack@5.90.1) express: 4.18.2 - html-webpack-plugin: 5.6.0(webpack@5.90.0) - mini-css-extract-plugin: 2.7.7(webpack@5.90.0) + html-webpack-plugin: 5.6.0(webpack@5.90.1) + mini-css-extract-plugin: 2.8.0(webpack@5.90.1) postcss: 8.4.33 postcss-csso: 6.0.1(postcss@8.4.33) - postcss-loader: 8.1.0(postcss@8.4.33)(typescript@5.3.3)(webpack@5.90.0) - style-loader: 3.3.4(webpack@5.90.0) + postcss-loader: 8.1.0(postcss@8.4.33)(typescript@5.3.3)(webpack@5.90.1) + style-loader: 3.3.4(webpack@5.90.1) vue: 3.4.15(typescript@5.3.3) - vue-loader: 17.4.2(vue@3.4.15)(webpack@5.90.0) + vue-loader: 17.4.2(vue@3.4.15)(webpack@5.90.1) vue-router: 4.2.5(vue@3.4.15) - webpack: 5.90.0 + webpack: 5.90.1 webpack-chain: 6.5.1 - webpack-dev-server: 4.15.1(webpack@5.90.0) + webpack-dev-server: 4.15.1(webpack@5.90.1) webpack-merge: 5.10.0 transitivePeerDependencies: - '@rspack/core' @@ -1833,7 +1820,7 @@ packages: '@vuepress/utils': 2.0.0-rc.2 cac: 6.7.14 chokidar: 3.5.3 - envinfo: 7.11.0 + envinfo: 7.11.1 esbuild: 0.19.12 transitivePeerDependencies: - '@vue/composition-api' @@ -1868,22 +1855,6 @@ packages: - typescript dev: false - /@vuepress/helper@2.0.0-rc.6(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-Q4NzyrlZ0ZgEboo7HtrQiXBBLf3EEsqqQLeMFzTcTlDujxkh0Erxp+o1LCWr4wFno3sO6W7OCjM2HeUTiZ5NGQ==} - engines: {node: '>=18.16.0', npm: '>=8', pnpm: '>=7', yarn: '>=2'} - peerDependencies: - vuepress: 2.0.0-rc.2 - dependencies: - '@vue/shared': 3.4.15 - cheerio: 1.0.0-rc.12 - fflate: 0.8.1 - gray-matter: 4.0.3 - vue: 3.4.15(typescript@5.3.3) - vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) - transitivePeerDependencies: - - typescript - dev: false - /@vuepress/helper@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): resolution: {integrity: sha512-O4kaFjNqICs4IKxwmyMPGcaDENod7vTqHgMBcR77fKhnGI8YDNOh+x1QA8+ajChqoUQhc96ULwqrpQI/IxBphA==} peerDependencies: @@ -1922,19 +1893,6 @@ packages: - supports-color dev: false - /@vuepress/plugin-active-header-links@2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-ddr8VIrYA/kpWGWx80GeWclSvQoYR9QjXvkx//AMbl5mQqX70GTZrgv5Rbnp6MC8mBxVg6Izy/9eqaJELE+A3g==} - peerDependencies: - vuepress: 2.0.0-rc.2 - dependencies: - ts-debounce: 4.0.0 - vue: 3.4.15(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.15) - vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) - transitivePeerDependencies: - - typescript - dev: false - /@vuepress/plugin-active-header-links@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): resolution: {integrity: sha512-aSfVP7fb1XxpMjfOZ27FfC2YZ3C7tE4QAoQnH88NeSu4/Vsit7J49Yxl179qSLtEMMMrr6t4oShB7eP8M3JmDA==} peerDependencies: @@ -1948,8 +1906,8 @@ packages: - typescript dev: false - /@vuepress/plugin-back-to-top@2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-VkzRWMLBHcJ+MVCMl+Yd5Z6Uc1LAaSQkoHrwap1xBU3a3Zjgcqf73+fDTgenTF1usANlztDE9F/Jg8YjREJ6yg==} + /@vuepress/plugin-back-to-top@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-VaoPJjoXu1eY05PiIS/HPy+dzP6UK3mG7OWQn+yna8iDIXl3GMTtO/NxYfMKd+xlB4QlOWbOQpxjj18cv87dgA==} peerDependencies: vuepress: 2.0.0-rc.2 dependencies: @@ -1960,8 +1918,8 @@ packages: - typescript dev: false - /@vuepress/plugin-container@2.0.0-rc.3(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-wwwtQQYiA21JKKYM4TCjDWxS2p91RPiv62NoWp+Q6BG+E+qnwaA1sOrd36CsEOS2IbIcJdBeHY/zskL0aWKEoQ==} + /@vuepress/plugin-container@2.0.0-rc.7(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-+U/fel2VVFof7OKKndcAZYIR7ShQWaiJdHtj/ZWDtfx9fUWdCN0nYB4v+RBfi94+AVBIZV715866WvbBWXvthg==} peerDependencies: vuepress: 2.0.0-rc.2 dependencies: @@ -1971,20 +1929,6 @@ packages: vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) dev: false - /@vuepress/plugin-copy-code@2.0.0-rc.6(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-9/yjNNpD2D+bUTQvhUATK2ngugLgQuUtEXdAFUZtw1HWxozJwxUbMlB8FuLTaJPyln6/tpJmwdpOBsHhkKGz5g==} - peerDependencies: - vuepress: 2.0.0-rc.2 - dependencies: - '@vuepress/helper': 2.0.0-rc.6(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vueuse/core': 10.7.2(vue@3.4.15) - vue: 3.4.15(typescript@5.3.3) - vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) - transitivePeerDependencies: - - '@vue/composition-api' - - typescript - dev: false - /@vuepress/plugin-copy-code@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): resolution: {integrity: sha512-5FSMTmLU7A5uoGY1gq9mggNGNYxLsZf3FQtNV5FnjIlZwbQQhjtNRw3N/rzEO/veaTORNDpvm/98wGm9Rojx7A==} peerDependencies: @@ -2014,8 +1958,8 @@ packages: - typescript dev: false - /@vuepress/plugin-docsearch@2.0.0-rc.3(@algolia/client-search@4.22.1)(search-insights@2.13.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-3kf05fviNAahFXNLCOcQEgn/cjJLshCEf6oiezA8Jr6ABj6Q38Ky+nFjX/AjCaoWsyiG4BfbRRxuqxYvsDEimQ==} + /@vuepress/plugin-docsearch@2.0.0-rc.7(@algolia/client-search@4.22.1)(search-insights@2.13.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-HFQQD1vYysFMWyDjUbkKDkn2MuTUhcs3W80rFcZecNgq6+OOyBD9Pr+SuQd8lpLeruWGdbQQH969N4NZJbGZMQ==} peerDependencies: vuepress: 2.0.0-rc.2 dependencies: @@ -2037,17 +1981,6 @@ packages: - typescript dev: false - /@vuepress/plugin-external-link-icon@2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-DX4Dn2uj2rAEausB2tz5fe/Ra3oR/B9uR67+yG2lQzZqcZZDW5txsXpZaM0FkXHijzNoS4NKP7k/7qNVe5WvcQ==} - peerDependencies: - vuepress: 2.0.0-rc.2 - dependencies: - vue: 3.4.15(typescript@5.3.3) - vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) - transitivePeerDependencies: - - typescript - dev: false - /@vuepress/plugin-external-link-icon@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): resolution: {integrity: sha512-DLqyNneR6HApj8ShwtKt4dzVzRLZGZ8imLFoRHos/yFZ2KQKrEwh7jivhjuzKnQlmM7or2GiLCV8RVWW2AhOTw==} peerDependencies: @@ -2059,15 +1992,6 @@ packages: - typescript dev: false - /@vuepress/plugin-git@2.0.0-rc.3(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-BQoDWmksC+aSc5V933OuNeU7mfrP4hryhckIFadAhKLVRl6CSXDb96SGVTBxcO1gIgKzItdE67UzMw4T9JJN6A==} - peerDependencies: - vuepress: 2.0.0-rc.2 - dependencies: - execa: 8.0.1 - vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) - dev: false - /@vuepress/plugin-git@2.0.0-rc.7(vuepress@2.0.0-rc.2): resolution: {integrity: sha512-OCrgsW5JF/LGYOwQvy+UfoEXGOELumaqwAMoRQL+QKBZzUcTQLUf+WQXR2qe9cMrIr1wTyibdxfOJCyQunFNmw==} peerDependencies: @@ -2077,16 +2001,16 @@ packages: vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) dev: false - /@vuepress/plugin-google-analytics@2.0.0-rc.3(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-Hp8MxdPX7SwLhoBOQ6D34/5d5DOBGMp2W9bMUlYD2zzUhKOamSleqI4E3KYyq+WkkQmU4naSHxlwJlsjhNwjig==} + /@vuepress/plugin-google-analytics@2.0.0-rc.7(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-JdT/OALk4TgzHCJD+gDQ2nz9+AUvY+rTAM8mLmHbzSgqjQMBIo0mdZS90fzHTQBSw2wDOMLyN1NzjxUVyqYZuQ==} peerDependencies: vuepress: 2.0.0-rc.2 dependencies: vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) dev: false - /@vuepress/plugin-medium-zoom@2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-qRdUt914tQGfmxcqOwnoC6paZLsAJf2S7kllvf59dDKIDg2JlYsAuOq13wps4/hfuUySe9RDlitl6KcqWfvKfw==} + /@vuepress/plugin-medium-zoom@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-Pi0wu3ObeID/bH8slH+Ew/1dq1132WXFfbSmHUi4Jrxniyn8MJYdG8hgf/1auIgFyMdtYAkgebQKMIUYxhDcmw==} peerDependencies: vuepress: 2.0.0-rc.2 dependencies: @@ -2097,18 +2021,6 @@ packages: - typescript dev: false - /@vuepress/plugin-nprogress@2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-UkbMLvkRps56KF2fsIXtJ0ylRacuPRW9qA1PYwq7XkDqNr4FE5aZsnRHuYIMPUxuhU5t3hRx/zeKOwbctzd2Yw==} - peerDependencies: - vuepress: 2.0.0-rc.2 - dependencies: - vue: 3.4.15(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.15) - vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) - transitivePeerDependencies: - - typescript - dev: false - /@vuepress/plugin-nprogress@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): resolution: {integrity: sha512-raSZ6cKqspsk/l3B3ctq+DSYQ3G2tYH5vbWhCZh46BfRmqD12UVoYl5fEipkWI1XF6+bCSHDa0Iuiv4SG+EdZw==} peerDependencies: @@ -2121,8 +2033,8 @@ packages: - typescript dev: false - /@vuepress/plugin-palette@2.0.0-rc.3(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-BCP2SMEPmaqg4/oHsfA7lpp79iQDZvgeGQCYyWRP2aB5LZ2IiFdyRfZMFOUVzbetsqX7ciOFX3ELG9U59lCOjw==} + /@vuepress/plugin-palette@2.0.0-rc.7(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-XXCAV96oob8WacbbTz0c4vMRhPJNKtKBdcwqtNMECh/kNAvwOrKGENA5dnec1zd+ZG1FbURBt6vgVG4S3pJbKA==} peerDependencies: vuepress: 2.0.0-rc.2 dependencies: @@ -2130,15 +2042,6 @@ packages: vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) dev: false - /@vuepress/plugin-prismjs@2.0.0-rc.3(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-tbyGKXDR/AbhwiUQIU49Le2VaUYGBnjFqdhGlrC47kRl4Iy+XtxyKgRJcFGcWU0AHRdTtC9MAmPIfz2nJkNhSQ==} - peerDependencies: - vuepress: 2.0.0-rc.2 - dependencies: - prismjs: 1.29.0 - vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) - dev: false - /@vuepress/plugin-prismjs@2.0.0-rc.7(vuepress@2.0.0-rc.2): resolution: {integrity: sha512-z70MJ4Bek+d7PO+frLpR8r4atqrfb78FKIwomOl55+ctV7moUKi965i19e5JB6dzfIaIy9cWTPdrrzeui62v+g==} peerDependencies: @@ -2160,8 +2063,8 @@ packages: - typescript dev: false - /@vuepress/plugin-register-components@2.0.0-rc.3(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-l7tLwcgjV54T8ObF1cpgg9qWtKuaF9Dru14aHFeXxM2f7I1AjmAGFXHbBEMOb781HMRi32LYCwodsTahAn3uqg==} + /@vuepress/plugin-register-components@2.0.0-rc.7(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-0UMPP7VTebkLyPTT/o53tnG10Y3SwE29BmWDXhL+bAeMHb3mOA2hUEXGo/F6lLQhsqP64Xy8bd9MCyR8cWyexA==} peerDependencies: vuepress: 2.0.0-rc.2 dependencies: @@ -2180,8 +2083,8 @@ packages: - typescript dev: false - /@vuepress/plugin-search@2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-dTxOYKPNziWX2vx+RO0PLwj/auABlCCAZT42wQt65R5y5RBA7eptFlqF/jmRXKG+CPvSMUOrIo1FrCTvB3yFig==} + /@vuepress/plugin-search@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-885MAbZHJjg1JHkeiVWEJhLqS7QP1yGA09YMoPI3QgVpkGP3xRXseNtH4FN8+G1X2JBkClpbBYjWpiEi9WczNw==} peerDependencies: vuepress: 2.0.0-rc.2 dependencies: @@ -2193,17 +2096,6 @@ packages: - typescript dev: false - /@vuepress/plugin-seo@2.0.0-rc.6(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-MIzt1V4wnp5EYBvRt6W54+poguKf2w2YRpyDNa3DkjM/rhrjfSsD7EYP7syp4gzwnIDoxUP3pnENh1mYY9g9bQ==} - peerDependencies: - vuepress: 2.0.0-rc.2 - dependencies: - '@vuepress/helper': 2.0.0-rc.6(typescript@5.3.3)(vuepress@2.0.0-rc.2) - vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) - transitivePeerDependencies: - - typescript - dev: false - /@vuepress/plugin-seo@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): resolution: {integrity: sha512-USE7X+9h5HSTTEIVg9ONcPSOXxrcgZy02PUZky9U3ssI1G6Gn+ywUK3KGd2txqOvc3ZWay6c7gqxQyf64iYL/g==} peerDependencies: @@ -2215,8 +2107,8 @@ packages: - typescript dev: false - /@vuepress/plugin-shiki@2.0.0-rc.3(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-q6God6sEWr1InLizZHBLXIboEkCVXSOXNeJSoH+buofGrrHXCjA937UVMSUTLP4RZ9b21QXHLsyrRQvoEpa4yQ==} + /@vuepress/plugin-shiki@2.0.0-rc.7(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-R2uhoh0jYFG/UldftbE+6EEXKPoBhjFiIOwslcE/Zh5CkZZf/6OVNUvTEeM4HJxOhRafVZCIIxT7a7HoiYDEtQ==} peerDependencies: vuepress: 2.0.0-rc.2 dependencies: @@ -2224,18 +2116,6 @@ packages: vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) dev: false - /@vuepress/plugin-sitemap@2.0.0-rc.6(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-yvRSTADF9RHa6JzFeIAxY0BP7wKy+F+naig9BgE0ushC4IQkpjh3VrBtdXhlRKzSMGlLfgmc2kezsObvjvz31w==} - peerDependencies: - vuepress: 2.0.0-rc.2 - dependencies: - '@vuepress/helper': 2.0.0-rc.6(typescript@5.3.3)(vuepress@2.0.0-rc.2) - sitemap: 7.1.1 - vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) - transitivePeerDependencies: - - typescript - dev: false - /@vuepress/plugin-sitemap@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): resolution: {integrity: sha512-6zZ3DMw9o+aEPs9IIgnNZb6pL9FKqyfX9WFj7OL8ps66jiIOkbzrjh8mQHkIbGD9pK80QHF5lzrein9rQITCTA==} peerDependencies: @@ -2248,18 +2128,6 @@ packages: - typescript dev: false - /@vuepress/plugin-theme-data@2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-Uiso+0b2sIaHtPVftjpCEIT+/T4/E9ZpTCL0fnUEa8APnrP7SiIBqph7+KZENvXGg+0B5+MtZROOfFksFfMyFw==} - peerDependencies: - vuepress: 2.0.0-rc.2 - dependencies: - '@vue/devtools-api': 6.5.1 - vue: 3.4.15(typescript@5.3.3) - vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) - transitivePeerDependencies: - - typescript - dev: false - /@vuepress/plugin-theme-data@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): resolution: {integrity: sha512-YPvAdDv5Ob4vXKjrtw6pvB7FAE9fbCXD/VnUmck4dUBHZygCdtYqADWnHdSFmPJx9VMX2FV8HRXDk7Wa392clA==} peerDependencies: @@ -2278,8 +2146,8 @@ packages: '@mdit-vue/types': 2.0.0 dev: false - /@vuepress/theme-default@2.0.0-rc.6(sass-loader@14.1.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-lGGybZAYQKzQyXzgGlDP0DuCXgNQ6e1a6bMwAateVBjk9h3ZKGDxAPtDjicPiO16uupSxOaIzRn5EmrKDXMBmw==} + /@vuepress/theme-default@2.0.0-rc.7(sass-loader@14.1.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-vu4C5II9fjEiJgY2g2GUog4eeAjS8NuEWQv0WbuJrve5VNXhqDHV1sendBYlBiFFGzU6Fwb0gO85PAaAibr/3Q==} peerDependencies: sass-loader: ^14.0.0 vuepress: 2.0.0-rc.2 @@ -2287,23 +2155,23 @@ packages: sass-loader: optional: true dependencies: - '@vuepress/helper': 2.0.0-rc.6(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vuepress/plugin-active-header-links': 2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vuepress/plugin-back-to-top': 2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vuepress/plugin-container': 2.0.0-rc.3(vuepress@2.0.0-rc.2) - '@vuepress/plugin-copy-code': 2.0.0-rc.6(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vuepress/plugin-external-link-icon': 2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vuepress/plugin-git': 2.0.0-rc.3(vuepress@2.0.0-rc.2) - '@vuepress/plugin-medium-zoom': 2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vuepress/plugin-nprogress': 2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vuepress/plugin-palette': 2.0.0-rc.3(vuepress@2.0.0-rc.2) - '@vuepress/plugin-prismjs': 2.0.0-rc.3(vuepress@2.0.0-rc.2) - '@vuepress/plugin-seo': 2.0.0-rc.6(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vuepress/plugin-sitemap': 2.0.0-rc.6(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vuepress/plugin-theme-data': 2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/helper': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/plugin-active-header-links': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/plugin-back-to-top': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/plugin-container': 2.0.0-rc.7(vuepress@2.0.0-rc.2) + '@vuepress/plugin-copy-code': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/plugin-external-link-icon': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/plugin-git': 2.0.0-rc.7(vuepress@2.0.0-rc.2) + '@vuepress/plugin-medium-zoom': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/plugin-nprogress': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/plugin-palette': 2.0.0-rc.7(vuepress@2.0.0-rc.2) + '@vuepress/plugin-prismjs': 2.0.0-rc.7(vuepress@2.0.0-rc.2) + '@vuepress/plugin-seo': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/plugin-sitemap': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/plugin-theme-data': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vueuse/core': 10.7.2(vue@3.4.15) sass: 1.70.0 - sass-loader: 14.1.0(webpack@5.90.0) + sass-loader: 14.1.0(webpack@5.90.1) vue: 3.4.15(typescript@5.3.3) vue-router: 4.2.5(vue@3.4.15) vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) @@ -2336,7 +2204,7 @@ packages: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.7.2 '@vueuse/shared': 10.7.2(vue@3.4.15) - vue-demi: 0.14.6(vue@3.4.15) + vue-demi: 0.14.7(vue@3.4.15) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -2349,7 +2217,7 @@ packages: /@vueuse/shared@10.7.2(vue@3.4.15): resolution: {integrity: sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==} dependencies: - vue-demi: 0.14.6(vue@3.4.15) + vue-demi: 0.14.7(vue@3.4.15) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -2613,6 +2481,7 @@ packages: dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 + dev: false /anywhere@1.6.0: resolution: {integrity: sha512-X+MpvNGoZNAFsQkyvgBcCdAoz8yHULnW5gfmNrjkGXr6VrtWxsCSlT3bAbbmAE2/umhU9TMF2ffRBL/H2hHvzA==} @@ -2761,7 +2630,7 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.22.3 - caniuse-lite: 1.0.30001581 + caniuse-lite: 1.0.30001583 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -2810,6 +2679,7 @@ packages: /binary-extensions@2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} + dev: false /body-parser@1.20.1: resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} @@ -2882,8 +2752,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001581 - electron-to-chromium: 1.4.653 + caniuse-lite: 1.0.30001583 + electron-to-chromium: 1.4.655 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.22.3) dev: false @@ -2903,20 +2773,6 @@ packages: semver: 7.5.4 dev: true - /bumpp@9.3.0: - resolution: {integrity: sha512-P46VikoEZadYCqx7mbClKlaJnOyvc+JfRJPRf1YwlOjwqeYmutgFe1w9hvfXe819VhpU0N0TNXtxyVAUlAgaNA==} - engines: {node: '>=10'} - hasBin: true - dependencies: - '@jsdevtools/ez-spawn': 3.0.4 - c12: 1.6.1 - cac: 6.7.14 - fast-glob: 3.3.2 - js-yaml: 4.1.0 - prompts: 2.4.2 - semver: 7.5.4 - dev: true - /bytes@3.0.0: resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} engines: {node: '>= 0.8'} @@ -2927,25 +2783,10 @@ packages: engines: {node: '>= 0.8'} dev: false - /c12@1.6.1: - resolution: {integrity: sha512-fAZOi3INDvIbmjuwAVVggusyRTxwNdTAnwLay8IsXwhFzDwPPGzFxzrx6L55CPFGPulUSZI0eyFUvRDXveoE3g==} - dependencies: - chokidar: 3.5.3 - defu: 6.1.4 - dotenv: 16.4.1 - giget: 1.2.1 - jiti: 1.21.0 - mlly: 1.5.0 - ohash: 1.1.3 - pathe: 1.1.2 - perfect-debounce: 1.0.0 - pkg-types: 1.0.3 - rc9: 2.1.1 - dev: true - /cac@6.7.14: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} + dev: false /cache-base@1.0.1: resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} @@ -2969,10 +2810,6 @@ packages: get-intrinsic: 1.2.2 set-function-length: 1.2.0 - /call-me-maybe@1.0.2: - resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==} - dev: true - /callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} @@ -2997,8 +2834,8 @@ packages: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} - /caniuse-lite@1.0.30001581: - resolution: {integrity: sha512-whlTkwhqV2tUmP3oYhtNfaWGYHDdS3JYFQBKXxcUR9qqPWsRhFHhoISO2Xnl/g0xyKzht9mI1LZpiNWfMzHixQ==} + /caniuse-lite@1.0.30001583: + resolution: {integrity: sha512-acWTYaha8xfhA/Du/z4sNZjHUWjkiuoAi2LM+T/aL+kemKQgPT1xBb/YKjlQ0Qo8gvbHsGNplrEJ+9G3gL7i4Q==} dev: false /chalk@2.4.2: @@ -3057,23 +2894,13 @@ packages: readdirp: 3.6.0 optionalDependencies: fsevents: 2.3.3 - - /chownr@2.0.0: - resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} - engines: {node: '>=10'} - dev: true + dev: false /chrome-trace-event@1.0.3: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} dev: false - /citty@0.1.5: - resolution: {integrity: sha512-AS7n5NSc0OQVMV9v6wt3ByujNIrne0/cTjiC2MYqhvao57VNfiuVksTSr2p17nVOhEr2KtqiAkGwHcgMC/qUuQ==} - dependencies: - consola: 3.2.3 - dev: true - /class-utils@0.3.6: resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} engines: {node: '>=0.10.0'} @@ -3236,11 +3063,6 @@ packages: - supports-color dev: false - /consola@3.2.3: - resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} - engines: {node: ^14.18.0 || >=16.10.0} - dev: true - /content-disposition@0.5.4: resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} engines: {node: '>= 0.6'} @@ -3292,7 +3114,7 @@ packages: engines: {node: '>=0.10.0'} dev: false - /copy-webpack-plugin@12.0.2(webpack@5.90.0): + /copy-webpack-plugin@12.0.2(webpack@5.90.1): resolution: {integrity: sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==} engines: {node: '>= 18.12.0'} peerDependencies: @@ -3304,14 +3126,14 @@ packages: normalize-path: 3.0.0 schema-utils: 4.2.0 serialize-javascript: 6.0.2 - webpack: 5.90.0 + webpack: 5.90.1 dev: false /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: false - /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.14)(cosmiconfig@8.3.6)(typescript@5.3.3): + /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.16)(cosmiconfig@8.3.6)(typescript@5.3.3): resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} engines: {node: '>=v16'} peerDependencies: @@ -3319,7 +3141,7 @@ packages: cosmiconfig: '>=8.2' typescript: '>=4' dependencies: - '@types/node': 20.11.14 + '@types/node': 20.11.16 cosmiconfig: 8.3.6(typescript@5.3.3) jiti: 1.21.0 typescript: 5.3.3 @@ -3369,7 +3191,7 @@ packages: shebang-command: 2.0.0 which: 2.0.2 - /css-loader@6.10.0(webpack@5.90.0): + /css-loader@6.10.0(webpack@5.90.1): resolution: {integrity: sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -3389,7 +3211,7 @@ packages: postcss-modules-values: 4.0.0(postcss@8.4.33) postcss-value-parser: 4.2.0 semver: 7.5.4 - webpack: 5.90.0 + webpack: 5.90.1 dev: false /css-select@4.3.0: @@ -3560,10 +3382,6 @@ packages: isobject: 3.0.1 dev: false - /defu@6.1.4: - resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} - dev: true - /depd@1.1.2: resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==} engines: {node: '>= 0.6'} @@ -3574,10 +3392,6 @@ packages: engines: {node: '>= 0.8'} dev: false - /destr@2.0.2: - resolution: {integrity: sha512-65AlobnZMiCET00KaFFjUefxDX0khFA/E4myqZ7a6Sq1yZtR8+FVIvilVX66vF2uobSumxooYZChiRPCKNqhmg==} - dev: true - /destroy@1.2.0: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} @@ -3699,11 +3513,6 @@ packages: is-obj: 2.0.0 dev: true - /dotenv@16.4.1: - resolution: {integrity: sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==} - engines: {node: '>=12'} - dev: true - /eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: true @@ -3712,8 +3521,8 @@ packages: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} dev: false - /electron-to-chromium@1.4.653: - resolution: {integrity: sha512-wA2A2LQCqnEwQAvwADQq3KpMpNwgAUBnRmrFgRzHnPhbQUFArTR32Ab46f4p0MovDLcg4uqd4nCsN2hTltslpA==} + /electron-to-chromium@1.4.655: + resolution: {integrity: sha512-2yszojF7vIZ68adIOvzV4bku8OZad9w5H9xF3ZAMZjPuOjBarlflUkjN6DggdV+L71WZuKUfKUhov/34+G5QHg==} dev: false /emoji-regex@10.3.0: @@ -3762,8 +3571,8 @@ packages: engines: {node: '>=6'} dev: false - /envinfo@7.11.0: - resolution: {integrity: sha512-G9/6xF1FPbIw0TtalAMaVPpiq2aDEuKLXM314jPVAO9r2fo2a4BLqMNkmRS7O/xPPZ+COAhGIz3ETvHEV3eUcg==} + /envinfo@7.11.1: + resolution: {integrity: sha512-8PiZgZNIB4q/Lw4AhOvAfB/ityHAd2bli3lESSWmWSzSsl5dKpy5N1d1Rfkd2teq/g9xN90lc6o98DOjMeYHpg==} engines: {node: '>=4'} hasBin: true dev: false @@ -3799,7 +3608,7 @@ packages: is-regex: 1.1.4 is-shared-array-buffer: 1.0.2 is-string: 1.0.7 - is-typed-array: 1.1.12 + is-typed-array: 1.1.13 is-weakref: 1.0.2 object-inspect: 1.13.1 object-keys: 1.1.1 @@ -3815,7 +3624,7 @@ packages: typed-array-byte-offset: 1.0.0 typed-array-length: 1.0.4 unbox-primitive: 1.0.2 - which-typed-array: 1.1.13 + which-typed-array: 1.1.14 dev: true /es-module-lexer@1.4.1: @@ -3827,7 +3636,7 @@ packages: engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.2 - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 hasown: 2.0.0 dev: true @@ -3846,7 +3655,7 @@ packages: is-symbol: 1.0.4 dev: true - /esbuild-loader@4.0.3(webpack@5.90.0): + /esbuild-loader@4.0.3(webpack@5.90.1): resolution: {integrity: sha512-YpaSRisj7TSg6maKKKG9OJGGm0BZ7EXeov8J8cXEYdugjlAJ0wL7aj2JactoQvPJ113v2Ar204pdJWrZsAQc8Q==} peerDependencies: webpack: ^4.40.0 || ^5.0.0 @@ -3854,7 +3663,7 @@ packages: esbuild: 0.19.12 get-tsconfig: 4.7.2 loader-utils: 2.0.4 - webpack: 5.90.0 + webpack: 5.90.1 webpack-sources: 1.4.3 dev: false @@ -4468,6 +4277,7 @@ packages: /flat@5.0.2: resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} hasBin: true + dev: false /flatted@3.2.9: resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} @@ -4534,13 +4344,6 @@ packages: universalify: 2.0.1 dev: false - /fs-minipass@2.1.0: - resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} - engines: {node: '>= 8'} - dependencies: - minipass: 3.3.6 - dev: true - /fs-monkey@1.0.5: resolution: {integrity: sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==} dev: false @@ -4553,6 +4356,7 @@ packages: engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true + dev: false optional: true /function-bind@1.1.2: @@ -4619,20 +4423,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /giget@1.2.1: - resolution: {integrity: sha512-4VG22mopWtIeHwogGSy1FViXVo0YT+m6BrqZfz0JJFwbSsePsCdOzdLIIli5BtMp7Xe8f/o2OmBpQX2NBOC24g==} - hasBin: true - dependencies: - citty: 0.1.5 - consola: 3.2.3 - defu: 6.1.4 - node-fetch-native: 1.6.1 - nypm: 0.3.6 - ohash: 1.1.3 - pathe: 1.1.2 - tar: 6.2.0 - dev: true - /giscus@1.4.0: resolution: {integrity: sha512-Pll+pcclTx47NcFDw8nuka2Ja85Gc4XWpzSgL0rszOQaMQRQIV8UMR+zP4a+/N3tV2TXc1SZ537kWlsN6EsAaw==} dependencies: @@ -4806,8 +4596,8 @@ packages: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} - /has-tostringtag@1.0.0: - resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} + /has-tostringtag@1.0.2: + resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 @@ -4897,7 +4687,7 @@ packages: terser: 5.27.0 dev: false - /html-webpack-plugin@5.6.0(webpack@5.90.0): + /html-webpack-plugin@5.6.0(webpack@5.90.1): resolution: {integrity: sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==} engines: {node: '>=10.13.0'} peerDependencies: @@ -4914,7 +4704,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.90.0 + webpack: 5.90.1 dev: false /htmlparser2@6.1.0: @@ -5015,8 +4805,8 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} - /husky@9.0.7: - resolution: {integrity: sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==} + /husky@9.0.10: + resolution: {integrity: sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==} engines: {node: '>=18'} hasBin: true dev: true @@ -5110,7 +4900,7 @@ packages: dependencies: call-bind: 1.0.5 get-intrinsic: 1.2.2 - is-typed-array: 1.1.12 + is-typed-array: 1.1.13 dev: true /is-arrayish@0.2.1: @@ -5127,13 +4917,14 @@ packages: engines: {node: '>=8'} dependencies: binary-extensions: 2.2.0 + dev: false /is-boolean-object@1.1.2: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.5 - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-buffer@1.1.6: @@ -5169,7 +4960,7 @@ packages: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} dependencies: - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-descriptor@0.1.7: @@ -5246,7 +5037,7 @@ packages: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} dependencies: - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-number@3.0.0: @@ -5297,7 +5088,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.5 - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-shared-array-buffer@1.0.2: @@ -5318,7 +5109,7 @@ packages: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} dependencies: - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-symbol@1.0.4: @@ -5335,11 +5126,11 @@ packages: text-extensions: 2.4.0 dev: true - /is-typed-array@1.1.12: - resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} + /is-typed-array@1.1.13: + resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} engines: {node: '>= 0.4'} dependencies: - which-typed-array: 1.1.13 + which-typed-array: 1.1.14 dev: true /is-unicode-supported@1.3.0: @@ -5410,7 +5201,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.11.14 + '@types/node': 20.11.16 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -5466,10 +5257,6 @@ packages: hasBin: true dev: false - /jsonc-parser@3.2.1: - resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} - dev: true - /jsonfile@6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: @@ -5507,11 +5294,6 @@ packages: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} - /kleur@3.0.3: - resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} - engines: {node: '>=6'} - dev: true - /launch-editor@2.6.1: resolution: {integrity: sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==} dependencies: @@ -5879,14 +5661,15 @@ packages: engines: {node: '>=4'} dev: true - /mini-css-extract-plugin@2.7.7(webpack@5.90.0): - resolution: {integrity: sha512-+0n11YGyRavUR3IlaOzJ0/4Il1avMvJ1VJfhWfCn24ITQXhRr1gghbhhrda6tgtNcpZaWKdSuwKq20Jb7fnlyw==} + /mini-css-extract-plugin@2.8.0(webpack@5.90.1): + resolution: {integrity: sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 4.2.0 - webpack: 5.90.0 + tapable: 2.2.1 + webpack: 5.90.1 dev: false /minimalistic-assert@1.0.1: @@ -5917,31 +5700,11 @@ packages: /minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} - /minipass@3.3.6: - resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} - engines: {node: '>=8'} - dependencies: - yallist: 4.0.0 - dev: true - - /minipass@5.0.0: - resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} - engines: {node: '>=8'} - dev: true - /minipass@7.0.4: resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} engines: {node: '>=16 || 14 >=14.17'} dev: true - /minizlib@2.1.2: - resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} - engines: {node: '>= 8'} - dependencies: - minipass: 3.3.6 - yallist: 4.0.0 - dev: true - /mixin-deep@1.3.2: resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} engines: {node: '>=0.10.0'} @@ -5950,21 +5713,6 @@ packages: is-extendable: 1.0.1 dev: false - /mkdirp@1.0.4: - resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} - engines: {node: '>=10'} - hasBin: true - dev: true - - /mlly@1.5.0: - resolution: {integrity: sha512-NPVQvAY1xr1QoVeG0cy8yUYC7FQcOx6evl/RjT1wL5FvzPnzOysoqB/jmx/DhssT2dYa8nxECLAaFI/+gVLhDQ==} - dependencies: - acorn: 8.11.3 - pathe: 1.1.2 - pkg-types: 1.0.3 - ufo: 1.3.2 - dev: true - /ms@2.0.0: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} dev: false @@ -6028,10 +5776,6 @@ packages: tslib: 2.6.2 dev: false - /node-fetch-native@1.6.1: - resolution: {integrity: sha512-bW9T/uJDPAJB2YNYEpWzE54U5O3MQidXsOyTfnbKYtTtFexRvGzb1waphBN4ZwP6EcIvYYEOwW0b72BpAqydTw==} - dev: true - /node-forge@1.3.1: resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} engines: {node: '>= 6.13.0'} @@ -6063,6 +5807,7 @@ packages: /normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} + dev: false /normalize-range@0.1.2: resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} @@ -6086,17 +5831,6 @@ packages: dependencies: boolbase: 1.0.0 - /nypm@0.3.6: - resolution: {integrity: sha512-2CATJh3pd6CyNfU5VZM7qSwFu0ieyabkEdnogE30Obn1czrmOYiZ8DOZLe1yBdLKWoyD3Mcy2maUs+0MR3yVjQ==} - engines: {node: ^14.16.0 || >=16.10.0} - hasBin: true - dependencies: - citty: 0.1.5 - execa: 8.0.1 - pathe: 1.1.2 - ufo: 1.3.2 - dev: true - /object-copy@0.1.0: resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==} engines: {node: '>=0.10.0'} @@ -6169,10 +5903,6 @@ packages: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} dev: false - /ohash@1.1.3: - resolution: {integrity: sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==} - dev: true - /on-finished@2.3.0: resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==} engines: {node: '>= 0.8'} @@ -6377,14 +6107,6 @@ packages: engines: {node: '>=12'} dev: false - /pathe@1.1.2: - resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} - dev: true - - /perfect-debounce@1.0.0: - resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==} - dev: true - /photoswipe@5.4.3: resolution: {integrity: sha512-9UC6oJBK4oXFZ5HcdlcvGkfEHsVrmE4csUdCQhEjHYb3PvPLO3PG7UhnPuOgjxwmhq5s17Un5NUdum01LgBDng==} engines: {node: '>= 0.12.0'} @@ -6404,14 +6126,6 @@ packages: hasBin: true dev: true - /pkg-types@1.0.3: - resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} - dependencies: - jsonc-parser: 3.2.1 - mlly: 1.5.0 - pathe: 1.1.2 - dev: true - /pngjs@5.0.0: resolution: {integrity: sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==} engines: {node: '>=10.13.0'} @@ -6449,7 +6163,7 @@ packages: yaml: 2.3.4 dev: false - /postcss-loader@8.1.0(postcss@8.4.33)(typescript@5.3.3)(webpack@5.90.0): + /postcss-loader@8.1.0(postcss@8.4.33)(typescript@5.3.3)(webpack@5.90.1): resolution: {integrity: sha512-AbperNcX3rlob7Ay7A/HQcrofug1caABBkopoFeOQMspZBqcqj6giYn1Bwey/0uiOPAcR+NQD0I2HC7rXzk91w==} engines: {node: '>= 18.12.0'} peerDependencies: @@ -6466,7 +6180,7 @@ packages: jiti: 1.21.0 postcss: 8.4.33 semver: 7.5.4 - webpack: 5.90.0 + webpack: 5.90.1 transitivePeerDependencies: - typescript dev: false @@ -6567,14 +6281,6 @@ packages: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: false - /prompts@2.4.2: - resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} - engines: {node: '>= 6'} - dependencies: - kleur: 3.0.3 - sisteransi: 1.0.5 - dev: true - /proxy-addr@2.0.7: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} @@ -6639,14 +6345,6 @@ packages: unpipe: 1.0.0 dev: false - /rc9@2.1.1: - resolution: {integrity: sha512-lNeOl38Ws0eNxpO3+wD1I9rkHGQyj1NU1jlzv4go2CtEnEQEUfqnIvZG7W+bC/aXdJ27n5x/yUjb6RoT9tko+Q==} - dependencies: - defu: 6.1.4 - destr: 2.0.2 - flat: 5.0.2 - dev: true - /read-pkg-up@7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} @@ -6691,6 +6389,7 @@ packages: engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.1 + dev: false /redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} @@ -6894,7 +6593,7 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: false - /sass-loader@14.1.0(webpack@5.90.0): + /sass-loader@14.1.0(webpack@5.90.1): resolution: {integrity: sha512-LS2mLeFWA+orYxHNu+O18Xe4jR0kyamNOOUsE3NyBP4DvIL+8stHpNX0arYTItdPe80kluIiJ7Wfe/9iHSRO0Q==} engines: {node: '>= 18.12.0'} peerDependencies: @@ -6916,7 +6615,7 @@ packages: optional: true dependencies: neo-async: 2.6.2 - webpack: 5.90.0 + webpack: 5.90.1 dev: false /sass@1.70.0: @@ -7133,10 +6832,6 @@ packages: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} - /sisteransi@1.0.5: - resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} - dev: true - /sitemap@7.1.1: resolution: {integrity: sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==} engines: {node: '>=12.0.0', npm: '>=5.6.0'} @@ -7479,13 +7174,13 @@ packages: engines: {node: '>=8'} dev: true - /style-loader@3.3.4(webpack@5.90.0): + /style-loader@3.3.4(webpack@5.90.1): resolution: {integrity: sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.90.0 + webpack: 5.90.1 dev: false /supports-color@5.5.0: @@ -7517,19 +7212,7 @@ packages: engines: {node: '>=6'} dev: false - /tar@6.2.0: - resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==} - engines: {node: '>=10'} - dependencies: - chownr: 2.0.0 - fs-minipass: 2.1.0 - minipass: 5.0.0 - minizlib: 2.1.2 - mkdirp: 1.0.4 - yallist: 4.0.0 - dev: true - - /terser-webpack-plugin@5.3.10(webpack@5.90.0): + /terser-webpack-plugin@5.3.10(webpack@5.90.1): resolution: {integrity: sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -7550,7 +7233,7 @@ packages: schema-utils: 3.3.0 serialize-javascript: 6.0.2 terser: 5.27.0 - webpack: 5.90.0 + webpack: 5.90.1 dev: false /terser@5.27.0: @@ -7670,11 +7353,6 @@ packages: prelude-ls: 1.2.1 dev: true - /type-detect@4.0.8: - resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} - engines: {node: '>=4'} - dev: true - /type-fest@0.18.1: resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} engines: {node: '>=10'} @@ -7714,7 +7392,7 @@ packages: dependencies: call-bind: 1.0.5 get-intrinsic: 1.2.2 - is-typed-array: 1.1.12 + is-typed-array: 1.1.13 dev: true /typed-array-byte-length@1.0.0: @@ -7724,7 +7402,7 @@ packages: call-bind: 1.0.5 for-each: 0.3.3 has-proto: 1.0.1 - is-typed-array: 1.1.12 + is-typed-array: 1.1.13 dev: true /typed-array-byte-offset@1.0.0: @@ -7735,7 +7413,7 @@ packages: call-bind: 1.0.5 for-each: 0.3.3 has-proto: 1.0.1 - is-typed-array: 1.1.12 + is-typed-array: 1.1.13 dev: true /typed-array-length@1.0.4: @@ -7743,7 +7421,7 @@ packages: dependencies: call-bind: 1.0.5 for-each: 0.3.3 - is-typed-array: 1.1.12 + is-typed-array: 1.1.13 dev: true /typescript@5.3.3: @@ -7755,10 +7433,6 @@ packages: resolution: {integrity: sha512-DffL94LsNOccVn4hyfRe5rdKa273swqeA5DJpMOeFmEn1wCDc7nAbbB0gXlgBCL7TNzeTv6G7XVWzan7iJtfig==} dev: false - /ufo@1.3.2: - resolution: {integrity: sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==} - dev: true - /unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: @@ -7864,7 +7538,7 @@ packages: engines: {node: '>= 0.8'} dev: false - /vite@5.0.12(@types/node@20.11.14): + /vite@5.0.12(@types/node@20.11.16): resolution: {integrity: sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7892,7 +7566,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.14 + '@types/node': 20.11.16 esbuild: 0.19.12 postcss: 8.4.33 rollup: 4.9.6 @@ -7900,8 +7574,8 @@ packages: fsevents: 2.3.3 dev: false - /vue-demi@0.14.6(vue@3.4.15): - resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} + /vue-demi@0.14.7(vue@3.4.15): + resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==} engines: {node: '>=12'} hasBin: true requiresBuild: true @@ -7933,7 +7607,7 @@ packages: - supports-color dev: true - /vue-loader@17.4.2(vue@3.4.15)(webpack@5.90.0): + /vue-loader@17.4.2(vue@3.4.15)(webpack@5.90.1): resolution: {integrity: sha512-yTKOA4R/VN4jqjw4y5HrynFL8AK0Z3/Jt7eOJXEitsm0GMRHDBjCfCiuTiLP7OESvsZYo2pATCWhDqxC5ZrM6w==} peerDependencies: '@vue/compiler-sfc': '*' @@ -7949,7 +7623,7 @@ packages: hash-sum: 2.0.0 vue: 3.4.15(typescript@5.3.3) watchpack: 2.4.0 - webpack: 5.90.0 + webpack: 5.90.1 dev: false /vue-router@4.2.5(vue@3.4.15): @@ -7988,7 +7662,7 @@ packages: optional: true dependencies: '@vuepress/helper': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) - sass-loader: 14.1.0(webpack@5.90.0) + sass-loader: 14.1.0(webpack@5.90.1) vue: 3.4.15(typescript@5.3.3) vue-router: 4.2.5(vue@3.4.15) vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) @@ -8044,7 +7718,7 @@ packages: dependencies: '@vuepress/helper': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) giscus: 1.4.0 - sass-loader: 14.1.0(webpack@5.90.0) + sass-loader: 14.1.0(webpack@5.90.1) vue: 3.4.15(typescript@5.3.3) vue-router: 4.2.5(vue@3.4.15) vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) @@ -8089,7 +7763,7 @@ packages: balloon-css: 1.2.0 create-codepen: 1.0.1 qrcode: 1.5.3 - sass-loader: 14.1.0(webpack@5.90.0) + sass-loader: 14.1.0(webpack@5.90.1) vue: 3.4.15(typescript@5.3.3) vue-router: 4.2.5(vue@3.4.15) vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) @@ -8178,7 +7852,7 @@ packages: '@vueuse/core': 10.7.2(vue@3.4.15) balloon-css: 1.2.0 js-yaml: 4.1.0 - sass-loader: 14.1.0(webpack@5.90.0) + sass-loader: 14.1.0(webpack@5.90.1) vue: 3.4.15(typescript@5.3.3) vue-router: 4.2.5(vue@3.4.15) vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) @@ -8203,7 +7877,7 @@ packages: '@vuepress/helper': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vueuse/core': 10.7.2(vue@3.4.15) photoswipe: 5.4.3 - sass-loader: 14.1.0(webpack@5.90.0) + sass-loader: 14.1.0(webpack@5.90.1) vue: 3.4.15(typescript@5.3.3) vue-router: 4.2.5(vue@3.4.15) vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) @@ -8227,7 +7901,7 @@ packages: '@vuepress/helper': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) chokidar: 3.5.3 sass: 1.70.0 - sass-loader: 14.1.0(webpack@5.90.0) + sass-loader: 14.1.0(webpack@5.90.1) vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) vuepress-shared: 2.0.0-rc.19(typescript@5.3.3)(vuepress@2.0.0-rc.2) transitivePeerDependencies: @@ -8257,7 +7931,7 @@ packages: - typescript dev: false - /vuepress-theme-hope@2.0.0-rc.19(@vuepress/plugin-docsearch@2.0.0-rc.3)(@vuepress/plugin-search@2.0.0-rc.3)(markdown-it@14.0.0)(sass-loader@14.1.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2): + /vuepress-theme-hope@2.0.0-rc.19(@vuepress/plugin-docsearch@2.0.0-rc.7)(@vuepress/plugin-search@2.0.0-rc.7)(markdown-it@14.0.0)(sass-loader@14.1.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2): resolution: {integrity: sha512-b405apB3aFgw/ggGlSlBz1N+Pj+rGiXLbgIkGhdLyZVSfIUAxFqykbaxywteydKJhXlq8lCdIEM6u2oXdQsdaQ==} engines: {node: '>=18.16.0', npm: '>=8', pnpm: '>=7', yarn: '>=2'} peerDependencies: @@ -8292,14 +7966,14 @@ packages: '@vuepress/plugin-active-header-links': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vuepress/plugin-copy-code': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vuepress/plugin-copyright': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vuepress/plugin-docsearch': 2.0.0-rc.3(@algolia/client-search@4.22.1)(search-insights@2.13.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/plugin-docsearch': 2.0.0-rc.7(@algolia/client-search@4.22.1)(search-insights@2.13.0)(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vuepress/plugin-external-link-icon': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vuepress/plugin-git': 2.0.0-rc.7(vuepress@2.0.0-rc.2) '@vuepress/plugin-nprogress': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vuepress/plugin-prismjs': 2.0.0-rc.7(vuepress@2.0.0-rc.2) '@vuepress/plugin-reading-time': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vuepress/plugin-rtl': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) - '@vuepress/plugin-search': 2.0.0-rc.3(typescript@5.3.3)(vuepress@2.0.0-rc.2) + '@vuepress/plugin-search': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vuepress/plugin-seo': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vuepress/plugin-sitemap': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) '@vuepress/plugin-theme-data': 2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2) @@ -8309,7 +7983,7 @@ packages: cheerio: 1.0.0-rc.12 chokidar: 3.5.3 gray-matter: 4.0.3 - sass-loader: 14.1.0(webpack@5.90.0) + sass-loader: 14.1.0(webpack@5.90.1) vue: 3.4.15(typescript@5.3.3) vue-router: 4.2.5(vue@3.4.15) vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) @@ -8364,7 +8038,7 @@ packages: '@vuepress/bundler-webpack': optional: true dependencies: - '@vuepress/bundler-vite': 2.0.0-rc.2(@types/node@20.11.14)(typescript@5.3.3) + '@vuepress/bundler-vite': 2.0.0-rc.2(@types/node@20.11.16)(typescript@5.3.3) '@vuepress/bundler-webpack': 2.0.0-rc.2(typescript@5.3.3) '@vuepress/cli': 2.0.0-rc.2(typescript@5.3.3) '@vuepress/client': 2.0.0-rc.2(typescript@5.3.3) @@ -8402,7 +8076,7 @@ packages: javascript-stringify: 2.1.0 dev: false - /webpack-dev-middleware@5.3.3(webpack@5.90.0): + /webpack-dev-middleware@5.3.3(webpack@5.90.1): resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -8413,10 +8087,10 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.2.0 - webpack: 5.90.0 + webpack: 5.90.1 dev: false - /webpack-dev-server@4.15.1(webpack@5.90.0): + /webpack-dev-server@4.15.1(webpack@5.90.1): resolution: {integrity: sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==} engines: {node: '>= 12.13.0'} hasBin: true @@ -8457,8 +8131,8 @@ packages: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.90.0 - webpack-dev-middleware: 5.3.3(webpack@5.90.0) + webpack: 5.90.1 + webpack-dev-middleware: 5.3.3(webpack@5.90.1) ws: 8.16.0 transitivePeerDependencies: - bufferutil @@ -8488,8 +8162,8 @@ packages: engines: {node: '>=10.13.0'} dev: false - /webpack@5.90.0: - resolution: {integrity: sha512-bdmyXRCXeeNIePv6R6tGPyy20aUobw4Zy8r0LUS2EWO+U+Ke/gYDgsCh7bl5rB6jPpr4r0SZa6dPxBxLooDT3w==} + /webpack@5.90.1: + resolution: {integrity: sha512-SstPdlAC5IvgFnhiRok8hqJo/+ArAbNv7rhU4fnWGHNVfN59HSQFaxZDSAL3IFG2YmqxuRs+IU33milSxbPlog==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -8519,7 +8193,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(webpack@5.90.0) + terser-webpack-plugin: 5.3.10(webpack@5.90.1) watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -8556,15 +8230,15 @@ packages: resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} dev: false - /which-typed-array@1.1.13: - resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} + /which-typed-array@1.1.14: + resolution: {integrity: sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg==} engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.6 call-bind: 1.0.5 for-each: 0.3.3 gopd: 1.0.1 - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /which@2.0.2: