From d61dd767ec5cdd8b5fe99d7014b88f7a3b363819 Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Fri, 2 Feb 2024 22:44:12 +0800 Subject: [PATCH] build: bump deps --- docs/.vuepress/configs/sidebar/en.ts | 4 + docs/.vuepress/configs/sidebar/zh.ts | 4 + package.json | 20 +- pnpm-lock.yaml | 360 +++++++++++++-------------- 4 files changed, 196 insertions(+), 192 deletions(-) diff --git a/docs/.vuepress/configs/sidebar/en.ts b/docs/.vuepress/configs/sidebar/en.ts index 773711dc..45421332 100644 --- a/docs/.vuepress/configs/sidebar/en.ts +++ b/docs/.vuepress/configs/sidebar/en.ts @@ -66,5 +66,9 @@ export const sidebarEn: SidebarConfig = { text: 'Official Ecosystem', link: 'https://ecosystem.vuejs.press/', }, + { + text: 'VuePress Marketplace', + link: 'https://marketplace.vuejs.press/', + }, ], } diff --git a/docs/.vuepress/configs/sidebar/zh.ts b/docs/.vuepress/configs/sidebar/zh.ts index 492dc240..3c3a62f9 100644 --- a/docs/.vuepress/configs/sidebar/zh.ts +++ b/docs/.vuepress/configs/sidebar/zh.ts @@ -69,5 +69,9 @@ export const sidebarZh: SidebarConfig = { text: '官方生态系统', link: 'https://ecosystem.vuejs.press/zh/', }, + { + text: 'VuePress 市场', + link: 'https://marketplace.vuejs.press/', + }, ], } diff --git a/package.json b/package.json index e0c0ed59..7056879f 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", @@ -45,11 +42,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 34aec34b..d25de664 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) @@ -45,7 +45,7 @@ dependencies: 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 @@ -62,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 @@ -268,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 @@ -346,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: @@ -356,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 @@ -1003,26 +1003,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: @@ -1052,7 +1052,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 @@ -1071,7 +1071,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: @@ -1089,7 +1089,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: @@ -1102,7 +1102,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/linkify-it@3.0.5: @@ -1145,15 +1145,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 @@ -1187,7 +1187,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: @@ -1201,13 +1201,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/web-bluetooth@0.0.20: @@ -1221,7 +1221,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): @@ -1367,7 +1367,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 @@ -1448,7 +1448,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) @@ -1461,7 +1461,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: @@ -1489,22 +1489,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' @@ -1530,7 +1530,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' @@ -1565,9 +1565,8 @@ 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'} + /@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: vuepress: 2.0.0-rc.2 dependencies: @@ -1604,8 +1603,8 @@ 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==} + /@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: vuepress: 2.0.0-rc.2 dependencies: @@ -1617,8 +1616,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: @@ -1629,8 +1628,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: @@ -1640,12 +1639,12 @@ 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==} + /@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: 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/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) 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) @@ -1654,8 +1653,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: @@ -1677,8 +1676,8 @@ 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==} + /@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: vuepress: 2.0.0-rc.2 dependencies: @@ -1688,8 +1687,8 @@ packages: - typescript dev: false - /@vuepress/plugin-git@2.0.0-rc.3(vuepress@2.0.0-rc.2): - resolution: {integrity: sha512-BQoDWmksC+aSc5V933OuNeU7mfrP4hryhckIFadAhKLVRl6CSXDb96SGVTBxcO1gIgKzItdE67UzMw4T9JJN6A==} + /@vuepress/plugin-git@2.0.0-rc.7(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-OCrgsW5JF/LGYOwQvy+UfoEXGOELumaqwAMoRQL+QKBZzUcTQLUf+WQXR2qe9cMrIr1wTyibdxfOJCyQunFNmw==} peerDependencies: vuepress: 2.0.0-rc.2 dependencies: @@ -1697,16 +1696,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: @@ -1717,8 +1716,8 @@ 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==} + /@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: vuepress: 2.0.0-rc.2 dependencies: @@ -1729,8 +1728,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: @@ -1738,8 +1737,8 @@ 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==} + /@vuepress/plugin-prismjs@2.0.0-rc.7(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-z70MJ4Bek+d7PO+frLpR8r4atqrfb78FKIwomOl55+ctV7moUKi965i19e5JB6dzfIaIy9cWTPdrrzeui62v+g==} peerDependencies: vuepress: 2.0.0-rc.2 dependencies: @@ -1747,8 +1746,8 @@ 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-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: @@ -1756,8 +1755,8 @@ 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-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: @@ -1769,19 +1768,19 @@ 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==} + /@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: 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/helper': 2.0.0-rc.7(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-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: @@ -1789,20 +1788,20 @@ 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==} + /@vuepress/plugin-sitemap@2.0.0-rc.7(typescript@5.3.3)(vuepress@2.0.0-rc.2): + resolution: {integrity: sha512-6zZ3DMw9o+aEPs9IIgnNZb6pL9FKqyfX9WFj7OL8ps66jiIOkbzrjh8mQHkIbGD9pK80QHF5lzrein9rQITCTA==} 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/helper': 2.0.0-rc.7(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-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==} + /@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: vuepress: 2.0.0-rc.2 dependencies: @@ -1819,8 +1818,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 @@ -1828,23 +1827,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) @@ -1877,7 +1876,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 @@ -1890,7 +1889,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 @@ -2302,7 +2301,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 @@ -2414,8 +2413,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 @@ -2530,8 +2529,8 @@ packages: engines: {node: '>=6'} dev: true - /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: @@ -2817,7 +2816,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: @@ -2829,14 +2828,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: @@ -2844,7 +2843,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 @@ -2890,7 +2889,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: @@ -2910,7 +2909,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: @@ -3226,8 +3225,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: @@ -3273,8 +3272,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 @@ -3310,7 +3309,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 @@ -3326,7 +3325,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: @@ -3338,7 +3337,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 @@ -3357,7 +3356,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 @@ -3365,7 +3364,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 @@ -4313,8 +4312,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 @@ -4404,7 +4403,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: @@ -4421,7 +4420,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: @@ -4522,8 +4521,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 @@ -4617,7 +4616,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: @@ -4640,7 +4639,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-buffer@1.1.6: @@ -4676,7 +4675,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: @@ -4754,7 +4753,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: @@ -4805,7 +4804,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: @@ -4826,7 +4825,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: @@ -4843,11 +4842,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: @@ -4918,7 +4917,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 @@ -5366,14 +5365,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: @@ -5930,7 +5930,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: @@ -5947,7 +5947,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 @@ -6361,7 +6361,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: @@ -6383,7 +6383,7 @@ packages: optional: true dependencies: neo-async: 2.6.2 - webpack: 5.90.0 + webpack: 5.90.1 dev: false /sass@1.70.0: @@ -6943,13 +6943,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: @@ -6993,7 +6993,7 @@ packages: 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: @@ -7014,7 +7014,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: @@ -7178,7 +7178,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: @@ -7188,7 +7188,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: @@ -7199,7 +7199,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: @@ -7207,7 +7207,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: @@ -7328,7 +7328,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 @@ -7356,7 +7356,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 @@ -7364,8 +7364,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 @@ -7397,7 +7397,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': '*' @@ -7413,7 +7413,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): @@ -7455,7 +7455,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) @@ -7493,7 +7493,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: @@ -7504,10 +7504,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 @@ -7548,8 +7548,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 @@ -7579,8 +7579,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: @@ -7610,7 +7610,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: @@ -7643,15 +7643,15 @@ packages: is-symbol: 1.0.4 dev: true - /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: