From 40eba3989b8fbf83f8a2746b817aac6b67a99435 Mon Sep 17 00:00:00 2001 From: webfansplz Date: Mon, 18 Dec 2023 00:54:42 +0800 Subject: [PATCH] chore: bump deps --- docs/package.json | 2 +- package.json | 14 +- packages/browser-extension/package.json | 2 +- packages/client/package.json | 8 +- packages/core/package.json | 2 +- packages/devtools-kit/package.json | 2 +- packages/electron/package.json | 2 +- packages/overlay/package.json | 6 +- packages/playground/package.json | 4 +- packages/ui-playground/package.json | 4 +- pnpm-lock.yaml | 695 +++++++++++------------- 11 files changed, 352 insertions(+), 389 deletions(-) diff --git a/docs/package.json b/docs/package.json index cfae51a9..6075ba0a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,6 +11,6 @@ "@vueuse/core": "^10.7.0", "unplugin-vue-components": "^0.26.0", "vitepress": "1.0.0-rc.30", - "vue": "^3.3.11" + "vue": "^3.3.12" } } diff --git a/package.json b/package.json index 200073d2..0b48b86b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.0.0", "private": true, - "packageManager": "pnpm@8.7.0", + "packageManager": "pnpm@8.12.1", "description": "DevTools for Vue.js", "author": "webfansplz", "license": "MIT", @@ -51,7 +51,7 @@ "lint:fix": "eslint . --fix", "prepublishOnly": "npm run build", "release": "bumpp -r", - "dep:up": "taze -I major", + "dep:up": "taze -I major -r", "prepare": "simple-git-hooks", "test": "vitest", "play": "nr -C packages/playground dev", @@ -69,7 +69,7 @@ "@vue-devtools-next/core": "workspace:^", "@vue-devtools-next/schema": "workspace:^", "archiver": "^6.0.1", - "bumpp": "^9.2.0", + "bumpp": "^9.2.1", "cross-env": "^7.0.3", "eslint": "npm:eslint-ts-patch@8.55.0-1", "eslint-plugin-format": "^0.1.0", @@ -77,7 +77,7 @@ "fs-extra": "^11.2.0", "lint-staged": "^15.2.0", "npm-run-all": "^4.1.5", - "pnpm": "^8.11.0", + "pnpm": "^8.12.1", "progress": "^2.0.3", "readdir-glob": "^1.1.3", "simple-git-hooks": "^2.9.0", @@ -87,9 +87,9 @@ "typescript": "^5.3.3", "unbuild": "^2.0.0", "unocss": "^0.58.0", - "vite": "^5.0.6", - "vitest": "^1.0.2", - "vue": "^3.3.11" + "vite": "^5.0.10", + "vitest": "^1.0.4", + "vue": "^3.3.12" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" diff --git a/packages/browser-extension/package.json b/packages/browser-extension/package.json index 4ca57376..1a2df97c 100644 --- a/packages/browser-extension/package.json +++ b/packages/browser-extension/package.json @@ -18,6 +18,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^4.5.2", - "vue": "^3.3.11" + "vue": "^3.3.12" } } diff --git a/packages/client/package.json b/packages/client/package.json index e07f22bf..54e365f5 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -34,7 +34,7 @@ "colord": "^2.9.3", "fuse.js": "^7.0.0", "minimatch": "^9.0.3", - "shikiji": "^0.8.0", + "shikiji": "^0.9.9", "splitpanes": "^3.1.5", "vis-network": "^9.1.9", "vite-hot-client": "^0.2.3", @@ -42,7 +42,7 @@ "vue-virtual-scroller": "2.0.0-beta.8" }, "devDependencies": { - "@iconify/json": "^2.2.154", + "@iconify/json": "^2.2.158", "@types/node": "^20.10.4", "@types/splitpanes": "^2.2.6", "@unocss/core": "^0.58.0", @@ -59,7 +59,7 @@ "unplugin": "^1.5.1", "unplugin-auto-import": "^0.17.2", "unplugin-vue-components": "^0.26.0", - "vite": "^5.0.7", - "vue": "^3.3.11" + "vite": "^5.0.10", + "vue": "^3.3.12" } } diff --git a/packages/core/package.json b/packages/core/package.json index 1618589a..fdb51fce 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -40,6 +40,6 @@ "vite-plugin-inspect": "^0.8.1" }, "devDependencies": { - "vue": "^3.3.11" + "vue": "^3.3.12" } } diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json index 133ef828..72ca29da 100644 --- a/packages/devtools-kit/package.json +++ b/packages/devtools-kit/package.json @@ -30,7 +30,7 @@ "speakingurl": "^14.0.1" }, "devDependencies": { - "vue": "^3.3.11", + "vue": "^3.3.12", "vue-router": "^4.2.5" } } diff --git a/packages/electron/package.json b/packages/electron/package.json index ebf49872..9217d01b 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -41,6 +41,6 @@ "@vitejs/plugin-vue": "^4.5.2", "tsx": "^4.6.2", "unbuild": "^2.0.0", - "vue": "^3.3.11" + "vue": "^3.3.12" } } diff --git a/packages/overlay/package.json b/packages/overlay/package.json index e54c06ba..ffc0b7bc 100644 --- a/packages/overlay/package.json +++ b/packages/overlay/package.json @@ -27,11 +27,11 @@ "@vueuse/core": "^10.7.0" }, "devDependencies": { - "@iconify/json": "^2.2.154", + "@iconify/json": "^2.2.158", "@types/node": "^20.10.4", "@vitejs/plugin-vue": "^4.5.2", "sass": "^1.69.5", - "vite": "^5.0.7", - "vue": "^3.3.11" + "vite": "^5.0.10", + "vue": "^3.3.12" } } diff --git a/packages/playground/package.json b/packages/playground/package.json index 82018b9f..599ac67d 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -12,7 +12,7 @@ "dependencies": { "@vueuse/core": "^10.7.0", "pinia": "^2.1.7", - "vue": "^3.3.11", + "vue": "^3.3.12", "vue-router": "^4.2.5" }, "devDependencies": { @@ -21,7 +21,7 @@ "sass": "^1.69.5", "serve": "^14.2.1", "typescript": "^5.3.3", - "vite": "^5.0.7", + "vite": "^5.0.10", "vite-plugin-inspect": "^0.8.1", "vite-plugin-vue-devtools": "workspace:*" } diff --git a/packages/ui-playground/package.json b/packages/ui-playground/package.json index d9be8d23..f29e1aa7 100644 --- a/packages/ui-playground/package.json +++ b/packages/ui-playground/package.json @@ -13,12 +13,12 @@ "@vue-devtools-next/ui": "workspace:*", "@vueuse/core": "^10.7.0", "unocss": "^0.58.0", - "vue": "^3.3.11" + "vue": "^3.3.12" }, "devDependencies": { "@vitejs/plugin-vue": "^4.5.2", "typescript": "^5.3.3", - "vite": "^5.0.7", + "vite": "^5.0.10", "vue-tsc": "^1.8.25" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b2ed9627..73bdb2f7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: devDependencies: '@antfu/eslint-config': specifier: 2.4.2 - version: 2.4.2(@unocss/eslint-plugin@0.58.0)(@vue/compiler-sfc@3.3.11)(eslint-plugin-format@0.1.0)(eslint-ts-patch@8.55.0-1)(typescript@5.3.3)(vitest@1.0.2) + version: 2.4.2(@unocss/eslint-plugin@0.58.0)(@vue/compiler-sfc@3.3.12)(eslint-plugin-format@0.1.0)(eslint-ts-patch@8.55.0-1)(typescript@5.3.3)(vitest@1.0.4) '@antfu/ni': specifier: ^0.21.12 version: 0.21.12 @@ -36,8 +36,8 @@ importers: specifier: ^6.0.1 version: 6.0.1 bumpp: - specifier: ^9.2.0 - version: 9.2.0 + specifier: ^9.2.1 + version: 9.2.1 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -60,8 +60,8 @@ importers: specifier: ^4.1.5 version: 4.1.5 pnpm: - specifier: ^8.11.0 - version: 8.11.0 + specifier: ^8.12.1 + version: 8.12.1 progress: specifier: ^2.0.3 version: 2.0.3 @@ -88,16 +88,16 @@ importers: version: 2.0.0(typescript@5.3.3) unocss: specifier: ^0.58.0 - version: 0.58.0(postcss@8.4.32)(rollup@3.28.1)(vite@5.0.6) + version: 0.58.0(postcss@8.4.32)(rollup@3.28.1)(vite@5.0.10) vite: - specifier: ^5.0.6 - version: 5.0.6(@types/node@20.10.4) + specifier: ^5.0.10 + version: 5.0.10(@types/node@20.10.4)(sass@1.69.5) vitest: - specifier: ^1.0.2 - version: 1.0.2(@types/node@20.10.4) + specifier: ^1.0.4 + version: 1.0.4(@types/node@20.10.4) vue: - specifier: ^3.3.11 - version: 3.3.11(typescript@5.3.3) + specifier: ^3.3.12 + version: 3.3.12(typescript@5.3.3) docs: devDependencies: @@ -106,16 +106,16 @@ importers: version: 0.58.0 '@vueuse/core': specifier: ^10.7.0 - version: 10.7.0(vue@3.3.11) + version: 10.7.0(vue@3.3.12) unplugin-vue-components: specifier: ^0.26.0 - version: 0.26.0(rollup@3.28.1)(vue@3.3.11) + version: 0.26.0(rollup@3.28.1)(vue@3.3.12) vitepress: specifier: 1.0.0-rc.30 version: 1.0.0-rc.30(@algolia/client-search@4.22.0)(@types/node@20.10.4)(postcss@8.4.32)(search-insights@2.13.0)(typescript@5.3.3) vue: - specifier: ^3.3.11 - version: 3.3.11(typescript@5.3.3) + specifier: ^3.3.12 + version: 3.3.12(typescript@5.3.3) packages/browser-extension: dependencies: @@ -128,10 +128,10 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^4.5.2 - version: 4.5.2(vite@5.0.7)(vue@3.3.11) + version: 4.5.2(vite@5.0.10)(vue@3.3.12) vue: - specifier: ^3.3.11 - version: 3.3.11(typescript@5.3.3) + specifier: ^3.3.12 + version: 3.3.12(typescript@5.3.3) packages/client: dependencies: @@ -152,10 +152,10 @@ importers: version: link:../ui '@vueuse/core': specifier: ^10.7.0 - version: 10.7.0(vue@3.3.11) + version: 10.7.0(vue@3.3.12) '@vueuse/integrations': specifier: ^10.7.0 - version: 10.7.0(fuse.js@7.0.0)(vue@3.3.11) + version: 10.7.0(fuse.js@7.0.0)(vue@3.3.12) colord: specifier: ^2.9.3 version: 2.9.3 @@ -166,8 +166,8 @@ importers: specifier: ^9.0.3 version: 9.0.3 shikiji: - specifier: ^0.8.0 - version: 0.8.0 + specifier: ^0.9.9 + version: 0.9.9 splitpanes: specifier: ^3.1.5 version: 3.1.5 @@ -176,17 +176,17 @@ importers: version: 9.1.9(@egjs/hammerjs@2.0.17)(component-emitter@1.3.1)(keycharm@0.4.0)(uuid@9.0.1)(vis-data@7.1.9)(vis-util@5.0.7) vite-hot-client: specifier: ^0.2.3 - version: 0.2.3(vite@5.0.7) + version: 0.2.3(vite@5.0.10) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.11) + version: 4.2.5(vue@3.3.12) vue-virtual-scroller: specifier: 2.0.0-beta.8 - version: 2.0.0-beta.8(vue@3.3.11) + version: 2.0.0-beta.8(vue@3.3.12) devDependencies: '@iconify/json': - specifier: ^2.2.154 - version: 2.2.154 + specifier: ^2.2.158 + version: 2.2.158 '@types/node': specifier: ^20.10.4 version: 20.10.4 @@ -201,22 +201,22 @@ importers: version: 0.58.0 '@vitejs/plugin-vue': specifier: ^4.5.2 - version: 4.5.2(vite@5.0.7)(vue@3.3.11) + version: 4.5.2(vite@5.0.10)(vue@3.3.12) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0(vite@5.0.7)(vue@3.3.11) + version: 3.1.0(vite@5.0.10)(vue@3.3.12) dayjs: specifier: ^1.11.10 version: 1.11.10 floating-vue: specifier: 2.0.0-beta.24 - version: 2.0.0-beta.24(vue@3.3.11) + version: 2.0.0-beta.24(vue@3.3.12) ohash: specifier: ^1.1.3 version: 1.1.3 pinia: specifier: ^2.1.7 - version: 2.1.7(typescript@5.3.3)(vue@3.3.11) + version: 2.1.7(typescript@5.3.3)(vue@3.3.12) sass: specifier: ^1.69.5 version: 1.69.5 @@ -225,7 +225,7 @@ importers: version: 2.9.0 unocss: specifier: ^0.58.0 - version: 0.58.0(postcss@8.4.32)(rollup@3.28.1)(vite@5.0.7) + version: 0.58.0(postcss@8.4.32)(rollup@3.28.1)(vite@5.0.10) unplugin: specifier: ^1.5.1 version: 1.5.1 @@ -234,13 +234,13 @@ importers: version: 0.17.2(@vueuse/core@10.7.0)(rollup@3.28.1) unplugin-vue-components: specifier: ^0.26.0 - version: 0.26.0(rollup@3.28.1)(vue@3.3.11) + version: 0.26.0(rollup@3.28.1)(vue@3.3.12) vite: - specifier: ^5.0.7 - version: 5.0.7(@types/node@20.10.4)(sass@1.69.5) + specifier: ^5.0.10 + version: 5.0.10(@types/node@20.10.4)(sass@1.69.5) vue: - specifier: ^3.3.11 - version: 3.3.11(typescript@5.3.3) + specifier: ^3.3.12 + version: 3.3.12(typescript@5.3.3) packages/core: dependencies: @@ -270,17 +270,17 @@ importers: version: 1.1.1 vite-dev-rpc: specifier: ^0.1.4 - version: 0.1.4(vite@5.0.6) + version: 0.1.4(vite@5.0.10) vite-hot-client: specifier: ^0.2.3 - version: 0.2.3(vite@5.0.6) + version: 0.2.3(vite@5.0.10) vite-plugin-inspect: specifier: ^0.8.1 - version: 0.8.1(rollup@3.28.1)(vite@5.0.6) + version: 0.8.1(rollup@3.28.1)(vite@5.0.10) devDependencies: vue: - specifier: ^3.3.11 - version: 3.3.11(typescript@5.3.3) + specifier: ^3.3.12 + version: 3.3.12(typescript@5.3.3) packages/devtools: dependencies: @@ -313,11 +313,11 @@ importers: version: 14.0.1 devDependencies: vue: - specifier: ^3.3.11 - version: 3.3.11(typescript@5.3.3) + specifier: ^3.3.12 + version: 3.3.12(typescript@5.3.3) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.11) + version: 4.2.5(vue@3.3.12) packages/electron: dependencies: @@ -345,7 +345,7 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^4.5.2 - version: 4.5.2(vite@5.0.7)(vue@3.3.11) + version: 4.5.2(vite@5.0.10)(vue@3.3.12) tsx: specifier: ^4.6.2 version: 4.6.2 @@ -353,8 +353,8 @@ importers: specifier: ^2.0.0 version: 2.0.0(typescript@5.3.3) vue: - specifier: ^3.3.11 - version: 3.3.11(typescript@5.3.3) + specifier: ^3.3.12 + version: 3.3.12(typescript@5.3.3) packages/overlay: dependencies: @@ -372,45 +372,45 @@ importers: version: link:../ui '@vueuse/core': specifier: ^10.7.0 - version: 10.7.0(vue@3.3.11) + version: 10.7.0(vue@3.3.12) devDependencies: '@iconify/json': - specifier: ^2.2.154 - version: 2.2.154 + specifier: ^2.2.158 + version: 2.2.158 '@types/node': specifier: ^20.10.4 version: 20.10.4 '@vitejs/plugin-vue': specifier: ^4.5.2 - version: 4.5.2(vite@5.0.7)(vue@3.3.11) + version: 4.5.2(vite@5.0.10)(vue@3.3.12) sass: specifier: ^1.69.5 version: 1.69.5 vite: - specifier: ^5.0.7 - version: 5.0.7(@types/node@20.10.4)(sass@1.69.5) + specifier: ^5.0.10 + version: 5.0.10(@types/node@20.10.4)(sass@1.69.5) vue: - specifier: ^3.3.11 - version: 3.3.11(typescript@5.3.3) + specifier: ^3.3.12 + version: 3.3.12(typescript@5.3.3) packages/playground: dependencies: '@vueuse/core': specifier: ^10.7.0 - version: 10.7.0(vue@3.3.11) + version: 10.7.0(vue@3.3.12) pinia: specifier: ^2.1.7 - version: 2.1.7(typescript@5.3.3)(vue@3.3.11) + version: 2.1.7(typescript@5.3.3)(vue@3.3.12) vue: - specifier: ^3.3.11 - version: 3.3.11(typescript@5.3.3) + specifier: ^3.3.12 + version: 3.3.12(typescript@5.3.3) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.11) + version: 4.2.5(vue@3.3.12) devDependencies: '@vitejs/plugin-vue': specifier: ^4.5.2 - version: 4.5.2(vite@5.0.7)(vue@3.3.11) + version: 4.5.2(vite@5.0.10)(vue@3.3.12) '@vue/devtools-next': specifier: workspace:* version: link:../devtools @@ -424,11 +424,11 @@ importers: specifier: ^5.3.3 version: 5.3.3 vite: - specifier: ^5.0.7 - version: 5.0.7(@types/node@20.10.4)(sass@1.69.5) + specifier: ^5.0.10 + version: 5.0.10(@types/node@20.10.4)(sass@1.69.5) vite-plugin-inspect: specifier: ^0.8.1 - version: 0.8.1(rollup@3.28.1)(vite@5.0.7) + version: 0.8.1(rollup@3.28.1)(vite@5.0.10) vite-plugin-vue-devtools: specifier: workspace:* version: link:../vite @@ -501,23 +501,23 @@ importers: version: link:../ui '@vueuse/core': specifier: ^10.7.0 - version: 10.7.0(vue@3.3.11) + version: 10.7.0(vue@3.3.12) unocss: specifier: ^0.58.0 - version: 0.58.0(postcss@8.4.32)(rollup@3.28.1)(vite@5.0.7) + version: 0.58.0(postcss@8.4.32)(rollup@3.28.1)(vite@5.0.10) vue: - specifier: ^3.3.11 - version: 3.3.11(typescript@5.3.3) + specifier: ^3.3.12 + version: 3.3.12(typescript@5.3.3) devDependencies: '@vitejs/plugin-vue': specifier: ^4.5.2 - version: 4.5.2(vite@5.0.7)(vue@3.3.11) + version: 4.5.2(vite@5.0.10)(vue@3.3.12) typescript: specifier: ^5.3.3 version: 5.3.3 vite: - specifier: ^5.0.7 - version: 5.0.7(@types/node@20.10.4)(sass@1.69.5) + specifier: ^5.0.10 + version: 5.0.10(@types/node@20.10.4)(sass@1.69.5) vue-tsc: specifier: ^1.8.25 version: 1.8.25(typescript@5.3.3) @@ -718,7 +718,7 @@ packages: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.20 - /@antfu/eslint-config@2.4.2(@unocss/eslint-plugin@0.58.0)(@vue/compiler-sfc@3.3.11)(eslint-plugin-format@0.1.0)(eslint-ts-patch@8.55.0-1)(typescript@5.3.3)(vitest@1.0.2): + /@antfu/eslint-config@2.4.2(@unocss/eslint-plugin@0.58.0)(@vue/compiler-sfc@3.3.12)(eslint-plugin-format@0.1.0)(eslint-ts-patch@8.55.0-1)(typescript@5.3.3)(vitest@1.0.4): resolution: {integrity: sha512-19l69ER3GS0yHHTS65tRkuawJKndeGv9wmr5wYV3QNmzBXQeXsmt8CW7hUC1qfQ1eb1nLn/zMa+krqIWqdclbw==} hasBin: true peerDependencies: @@ -765,10 +765,10 @@ packages: eslint-plugin-perfectionist: 2.5.0(eslint-ts-patch@8.55.0-1)(typescript@5.3.3)(vue-eslint-parser@9.3.2) eslint-plugin-unicorn: 49.0.0(eslint-ts-patch@8.55.0-1) eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.13.2)(eslint-ts-patch@8.55.0-1) - eslint-plugin-vitest: 0.3.10(@typescript-eslint/eslint-plugin@6.13.2)(eslint-ts-patch@8.55.0-1)(typescript@5.3.3)(vitest@1.0.2) + eslint-plugin-vitest: 0.3.10(@typescript-eslint/eslint-plugin@6.13.2)(eslint-ts-patch@8.55.0-1)(typescript@5.3.3)(vitest@1.0.4) eslint-plugin-vue: 9.19.2(eslint-ts-patch@8.55.0-1) eslint-plugin-yml: 1.10.0(eslint-ts-patch@8.55.0-1) - eslint-processor-vue-blocks: 0.1.1(@vue/compiler-sfc@3.3.11)(eslint-ts-patch@8.55.0-1) + eslint-processor-vue-blocks: 0.1.1(@vue/compiler-sfc@3.3.12)(eslint-ts-patch@8.55.0-1) globals: 13.23.0 jsonc-eslint-parser: 2.4.0 local-pkg: 0.5.0 @@ -2402,8 +2402,8 @@ packages: resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} dev: true - /@iconify/json@2.2.154: - resolution: {integrity: sha512-AafpksywlG0N1vYny+Jjdi79j0URy5HQFCnOcjcr+H24OS1nDZU4udfyQZ1rQsLqzpIOYaWOkpDODsCU9SfHcQ==} + /@iconify/json@2.2.158: + resolution: {integrity: sha512-6foGYcG97nmYpJ7N0MAbtfH7SKf7RvoOCYYSBi8gs+8qopXzplIP2F4lQiLrjpbPQihAoTercmGYWi4ABxLX1A==} dependencies: '@iconify/types': 2.0.0 pathe: 1.1.1 @@ -2801,6 +2801,7 @@ packages: cpu: [arm] os: [android] requiresBuild: true + dev: false optional: true /@rollup/rollup-android-arm-eabi@4.7.0: @@ -2823,6 +2824,7 @@ packages: cpu: [arm64] os: [android] requiresBuild: true + dev: false optional: true /@rollup/rollup-android-arm64@4.7.0: @@ -2845,6 +2847,7 @@ packages: cpu: [arm64] os: [darwin] requiresBuild: true + dev: false optional: true /@rollup/rollup-darwin-arm64@4.7.0: @@ -2867,6 +2870,7 @@ packages: cpu: [x64] os: [darwin] requiresBuild: true + dev: false optional: true /@rollup/rollup-darwin-x64@4.7.0: @@ -2889,6 +2893,7 @@ packages: cpu: [arm] os: [linux] requiresBuild: true + dev: false optional: true /@rollup/rollup-linux-arm-gnueabihf@4.7.0: @@ -2911,6 +2916,7 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true + dev: false optional: true /@rollup/rollup-linux-arm64-gnu@4.7.0: @@ -2933,6 +2939,7 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true + dev: false optional: true /@rollup/rollup-linux-arm64-musl@4.7.0: @@ -2962,6 +2969,7 @@ packages: cpu: [x64] os: [linux] requiresBuild: true + dev: false optional: true /@rollup/rollup-linux-x64-gnu@4.7.0: @@ -2984,6 +2992,7 @@ packages: cpu: [x64] os: [linux] requiresBuild: true + dev: false optional: true /@rollup/rollup-linux-x64-musl@4.7.0: @@ -3006,6 +3015,7 @@ packages: cpu: [arm64] os: [win32] requiresBuild: true + dev: false optional: true /@rollup/rollup-win32-arm64-msvc@4.7.0: @@ -3028,6 +3038,7 @@ packages: cpu: [ia32] os: [win32] requiresBuild: true + dev: false optional: true /@rollup/rollup-win32-ia32-msvc@4.7.0: @@ -3050,6 +3061,7 @@ packages: cpu: [x64] os: [win32] requiresBuild: true + dev: false optional: true /@rollup/rollup-win32-x64-msvc@4.7.0: @@ -3308,6 +3320,7 @@ packages: resolution: {integrity: sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==} dependencies: '@types/unist': 3.0.2 + dev: true /@types/http-cache-semantics@4.0.4: resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==} @@ -3357,6 +3370,7 @@ packages: resolution: {integrity: sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==} dependencies: '@types/unist': 3.0.2 + dev: true /@types/mdurl@1.0.5: resolution: {integrity: sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==} @@ -3403,6 +3417,7 @@ packages: /@types/unist@3.0.2: resolution: {integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==} + dev: true /@types/web-bluetooth@0.0.20: resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} @@ -3548,6 +3563,7 @@ packages: /@ungap/structured-clone@1.2.0: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + dev: true /@unocss/astro@0.58.0(rollup@3.28.1)(vite@4.5.1): resolution: {integrity: sha512-df+tEFO5eKXjQOwSWQhS9IdjD0sfLHLtn8U09sEKR2Nmh5CvpwyBxmvLQgOCilPou7ehmyKfsyGRLZg7IMp+Ew==} @@ -3565,23 +3581,7 @@ packages: - rollup dev: true - /@unocss/astro@0.58.0(rollup@3.28.1)(vite@5.0.6): - resolution: {integrity: sha512-df+tEFO5eKXjQOwSWQhS9IdjD0sfLHLtn8U09sEKR2Nmh5CvpwyBxmvLQgOCilPou7ehmyKfsyGRLZg7IMp+Ew==} - peerDependencies: - vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 - peerDependenciesMeta: - vite: - optional: true - dependencies: - '@unocss/core': 0.58.0 - '@unocss/reset': 0.58.0 - '@unocss/vite': 0.58.0(rollup@3.28.1)(vite@5.0.6) - vite: 5.0.6(@types/node@20.10.4) - transitivePeerDependencies: - - rollup - dev: true - - /@unocss/astro@0.58.0(rollup@3.28.1)(vite@5.0.7): + /@unocss/astro@0.58.0(rollup@3.28.1)(vite@5.0.10): resolution: {integrity: sha512-df+tEFO5eKXjQOwSWQhS9IdjD0sfLHLtn8U09sEKR2Nmh5CvpwyBxmvLQgOCilPou7ehmyKfsyGRLZg7IMp+Ew==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 @@ -3591,8 +3591,8 @@ packages: dependencies: '@unocss/core': 0.58.0 '@unocss/reset': 0.58.0 - '@unocss/vite': 0.58.0(rollup@3.28.1)(vite@5.0.7) - vite: 5.0.7(@types/node@20.10.4)(sass@1.69.5) + '@unocss/vite': 0.58.0(rollup@3.28.1)(vite@5.0.10) + vite: 5.0.10(@types/node@20.10.4)(sass@1.69.5) transitivePeerDependencies: - rollup @@ -3787,27 +3787,7 @@ packages: - rollup dev: true - /@unocss/vite@0.58.0(rollup@3.28.1)(vite@5.0.6): - resolution: {integrity: sha512-OCUOLMSOBEtXOEyBbAvMI3/xdR175BWRzmvV9Wc34ANZclEvCdVH8+WU725ibjY4VT0gVIuX68b13fhXdHV41A==} - peerDependencies: - vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 - dependencies: - '@ampproject/remapping': 2.2.1 - '@rollup/pluginutils': 5.1.0(rollup@3.28.1) - '@unocss/config': 0.58.0 - '@unocss/core': 0.58.0 - '@unocss/inspector': 0.58.0 - '@unocss/scope': 0.58.0 - '@unocss/transformer-directives': 0.58.0 - chokidar: 3.5.3 - fast-glob: 3.3.2 - magic-string: 0.30.5 - vite: 5.0.6(@types/node@20.10.4) - transitivePeerDependencies: - - rollup - dev: true - - /@unocss/vite@0.58.0(rollup@3.28.1)(vite@5.0.7): + /@unocss/vite@0.58.0(rollup@3.28.1)(vite@5.0.10): resolution: {integrity: sha512-OCUOLMSOBEtXOEyBbAvMI3/xdR175BWRzmvV9Wc34ANZclEvCdVH8+WU725ibjY4VT0gVIuX68b13fhXdHV41A==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 @@ -3822,11 +3802,11 @@ packages: chokidar: 3.5.3 fast-glob: 3.3.2 magic-string: 0.30.5 - vite: 5.0.7(@types/node@20.10.4)(sass@1.69.5) + vite: 5.0.10(@types/node@20.10.4)(sass@1.69.5) transitivePeerDependencies: - rollup - /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.7)(vue@3.3.11): + /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.10)(vue@3.3.12): resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -3836,8 +3816,8 @@ packages: '@babel/core': 7.23.3 '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) - vite: 5.0.7(@types/node@20.10.4)(sass@1.69.5) - vue: 3.3.11(typescript@5.3.3) + vite: 5.0.10(@types/node@20.10.4)(sass@1.69.5) + vue: 3.3.12(typescript@5.3.3) transitivePeerDependencies: - supports-color dev: true @@ -3853,49 +3833,60 @@ packages: vue: 3.3.4 dev: true - /@vitejs/plugin-vue@4.5.2(vite@5.0.7)(vue@3.3.11): + /@vitejs/plugin-vue@4.5.2(vite@5.0.10)(vue@3.3.12): + resolution: {integrity: sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.0.0 || ^5.0.0 + vue: ^3.2.25 + dependencies: + vite: 5.0.10(@types/node@20.10.4)(sass@1.69.5) + vue: 3.3.12(typescript@5.3.3) + dev: true + + /@vitejs/plugin-vue@4.5.2(vite@5.0.7)(vue@3.3.12): resolution: {integrity: sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.0.7(@types/node@20.10.4)(sass@1.69.5) - vue: 3.3.11(typescript@5.3.3) + vite: 5.0.7(@types/node@20.10.4) + vue: 3.3.12(typescript@5.3.3) dev: true - /@vitest/expect@1.0.2: - resolution: {integrity: sha512-mAIo/8uddSWkjQMLFcjqZP3WmkwvvN0OtlyZIu33jFnwme3vZds8m8EDMxtj+Uzni2DwtPfHNjJcTM8zTV1f4A==} + /@vitest/expect@1.0.4: + resolution: {integrity: sha512-/NRN9N88qjg3dkhmFcCBwhn/Ie4h064pY3iv7WLRsDJW7dXnEgeoa8W9zy7gIPluhz6CkgqiB3HmpIXgmEY5dQ==} dependencies: - '@vitest/spy': 1.0.2 - '@vitest/utils': 1.0.2 + '@vitest/spy': 1.0.4 + '@vitest/utils': 1.0.4 chai: 4.3.10 dev: true - /@vitest/runner@1.0.2: - resolution: {integrity: sha512-ZcHJXPT2kg/9Hc4fNkCbItlsgZSs3m4vQbxB8LCSdzpbG85bExCmSvu6K9lWpMNdoKfAr1Jn0BwS9SWUcGnbTQ==} + /@vitest/runner@1.0.4: + resolution: {integrity: sha512-rhOQ9FZTEkV41JWXozFM8YgOqaG9zA7QXbhg5gy6mFOVqh4PcupirIJ+wN7QjeJt8S8nJRYuZH1OjJjsbxAXTQ==} dependencies: - '@vitest/utils': 1.0.2 + '@vitest/utils': 1.0.4 p-limit: 5.0.0 pathe: 1.1.1 dev: true - /@vitest/snapshot@1.0.2: - resolution: {integrity: sha512-9ClDz2/aV5TfWA4reV7XR9p+hE0e7bifhwxlURugj3Fw0YXeTFzHmKCNEHd6wOIFMfthbGGwhlq7TOJ2jDO4/g==} + /@vitest/snapshot@1.0.4: + resolution: {integrity: sha512-vkfXUrNyNRA/Gzsp2lpyJxh94vU2OHT1amoD6WuvUAA12n32xeVZQ0KjjQIf8F6u7bcq2A2k969fMVxEsxeKYA==} dependencies: magic-string: 0.30.5 pathe: 1.1.1 pretty-format: 29.7.0 dev: true - /@vitest/spy@1.0.2: - resolution: {integrity: sha512-YlnHmDntp+zNV3QoTVFI5EVHV0AXpiThd7+xnDEbWnD6fw0TH/J4/+3GFPClLimR39h6nA5m0W4Bjm5Edg4A/A==} + /@vitest/spy@1.0.4: + resolution: {integrity: sha512-9ojTFRL1AJVh0hvfzAQpm0QS6xIS+1HFIw94kl/1ucTfGCaj1LV/iuJU4Y6cdR03EzPDygxTHwE1JOm+5RCcvA==} dependencies: tinyspy: 2.2.0 dev: true - /@vitest/utils@1.0.2: - resolution: {integrity: sha512-GPQkGHAnFAP/+seSbB9pCsj339yRrMgILoI5H2sPevTLCYgBq0VRjF8QSllmnQyvf0EontF6KUIt2t5s2SmqoQ==} + /@vitest/utils@1.0.4: + resolution: {integrity: sha512-gsswWDXxtt0QvtK/y/LWukN7sGMYmnCcv1qv05CsY6cU/Y1zpGX1QuvLs+GO1inczpE6Owixeel3ShkjhYtGfA==} dependencies: diff-sequences: 29.6.3 loupe: 2.3.7 @@ -3969,6 +3960,15 @@ packages: '@vue/shared': 3.3.11 estree-walker: 2.0.2 source-map-js: 1.0.2 + dev: false + + /@vue/compiler-core@3.3.12: + resolution: {integrity: sha512-qAtjyG3GBLG0chzp5xGCyRLLe6wFCHmjI82aGzwuGKyznNP+GJJMxjc0wOYWDB2YKfho7niJFdoFpo0CZZQg9w==} + dependencies: + '@babel/parser': 7.23.5 + '@vue/shared': 3.3.12 + estree-walker: 2.0.2 + source-map-js: 1.0.2 /@vue/compiler-core@3.3.4: resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==} @@ -3983,6 +3983,13 @@ packages: dependencies: '@vue/compiler-core': 3.3.11 '@vue/shared': 3.3.11 + dev: false + + /@vue/compiler-dom@3.3.12: + resolution: {integrity: sha512-RdJU9oEYaoPKUdGXCy0l+i4clesdDeLmbvRlszoc9iagsnBnMmQtYfCPVQ5BHB6o7K4SCucDdJM2Dh3oXB0D6g==} + dependencies: + '@vue/compiler-core': 3.3.12 + '@vue/shared': 3.3.12 /@vue/compiler-dom@3.3.4: resolution: {integrity: sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==} @@ -3998,15 +4005,15 @@ packages: source-map: 0.6.1 dev: true - /@vue/compiler-sfc@3.3.11: - resolution: {integrity: sha512-U4iqPlHO0KQeK1mrsxCN0vZzw43/lL8POxgpzcJweopmqtoYy9nljJzWDIQS3EfjiYhfdtdk9Gtgz7MRXnz3GA==} + /@vue/compiler-sfc@3.3.12: + resolution: {integrity: sha512-yy5b9e7b79dsGbMmglCe/YnhCQgBkHO7Uf6JfjWPSf2/5XH+MKn18LhzhHyxbHdJgnA4lZCqtXzLaJz8Pd8lMw==} dependencies: '@babel/parser': 7.23.5 - '@vue/compiler-core': 3.3.11 - '@vue/compiler-dom': 3.3.11 - '@vue/compiler-ssr': 3.3.11 - '@vue/reactivity-transform': 3.3.11 - '@vue/shared': 3.3.11 + '@vue/compiler-core': 3.3.12 + '@vue/compiler-dom': 3.3.12 + '@vue/compiler-ssr': 3.3.12 + '@vue/reactivity-transform': 3.3.12 + '@vue/shared': 3.3.12 estree-walker: 2.0.2 magic-string: 0.30.5 postcss: 8.4.32 @@ -4026,11 +4033,11 @@ packages: postcss: 8.4.32 source-map-js: 1.0.2 - /@vue/compiler-ssr@3.3.11: - resolution: {integrity: sha512-Zd66ZwMvndxRTgVPdo+muV4Rv9n9DwQ4SSgWWKWkPFebHQfVYRrVjeygmmDmPewsHyznCNvJ2P2d6iOOhdv8Qg==} + /@vue/compiler-ssr@3.3.12: + resolution: {integrity: sha512-adCiMJPznfWcQyk/9HSuXGja859IaMV+b8UNSVzDatqv7h0PvT9BEeS22+gjkWofDiSg5d78/ZLls3sLA+cn3A==} dependencies: - '@vue/compiler-dom': 3.3.11 - '@vue/shared': 3.3.11 + '@vue/compiler-dom': 3.3.12 + '@vue/shared': 3.3.12 /@vue/compiler-ssr@3.3.4: resolution: {integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==} @@ -4051,8 +4058,8 @@ packages: dependencies: '@volar/language-core': 1.11.1 '@volar/source-map': 1.11.1 - '@vue/compiler-dom': 3.3.11 - '@vue/shared': 3.3.11 + '@vue/compiler-dom': 3.3.12 + '@vue/shared': 3.3.12 computeds: 0.0.1 minimatch: 9.0.3 muggle-string: 0.3.1 @@ -4071,8 +4078,8 @@ packages: dependencies: '@volar/language-core': 1.11.1 '@volar/source-map': 1.11.1 - '@vue/compiler-dom': 3.3.11 - '@vue/shared': 3.3.11 + '@vue/compiler-dom': 3.3.12 + '@vue/shared': 3.3.12 computeds: 0.0.1 minimatch: 9.0.3 muggle-string: 0.3.1 @@ -4081,12 +4088,12 @@ packages: vue-template-compiler: 2.7.15 dev: true - /@vue/reactivity-transform@3.3.11: - resolution: {integrity: sha512-fPGjH0wqJo68A0wQ1k158utDq/cRyZNlFoxGwNScE28aUFOKFEnCBsvyD8jHn+0kd0UKVpuGuaZEQ6r9FJRqCg==} + /@vue/reactivity-transform@3.3.12: + resolution: {integrity: sha512-g5TijmML7FyKkLt6QnpqNmA4KD7K/T5SbXa88Bhq+hydNQEkzA8veVXWAQuNqg9rjaFYD0rPf0a9NofKA0ENgg==} dependencies: '@babel/parser': 7.23.5 - '@vue/compiler-core': 3.3.11 - '@vue/shared': 3.3.11 + '@vue/compiler-core': 3.3.12 + '@vue/shared': 3.3.12 estree-walker: 2.0.2 magic-string: 0.30.5 @@ -4099,21 +4106,21 @@ packages: estree-walker: 2.0.2 magic-string: 0.30.5 - /@vue/reactivity@3.3.11: - resolution: {integrity: sha512-D5tcw091f0nuu+hXq5XANofD0OXnBmaRqMYl5B3fCR+mX+cXJIGNw/VNawBqkjLNWETrFW0i+xH9NvDbTPVh7g==} + /@vue/reactivity@3.3.12: + resolution: {integrity: sha512-vOJORzO8DlIx88cgTnMLIf2GlLYpoXAKsuoQsK6SGdaqODjxO129pVPTd2s/N/Mb6KKZEFIHIEwWGmtN4YPs+g==} dependencies: - '@vue/shared': 3.3.11 + '@vue/shared': 3.3.12 /@vue/reactivity@3.3.4: resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==} dependencies: '@vue/shared': 3.3.4 - /@vue/runtime-core@3.3.11: - resolution: {integrity: sha512-g9ztHGwEbS5RyWaOpXuyIVFTschclnwhqEbdy5AwGhYOgc7m/q3NFwr50MirZwTTzX55JY8pSkeib9BX04NIpw==} + /@vue/runtime-core@3.3.12: + resolution: {integrity: sha512-5iL4w7MZrSGKEZU2wFAYhDZdZmgn+s//73EfgDXW1M+ZUOl36md7tlWp1QFK/ladiq4FvQ82shVjo0KiPDPr0A==} dependencies: - '@vue/reactivity': 3.3.11 - '@vue/shared': 3.3.11 + '@vue/reactivity': 3.3.12 + '@vue/shared': 3.3.12 /@vue/runtime-core@3.3.4: resolution: {integrity: sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==} @@ -4121,11 +4128,11 @@ packages: '@vue/reactivity': 3.3.4 '@vue/shared': 3.3.4 - /@vue/runtime-dom@3.3.11: - resolution: {integrity: sha512-OlhtV1PVpbgk+I2zl+Y5rQtDNcCDs12rsRg71XwaA2/Rbllw6mBLMi57VOn8G0AjOJ4Mdb4k56V37+g8ukShpQ==} + /@vue/runtime-dom@3.3.12: + resolution: {integrity: sha512-8mMzqiIdl+IYa/OXwKwk6/4ebLq7cYV1pUcwCSwBK2KerUa6cwGosen5xrCL9f8o2DJ9TfPFwbPEvH7OXzUpoA==} dependencies: - '@vue/runtime-core': 3.3.11 - '@vue/shared': 3.3.11 + '@vue/runtime-core': 3.3.12 + '@vue/shared': 3.3.12 csstype: 3.1.3 /@vue/runtime-dom@3.3.4: @@ -4135,14 +4142,14 @@ packages: '@vue/shared': 3.3.4 csstype: 3.1.3 - /@vue/server-renderer@3.3.11(vue@3.3.11): - resolution: {integrity: sha512-AIWk0VwwxCAm4wqtJyxBylRTXSy1wCLOKbWxHaHiu14wjsNYtiRCSgVuqEPVuDpErOlRdNnuRgipQfXRLjLN5A==} + /@vue/server-renderer@3.3.12(vue@3.3.12): + resolution: {integrity: sha512-OZ0IEK5TU5GXb5J8/wSplyxvGGdIcwEmS8EIO302Vz8K6fGSgSJTU54X0Sb6PaefzZdiN3vHsLXO8XIeF8crQQ==} peerDependencies: - vue: 3.3.11 + vue: 3.3.12 dependencies: - '@vue/compiler-ssr': 3.3.11 - '@vue/shared': 3.3.11 - vue: 3.3.11(typescript@5.3.3) + '@vue/compiler-ssr': 3.3.12 + '@vue/shared': 3.3.12 + vue: 3.3.12(typescript@5.3.3) /@vue/server-renderer@3.3.4(vue@3.3.4): resolution: {integrity: sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==} @@ -4155,6 +4162,10 @@ packages: /@vue/shared@3.3.11: resolution: {integrity: sha512-u2G8ZQ9IhMWTMXaWqZycnK4UthG1fA238CD+DP4Dm4WJi5hdUKKLg0RMRaRpDPNMdkTwIDkp7WtD0Rd9BH9fLw==} + dev: false + + /@vue/shared@3.3.12: + resolution: {integrity: sha512-6p0Yin0pclvnER7BLNOQuod9Z+cxSYh8pSh7CzHnWNjAIP6zrTlCdHRvSCb1aYEx6i3Q3kvfuWU7nG16CgG1ag==} /@vue/shared@3.3.4: resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} @@ -4170,13 +4181,13 @@ packages: - vue dev: false - /@vueuse/core@10.7.0(vue@3.3.11): + /@vueuse/core@10.7.0(vue@3.3.12): resolution: {integrity: sha512-4EUDESCHtwu44ZWK3Gc/hZUVhVo/ysvdtwocB5vcauSV4B7NiGY5972WnsojB3vRNdxvAt7kzJWE2h9h7C9d5w==} dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.7.0 - '@vueuse/shared': 10.7.0(vue@3.3.11) - vue-demi: 0.14.6(vue@3.3.11) + '@vueuse/shared': 10.7.0(vue@3.3.12) + vue-demi: 0.14.6(vue@3.3.12) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -4193,7 +4204,7 @@ packages: - vue dev: false - /@vueuse/integrations@10.7.0(focus-trap@7.5.4)(vue@3.3.11): + /@vueuse/integrations@10.7.0(focus-trap@7.5.4)(vue@3.3.12): resolution: {integrity: sha512-rxiMYgS+91n93qXpHZF9NbHhppWY6IJyVTDxt4acyChL0zZVx7P8FAAfpF1qVK8e4wfjerhpEiMJ0IZ1GWUZ2A==} peerDependencies: async-validator: '*' @@ -4234,10 +4245,10 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.7.0(vue@3.3.11) - '@vueuse/shared': 10.7.0(vue@3.3.11) + '@vueuse/core': 10.7.0(vue@3.3.12) + '@vueuse/shared': 10.7.0(vue@3.3.12) focus-trap: 7.5.4 - vue-demi: 0.14.6(vue@3.3.11) + vue-demi: 0.14.6(vue@3.3.12) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -4293,7 +4304,7 @@ packages: - vue dev: false - /@vueuse/integrations@10.7.0(fuse.js@7.0.0)(vue@3.3.11): + /@vueuse/integrations@10.7.0(fuse.js@7.0.0)(vue@3.3.12): resolution: {integrity: sha512-rxiMYgS+91n93qXpHZF9NbHhppWY6IJyVTDxt4acyChL0zZVx7P8FAAfpF1qVK8e4wfjerhpEiMJ0IZ1GWUZ2A==} peerDependencies: async-validator: '*' @@ -4334,10 +4345,10 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.7.0(vue@3.3.11) - '@vueuse/shared': 10.7.0(vue@3.3.11) + '@vueuse/core': 10.7.0(vue@3.3.12) + '@vueuse/shared': 10.7.0(vue@3.3.12) fuse.js: 7.0.0 - vue-demi: 0.14.6(vue@3.3.11) + vue-demi: 0.14.6(vue@3.3.12) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -4346,10 +4357,10 @@ packages: /@vueuse/metadata@10.7.0: resolution: {integrity: sha512-GlaH7tKP2iBCZ3bHNZ6b0cl9g0CJK8lttkBNUX156gWvNYhTKEtbweWLm9rxCPIiwzYcr/5xML6T8ZUEt+DkvA==} - /@vueuse/shared@10.7.0(vue@3.3.11): + /@vueuse/shared@10.7.0(vue@3.3.12): resolution: {integrity: sha512-kc00uV6CiaTdc3i1CDC4a3lBxzaBE9AgYNtFN87B5OOscqeWElj/uza8qVDmk7/U8JbqoONLbtqiLJ5LGRuqlw==} dependencies: - vue-demi: 0.14.6(vue@3.3.11) + vue-demi: 0.14.6(vue@3.3.12) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -4404,12 +4415,6 @@ packages: engines: {node: '>=0.4.0'} dev: true - /acorn@8.10.0: - resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true - /acorn@8.11.2: resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} engines: {node: '>=0.4.0'} @@ -4724,13 +4729,13 @@ packages: semver: 7.5.4 dev: true - /bumpp@9.2.0: - resolution: {integrity: sha512-pgp7y3jp33QTaXFVDrE0IKuZF5Y8EsIz+ywZXFALW2nD+ZD+4crxJe/GypBQBoJuZrr5dc6TGrR3wl7fk3+C6w==} + /bumpp@9.2.1: + resolution: {integrity: sha512-mq6/e8+bnIsOMy1VceTLC49WucMIZqd2nYn0e7Et5LhTO3yYQ8OWJsTl/B+uJDs5eywZmJ4Yt1WTEd2HCI35pw==} engines: {node: '>=10'} hasBin: true dependencies: '@jsdevtools/ez-spawn': 3.0.4 - c12: 1.4.2 + c12: 1.5.1 cac: 6.7.14 fast-glob: 3.3.2 prompts: 2.4.2 @@ -4760,15 +4765,15 @@ packages: engines: {node: '>= 0.8'} dev: true - /c12@1.4.2: - resolution: {integrity: sha512-3IP/MuamSVRVw8W8+CHWAz9gKN4gd+voF2zm/Ln6D25C2RhytEZ1ABbC8MjKr4BR9rhoV1JQ7jJA158LDiTkLg==} + /c12@1.5.1: + resolution: {integrity: sha512-BWZRJgDEveT8uI+cliCwvYSSSSvb4xKoiiu5S0jaDbKBopQLQF7E+bq9xKk1pTcG+mUa3yXuFO7bD9d8Lr9Xxg==} dependencies: chokidar: 3.5.3 - defu: 6.1.2 + defu: 6.1.3 dotenv: 16.3.1 - giget: 1.1.2 + giget: 1.1.3 jiti: 1.21.0 - mlly: 1.4.1 + mlly: 1.4.2 ohash: 1.1.3 pathe: 1.1.1 perfect-debounce: 1.0.0 @@ -4863,6 +4868,7 @@ packages: /ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} + dev: true /chai@4.3.10: resolution: {integrity: sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==} @@ -4929,6 +4935,7 @@ packages: /character-entities-html4@2.1.0: resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==} + dev: true /character-entities-legacy@1.1.4: resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} @@ -4936,6 +4943,7 @@ packages: /character-entities-legacy@3.0.0: resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==} + dev: true /character-entities@1.2.4: resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} @@ -5089,6 +5097,7 @@ packages: /comma-separated-tokens@2.0.3: resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} + dev: true /commander@11.1.0: resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} @@ -5418,6 +5427,7 @@ packages: /dequal@2.0.3: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} + dev: true /destr@2.0.2: resolution: {integrity: sha512-65AlobnZMiCET00KaFFjUefxDX0khFA/E4myqZ7a6Sq1yZtR8+FVIvilVX66vF2uobSumxooYZChiRPCKNqhmg==} @@ -5437,6 +5447,7 @@ packages: resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} dependencies: dequal: 2.0.3 + dev: true /diacritics@1.3.0: resolution: {integrity: sha512-wlwEkqcsaxvPJML+rDh/2iS824jbREk6DUMUKkEaSlxdYHeS43cClJtsWglvw2RfeXGm6ohKDqsXteJ5sP5enA==} @@ -5592,6 +5603,7 @@ packages: /entities@4.5.0: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} + dev: true /env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} @@ -6110,7 +6122,7 @@ packages: eslint-rule-composer: 0.3.0 dev: true - /eslint-plugin-vitest@0.3.10(@typescript-eslint/eslint-plugin@6.13.2)(eslint-ts-patch@8.55.0-1)(typescript@5.3.3)(vitest@1.0.2): + /eslint-plugin-vitest@0.3.10(@typescript-eslint/eslint-plugin@6.13.2)(eslint-ts-patch@8.55.0-1)(typescript@5.3.3)(vitest@1.0.4): resolution: {integrity: sha512-08lj4rdhZHYyHk+Py2nJ7SlE6arP8GNfGXl9jVqhe9s5JoZIGiBpIkLGX+VNBiB6vXTn56H6Ant7Koc6XzRjtQ==} engines: {node: 14.x || >= 16} peerDependencies: @@ -6126,7 +6138,7 @@ packages: '@typescript-eslint/eslint-plugin': 6.13.2(@typescript-eslint/parser@6.13.2)(eslint-ts-patch@8.55.0-1)(typescript@5.3.3) '@typescript-eslint/utils': 6.13.2(eslint-ts-patch@8.55.0-1)(typescript@5.3.3) eslint: /eslint-ts-patch@8.55.0-1 - vitest: 1.0.2(@types/node@20.10.4) + vitest: 1.0.4(@types/node@20.10.4) transitivePeerDependencies: - supports-color - typescript @@ -6166,13 +6178,13 @@ packages: - supports-color dev: true - /eslint-processor-vue-blocks@0.1.1(@vue/compiler-sfc@3.3.11)(eslint-ts-patch@8.55.0-1): + /eslint-processor-vue-blocks@0.1.1(@vue/compiler-sfc@3.3.12)(eslint-ts-patch@8.55.0-1): resolution: {integrity: sha512-9+dU5lU881log570oBwpelaJmOfOzSniben7IWEDRYQPPWwlvaV7NhOtsTuUWDqpYT+dtKKWPsgz4OkOi+aZnA==} peerDependencies: '@vue/compiler-sfc': ^3.3.0 eslint: ^8.50.0 dependencies: - '@vue/compiler-sfc': 3.3.11 + '@vue/compiler-sfc': 3.3.12 eslint: /eslint-ts-patch@8.55.0-1 dev: true @@ -6477,7 +6489,7 @@ packages: resolution: {integrity: sha512-W7cHV7Hrwjid6lWmy0IhsWDFQboWSng25U3VVywpHOTJnnAZNPScog67G+cVpeX9f7yDD21ih0WDrMMT+JoaYg==} dev: true - /floating-vue@2.0.0-beta.24(vue@3.3.11): + /floating-vue@2.0.0-beta.24(vue@3.3.12): resolution: {integrity: sha512-URSzP6YXaF4u1oZ9XGL8Sn8puuM7ivp5jkOUrpy5Q1mfo9BfGppJOn+ierTmsSUfJEeHBae8KT7r5DeI3vQIEw==} peerDependencies: '@nuxt/kit': ^3.2.0 @@ -6487,8 +6499,8 @@ packages: optional: true dependencies: '@floating-ui/dom': 1.1.1 - vue: 3.3.11(typescript@5.3.3) - vue-resize: 2.0.0-alpha.1(vue@3.3.11) + vue: 3.3.12(typescript@5.3.3) + vue-resize: 2.0.0-alpha.1(vue@3.3.12) dev: true /floating-vue@2.0.0-beta.24(vue@3.3.4): @@ -6670,17 +6682,17 @@ packages: resolve-pkg-maps: 1.0.0 dev: true - /giget@1.1.2: - resolution: {integrity: sha512-HsLoS07HiQ5oqvObOI+Qb2tyZH4Gj5nYGfF9qQcZNrPw+uEFhdXtgJr01aO2pWadGHucajYDLxxbtQkm97ON2A==} + /giget@1.1.3: + resolution: {integrity: sha512-zHuCeqtfgqgDwvXlR84UNgnJDuUHQcNI5OqWqFxxuk2BshuKbYhJWdxBsEo4PvKqoGh23lUAIvBNpChMLv7/9Q==} hasBin: true dependencies: colorette: 2.0.20 defu: 6.1.3 - https-proxy-agent: 5.0.1 + https-proxy-agent: 7.0.2 mri: 1.2.0 node-fetch-native: 1.4.1 pathe: 1.1.1 - tar: 6.1.15 + tar: 6.2.0 transitivePeerDependencies: - supports-color dev: true @@ -6913,11 +6925,13 @@ packages: vfile: 6.0.1 vfile-location: 5.0.2 web-namespaces: 2.0.1 + dev: true /hast-util-parse-selector@4.0.0: resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==} dependencies: '@types/hast': 3.0.3 + dev: true /hast-util-raw@9.0.1: resolution: {integrity: sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==} @@ -6935,6 +6949,7 @@ packages: vfile: 6.0.1 web-namespaces: 2.0.1 zwitch: 2.0.4 + dev: true /hast-util-to-html@9.0.0: resolution: {integrity: sha512-IVGhNgg7vANuUA2XKrT6sOIIPgaYZnmLx3l/CCOAK0PtgfoHrZwX7jCSYyFxHTrGmC6S9q8aQQekjp4JPZF+cw==} @@ -6951,6 +6966,7 @@ packages: space-separated-tokens: 2.0.2 stringify-entities: 4.0.3 zwitch: 2.0.4 + dev: true /hast-util-to-parse5@8.0.0: resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==} @@ -6962,11 +6978,13 @@ packages: space-separated-tokens: 2.0.2 web-namespaces: 2.0.1 zwitch: 2.0.4 + dev: true /hast-util-whitespace@3.0.0: resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} dependencies: '@types/hast': 3.0.3 + dev: true /hastscript@8.0.0: resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==} @@ -6976,6 +6994,7 @@ packages: hast-util-parse-selector: 4.0.0 property-information: 6.4.0 space-separated-tokens: 2.0.2 + dev: true /he@1.2.0: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} @@ -7068,6 +7087,7 @@ packages: /html-void-elements@3.0.0: resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==} + dev: true /http-cache-semantics@4.1.1: resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} @@ -7937,6 +7957,7 @@ packages: trim-lines: 3.0.1 unist-util-position: 5.0.0 unist-util-visit: 5.0.0 + dev: true /mdast-util-to-string@2.0.0: resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} @@ -7966,9 +7987,11 @@ packages: dependencies: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + dev: true /micromark-util-encode@2.0.0: resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==} + dev: true /micromark-util-sanitize-uri@2.0.0: resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==} @@ -7976,12 +7999,15 @@ packages: micromark-util-character: 2.0.1 micromark-util-encode: 2.0.0 micromark-util-symbol: 2.0.0 + dev: true /micromark-util-symbol@2.0.0: resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==} + dev: true /micromark-util-types@2.0.0: resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==} + dev: true /micromark@2.11.4: resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} @@ -8636,6 +8662,7 @@ packages: resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} dependencies: entities: 4.5.0 + dev: true /parseurl@1.3.3: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} @@ -8752,7 +8779,7 @@ packages: engines: {node: '>=4'} dev: true - /pinia@2.1.7(typescript@5.3.3)(vue@3.3.11): + /pinia@2.1.7(typescript@5.3.3)(vue@3.3.12): resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -8766,8 +8793,8 @@ packages: dependencies: '@vue/devtools-api': 6.5.1 typescript: 5.3.3 - vue: 3.3.11(typescript@5.3.3) - vue-demi: 0.14.6(vue@3.3.11) + vue: 3.3.12(typescript@5.3.3) + vue-demi: 0.14.6(vue@3.3.12) /pirates@4.0.6: resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} @@ -8786,8 +8813,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm@8.11.0: - resolution: {integrity: sha512-nfh8FsmNsntOBR14fmfyIH7EfoCcywe/e17ErNzRYTNVg5o40LkAFEkj1qcFdwC3TSoMyxVYvrJBZHoSBqmnqw==} + /pnpm@8.12.1: + resolution: {integrity: sha512-ZwXqGWattlhwU+bP5v3cN3+BBmIo2vc2xEkAEvRPL/G/DHE7uPMUX84OPvZpx8FfGaWawVeDiVHyNMF7gcplXQ==} engines: {node: '>=16.14'} hasBin: true dev: true @@ -8901,6 +8928,7 @@ packages: /property-information@6.4.0: resolution: {integrity: sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==} + dev: true /psl@1.9.0: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} @@ -9237,6 +9265,7 @@ packages: '@rollup/rollup-win32-ia32-msvc': 4.6.1 '@rollup/rollup-win32-x64-msvc': 4.6.1 fsevents: 2.3.3 + dev: false /rollup@4.7.0: resolution: {integrity: sha512-7Kw0dUP4BWH78zaZCqF1rPyQ8D5DSU6URG45v1dqS/faNsx9WXyess00uTOZxKr7oR/4TOjO1CPudT8L1UsEgw==} @@ -9444,6 +9473,10 @@ packages: resolution: {integrity: sha512-RbRMD+IuJJseSZljDdne9ThrUYrwBwJR04FvN4VXpfsU3MNID5VJGHLAD5je/HGThCyEKNgH+nEkSFEWKD7C3Q==} dev: true + /shikiji-core@0.9.9: + resolution: {integrity: sha512-qu5Qq7Co6JIMY312J9Ek6WYjXieeyJT/fIqmkcjF4MdnMNlUnhSqPo8/42g5UdPgdyTCwijS7Nhg8DfLSLodkg==} + dev: false + /shikiji-transformers@0.7.6: resolution: {integrity: sha512-yTp+7JMD/aXbV9ndn14eo9IK/UNt8iDsLNyqlOmCtcldlkqWE9T2YKAlOHOTVaeDfYWUWZa2EgSXb/CBfepBrw==} dependencies: @@ -9456,10 +9489,10 @@ packages: hast-util-to-html: 9.0.0 dev: true - /shikiji@0.8.0: - resolution: {integrity: sha512-E0NkMzk+6111cxnrsQGNsIfXnTfJ2rqlaC1o4e1U1AcNYm6GVig8ZeLXn5g8PfzQZqMqSPO0yxJt3RURVW5D9A==} + /shikiji@0.9.9: + resolution: {integrity: sha512-/S3unr/0mZTstNOuAmNDEufeimtqeQb8lXvPMLsYfDvqyfmG6334bO2xmDzD0kfxH2y8gnFgSWAJpdEzksmYXg==} dependencies: - hast-util-to-html: 9.0.0 + shikiji-core: 0.9.9 dev: false /side-channel@1.0.4: @@ -9636,6 +9669,7 @@ packages: /space-separated-tokens@2.0.2: resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} + dev: true /spdx-correct@3.2.0: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} @@ -9788,6 +9822,7 @@ packages: dependencies: character-entities-html4: 2.1.0 character-entities-legacy: 3.0.0 + dev: true /strip-ansi@6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} @@ -9841,7 +9876,7 @@ packages: /strip-literal@1.3.0: resolution: {integrity: sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==} dependencies: - acorn: 8.10.0 + acorn: 8.11.2 dev: true /style-mod@4.1.0: @@ -9915,18 +9950,6 @@ packages: streamx: 2.15.6 dev: true - /tar@6.1.15: - resolution: {integrity: sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==} - 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 - /tar@6.2.0: resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==} engines: {node: '>=10'} @@ -10039,6 +10062,7 @@ packages: /trim-lines@3.0.1: resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} + dev: true /ts-api-utils@1.0.3(typescript@5.3.3): resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==} @@ -10328,11 +10352,13 @@ packages: resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} dependencies: '@types/unist': 3.0.2 + dev: true /unist-util-position@5.0.0: resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==} dependencies: '@types/unist': 3.0.2 + dev: true /unist-util-stringify-position@2.0.3: resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} @@ -10344,12 +10370,14 @@ packages: resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} dependencies: '@types/unist': 3.0.2 + dev: true /unist-util-visit-parents@6.0.1: resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} dependencies: '@types/unist': 3.0.2 unist-util-is: 6.0.0 + dev: true /unist-util-visit@5.0.0: resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} @@ -10357,6 +10385,7 @@ packages: '@types/unist': 3.0.2 unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 + dev: true /universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} @@ -10410,46 +10439,7 @@ packages: - supports-color dev: true - /unocss@0.58.0(postcss@8.4.32)(rollup@3.28.1)(vite@5.0.6): - resolution: {integrity: sha512-MSPRHxBqWN+1AHGV+J5uUy4//e6ZBK6O+ISzD0qrXcCD/GNtxk1+lYjOK2ltkUiKX539+/KF91vNxzhhwEf+xA==} - engines: {node: '>=14'} - peerDependencies: - '@unocss/webpack': 0.58.0 - vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 - peerDependenciesMeta: - '@unocss/webpack': - optional: true - vite: - optional: true - dependencies: - '@unocss/astro': 0.58.0(rollup@3.28.1)(vite@5.0.6) - '@unocss/cli': 0.58.0(rollup@3.28.1) - '@unocss/core': 0.58.0 - '@unocss/extractor-arbitrary-variants': 0.58.0 - '@unocss/postcss': 0.58.0(postcss@8.4.32) - '@unocss/preset-attributify': 0.58.0 - '@unocss/preset-icons': 0.58.0 - '@unocss/preset-mini': 0.58.0 - '@unocss/preset-tagify': 0.58.0 - '@unocss/preset-typography': 0.58.0 - '@unocss/preset-uno': 0.58.0 - '@unocss/preset-web-fonts': 0.58.0 - '@unocss/preset-wind': 0.58.0 - '@unocss/reset': 0.58.0 - '@unocss/transformer-attributify-jsx': 0.58.0 - '@unocss/transformer-attributify-jsx-babel': 0.58.0 - '@unocss/transformer-compile-class': 0.58.0 - '@unocss/transformer-directives': 0.58.0 - '@unocss/transformer-variant-group': 0.58.0 - '@unocss/vite': 0.58.0(rollup@3.28.1)(vite@5.0.6) - vite: 5.0.6(@types/node@20.10.4) - transitivePeerDependencies: - - postcss - - rollup - - supports-color - dev: true - - /unocss@0.58.0(postcss@8.4.32)(rollup@3.28.1)(vite@5.0.7): + /unocss@0.58.0(postcss@8.4.32)(rollup@3.28.1)(vite@5.0.10): resolution: {integrity: sha512-MSPRHxBqWN+1AHGV+J5uUy4//e6ZBK6O+ISzD0qrXcCD/GNtxk1+lYjOK2ltkUiKX539+/KF91vNxzhhwEf+xA==} engines: {node: '>=14'} peerDependencies: @@ -10461,7 +10451,7 @@ packages: vite: optional: true dependencies: - '@unocss/astro': 0.58.0(rollup@3.28.1)(vite@5.0.7) + '@unocss/astro': 0.58.0(rollup@3.28.1)(vite@5.0.10) '@unocss/cli': 0.58.0(rollup@3.28.1) '@unocss/core': 0.58.0 '@unocss/extractor-arbitrary-variants': 0.58.0 @@ -10480,8 +10470,8 @@ packages: '@unocss/transformer-compile-class': 0.58.0 '@unocss/transformer-directives': 0.58.0 '@unocss/transformer-variant-group': 0.58.0 - '@unocss/vite': 0.58.0(rollup@3.28.1)(vite@5.0.7) - vite: 5.0.7(@types/node@20.10.4)(sass@1.69.5) + '@unocss/vite': 0.58.0(rollup@3.28.1)(vite@5.0.10) + vite: 5.0.10(@types/node@20.10.4)(sass@1.69.5) transitivePeerDependencies: - postcss - rollup @@ -10506,7 +10496,7 @@ packages: dependencies: '@antfu/utils': 0.7.6 '@rollup/pluginutils': 5.1.0(rollup@3.28.1) - '@vueuse/core': 10.7.0(vue@3.3.11) + '@vueuse/core': 10.7.0(vue@3.3.12) fast-glob: 3.3.2 local-pkg: 0.5.0 magic-string: 0.30.5 @@ -10517,7 +10507,7 @@ packages: - rollup dev: true - /unplugin-vue-components@0.26.0(rollup@3.28.1)(vue@3.3.11): + /unplugin-vue-components@0.26.0(rollup@3.28.1)(vue@3.3.12): resolution: {integrity: sha512-s7IdPDlnOvPamjunVxw8kNgKNK8A5KM1YpK5j/p97jEKTjlPNrA0nZBiSfAKKlK1gWZuyWXlKL5dk3EDw874LQ==} engines: {node: '>=14'} peerDependencies: @@ -10540,7 +10530,7 @@ packages: minimatch: 9.0.3 resolve: 1.22.8 unplugin: 1.5.1 - vue: 3.3.11(typescript@5.3.3) + vue: 3.3.12(typescript@5.3.3) transitivePeerDependencies: - rollup - supports-color @@ -10658,12 +10648,14 @@ packages: dependencies: '@types/unist': 3.0.2 vfile: 6.0.1 + dev: true /vfile-message@4.0.2: resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} dependencies: '@types/unist': 3.0.2 unist-util-stringify-position: 4.0.0 + dev: true /vfile@6.0.1: resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==} @@ -10671,6 +10663,7 @@ packages: '@types/unist': 3.0.2 unist-util-stringify-position: 4.0.0 vfile-message: 4.0.2 + dev: true /vis-data@7.1.9(uuid@9.0.1)(vis-util@5.0.7): resolution: {integrity: sha512-COQsxlVrmcRIbZMMTYwD+C2bxYCFDNQ2EHESklPiInbD/Pk3JZ6qNL84Bp9wWjYjAzXfSlsNaFtRk+hO9yBPWA==} @@ -10711,30 +10704,22 @@ packages: component-emitter: 1.3.1 dev: false - /vite-dev-rpc@0.1.4(vite@5.0.6): + /vite-dev-rpc@0.1.4(vite@5.0.10): resolution: {integrity: sha512-6I/qF7EDGLQfm3DGdcbkZ7JRl3FIbaVgD1TqDWBaCosJ1QljLzNzDBmMEa7cYkEyAMxHDBqT7zJrOiuYlFYcAA==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 dependencies: birpc: 0.2.14 - vite: 5.0.6(@types/node@20.10.4) - vite-hot-client: 0.2.3(vite@5.0.6) - dev: false - - /vite-hot-client@0.2.3(vite@5.0.6): - resolution: {integrity: sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==} - peerDependencies: - vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 - dependencies: - vite: 5.0.6(@types/node@20.10.4) + vite: 5.0.10(@types/node@20.10.4)(sass@1.69.5) + vite-hot-client: 0.2.3(vite@5.0.10) dev: false - /vite-hot-client@0.2.3(vite@5.0.7): + /vite-hot-client@0.2.3(vite@5.0.10): resolution: {integrity: sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==} peerDependencies: vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 dependencies: - vite: 5.0.7(@types/node@20.10.4)(sass@1.69.5) + vite: 5.0.10(@types/node@20.10.4)(sass@1.69.5) dev: false /vite-node@0.34.6(@types/node@20.10.4): @@ -10747,7 +10732,7 @@ packages: mlly: 1.4.2 pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.7(@types/node@20.10.4)(sass@1.69.5) + vite: 5.0.10(@types/node@20.10.4)(sass@1.69.5) transitivePeerDependencies: - '@types/node' - less @@ -10759,8 +10744,8 @@ packages: - terser dev: true - /vite-node@1.0.2(@types/node@20.10.4): - resolution: {integrity: sha512-h7BbMJf46fLvFW/9Ygo3snkIBEHFh6fHpB4lge98H5quYrDhPFeI3S0LREz328uqPWSnii2yeJXktQ+Pmqk5BQ==} + /vite-node@1.0.4(@types/node@20.10.4): + resolution: {integrity: sha512-9xQQtHdsz5Qn8hqbV7UKqkm8YkJhzT/zr41Dmt5N7AlD8hJXw/Z7y0QiD5I8lnTthV9Rvcvi0QW7PI0Fq83ZPg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: @@ -10768,7 +10753,7 @@ packages: debug: 4.3.4 pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.6(@types/node@20.10.4) + vite: 5.0.10(@types/node@20.10.4)(sass@1.69.5) transitivePeerDependencies: - '@types/node' - less @@ -10804,7 +10789,7 @@ packages: - supports-color dev: true - /vite-plugin-inspect@0.8.1(rollup@3.28.1)(vite@5.0.5): + /vite-plugin-inspect@0.8.1(rollup@3.28.1)(vite@5.0.10): resolution: {integrity: sha512-oPBPVGp6tBd5KdY/qY6lrbLXqrbHRG0hZLvEaJfiZ/GQfDB+szRuLHblQh1oi1Hhh8GeLit/50l4xfs2SA+TCA==} engines: {node: '>=14'} peerDependencies: @@ -10822,13 +10807,12 @@ packages: open: 9.1.0 picocolors: 1.0.0 sirv: 2.0.3 - vite: 5.0.5(@types/node@20.10.4) + vite: 5.0.10(@types/node@20.10.4)(sass@1.69.5) transitivePeerDependencies: - rollup - supports-color - dev: false - /vite-plugin-inspect@0.8.1(rollup@3.28.1)(vite@5.0.6): + /vite-plugin-inspect@0.8.1(rollup@3.28.1)(vite@5.0.5): resolution: {integrity: sha512-oPBPVGp6tBd5KdY/qY6lrbLXqrbHRG0hZLvEaJfiZ/GQfDB+szRuLHblQh1oi1Hhh8GeLit/50l4xfs2SA+TCA==} engines: {node: '>=14'} peerDependencies: @@ -10846,36 +10830,12 @@ packages: open: 9.1.0 picocolors: 1.0.0 sirv: 2.0.3 - vite: 5.0.6(@types/node@20.10.4) + vite: 5.0.5(@types/node@20.10.4) transitivePeerDependencies: - rollup - supports-color dev: false - /vite-plugin-inspect@0.8.1(rollup@3.28.1)(vite@5.0.7): - resolution: {integrity: sha512-oPBPVGp6tBd5KdY/qY6lrbLXqrbHRG0hZLvEaJfiZ/GQfDB+szRuLHblQh1oi1Hhh8GeLit/50l4xfs2SA+TCA==} - engines: {node: '>=14'} - peerDependencies: - '@nuxt/kit': '*' - vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 - peerDependenciesMeta: - '@nuxt/kit': - optional: true - dependencies: - '@antfu/utils': 0.7.6 - '@rollup/pluginutils': 5.1.0(rollup@3.28.1) - debug: 4.3.4 - error-stack-parser-es: 0.1.1 - fs-extra: 11.2.0 - open: 9.1.0 - picocolors: 1.0.0 - sirv: 2.0.3 - vite: 5.0.7(@types/node@20.10.4)(sass@1.69.5) - transitivePeerDependencies: - - rollup - - supports-color - dev: true - /vite-plugin-vue-inspector@4.0.2(vite@5.0.5): resolution: {integrity: sha512-KPvLEuafPG13T7JJuQbSm5PwSxKFnVS965+MP1we2xGw9BPkkc/+LPix5MMWenpKWqtjr0ws8THrR+KuoDC8hg==} peerDependencies: @@ -10931,8 +10891,8 @@ packages: fsevents: 2.3.3 dev: true - /vite@5.0.5(@types/node@20.10.4): - resolution: {integrity: sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==} + /vite@5.0.10(@types/node@20.10.4)(sass@1.69.5): + resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -10962,13 +10922,13 @@ packages: '@types/node': 20.10.4 esbuild: 0.19.8 postcss: 8.4.32 - rollup: 4.6.1 + rollup: 4.7.0 + sass: 1.69.5 optionalDependencies: fsevents: 2.3.3 - dev: false - /vite@5.0.6(@types/node@20.10.4): - resolution: {integrity: sha512-MD3joyAEBtV7QZPl2JVVUai6zHms3YOmLR+BpMzLlX2Yzjfcc4gTgNi09d/Rua3F4EtC8zdwPU8eQYyib4vVMQ==} + /vite@5.0.5(@types/node@20.10.4): + resolution: {integrity: sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -11001,8 +10961,9 @@ packages: rollup: 4.6.1 optionalDependencies: fsevents: 2.3.3 + dev: false - /vite@5.0.7(@types/node@20.10.4)(sass@1.69.5): + /vite@5.0.7(@types/node@20.10.4): resolution: {integrity: sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -11034,9 +10995,9 @@ packages: esbuild: 0.19.8 postcss: 8.4.32 rollup: 4.7.0 - sass: 1.69.5 optionalDependencies: fsevents: 2.3.3 + dev: true /vitepress@1.0.0-rc.30(@algolia/client-search@4.22.0)(@types/node@20.10.4)(postcss@8.4.32)(search-insights@2.13.0)(typescript@5.3.3): resolution: {integrity: sha512-OolAbFU2hjs0KuIpPq0wRd4vJlTMvrFgHSh/hB+XQid7U31KtB6F1NxWihMwKkwncpxu9mt2Somet5AGiyTgPA==} @@ -11053,10 +11014,10 @@ packages: '@docsearch/css': 3.5.2 '@docsearch/js': 3.5.2(@algolia/client-search@4.22.0)(search-insights@2.13.0) '@types/markdown-it': 13.0.7 - '@vitejs/plugin-vue': 4.5.2(vite@5.0.7)(vue@3.3.11) + '@vitejs/plugin-vue': 4.5.2(vite@5.0.7)(vue@3.3.12) '@vue/devtools-api': 6.5.1 - '@vueuse/core': 10.7.0(vue@3.3.11) - '@vueuse/integrations': 10.7.0(focus-trap@7.5.4)(vue@3.3.11) + '@vueuse/core': 10.7.0(vue@3.3.12) + '@vueuse/integrations': 10.7.0(focus-trap@7.5.4)(vue@3.3.12) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 6.3.0 @@ -11064,8 +11025,8 @@ packages: postcss: 8.4.32 shikiji: 0.7.6 shikiji-transformers: 0.7.6 - vite: 5.0.7(@types/node@20.10.4)(sass@1.69.5) - vue: 3.3.11(typescript@5.3.3) + vite: 5.0.7(@types/node@20.10.4) + vue: 3.3.12(typescript@5.3.3) transitivePeerDependencies: - '@algolia/client-search' - '@types/node' @@ -11094,8 +11055,8 @@ packages: - universal-cookie dev: true - /vitest@1.0.2(@types/node@20.10.4): - resolution: {integrity: sha512-F3NVwwpXfRSDnJmyv+ALPwSRVt0zDkRRE18pwUHSUPXAlWQ47rY1dc99ziMW5bBHyqwK2ERjMisLNoef64qk9w==} + /vitest@1.0.4(@types/node@20.10.4): + resolution: {integrity: sha512-s1GQHp/UOeWEo4+aXDOeFBJwFzL6mjycbQwwKWX2QcYfh/7tIerS59hWQ20mxzupTJluA2SdwiBuWwQHH67ckg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -11120,11 +11081,11 @@ packages: optional: true dependencies: '@types/node': 20.10.4 - '@vitest/expect': 1.0.2 - '@vitest/runner': 1.0.2 - '@vitest/snapshot': 1.0.2 - '@vitest/spy': 1.0.2 - '@vitest/utils': 1.0.2 + '@vitest/expect': 1.0.4 + '@vitest/runner': 1.0.4 + '@vitest/snapshot': 1.0.4 + '@vitest/spy': 1.0.4 + '@vitest/utils': 1.0.4 acorn-walk: 8.3.0 cac: 6.7.14 chai: 4.3.10 @@ -11138,8 +11099,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.1 tinypool: 0.8.1 - vite: 5.0.6(@types/node@20.10.4) - vite-node: 1.0.2(@types/node@20.10.4) + vite: 5.0.10(@types/node@20.10.4)(sass@1.69.5) + vite-node: 1.0.4(@types/node@20.10.4) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -11151,7 +11112,7 @@ packages: - terser dev: true - /vue-demi@0.14.6(vue@3.3.11): + /vue-demi@0.14.6(vue@3.3.12): resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} engines: {node: '>=12'} hasBin: true @@ -11163,7 +11124,7 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.3.11(typescript@5.3.3) + vue: 3.3.12(typescript@5.3.3) /vue-demi@0.14.6(vue@3.3.4): resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} @@ -11198,20 +11159,20 @@ packages: - supports-color dev: true - /vue-observe-visibility@2.0.0-alpha.1(vue@3.3.11): + /vue-observe-visibility@2.0.0-alpha.1(vue@3.3.12): resolution: {integrity: sha512-flFbp/gs9pZniXR6fans8smv1kDScJ8RS7rEpMjhVabiKeq7Qz3D9+eGsypncjfIyyU84saU88XZ0zjbD6Gq/g==} peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.3.11(typescript@5.3.3) + vue: 3.3.12(typescript@5.3.3) dev: false - /vue-resize@2.0.0-alpha.1(vue@3.3.11): + /vue-resize@2.0.0-alpha.1(vue@3.3.12): resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==} peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.3.11(typescript@5.3.3) + vue: 3.3.12(typescript@5.3.3) /vue-resize@2.0.0-alpha.1(vue@3.3.4): resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==} @@ -11221,13 +11182,13 @@ packages: vue: 3.3.4 dev: true - /vue-router@4.2.5(vue@3.3.11): + /vue-router@4.2.5(vue@3.3.12): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.3.11(typescript@5.3.3) + vue: 3.3.12(typescript@5.3.3) /vue-template-compiler@2.7.15: resolution: {integrity: sha512-yQxjxMptBL7UAog00O8sANud99C6wJF+7kgbcwqkvA38vCGF7HWE66w0ZFnS/kX5gSoJr/PQ4/oS3Ne2pW37Og==} @@ -11248,15 +11209,15 @@ packages: typescript: 5.3.3 dev: true - /vue-virtual-scroller@2.0.0-beta.8(vue@3.3.11): + /vue-virtual-scroller@2.0.0-beta.8(vue@3.3.12): resolution: {integrity: sha512-b8/f5NQ5nIEBRTNi6GcPItE4s7kxNHw2AIHLtDp+2QvqdTjVN0FgONwX9cr53jWRgnu+HRLPaWDOR2JPI5MTfQ==} peerDependencies: vue: ^3.2.0 dependencies: mitt: 2.1.0 - vue: 3.3.11(typescript@5.3.3) - vue-observe-visibility: 2.0.0-alpha.1(vue@3.3.11) - vue-resize: 2.0.0-alpha.1(vue@3.3.11) + vue: 3.3.12(typescript@5.3.3) + vue-observe-visibility: 2.0.0-alpha.1(vue@3.3.12) + vue-resize: 2.0.0-alpha.1(vue@3.3.12) dev: false /vue@2.7.15: @@ -11266,19 +11227,19 @@ packages: csstype: 3.1.3 dev: true - /vue@3.3.11(typescript@5.3.3): - resolution: {integrity: sha512-d4oBctG92CRO1cQfVBZp6WJAs0n8AK4Xf5fNjQCBeKCvMI1efGQ5E3Alt1slFJS9fZuPcFoiAiqFvQlv1X7t/w==} + /vue@3.3.12(typescript@5.3.3): + resolution: {integrity: sha512-jYNv2QmET2OTHsFzfWHMnqgCfqL4zfo97QwofdET+GBRCHhSCHuMTTvNIgeSn0/xF3JRT5OGah6MDwUFN7MPlg==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.3.11 - '@vue/compiler-sfc': 3.3.11 - '@vue/runtime-dom': 3.3.11 - '@vue/server-renderer': 3.3.11(vue@3.3.11) - '@vue/shared': 3.3.11 + '@vue/compiler-dom': 3.3.12 + '@vue/compiler-sfc': 3.3.12 + '@vue/runtime-dom': 3.3.12 + '@vue/server-renderer': 3.3.12(vue@3.3.12) + '@vue/shared': 3.3.12 typescript: 5.3.3 /vue@3.3.4: @@ -11307,6 +11268,7 @@ packages: /web-namespaces@2.0.1: resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==} + dev: true /webidl-conversions@4.0.2: resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} @@ -11565,3 +11527,4 @@ packages: /zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} + dev: true