From 3dfdc8fc49113a32fb54cb54bab1bb4a46266d17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 07:57:49 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- docs/package.json | 8 +- package.json | 36 +- packages/applet/package.json | 4 +- packages/chrome-extension/package.json | 2 +- packages/client/package.json | 26 +- packages/core/package.json | 2 +- packages/devtools-kit/package.json | 2 +- packages/electron/package.json | 4 +- packages/firefox-extension/package.json | 2 +- packages/overlay/package.json | 8 +- packages/playground/applet/package.json | 12 +- packages/playground/basic/package.json | 12 +- packages/playground/multi-app/package.json | 8 +- packages/playground/options-api/package.json | 2 +- packages/playground/ui/package.json | 8 +- packages/playground/webpack/package.json | 2 +- packages/shared/package.json | 2 +- packages/ui/package.json | 6 +- packages/vite/package.json | 2 +- pnpm-lock.yaml | 1850 +++++++++--------- 20 files changed, 1045 insertions(+), 953 deletions(-) diff --git a/docs/package.json b/docs/package.json index 20be3c09..aa4017b9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,10 +8,10 @@ "docs:preview": "vitepress preview" }, "devDependencies": { - "@unocss/reset": "^0.61.9", + "@unocss/reset": "^0.62.2", "@vueuse/core": "^10.11.1", - "unplugin-vue-components": "^0.27.3", - "vitepress": "1.3.2", - "vue": "^3.4.37" + "unplugin-vue-components": "^0.27.4", + "vitepress": "1.3.3", + "vue": "^3.4.38" } } diff --git a/package.json b/package.json index ea39fcff..15c9a097 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "7.3.2", "private": true, - "packageManager": "pnpm@9.7.0", + "packageManager": "pnpm@9.7.1", "description": "DevTools for Vue.js", "author": "webfansplz", "license": "MIT", @@ -72,52 +72,52 @@ "gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts" }, "devDependencies": { - "@antfu/eslint-config": "2.25.1", - "@antfu/ni": "^0.22.1", + "@antfu/eslint-config": "2.26.0", + "@antfu/ni": "^0.22.4", "@arethetypeswrong/cli": "^0.15.4", "@clack/prompts": "^0.7.0", - "@types/chrome": "^0.0.269", + "@types/chrome": "^0.0.270", "@types/degit": "^2.8.6", "@types/fs-extra": "^11.0.4", - "@types/node": "^20.14.15", - "@typescript-eslint/parser": "^8.0.1", - "@typescript-eslint/utils": "^8.0.1", - "@unocss/eslint-plugin": "^0.61.9", + "@types/node": "^20.16.1", + "@typescript-eslint/parser": "^8.2.0", + "@typescript-eslint/utils": "^8.2.0", + "@unocss/eslint-plugin": "^0.62.2", "@vue/devtools-core": "workspace:^", "@vue/devtools-kit": "workspace:^", "@vue/test-utils": "^2.4.6", "archiver": "^7.0.1", - "bumpp": "^9.4.2", + "bumpp": "^9.5.1", "cross-env": "^7.0.3", "degit": "^2.8.4", "eslint": "npm:eslint-ts-patch@8.57.0-0", "eslint-plugin-format": "^0.1.2", "eslint-ts-patch": "8.57.0-0", - "eslint-vitest-rule-tester": "^0.3.3", + "eslint-vitest-rule-tester": "^0.6.1", "execa": "^8.0.1", "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", "jsdom": "^24.1.1", - "lint-staged": "^15.2.8", + "lint-staged": "^15.2.9", "npm-run-all2": "^6.2.2", "picocolors": "^1.0.1", - "pnpm": "^9.7.0", + "pnpm": "^9.7.1", "progress": "^2.0.3", - "publint": "^0.2.9", + "publint": "^0.2.10", "readdir-glob": "^2.0.0", "regex-extra": "^0.2.2", "semver": "^7.6.3", "simple-git-hooks": "^2.11.1", - "taze": "^0.16.3", + "taze": "^0.16.6", "tsup": "^8.2.4", "tsx": "^4.17.0", - "turbo": "^2.0.12", + "turbo": "^2.0.14", "typescript": "^5.5.4", "unbuild": "^2.0.0", - "unocss": "^0.61.9", - "vite": "^5.4.0", + "unocss": "^0.62.2", + "vite": "^5.4.1", "vitest": "^2.0.5", - "vue": "^3.4.37" + "vue": "^3.4.38" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" diff --git a/packages/applet/package.json b/packages/applet/package.json index ebf7f63f..f679a57e 100644 --- a/packages/applet/package.json +++ b/packages/applet/package.json @@ -30,7 +30,7 @@ "@vue/devtools-ui": "workspace:^", "lodash-es": "^4.17.21", "perfect-debounce": "^1.0.0", - "shiki": "^1.12.1", + "shiki": "^1.14.1", "splitpanes": "^3.1.5", "vue-virtual-scroller": "2.0.0-beta.8" }, @@ -38,7 +38,7 @@ "@types/lodash-es": "^4.17.12", "unplugin-vue": "^5.0.5", "vite-plugin-dts": "^3.9.1", - "vue": "^3.4.37", + "vue": "^3.4.38", "vue-router": "^4.4.3" } } diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index 0945c135..5d374c03 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -19,6 +19,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.2", - "vue": "^3.4.37" + "vue": "^3.4.38" } } diff --git a/packages/client/package.json b/packages/client/package.json index 4340d313..5718f904 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -24,7 +24,7 @@ "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0" }, "dependencies": { - "@unocss/preset-icons": "^0.61.9", + "@unocss/preset-icons": "^0.62.2", "@vue/devtools-applet": "workspace:^", "@vue/devtools-core": "workspace:^", "@vue/devtools-kit": "workspace:^", @@ -36,7 +36,7 @@ "fast-deep-equal": "^3.1.3", "fuse.js": "^7.0.0", "minimatch": "^10.0.1", - "shiki": "^1.12.1", + "shiki": "^1.14.1", "splitpanes": "^3.1.5", "vis-network": "^9.1.9", "vite-hot-client": "^0.2.3", @@ -44,24 +44,24 @@ "vue-virtual-scroller": "2.0.0-beta.8" }, "devDependencies": { - "@iconify/json": "^2.2.236", - "@types/node": "^20.14.15", + "@iconify/json": "^2.2.239", + "@types/node": "^20.16.1", "@types/splitpanes": "^2.2.6", - "@unocss/core": "^0.61.9", - "@unocss/reset": "^0.61.9", + "@unocss/core": "^0.62.2", + "@unocss/reset": "^0.62.2", "@vitejs/plugin-vue": "^5.1.2", - "@vitejs/plugin-vue-jsx": "^4.0.0", + "@vitejs/plugin-vue-jsx": "^4.0.1", "dayjs": "^1.11.12", "floating-vue": "5.2.2", "ohash": "^1.1.3", - "pinia": "^2.2.1", + "pinia": "^2.2.2", "sass": "^1.77.8", "simple-git-hooks": "^2.11.1", - "unocss": "^0.61.9", - "unplugin": "^1.12.1", + "unocss": "^0.62.2", + "unplugin": "^1.12.2", "unplugin-auto-import": "^0.18.2", - "unplugin-vue-components": "^0.27.3", - "vite": "^5.4.0", - "vue": "^3.4.37" + "unplugin-vue-components": "^0.27.4", + "vite": "^5.4.1", + "vue": "^3.4.38" } } diff --git a/packages/core/package.json b/packages/core/package.json index 982c94de..feb5e69f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -38,6 +38,6 @@ "vite-hot-client": "^0.2.3" }, "devDependencies": { - "vue": "^3.4.37" + "vue": "^3.4.38" } } diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json index 1d75515e..c2e44e55 100644 --- a/packages/devtools-kit/package.json +++ b/packages/devtools-kit/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@types/speakingurl": "^13.0.6", - "vue": "^3.4.37", + "vue": "^3.4.38", "vue-router": "^4.4.3" } } diff --git a/packages/electron/package.json b/packages/electron/package.json index 934d8a31..fe574660 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -34,7 +34,7 @@ "@vue/devtools-core": "workspace:^", "@vue/devtools-kit": "workspace:^", "@vue/devtools-shared": "workspace:^", - "electron": "^29.4.5", + "electron": "^29.4.6", "execa": "^8.0.1", "h3": "^1.12.0", "ip": "^2.0.1", @@ -46,6 +46,6 @@ "@vitejs/plugin-vue": "^5.1.2", "tsx": "^4.17.0", "unbuild": "^2.0.0", - "vue": "^3.4.37" + "vue": "^3.4.38" } } diff --git a/packages/firefox-extension/package.json b/packages/firefox-extension/package.json index 045f971c..7ceebbcf 100644 --- a/packages/firefox-extension/package.json +++ b/packages/firefox-extension/package.json @@ -19,6 +19,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.2", - "vue": "^3.4.37" + "vue": "^3.4.38" } } diff --git a/packages/overlay/package.json b/packages/overlay/package.json index dbc65e29..26258900 100644 --- a/packages/overlay/package.json +++ b/packages/overlay/package.json @@ -27,11 +27,11 @@ "@vueuse/core": "^10.11.1" }, "devDependencies": { - "@iconify/json": "^2.2.236", - "@types/node": "^20.14.15", + "@iconify/json": "^2.2.239", + "@types/node": "^20.16.1", "@vitejs/plugin-vue": "^5.1.2", "sass": "^1.77.8", - "vite": "^5.4.0", - "vue": "^3.4.37" + "vite": "^5.4.1", + "vue": "^3.4.38" } } diff --git a/packages/playground/applet/package.json b/packages/playground/applet/package.json index cd4c47a2..acd53b5e 100644 --- a/packages/playground/applet/package.json +++ b/packages/playground/applet/package.json @@ -7,13 +7,13 @@ "dev": "vite" }, "dependencies": { - "@iconify/json": "^2.2.236", - "@tresjs/core": "^4.2.5", + "@iconify/json": "^2.2.239", + "@tresjs/core": "^4.2.7", "@vueuse/core": "^10.11.1", - "pinia": "^2.2.1", + "pinia": "^2.2.2", "three": "^0.167.1", "unplugin-auto-import": "^0.18.2", - "vue": "^3.4.37", + "vue": "^3.4.38", "vue-router": "^4.4.3" }, "devDependencies": { @@ -26,8 +26,8 @@ "sass": "^1.77.8", "serve": "^14.2.3", "typescript": "^5.5.4", - "unocss": "^0.61.9", - "vite": "^5.4.0", + "unocss": "^0.62.2", + "vite": "^5.4.1", "vite-plugin-inspect": "^0.8.5", "vite-plugin-vue-devtools": "workspace:*" } diff --git a/packages/playground/basic/package.json b/packages/playground/basic/package.json index ce0cc981..1022c30f 100644 --- a/packages/playground/basic/package.json +++ b/packages/playground/basic/package.json @@ -7,26 +7,26 @@ "dev": "vite" }, "dependencies": { - "@tanstack/vue-query": "^5.51.21", + "@tanstack/vue-query": "^5.51.24", "@vueuse/core": "^10.11.1", "element-plus": "^2.8.0", - "pinia": "^2.2.1", + "pinia": "^2.2.2", "unplugin-auto-import": "^0.18.2", "vee-validate": "^4.13.2", - "vue": "^3.4.37", + "vue": "^3.4.38", "vue-router": "^4.4.3", "vuex": "^4.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", - "@tanstack/vue-query-devtools": "^5.51.21", + "@tanstack/vue-query-devtools": "^5.51.24", "@vitejs/plugin-vue": "^5.1.2", "@vue/devtools": "workspace:^", "sass": "^1.77.8", "serve": "^14.2.3", "typescript": "^5.5.4", - "unocss": "^0.61.9", - "vite": "^5.4.0", + "unocss": "^0.62.2", + "vite": "^5.4.1", "vite-plugin-inspect": "^0.8.5", "vite-plugin-vue-devtools": "workspace:*" } diff --git a/packages/playground/multi-app/package.json b/packages/playground/multi-app/package.json index d7978971..387a88e4 100644 --- a/packages/playground/multi-app/package.json +++ b/packages/playground/multi-app/package.json @@ -8,9 +8,9 @@ }, "dependencies": { "@vueuse/core": "^10.11.1", - "pinia": "^2.2.1", + "pinia": "^2.2.2", "unplugin-auto-import": "^0.18.2", - "vue": "^3.4.37", + "vue": "^3.4.38", "vue-router": "^4.4.3" }, "devDependencies": { @@ -18,8 +18,8 @@ "sass": "^1.77.8", "serve": "^14.2.3", "typescript": "^5.5.4", - "unocss": "^0.61.9", - "vite": "^5.4.0", + "unocss": "^0.62.2", + "vite": "^5.4.1", "vite-plugin-inspect": "^0.8.5", "vite-plugin-vue-devtools": "workspace:*" } diff --git a/packages/playground/options-api/package.json b/packages/playground/options-api/package.json index c9f611b0..f46f6e33 100644 --- a/packages/playground/options-api/package.json +++ b/packages/playground/options-api/package.json @@ -7,7 +7,7 @@ "dev": "vite" }, "dependencies": { - "vue": "^3.4.37" + "vue": "^3.4.38" }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.2", diff --git a/packages/playground/ui/package.json b/packages/playground/ui/package.json index 128795c1..956cb56e 100644 --- a/packages/playground/ui/package.json +++ b/packages/playground/ui/package.json @@ -9,16 +9,16 @@ "preview": "vite preview" }, "dependencies": { - "@unocss/reset": "^0.61.9", + "@unocss/reset": "^0.62.2", "@vue/devtools-ui": "workspace:*", "@vueuse/core": "^10.11.1", - "vue": "^3.4.37" + "vue": "^3.4.38" }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.2", "typescript": "^5.5.4", - "unocss": "^0.61.9", - "vite": "^5.4.0", + "unocss": "^0.62.2", + "vite": "^5.4.1", "vue-tsc": "^1.8.27" } } diff --git a/packages/playground/webpack/package.json b/packages/playground/webpack/package.json index 9c518c07..4a964723 100644 --- a/packages/playground/webpack/package.json +++ b/packages/playground/webpack/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "core-js": "^3.38.0", - "vue": "^3.4.37" + "vue": "^3.4.38" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/shared/package.json b/packages/shared/package.json index 6ca0eed8..2403a228 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -29,6 +29,6 @@ "rfdc": "^1.4.1" }, "devDependencies": { - "@types/node": "^20.14.15" + "@types/node": "^20.16.1" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 3261c33d..27461826 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -48,12 +48,12 @@ "devDependencies": { "@histoire/plugin-vue": "^0.17.17", "@iconify-json/ic": "^1.1.18", - "@types/node": "^20.14.15", - "@unocss/reset": "^0.61.9", + "@types/node": "^20.16.1", + "@unocss/reset": "^0.62.2", "@vitejs/plugin-vue": "^5.1.2", "floating-vue": "5.2.2", "histoire": "^0.17.17", - "unocss": "^0.61.9", + "unocss": "^0.62.2", "vite-plugin-dts": "^3.9.1" } } diff --git a/packages/vite/package.json b/packages/vite/package.json index 284215c6..282e011e 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -59,7 +59,7 @@ "vite-plugin-vue-inspector": "^5.1.3" }, "devDependencies": { - "@types/node": "^20.14.15", + "@types/node": "^20.16.1", "fast-glob": "^3.3.2", "image-meta": "^0.2.1", "pathe": "^1.1.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4fe398b3..7a265bee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,11 +9,11 @@ importers: .: devDependencies: '@antfu/eslint-config': - specifier: 2.25.1 - version: 2.25.1(@typescript-eslint/utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@unocss/eslint-plugin@0.61.9(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.37)(eslint-plugin-format@0.1.2(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)) + specifier: 2.26.0 + version: 2.26.0(@typescript-eslint/utils@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@unocss/eslint-plugin@0.62.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.38)(eslint-plugin-format@0.1.2(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)) '@antfu/ni': - specifier: ^0.22.1 - version: 0.22.1 + specifier: ^0.22.4 + version: 0.22.4 '@arethetypeswrong/cli': specifier: ^0.15.4 version: 0.15.4 @@ -21,8 +21,8 @@ importers: specifier: ^0.7.0 version: 0.7.0 '@types/chrome': - specifier: ^0.0.269 - version: 0.0.269 + specifier: ^0.0.270 + version: 0.0.270 '@types/degit': specifier: ^2.8.6 version: 2.8.6 @@ -30,17 +30,17 @@ importers: specifier: ^11.0.4 version: 11.0.4 '@types/node': - specifier: ^20.14.15 - version: 20.14.15 + specifier: ^20.16.1 + version: 20.16.1 '@typescript-eslint/parser': - specifier: ^8.0.1 - version: 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + specifier: ^8.2.0 + version: 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) '@typescript-eslint/utils': - specifier: ^8.0.1 - version: 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + specifier: ^8.2.0 + version: 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) '@unocss/eslint-plugin': - specifier: ^0.61.9 - version: 0.61.9(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + specifier: ^0.62.2 + version: 0.62.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) '@vue/devtools-core': specifier: workspace:^ version: link:packages/core @@ -54,8 +54,8 @@ importers: specifier: ^7.0.1 version: 7.0.1 bumpp: - specifier: ^9.4.2 - version: 9.4.2 + specifier: ^9.5.1 + version: 9.5.1 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -72,8 +72,8 @@ importers: specifier: 8.57.0-0 version: 8.57.0-0 eslint-vitest-rule-tester: - specifier: ^0.3.3 - version: 0.3.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)) + specifier: ^0.6.1 + version: 0.6.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)) execa: specifier: ^8.0.1 version: 8.0.1 @@ -87,8 +87,8 @@ importers: specifier: ^24.1.1 version: 24.1.1 lint-staged: - specifier: ^15.2.8 - version: 15.2.8 + specifier: ^15.2.9 + version: 15.2.9 npm-run-all2: specifier: ^6.2.2 version: 6.2.2 @@ -96,14 +96,14 @@ importers: specifier: ^1.0.1 version: 1.0.1 pnpm: - specifier: ^9.7.0 - version: 9.7.0 + specifier: ^9.7.1 + version: 9.7.1 progress: specifier: ^2.0.3 version: 2.0.3 publint: - specifier: ^0.2.9 - version: 0.2.9 + specifier: ^0.2.10 + version: 0.2.10 readdir-glob: specifier: ^2.0.0 version: 2.0.0 @@ -117,17 +117,17 @@ importers: specifier: ^2.11.1 version: 2.11.1 taze: - specifier: ^0.16.3 - version: 0.16.3 + specifier: ^0.16.6 + version: 0.16.6 tsup: specifier: ^8.2.4 - version: 8.2.4(@microsoft/api-extractor@7.43.0(@types/node@20.14.15))(@swc/core@1.5.29)(jiti@1.21.6)(postcss@8.4.41)(tsx@4.17.0)(typescript@5.5.4)(yaml@2.5.0) + version: 8.2.4(@microsoft/api-extractor@7.43.0(@types/node@20.16.1))(@swc/core@1.5.29)(jiti@1.21.6)(postcss@8.4.41)(tsx@4.17.0)(typescript@5.5.4)(yaml@2.5.0) tsx: specifier: ^4.17.0 version: 4.17.0 turbo: - specifier: ^2.0.12 - version: 2.0.12 + specifier: ^2.0.14 + version: 2.0.14 typescript: specifier: ^5.5.4 version: 5.5.4 @@ -135,35 +135,35 @@ importers: specifier: ^2.0.0 version: 2.0.0(sass@1.77.8)(typescript@5.5.4) unocss: - specifier: ^0.61.9 - version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + specifier: ^0.62.2 + version: 0.62.2(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) vitest: specifier: ^2.0.5 - version: 2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0) + version: 2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) docs: devDependencies: '@unocss/reset': - specifier: ^0.61.9 - version: 0.61.9 + specifier: ^0.62.2 + version: 0.62.2 '@vueuse/core': specifier: ^10.11.1 - version: 10.11.1(vue@3.4.37(typescript@5.5.4)) + version: 10.11.1(vue@3.4.38(typescript@5.5.4)) unplugin-vue-components: - specifier: ^0.27.3 - version: 0.27.3(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.37(typescript@5.5.4)) + specifier: ^0.27.4 + version: 0.27.4(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.38(typescript@5.5.4)) vitepress: - specifier: 1.3.2 - version: 1.3.2(@algolia/client-search@4.22.0)(@types/node@20.14.15)(async-validator@4.2.5)(change-case@4.1.2)(postcss@8.4.41)(sass@1.77.8)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.5.4) + specifier: 1.3.3 + version: 1.3.3(@algolia/client-search@4.22.0)(@types/node@20.16.1)(async-validator@4.2.5)(fuse.js@7.0.0)(postcss@8.4.41)(sass@1.77.8)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.5.4) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) packages/applet: dependencies: @@ -186,30 +186,30 @@ importers: specifier: ^1.0.0 version: 1.0.0 shiki: - specifier: ^1.12.1 - version: 1.12.1 + specifier: ^1.14.1 + version: 1.14.1 splitpanes: specifier: ^3.1.5 version: 3.1.5 vue-virtual-scroller: specifier: 2.0.0-beta.8 - version: 2.0.0-beta.8(vue@3.4.37(typescript@5.5.4)) + version: 2.0.0-beta.8(vue@3.4.38(typescript@5.5.4)) devDependencies: '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 unplugin-vue: specifier: ^5.0.5 - version: 5.0.5(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vue@3.4.37(typescript@5.5.4)) + version: 5.0.5(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)(vue@3.4.38(typescript@5.5.4)) vite-plugin-dts: specifier: ^3.9.1 - version: 3.9.1(@types/node@20.14.15)(rollup@4.20.0)(typescript@5.5.4)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + version: 3.9.1(@types/node@20.16.1)(rollup@4.20.0)(typescript@5.5.4)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) vue-router: specifier: ^4.4.3 - version: 4.4.3(vue@3.4.37(typescript@5.5.4)) + version: 4.4.3(vue@3.4.38(typescript@5.5.4)) packages/chrome-extension: dependencies: @@ -225,16 +225,16 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) packages/client: dependencies: '@unocss/preset-icons': - specifier: ^0.61.9 - version: 0.61.9 + specifier: ^0.62.2 + version: 0.62.2 '@vue/devtools-applet': specifier: workspace:^ version: link:../applet @@ -252,10 +252,10 @@ importers: version: link:../ui '@vueuse/core': specifier: ^10.11.1 - version: 10.11.1(vue@3.4.37(typescript@5.5.4)) + version: 10.11.1(vue@3.4.38(typescript@5.5.4)) '@vueuse/integrations': specifier: ^10.11.1 - version: 10.11.1(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.37(typescript@5.5.4)) + version: 10.11.1(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.38(typescript@5.5.4)) colord: specifier: ^2.9.3 version: 2.9.3 @@ -269,8 +269,8 @@ importers: specifier: ^10.0.1 version: 10.0.1 shiki: - specifier: ^1.12.1 - version: 1.12.1 + specifier: ^1.14.1 + version: 1.14.1 splitpanes: specifier: ^3.1.5 version: 3.1.5 @@ -279,47 +279,47 @@ 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(uuid@9.0.1)(vis-util@5.0.7(@egjs/hammerjs@2.0.17)(component-emitter@1.3.1)))(vis-util@5.0.7(@egjs/hammerjs@2.0.17)(component-emitter@1.3.1)) vite-hot-client: specifier: ^0.2.3 - version: 0.2.3(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + version: 0.2.3(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vue-router: specifier: ^4.4.3 - version: 4.4.3(vue@3.4.37(typescript@5.5.4)) + version: 4.4.3(vue@3.4.38(typescript@5.5.4)) vue-virtual-scroller: specifier: 2.0.0-beta.8 - version: 2.0.0-beta.8(vue@3.4.37(typescript@5.5.4)) + version: 2.0.0-beta.8(vue@3.4.38(typescript@5.5.4)) devDependencies: '@iconify/json': - specifier: ^2.2.236 - version: 2.2.236 + specifier: ^2.2.239 + version: 2.2.239 '@types/node': - specifier: ^20.14.15 - version: 20.14.15 + specifier: ^20.16.1 + version: 20.16.1 '@types/splitpanes': specifier: ^2.2.6 version: 2.2.6 '@unocss/core': - specifier: ^0.61.9 - version: 0.61.9 + specifier: ^0.62.2 + version: 0.62.2 '@unocss/reset': - specifier: ^0.61.9 - version: 0.61.9 + specifier: ^0.62.2 + version: 0.62.2 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) '@vitejs/plugin-vue-jsx': - specifier: ^4.0.0 - version: 4.0.0(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + specifier: ^4.0.1 + version: 4.0.1(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) dayjs: specifier: ^1.11.12 version: 1.11.12 floating-vue: specifier: 5.2.2 - version: 5.2.2(vue@3.4.37(typescript@5.5.4)) + version: 5.2.2(vue@3.4.38(typescript@5.5.4)) ohash: specifier: ^1.1.3 version: 1.1.3 pinia: - specifier: ^2.2.1 - version: 2.2.1(typescript@5.5.4)(vue@3.4.37(typescript@5.5.4)) + specifier: ^2.2.2 + version: 2.2.2(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)) sass: specifier: ^1.77.8 version: 1.77.8 @@ -327,23 +327,23 @@ importers: specifier: ^2.11.1 version: 2.11.1 unocss: - specifier: ^0.61.9 - version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + specifier: ^0.62.2 + version: 0.62.2(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) unplugin: - specifier: ^1.12.1 - version: 1.12.1 + specifier: ^1.12.2 + version: 1.12.2 unplugin-auto-import: specifier: ^0.18.2 - version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4)))(rollup@4.20.0) + version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.38(typescript@5.5.4)))(rollup@4.20.0) unplugin-vue-components: - specifier: ^0.27.3 - version: 0.27.3(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.37(typescript@5.5.4)) + specifier: ^0.27.4 + version: 0.27.4(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.38(typescript@5.5.4)) vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) packages/core: dependencies: @@ -364,11 +364,11 @@ importers: version: 1.1.2 vite-hot-client: specifier: ^0.2.3 - version: 0.2.3(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + version: 0.2.3(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) devDependencies: vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) packages/devtools: dependencies: @@ -413,11 +413,11 @@ importers: specifier: ^13.0.6 version: 13.0.6 vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) vue-router: specifier: ^4.4.3 - version: 4.4.3(vue@3.4.37(typescript@5.5.4)) + version: 4.4.3(vue@3.4.38(typescript@5.5.4)) packages/electron: dependencies: @@ -431,8 +431,8 @@ importers: specifier: workspace:^ version: link:../shared electron: - specifier: ^29.4.5 - version: 29.4.5 + specifier: ^29.4.6 + version: 29.4.6 execa: specifier: ^8.0.1 version: 8.0.1 @@ -454,7 +454,7 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) tsx: specifier: ^4.17.0 version: 4.17.0 @@ -462,8 +462,8 @@ importers: specifier: ^2.0.0 version: 2.0.0(sass@1.77.8)(typescript@5.5.4) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) packages/firefox-extension: dependencies: @@ -479,10 +479,10 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) packages/overlay: dependencies: @@ -500,60 +500,60 @@ importers: version: link:../ui '@vueuse/core': specifier: ^10.11.1 - version: 10.11.1(vue@3.4.37(typescript@5.5.4)) + version: 10.11.1(vue@3.4.38(typescript@5.5.4)) devDependencies: '@iconify/json': - specifier: ^2.2.236 - version: 2.2.236 + specifier: ^2.2.239 + version: 2.2.239 '@types/node': - specifier: ^20.14.15 - version: 20.14.15 + specifier: ^20.16.1 + version: 20.16.1 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) sass: specifier: ^1.77.8 version: 1.77.8 vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) packages/playground/applet: dependencies: '@iconify/json': - specifier: ^2.2.236 - version: 2.2.236 + specifier: ^2.2.239 + version: 2.2.239 '@tresjs/core': - specifier: ^4.2.5 - version: 4.2.5(three@0.167.1)(vue@3.4.37(typescript@5.5.4)) + specifier: ^4.2.7 + version: 4.2.7(three@0.167.1)(vue@3.4.38(typescript@5.5.4)) '@vueuse/core': specifier: ^10.11.1 - version: 10.11.1(vue@3.4.37(typescript@5.5.4)) + version: 10.11.1(vue@3.4.38(typescript@5.5.4)) pinia: - specifier: ^2.2.1 - version: 2.2.1(typescript@5.5.4)(vue@3.4.37(typescript@5.5.4)) + specifier: ^2.2.2 + version: 2.2.2(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)) three: specifier: ^0.167.1 version: 0.167.1 unplugin-auto-import: specifier: ^0.18.2 - version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4)))(rollup@4.20.0) + version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.38(typescript@5.5.4)))(rollup@4.20.0) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) vue-router: specifier: ^4.4.3 - version: 4.4.3(vue@3.4.37(typescript@5.5.4)) + version: 4.4.3(vue@3.4.38(typescript@5.5.4)) devDependencies: '@types/three': specifier: ^0.167.1 version: 0.167.1 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) '@vue/devtools-applet': specifier: workspace:* version: link:../../applet @@ -576,14 +576,14 @@ importers: specifier: ^5.5.4 version: 5.5.4 unocss: - specifier: ^0.61.9 - version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + specifier: ^0.62.2 + version: 0.62.2(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.5 - version: 0.8.5(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + version: 0.8.5(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vite-plugin-vue-devtools: specifier: workspace:* version: link:../../vite @@ -591,42 +591,42 @@ importers: packages/playground/basic: dependencies: '@tanstack/vue-query': - specifier: ^5.51.21 - version: 5.51.21(vue@3.4.37(typescript@5.5.4)) + specifier: ^5.51.24 + version: 5.51.24(vue@3.4.38(typescript@5.5.4)) '@vueuse/core': specifier: ^10.11.1 - version: 10.11.1(vue@3.4.37(typescript@5.5.4)) + version: 10.11.1(vue@3.4.38(typescript@5.5.4)) element-plus: specifier: ^2.8.0 - version: 2.8.0(vue@3.4.37(typescript@5.5.4)) + version: 2.8.0(vue@3.4.38(typescript@5.5.4)) pinia: - specifier: ^2.2.1 - version: 2.2.1(typescript@5.5.4)(vue@3.4.37(typescript@5.5.4)) + specifier: ^2.2.2 + version: 2.2.2(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)) unplugin-auto-import: specifier: ^0.18.2 - version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4)))(rollup@4.20.0) + version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.38(typescript@5.5.4)))(rollup@4.20.0) vee-validate: specifier: ^4.13.2 - version: 4.13.2(vue@3.4.37(typescript@5.5.4)) + version: 4.13.2(vue@3.4.38(typescript@5.5.4)) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) vue-router: specifier: ^4.4.3 - version: 4.4.3(vue@3.4.37(typescript@5.5.4)) + version: 4.4.3(vue@3.4.38(typescript@5.5.4)) vuex: specifier: ^4.1.0 - version: 4.1.0(vue@3.4.37(typescript@5.5.4)) + version: 4.1.0(vue@3.4.38(typescript@5.5.4)) devDependencies: '@rollup/plugin-commonjs': specifier: ^26.0.1 version: 26.0.1(rollup@4.20.0) '@tanstack/vue-query-devtools': - specifier: ^5.51.21 - version: 5.51.21(@tanstack/vue-query@5.51.21(vue@3.4.37(typescript@5.5.4)))(vue@3.4.37(typescript@5.5.4)) + specifier: ^5.51.24 + version: 5.51.24(@tanstack/vue-query@5.51.24(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4)) '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) '@vue/devtools': specifier: workspace:^ version: link:../../devtools @@ -640,14 +640,14 @@ importers: specifier: ^5.5.4 version: 5.5.4 unocss: - specifier: ^0.61.9 - version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + specifier: ^0.62.2 + version: 0.62.2(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.5 - version: 0.8.5(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + version: 0.8.5(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vite-plugin-vue-devtools: specifier: workspace:* version: link:../../vite @@ -656,23 +656,23 @@ importers: dependencies: '@vueuse/core': specifier: ^10.11.1 - version: 10.11.1(vue@3.4.37(typescript@5.5.4)) + version: 10.11.1(vue@3.4.38(typescript@5.5.4)) pinia: - specifier: ^2.2.1 - version: 2.2.1(typescript@5.5.4)(vue@3.4.37(typescript@5.5.4)) + specifier: ^2.2.2 + version: 2.2.2(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)) unplugin-auto-import: specifier: ^0.18.2 - version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4)))(rollup@4.20.0) + version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.38(typescript@5.5.4)))(rollup@4.20.0) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) vue-router: specifier: ^4.4.3 - version: 4.4.3(vue@3.4.37(typescript@5.5.4)) + version: 4.4.3(vue@3.4.38(typescript@5.5.4)) devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) sass: specifier: ^1.77.8 version: 1.77.8 @@ -683,14 +683,14 @@ importers: specifier: ^5.5.4 version: 5.5.4 unocss: - specifier: ^0.61.9 - version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + specifier: ^0.62.2 + version: 0.62.2(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.5 - version: 0.8.5(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + version: 0.8.5(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vite-plugin-vue-devtools: specifier: workspace:* version: link:../../vite @@ -698,12 +698,12 @@ importers: packages/playground/options-api: dependencies: vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) vite-plugin-vue-devtools: specifier: workspace:* version: link:../../vite @@ -711,30 +711,30 @@ importers: packages/playground/ui: dependencies: '@unocss/reset': - specifier: ^0.61.9 - version: 0.61.9 + specifier: ^0.62.2 + version: 0.62.2 '@vue/devtools-ui': specifier: workspace:* version: link:../../ui '@vueuse/core': specifier: ^10.11.1 - version: 10.11.1(vue@3.4.37(typescript@5.5.4)) + version: 10.11.1(vue@3.4.38(typescript@5.5.4)) vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) typescript: specifier: ^5.5.4 version: 5.5.4 unocss: - specifier: ^0.61.9 - version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + specifier: ^0.62.2 + version: 0.62.2(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vite: - specifier: ^5.4.0 - version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) vue-tsc: specifier: ^1.8.27 version: 1.8.27(typescript@5.5.4) @@ -745,8 +745,8 @@ importers: specifier: ^3.38.0 version: 3.38.0 vue: - specifier: ^3.4.37 - version: 3.4.37(typescript@5.5.4) + specifier: ^3.4.38 + version: 3.4.38(typescript@5.5.4) devDependencies: '@babel/core': specifier: ^7.25.2 @@ -756,13 +756,13 @@ importers: version: 7.25.1(@babel/core@7.25.2)(eslint@9.9.0(jiti@1.21.6)) '@vue/cli-plugin-babel': specifier: ~5.0.8 - version: 5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(core-js@3.38.0)(encoding@0.1.13)(esbuild@0.23.0)(vue@3.4.37(typescript@5.5.4)) + version: 5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3))(core-js@3.38.0)(encoding@0.1.13)(esbuild@0.23.0)(vue@3.4.38(typescript@5.5.4)) '@vue/cli-plugin-eslint': specifier: ~5.0.8 - version: 5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.23.0)(eslint@9.9.0(jiti@1.21.6)) + version: 5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.23.0)(eslint@9.9.0(jiti@1.21.6)) '@vue/cli-service': specifier: ~5.0.8 - version: 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3) + version: 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3) '@vue/devtools': specifier: workspace:* version: link:../../devtools @@ -783,8 +783,8 @@ importers: version: 1.4.1 devDependencies: '@types/node': - specifier: ^20.14.15 - version: 20.14.15 + specifier: ^20.16.1 + version: 20.16.1 packages/ui: dependencies: @@ -793,13 +793,13 @@ importers: version: link:../shared '@vueuse/components': specifier: ^10.11.1 - version: 10.11.1(vue@3.4.37(typescript@5.5.4)) + version: 10.11.1(vue@3.4.38(typescript@5.5.4)) '@vueuse/core': specifier: ^10.11.1 - version: 10.11.1(vue@3.4.37(typescript@5.5.4)) + version: 10.11.1(vue@3.4.38(typescript@5.5.4)) '@vueuse/integrations': specifier: ^10.11.1 - version: 10.11.1(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.37(typescript@5.5.4)) + version: 10.11.1(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.38(typescript@5.5.4)) colord: specifier: ^2.9.3 version: 2.9.3 @@ -808,38 +808,38 @@ importers: version: 7.5.4 shiki: specifier: '>=1.10.0' - version: 1.12.1 + version: 1.14.1 vue: specifier: '>=3.0.0-0' - version: 3.4.37(typescript@5.5.4) + version: 3.4.38(typescript@5.5.4) devDependencies: '@histoire/plugin-vue': specifier: ^0.17.17 - version: 0.17.17(histoire@0.17.17(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)))(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 0.17.17(histoire@0.17.17(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)))(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) '@iconify-json/ic': specifier: ^1.1.18 version: 1.1.18 '@types/node': - specifier: ^20.14.15 - version: 20.14.15 + specifier: ^20.16.1 + version: 20.16.1 '@unocss/reset': - specifier: ^0.61.9 - version: 0.61.9 + specifier: ^0.62.2 + version: 0.62.2 '@vitejs/plugin-vue': specifier: ^5.1.2 - version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) + version: 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) floating-vue: specifier: 5.2.2 - version: 5.2.2(vue@3.4.37(typescript@5.5.4)) + version: 5.2.2(vue@3.4.38(typescript@5.5.4)) histoire: specifier: ^0.17.17 - version: 0.17.17(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + version: 0.17.17(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) unocss: - specifier: ^0.61.9 - version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + specifier: ^0.62.2 + version: 0.62.2(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vite-plugin-dts: specifier: ^3.9.1 - version: 3.9.1(@types/node@20.14.15)(rollup@4.20.0)(typescript@5.5.4)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + version: 3.9.1(@types/node@20.16.1)(rollup@4.20.0)(typescript@5.5.4)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) packages/vite: dependencies: @@ -860,17 +860,17 @@ importers: version: 2.0.4 vite: specifier: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 - version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + version: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.5 - version: 0.8.5(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + version: 0.8.5(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) vite-plugin-vue-inspector: specifier: ^5.1.3 - version: 5.1.3(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + version: 5.1.3(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) devDependencies: '@types/node': - specifier: ^20.14.15 - version: 20.14.15 + specifier: ^20.16.1 + version: 20.16.1 fast-glob: specifier: ^3.3.2 version: 3.3.2 @@ -967,8 +967,8 @@ packages: '@andrewbranch/untar.js@1.0.3': resolution: {integrity: sha512-Jh15/qVmrLGhkKJBdXlK1+9tY4lZruYjsgkDFj08ZmDiWVBLJcqkok7Z0/R0In+i1rScBpJlSvrTS2Lm41Pbnw==} - '@antfu/eslint-config@2.25.1': - resolution: {integrity: sha512-aWnq8kNL4MM3RjXJtMvCGhzzXiukbNn4oXT3RFVgQ2KkBmryrlCos8HW7zfF27gggSqrMX8p75wHk8zM/Mo9+Q==} + '@antfu/eslint-config@2.26.0': + resolution: {integrity: sha512-eGYHHyXeajqaeNk+IAH8vGeIugcx21M2heJ/K/H72MuuDC8tCe0PlI0UkKHv63fMP1G5Em1KepOc/Aov/Erwaw==} hasBin: true peerDependencies: '@eslint-react/eslint-plugin': ^1.5.8 @@ -1016,11 +1016,11 @@ packages: '@antfu/install-pkg@0.1.1': resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==} - '@antfu/install-pkg@0.3.3': - resolution: {integrity: sha512-nHHsk3NXQ6xkCfiRRC8Nfrg8pU5kkr3P3Y9s9dKqiuRmBD0Yap7fymNDjGFKeWhZQHqqbCS5CfeMy9wtExM24w==} + '@antfu/install-pkg@0.3.5': + resolution: {integrity: sha512-HwIACY0IzrM7FGafMbWZOqEDBSfCwPcylu+GacaRcxJm4Yvvuh3Dy2vZwqdJAzXponc6aLO9FaH4l75pq8/ZSA==} - '@antfu/ni@0.22.1': - resolution: {integrity: sha512-5STu7QHsLYWpt+K/+zRcMOIUnG51lOhnqPInImXGyC6PMHtkrZQjbqZ/R3GW8XdTYOnKiT77+R09Tl4fzuFK5w==} + '@antfu/ni@0.22.4': + resolution: {integrity: sha512-uCzh43cmUwQQcgv2BPyo0JWOMgXhcaE+F2I6Ucmfc7f9ir52lfA4OtZXdfL5D8cMa5GAwuCSNqOshIol8YN82g==} hasBin: true '@antfu/utils@0.7.10': @@ -1710,14 +1710,14 @@ packages: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} - '@docsearch/css@3.6.0': - resolution: {integrity: sha512-+sbxb71sWre+PwDK7X2T8+bhS6clcVMLwBPznX45Qu6opJcgRjAp7gYSDzVFp187J+feSj5dNBN1mJoi6ckkUQ==} + '@docsearch/css@3.6.1': + resolution: {integrity: sha512-VtVb5DS+0hRIprU2CO6ZQjK2Zg4QU5HrDM1+ix6rT0umsYvFvatMAnf97NHZlVWDaaLlx7GRfR/7FikANiM2Fg==} - '@docsearch/js@3.6.0': - resolution: {integrity: sha512-QujhqINEElrkIfKwyyyTfbsfMAYCkylInLYMRqHy7PHc8xTBQCow73tlo/Kc7oIwBrCLf0P3YhjlOeV4v8hevQ==} + '@docsearch/js@3.6.1': + resolution: {integrity: sha512-erI3RRZurDr1xES5hvYJ3Imp7jtrXj6f1xYIzDzxiS7nNBufYWPbJwrmMqWC5g9y165PmxEmN9pklGCdLi0Iqg==} - '@docsearch/react@3.6.0': - resolution: {integrity: sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==} + '@docsearch/react@3.6.1': + resolution: {integrity: sha512-qXZkEPvybVhSXj0K7U3bXc233tk5e8PfhoZ6MhPOiik/qUQxYC+Dn9DnoS7CxHQQhHfCvTiN0eY9M12oRghEXw==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' react: '>= 16.8.0 < 19.0.0' @@ -1759,8 +1759,8 @@ packages: resolution: {integrity: sha512-I238eDtOolvCuvtxrnqtlBaw0BwdQuYqK7eA6XIonicMdOOOb75mqdIzkGDUbS04+1Di007rgm9snFRNeVrOog==} engines: {node: '>=16'} - '@es-joy/jsdoccomment@0.46.0': - resolution: {integrity: sha512-C3Axuq1xd/9VqFZpW4YAzOx5O9q/LP46uIQy/iNDpHG3fmPa6TBtvfglMCs3RBiBxAIi0Go97r8+jvTt55XMyQ==} + '@es-joy/jsdoccomment@0.48.0': + resolution: {integrity: sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==} engines: {node: '>=16'} '@esbuild/aix-ppc64@0.19.10': @@ -2315,6 +2315,12 @@ packages: cpu: [x64] os: [win32] + '@eslint-community/eslint-plugin-eslint-comments@4.4.0': + resolution: {integrity: sha512-yljsWl5Qv3IkIRmJ38h3NrHXFCm4EUl55M8doGTF6hvzvFF8kRpextgSrg2dwHev9lzBZyafCr9RelGIyQm6fw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 + '@eslint-community/eslint-utils@4.4.0': resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2404,8 +2410,8 @@ packages: '@iconify-json/ic@1.1.18': resolution: {integrity: sha512-RcfnSFVmQP6aEKQJM3Iczg9e5TXWlN0slIjiyH9l378YkhDPAhXdQ8xP8+tBwfz7B9jysqsV+vs9Iu8DMHvE6Q==} - '@iconify/json@2.2.236': - resolution: {integrity: sha512-eiIOW9RfIMlrJl77+VfM4FM+bF46zQNxanNe8MADgXxNCeFR8LW70bC2u6El5Cqf/gx/n0EmqA5kXQ8J+BHjsg==} + '@iconify/json@2.2.239': + resolution: {integrity: sha512-NoKhFlWGPQbKCUb0tslIQK00cbRXMH6NPxGvS4bQgkH2hfcK/jA7EuBEkOaIyR3HdtvRNCunCntuR9eJnP8FAQ==} '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} @@ -2680,14 +2686,11 @@ packages: '@rushstack/ts-command-line@4.19.1': resolution: {integrity: sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg==} - '@shikijs/core@1.10.3': - resolution: {integrity: sha512-D45PMaBaeDHxww+EkcDQtDAtzv00Gcsp72ukBtaLSmqRvh0WgGMq3Al0rl1QQBZfuneO75NXMIzEZGFitThWbg==} - - '@shikijs/core@1.12.1': - resolution: {integrity: sha512-biCz/mnkMktImI6hMfMX3H9kOeqsInxWEyCHbSlL8C/2TR1FqfmGxTLRNwYCKsyCyxWLbB8rEqXRVZuyxuLFmA==} + '@shikijs/core@1.14.1': + resolution: {integrity: sha512-KyHIIpKNaT20FtFPFjCQB5WVSTpLR/n+jQXhWHWVUMm9MaOaG9BGOG0MSyt7yA4+Lm+4c9rTc03tt3nYzeYSfw==} - '@shikijs/transformers@1.10.3': - resolution: {integrity: sha512-MNjsyye2WHVdxfZUSr5frS97sLGe6G1T+1P41QjyBFJehZphMcr4aBlRLmq6OSPBslYe9byQPVvt/LJCOfxw8Q==} + '@shikijs/transformers@1.14.1': + resolution: {integrity: sha512-JJqL8QBVCJh3L61jqqEXgFq1cTycwjcGj7aSmqOEsbxnETM9hRlaB74QuXvY/fVJNjbNt8nvWo0VwAXKvMSLRg==} '@sideway/address@4.1.4': resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==} @@ -2714,31 +2717,31 @@ packages: '@soda/get-current-script@1.0.2': resolution: {integrity: sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==} - '@stylistic/eslint-plugin-js@2.6.2': - resolution: {integrity: sha512-wCr/kVctAPayMU3pcOI1MKR7MoKIh6VKZU89lPklAqtJoxT+Em6RueiiARbpznUYG5eg3LymiU+aMD+aIZXdqA==} + '@stylistic/eslint-plugin-js@2.6.4': + resolution: {integrity: sha512-kx1hS3xTvzxZLdr/DCU/dLBE++vcP97sHeEFX2QXhk1Ipa4K1rzPOLw1HCbf4mU3s+7kHP5eYpDe+QteEOFLug==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' - '@stylistic/eslint-plugin-jsx@2.6.2': - resolution: {integrity: sha512-dSXK/fSPA938J1fBi10QmhzLKtZ/2TuyVNHQMk8jUhWfKJDleAogaSqcWNAbN8fwcoe9UWmt/3StiIf2oYC1aQ==} + '@stylistic/eslint-plugin-jsx@2.6.4': + resolution: {integrity: sha512-bIvVhdtjmyu3S10V7QRIuawtCZSq9gRmzAX23ucjCOdSFzEwlq+di0IM0riBAvvQerrJL4SM6G3xgyPs8BSXIA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' - '@stylistic/eslint-plugin-plus@2.6.2': - resolution: {integrity: sha512-cANcPASfRvq3VTbbQCrSIXq+2AI0IW68PNYaZoXXS0ENlp7HDB8dmrsJnOgWCcoEvdCB8z/eWcG/eq/v5Qcl+Q==} + '@stylistic/eslint-plugin-plus@2.6.4': + resolution: {integrity: sha512-EuRvtxhf7Hv8OoMIePulP/6rBJIgPTu1l5GAm1780WcF1Cl8bOZXIn84Pdac5pNv6lVlzCOFm8MD3VE+2YROuA==} peerDependencies: eslint: '*' - '@stylistic/eslint-plugin-ts@2.6.2': - resolution: {integrity: sha512-6OEN3VtUNxjgOvWPavnC10MByr1H4zsgwNND3rQXr5lDFv93MLUnTsH+/SH15OkuqdyJgrQILI6b9lYecb1vIg==} + '@stylistic/eslint-plugin-ts@2.6.4': + resolution: {integrity: sha512-yxL8Hj6WkObw1jfiLpBzKy5yfxY6vwlwO4miq34ySErUjUecPV5jxfVbOe4q1QDPKemQGPq93v7sAQS5PzM8lA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' - '@stylistic/eslint-plugin@2.6.2': - resolution: {integrity: sha512-Ic5oFNM/25iuagob6LiIBkSI/A2y45TsyKtDtODXHRZDy52WfPfeexI6r+OH5+aWN9QGob2Bw+4JRM9/4areWw==} + '@stylistic/eslint-plugin@2.6.4': + resolution: {integrity: sha512-euUGnjzH8EOqEYTGk9dB2OBINp0FX1nuO7/k4fO82zNRBIKZgJoDwTLM4Ce+Om6W1Qmh1PrZjCr4jh4tMEXGPQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' @@ -2829,20 +2832,20 @@ packages: resolution: {integrity: sha512-PnVV3d2poenUM31ZbZi/yXkBu3J7kd5k2u51CGwwNojag451AjTH9N6n41yjXz2fpLeewleyLBmNS6+HcGDlXw==} engines: {node: '>=12'} - '@tanstack/query-core@5.51.21': - resolution: {integrity: sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==} + '@tanstack/query-core@5.51.24': + resolution: {integrity: sha512-qtIR0FMHUDIWyIQw87q4C+so7XaN59MsGfWrc6rgi2VTHrVZF3Hd0St2dbpqRetHf6XW5yY5lzTrXpTilPlxUg==} '@tanstack/query-devtools@5.51.16': resolution: {integrity: sha512-ajwuq4WnkNCMj/Hy3KR8d3RtZ6PSKc1dD2vs2T408MdjgKzQ3klVoL6zDgVO7X+5jlb5zfgcO3thh4ojPhfIaw==} - '@tanstack/vue-query-devtools@5.51.21': - resolution: {integrity: sha512-PYZFbTxWiYjfdppZL1mLL9mqsJw4ZOqUpFYTOvjDNj+pJ8SEQJL+2mg3IbOJ0xkkv72W9xOgQYIWHUe+rI9ANA==} + '@tanstack/vue-query-devtools@5.51.24': + resolution: {integrity: sha512-7wgyY5Hm9QWB1VTJf4XNS7eeAipEG69j+vrveWHPxk9DJbgqvykC4iUJgpfqKLZUrE04FRme5DJLlmLQ2yR9aQ==} peerDependencies: - '@tanstack/vue-query': ^5.51.21 + '@tanstack/vue-query': ^5.51.24 vue: ^3.3.0 - '@tanstack/vue-query@5.51.21': - resolution: {integrity: sha512-gXAMq90TTepqmBCuVqRxEO/vsuhEkvllCTrlsvZRuPROyV7IroJHmDfuz87KRSACCFTuiy65Mbtk/pg++NIkVg==} + '@tanstack/vue-query@5.51.24': + resolution: {integrity: sha512-Qk6nr0m9N6SUMHlYSLLTAspwhDcboWcyl6nqJELZ+VMKgdtGsrozRKXKQ2nxyuIXzVV+QWgvthjg8Uia9GF9Vw==} peerDependencies: '@vue/composition-api': ^1.1.2 vue: ^2.6.0 || ^3.3.0 @@ -2854,8 +2857,8 @@ packages: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} - '@tresjs/core@4.2.5': - resolution: {integrity: sha512-JRBQVORwUv0VGLaYHQL2Y0psJXgVckbluVMq+MEEseq6cm35OXVy6XlmjPUUPBIpSk2KGs6tgpFJMo6EnIr+Eg==} + '@tresjs/core@4.2.7': + resolution: {integrity: sha512-xHDkR+TTtJjB5Bs4UGQ3NzdheAQ+DXfwyXRRfOxgB9FfV9PwM2K5rWrByLcZNF98uZ8tMoEsjE4pWAi9G0VdFw==} peerDependencies: three: '>=0.133' vue: '>=3.4' @@ -2879,8 +2882,8 @@ packages: '@types/cacheable-request@6.0.3': resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} - '@types/chrome@0.0.269': - resolution: {integrity: sha512-vF7x8YywnhXX2F06njQ/OE7a3Qeful43C5GUOsUksXWk89WoSFUU3iLeZW8lDpVO9atm8iZIEiLQTRC3H7NOXQ==} + '@types/chrome@0.0.270': + resolution: {integrity: sha512-ADvkowV7YnJfycZZxL2brluZ6STGW+9oKG37B422UePf2PCXuFA/XdERI0T18wtuWPx0tmFeZqq6MOXVk1IC+Q==} '@types/connect-history-api-fallback@1.5.4': resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==} @@ -2972,8 +2975,8 @@ packages: '@types/markdown-it@12.2.3': resolution: {integrity: sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==} - '@types/markdown-it@14.1.1': - resolution: {integrity: sha512-4NpsnpYl2Gt1ljyBGrKMxFYAYvpqbnnkgP/i/g+NLpjEUa3obn1XJCur9YbEXKDAkaXqsR1LbDnGEJ0MmKFxfg==} + '@types/markdown-it@14.1.2': + resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==} '@types/mdast@3.0.15': resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} @@ -2993,8 +2996,8 @@ packages: '@types/node-forge@1.3.11': resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} - '@types/node@20.14.15': - resolution: {integrity: sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==} + '@types/node@20.16.1': + resolution: {integrity: sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -3059,8 +3062,8 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.0.1': - resolution: {integrity: sha512-5g3Y7GDFsJAnY4Yhvk8sZtFfV6YNF2caLzjrRPUBzewjPCaj0yokePB4LJSobyCzGMzjZZYFbwuzbfDHlimXbQ==} + '@typescript-eslint/eslint-plugin@8.2.0': + resolution: {integrity: sha512-02tJIs655em7fvt9gps/+4k4OsKULYGtLBPJfOsmOq1+3cdClYiF0+d6mHu6qDnTcg88wJBkcPLpQhq7FyDz0A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -3070,8 +3073,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.0.1': - resolution: {integrity: sha512-5IgYJ9EO/12pOUwiBKFkpU7rS3IU21mtXzB81TNwq2xEybcmAZrE9qwDtsb5uQd9aVO9o0fdabFyAmKveXyujg==} + '@typescript-eslint/parser@8.2.0': + resolution: {integrity: sha512-j3Di+o0lHgPrb7FxL3fdEy6LJ/j2NE8u+AP/5cQ9SKb+JLH6V6UHDqJ+e0hXBkHP1wn1YDFjYCS9LBQsZDlDEg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3084,12 +3087,12 @@ packages: resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/scope-manager@8.0.1': - resolution: {integrity: sha512-NpixInP5dm7uukMiRyiHjRKkom5RIFA4dfiHvalanD2cF0CLUuQqxfg8PtEUo9yqJI2bBhF+pcSafqnG3UBnRQ==} + '@typescript-eslint/scope-manager@8.2.0': + resolution: {integrity: sha512-OFn80B38yD6WwpoHU2Tz/fTz7CgFqInllBoC3WP+/jLbTb4gGPTy9HBSTsbDWkMdN55XlVU0mMDYAtgvlUspGw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.0.1': - resolution: {integrity: sha512-+/UT25MWvXeDX9YaHv1IS6KI1fiuTto43WprE7pgSMswHbn1Jm9GEM4Txp+X74ifOWV8emu2AWcbLhpJAvD5Ng==} + '@typescript-eslint/type-utils@8.2.0': + resolution: {integrity: sha512-g1CfXGFMQdT5S+0PSO0fvGXUaiSkl73U1n9LTK5aRAFnPlJ8dLKkXr4AaLFvPedW8lVDoMgLLE3JN98ZZfsj0w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -3101,8 +3104,8 @@ packages: resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/types@8.0.1': - resolution: {integrity: sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw==} + '@typescript-eslint/types@8.2.0': + resolution: {integrity: sha512-6a9QSK396YqmiBKPkJtxsgZZZVjYQ6wQ/TlI0C65z7vInaETuC6HAHD98AGLC8DyIPqHytvNuS8bBVvNLKyqvQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@7.18.0': @@ -3114,8 +3117,8 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@8.0.1': - resolution: {integrity: sha512-8V9hriRvZQXPWU3bbiUV4Epo7EvgM6RTs+sUmxp5G//dBGy402S7Fx0W0QkB2fb4obCF8SInoUzvTYtc3bkb5w==} + '@typescript-eslint/typescript-estree@8.2.0': + resolution: {integrity: sha512-kiG4EDUT4dImplOsbh47B1QnNmXSoUqOjWDvCJw/o8LgfD0yr7k2uy54D5Wm0j4t71Ge1NkynGhpWdS0dEIAUA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -3129,8 +3132,8 @@ packages: peerDependencies: eslint: ^8.56.0 - '@typescript-eslint/utils@8.0.1': - resolution: {integrity: sha512-CBFR0G0sCt0+fzfnKaciu9IBsKvEKYwN9UZ+eeogK1fYHg4Qxk1yf/wLQkLXlq8wbU2dFlgAesxt8Gi76E8RTA==} + '@typescript-eslint/utils@8.2.0': + resolution: {integrity: sha512-O46eaYKDlV3TvAVDNcoDzd5N550ckSe8G4phko++OCSC1dYIb9LTc3HDGYdWqWIAT5qDUKphO6sd9RrpIJJPfg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3139,105 +3142,105 @@ packages: resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/visitor-keys@8.0.1': - resolution: {integrity: sha512-W5E+o0UfUcK5EgchLZsyVWqARmsM7v54/qEq6PY3YI5arkgmCzHiuk0zKSJJbm71V0xdRna4BGomkCTXz2/LkQ==} + '@typescript-eslint/visitor-keys@8.2.0': + resolution: {integrity: sha512-sbgsPMW9yLvS7IhCi8IpuK1oBmtbWUNP+hBdwl/I9nzqVsszGnNGti5r9dUtF5RLivHUFFIdRvLiTsPhzSyJ3Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@unocss/astro@0.61.9': - resolution: {integrity: sha512-adOXz4itYHxqhvQgJHlEU58EHDTtY2qrcEPVmQVk4qI1W+ezQV6nQMQvti8mS/HbFw3MOJhIY1MlJoZK36/cyw==} + '@unocss/astro@0.62.2': + resolution: {integrity: sha512-RUPGmbNEyfbBOuS22PC23Dy9gmNBQHpLCmpuj6ehr6UcKeRy3xOwlbJDnCv08Vfd3mp3n45Va24wTK/yM6I1YQ==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: vite: optional: true - '@unocss/cli@0.61.9': - resolution: {integrity: sha512-W5pN2cOKAOkeKKXMqsGD/J7dpEAmxODtOH2Afjk41qsjqUlzGlUbmgG9PjAz7TDHrAmvuf3nvmMeeT3fii2UFg==} + '@unocss/cli@0.62.2': + resolution: {integrity: sha512-M1Itw4CVTnoBS1rTLYZvEV5lhq3r711Dwes4GlCHmCwuwEJcp7b83Saim2x6+h1BZbMY3CxgendGNQAIJ9rHkw==} engines: {node: '>=14'} hasBin: true - '@unocss/config@0.61.9': - resolution: {integrity: sha512-ATvZEFMQiW3/oUaaplVMBYuagEELtnLbHSYH4pUGbJ5MALAfV98mZRyk4FkKkYoMYqWLGdCylzpgMPFDOuFQlQ==} + '@unocss/config@0.62.2': + resolution: {integrity: sha512-TgWhO0hkTADnuSgcUZvFP3i4AVpaiMvr41hhQqCPQTaiLMRrroXFnqL33cpkEbHLIfbTh74pXrDxnzMLaEKVdQ==} engines: {node: '>=14'} - '@unocss/core@0.61.9': - resolution: {integrity: sha512-2W1YZQIWXcueGdbXU/ZCqn/8yQhWk8e8kAHFkVlbc9rictkd2UmPB9nIZ8Ii1tMwt6F0TT6vfHbLJEGCV08o2g==} + '@unocss/core@0.62.2': + resolution: {integrity: sha512-86jEFUJ/PSwdb1qqiEi0lWlewfKLQwiH+JAfnh8c2hLjOPVmCkb0nnsYSMh8drmtN5kpk6E06mN0IrKMO7OnvQ==} - '@unocss/eslint-plugin@0.61.9': - resolution: {integrity: sha512-jgOym3WyWXAWyjkrtIZurkl87XuWAwhN8mul8V4mokpFMB5y6VMlatCYql/dD0tIyZuFJujxfWvUkizqyE84aQ==} + '@unocss/eslint-plugin@0.62.2': + resolution: {integrity: sha512-y1E3jhRfORBHvhA0/dYK/tVBT5/YtJDrV3Y3ytJ5r8HdPqhDYucKV4Ihk2vDthIxzLlxzzwn2YZeSZEdbt0/IQ==} engines: {node: '>=14'} - '@unocss/extractor-arbitrary-variants@0.61.9': - resolution: {integrity: sha512-ii42/hKbhgeBBOy86729t6/HeGmxUcHM8FprPeb/v/DfYsCkjDvMYVynX3FN/K5pR2WV+HHp6TQS7GbTmRIN0g==} + '@unocss/extractor-arbitrary-variants@0.62.2': + resolution: {integrity: sha512-k0+QifbKe3Wp6dznQIhn1bQ/shR8yMk1ypfWQFOAr0ylXXlKMXFxfpRyxH3awbTDRBpi/SxIIaBTAzflGxBSgg==} - '@unocss/inspector@0.61.9': - resolution: {integrity: sha512-kUcQ/h8/yAfkqL2eCGVFyB0IGSPdR0dx2HH4V+mdSMfd8yKFR/BQys3mBvqZwSZu5a0+iisFHHq9wr+/I5DtHQ==} + '@unocss/inspector@0.62.2': + resolution: {integrity: sha512-P2J8xx4MeB8VHCwjick+PzMyLPKvUNZBuUxuFVhh3xpMsbGlvSIKMH4PRCriwWih+7wqHlrI+fv1gAjoiGHe3Q==} - '@unocss/postcss@0.61.9': - resolution: {integrity: sha512-HuFE/TUH6tt5f/AwiKNhQ/FO/lvFeW0JHPkx9SCURcKKoD3rpJUbhTqVv7c0zlCVQnRFX0hxpimoetp5Dh8qdA==} + '@unocss/postcss@0.62.2': + resolution: {integrity: sha512-x0vSz1l2eWpkfqLPcAO0kO36oKcMqtC6JmmM2tRB9WSxiz6xu9qHibfj6VXLe+KqggvFRnKObok4Fr1GIe0Srw==} engines: {node: '>=14'} peerDependencies: postcss: ^8.4.21 - '@unocss/preset-attributify@0.61.9': - resolution: {integrity: sha512-AHlEF7PiIBz1jHZZ62+AZ1u5ITrPNL/mgN8XyKwocoAr9HH8aQ3xzUgIuEX6vfV4a8rTdawffY99BQ12msePWQ==} + '@unocss/preset-attributify@0.62.2': + resolution: {integrity: sha512-QBxm62Lq6O7pN47TBD25LrH6CXZGDyTORguKL+IvIxuf8/VTEwwLl1z9FJ10u+kTwHX11RDnAF7KmZsTpcezgA==} - '@unocss/preset-icons@0.61.9': - resolution: {integrity: sha512-5XZO511ksu3EVwpV2nIZKa5NzyJAb+JARKaUpQIXssHUVdRKk5nJYr1XtrpBDLgB6VEf/1skViLEa1bpOUI5Wg==} + '@unocss/preset-icons@0.62.2': + resolution: {integrity: sha512-cj5fhhgyMK2Wio2nsR4hJuorRtqrgeX8sApffCRxpdKb/rg0De7IzXlTRQvAivFingRLXxwMKcpR4hgw/kw/pA==} - '@unocss/preset-mini@0.61.9': - resolution: {integrity: sha512-qhagWfdM7ytRWf4wFfrAcdeCUCVD9wDVrM+9evAmuOnMXWEiVZCjfwhjjFu+8lM7g+38n+gi7VcrNuTiZ8fHBA==} + '@unocss/preset-mini@0.62.2': + resolution: {integrity: sha512-NeyYGwGCmMbjzMMhQGzn4qk74LYIsLM4zpQru2Krt1snw1DgVpp3iV8hCWIH4y0Y+ud+K5SUFMAvIe18vq2OQw==} - '@unocss/preset-tagify@0.61.9': - resolution: {integrity: sha512-E+54+uSe+btOnQDlh8XjDUXhwxJd6/TL/8Rdl+7Pg6m+JNXudEt7xOd81L/KlDPD2tYYH9g/dQUaDN5aJyfRPQ==} + '@unocss/preset-tagify@0.62.2': + resolution: {integrity: sha512-xfxyKqBxBFOtKRifpM+9co9GqXj5PmGNdLcoWoYninmtO1CvCc50IBIob2h85X18jsa6Vm3sATzEfgOSggcGzQ==} - '@unocss/preset-typography@0.61.9': - resolution: {integrity: sha512-ZDoRViHtzI1Ny0sZyjajeCGEdFQCBn5CeIYgxO/KCpN107KTGLnYfoabv0gHtj/qaeAh30obeOMxZaIuxYoW3Q==} + '@unocss/preset-typography@0.62.2': + resolution: {integrity: sha512-NnoblEZX+dDZeM537l6HcNfPJC8KPGcD5LimVO/HS7GuDarTXeu1JgnCqYc2d5q69OAbyfJfO9k1iKqnAHkqug==} - '@unocss/preset-uno@0.61.9': - resolution: {integrity: sha512-N4R/BCMphrHvAMZ+qgR/FPoh724uXDuZ/1DEGuirUQJMg7makqrI6czL+P99q1bP8nWzxWEXiRXnKKLiyD9pJw==} + '@unocss/preset-uno@0.62.2': + resolution: {integrity: sha512-oMwSP3haSiyiSqI0KqrYkda8mnkWu9lJDdm4bZ5iO6v/rDxmcydBr7MEl8iEy9EdOy1lv3xsyzwMrRer392JEw==} - '@unocss/preset-web-fonts@0.61.9': - resolution: {integrity: sha512-fjQv74+FiAvGJM5vSLkD15Taku0cbi5F7qAr5T85EIQOpUB1fiH2kPoXIOT1WS2lKbQZh6pNGBxLrbBRgnVPew==} + '@unocss/preset-web-fonts@0.62.2': + resolution: {integrity: sha512-LawmODVu8jjluVGxCIFePkqHLPkhU6S3xJIq8harZAt/uzfkosO3ozzWrRHcVR7SQGPWdATie0ggTFcmVRxFzw==} - '@unocss/preset-wind@0.61.9': - resolution: {integrity: sha512-AzbjJrNL9Rb2BzTiREyssd8v7KFVVLERQ/PNILGzo6yYelYMl4AhKXZ3jgxWEsIABArVa3UkGBigG4h/L+2JHA==} + '@unocss/preset-wind@0.62.2': + resolution: {integrity: sha512-1pohITLsjhUfEA774Ftz2EAaolbUmhM8yircxTaQEty9qYF1dEcLM2Fm6Y0+ZNhPOcKCAOYZkExuu6JEjbEACg==} - '@unocss/reset@0.61.9': - resolution: {integrity: sha512-A1KtJiFgLM0N3FqJ9r5M3mVULcwsn+14tq5WkvSPF9ik3zQeJh8/NhxKdJImWClwBOzn795NQFXXFB70Ja+2RA==} + '@unocss/reset@0.62.2': + resolution: {integrity: sha512-5hgxcBMMbw5tMSSd4kUX70H0pZK9SwRHtm8Q4VvDV6xOZJa2/fvFR4qyxbuAM9nhOwYUqAAX23lxfmY0bXX73A==} - '@unocss/rule-utils@0.61.9': - resolution: {integrity: sha512-54Hw0nF+3ga70ETo3kes4He62wdsB4dHMgEiD/DEmJzyVY3ZuG/sIVAgkxjMQDo5w4SSYU/Ys1QaY+IQmeJHFQ==} + '@unocss/rule-utils@0.62.2': + resolution: {integrity: sha512-0za00pkDHsGZhiXBiZfOuUyT+GjCInPxMXj+QsybRU4UrjJS+d3gAteC34BqNFfDAoKQb9G5q9etXztcNHXQbg==} engines: {node: '>=14'} - '@unocss/scope@0.61.9': - resolution: {integrity: sha512-a9/vdg7YTFZEnJSaJBh/GqkLokYh3ZjEd3gHUxl/TZDSkGOz3WnkR2h+lgaLZm9MJ7RlSvJxYP8ySezH7jU1Pw==} + '@unocss/scope@0.62.2': + resolution: {integrity: sha512-AEQ1CV8s8NAkBJPO1NCSjADoNyCOYiqkW1DXMvB9mA6lTff5SgmFqIiNmBtMsnBs7/dO0iOSMEDIpdgtDg/KhA==} - '@unocss/transformer-attributify-jsx-babel@0.61.9': - resolution: {integrity: sha512-+fojHVJhA2MVd3VTCjlEKXf8Vnoy4N+lEl0CrYOD+im44sH5CWogm0RWs9rbeemy1uel6NI1wkP4xTfIA4vEgQ==} + '@unocss/transformer-attributify-jsx-babel@0.62.2': + resolution: {integrity: sha512-t0/3TFc29vwurjRR0akGkYv1VdzqLXHJn6d+d4BSzYhsH0YIhNFxU7r7Gf9iea38IqW6av+OlPBgCZknbG9K+g==} - '@unocss/transformer-attributify-jsx@0.61.9': - resolution: {integrity: sha512-tKZpZ64Lr6/CX96PhDtKEsqWDo1qjtswEulzIDLxpS90SMyann3azTs6mSuOwGbkbwc4gaJe6H38eCNos0ZqHg==} + '@unocss/transformer-attributify-jsx@0.62.2': + resolution: {integrity: sha512-Lgv6OH3rtO7fn0DzBH8C2tEN4247d2Bsm9eP3jIU2w/jTxuv+1XEh8Wir67winLdn/ZNBzVxJb3popnNo9qhcA==} - '@unocss/transformer-compile-class@0.61.9': - resolution: {integrity: sha512-jezMpssFJGIaZNE/rw5U+9Rk1RoDrZqXZokRkqt4tamEn1SiXjRMPWoE/hLg5Kw4oybxwCXTuAk2OsD+kTb7iA==} + '@unocss/transformer-compile-class@0.62.2': + resolution: {integrity: sha512-Kjyt7+NYLBRUSY0OA8tC6CDTC0qh9HkNt+WEEWvtTcrWwRvTU0VUroTkndHI3Fmv/yczuwmPXI71J+jJeLBQ6w==} - '@unocss/transformer-directives@0.61.9': - resolution: {integrity: sha512-e4uIbHYdAYJSVpvxOv6kAsyI18X3gHkBsmBYWcUlPLVv+8tYo4eZtc0rn6ZvpiLzkFywG9e9cmpqVQwOR6pBVg==} + '@unocss/transformer-directives@0.62.2': + resolution: {integrity: sha512-5ZGTmsXkAkFd7pHjHkGy6LGgxhh6bPbZ3jLltf98OhgBZH558y9iui6LKq3n2LpUsSZox6ey3yh1AibvakQeeg==} - '@unocss/transformer-variant-group@0.61.9': - resolution: {integrity: sha512-iewADYlY0LoeCb80E/4feHVSCKHl+QzGH4xUvW0zU85evMqNOa0/t0dCIoEG22wr/9piyEsg6OdHprZ2QliYqg==} + '@unocss/transformer-variant-group@0.62.2': + resolution: {integrity: sha512-WknoFYRAik2NJfo0AHoId912jzzZaOV9bKgoSh7Lpx7dMxgngfU027Gx7Wnd8mR+TSqQzsfYaXdPa+PqyTv6Xg==} - '@unocss/vite@0.61.9': - resolution: {integrity: sha512-hP/sL9rq1DvVCbSSx05m+bwYqen1nHm9tW6elKFkfV7X5jBUywu24WRq551NZI33KmgHA525ApX++DSWye+0uw==} + '@unocss/vite@0.62.2': + resolution: {integrity: sha512-ES39SL7+0UDTM5IvIiDVodH4duUIzGXug/bhuDHHhhtUBoengH+Oe59jURzRChDj4Pf3cyqMtTwo5amoz3lV2Q==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 - '@vitejs/plugin-vue-jsx@4.0.0': - resolution: {integrity: sha512-A+6wL2AdQhDsLsDnY+2v4rRDI1HLJGIMc97a8FURO9tqKsH5QvjWrzsa5DH3NlZsM742W2wODl2fF+bfcTWtXw==} + '@vitejs/plugin-vue-jsx@4.0.1': + resolution: {integrity: sha512-7mg9HFGnFHMEwCdB6AY83cVK4A6sCqnrjFYF4WIlebYAQVVJ/sC/CiTruVdrRlhrFoeZ8rlMxY9wYpPTIRhhAg==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 @@ -3250,8 +3253,8 @@ packages: vite: ^5.0.0 vue: ^3.2.25 - '@vitest/eslint-plugin@1.0.1': - resolution: {integrity: sha512-albpL56cL9XMwHJWCWZqjDxkuDkBXBF3WpPGOv6q2WA3cipCP41cKEwfSGktoRNGmPN77wuX452O8pM+z+ApNw==} + '@vitest/eslint-plugin@1.0.3': + resolution: {integrity: sha512-7hTONh+lqN+TEimHy2aWVdHVqYohcxLGD4yYBwSVvhyiti/j9CqBNMQvOa6xLoVcEtaWAoCCDbYgvxwNqA4lsA==} peerDependencies: '@typescript-eslint/utils': '>= 8.0' eslint: '>= 8.57.0' @@ -3425,20 +3428,20 @@ packages: '@vue/cli-shared-utils@5.0.8': resolution: {integrity: sha512-uK2YB7bBVuQhjOJF+O52P9yFMXeJVj7ozqJkwYE9PlMHL1LMHjtCYm4cSdOebuPzyP+/9p0BimM/OqxsevIopQ==} - '@vue/compiler-core@3.4.37': - resolution: {integrity: sha512-ZDDT/KiLKuCRXyzWecNzC5vTcubGz4LECAtfGPENpo0nrmqJHwuWtRLxk/Sb9RAKtR9iFflFycbkjkY+W/PZUQ==} + '@vue/compiler-core@3.4.38': + resolution: {integrity: sha512-8IQOTCWnLFqfHzOGm9+P8OPSEDukgg3Huc92qSG49if/xI2SAwLHQO2qaPQbjCWPBcQoO1WYfXfTACUrWV3c5A==} - '@vue/compiler-dom@3.4.37': - resolution: {integrity: sha512-rIiSmL3YrntvgYV84rekAtU/xfogMUJIclUMeIKEtVBFngOL3IeZHhsH3UaFEgB5iFGpj6IW+8YuM/2Up+vVag==} + '@vue/compiler-dom@3.4.38': + resolution: {integrity: sha512-Osc/c7ABsHXTsETLgykcOwIxFktHfGSUDkb05V61rocEfsFDcjDLH/IHJSNJP+/Sv9KeN2Lx1V6McZzlSb9EhQ==} '@vue/compiler-sfc@2.7.15': resolution: {integrity: sha512-FCvIEevPmgCgqFBH7wD+3B97y7u7oj/Wr69zADBf403Tui377bThTjBvekaZvlRr4IwUAu3M6hYZeULZFJbdYg==} - '@vue/compiler-sfc@3.4.37': - resolution: {integrity: sha512-vCfetdas40Wk9aK/WWf8XcVESffsbNkBQwS5t13Y/PcfqKfIwJX2gF+82th6dOpnpbptNMlMjAny80li7TaCIg==} + '@vue/compiler-sfc@3.4.38': + resolution: {integrity: sha512-s5QfZ+9PzPh3T5H4hsQDJtI8x7zdJaew/dCGgqZ2630XdzaZ3AD8xGZfBqpT8oaD/p2eedd+pL8tD5vvt5ZYJQ==} - '@vue/compiler-ssr@3.4.37': - resolution: {integrity: sha512-TyAgYBWrHlFrt4qpdACh8e9Ms6C/AZQ6A6xLJaWrCL8GCX5DxMzxyeFAEMfU/VFr4tylHm+a2NpfJpcd7+20XA==} + '@vue/compiler-ssr@3.4.38': + resolution: {integrity: sha512-YXznKFQ8dxYpAz9zLuVvfcXhc31FSPFDcqr0kyujbOwNhlmaNvL2QfIy+RZeJgSn5Fk54CWoEUeW+NVBAogGaw==} '@vue/component-compiler-utils@3.3.0': resolution: {integrity: sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==} @@ -3446,14 +3449,14 @@ packages: '@vue/devtools-api@6.6.3': resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==} - '@vue/devtools-api@7.3.5': - resolution: {integrity: sha512-BSdBBu5hOIv+gBJC9jzYMh5bC27FQwjWLSb8fVAniqlL9gvsqvK27xTgczMf+hgctlszMYQnRm3bpY/j8vhPqw==} + '@vue/devtools-api@7.3.8': + resolution: {integrity: sha512-NURFwmxz4WukFU54IHgyGI2KSejdgHG5JC4xTcWmTWEBIc8aelj9fBy4qsboObGHFp3JIdRxxANO9s2wZA/pVQ==} - '@vue/devtools-kit@7.3.5': - resolution: {integrity: sha512-wwfi10gJ1HMtjzcd8aIOnzBHlIRqsYDgcDyrKvkeyc0Gbcoe7UrkXRVHZUOtcxxoplHA0PwpT6wFg0uUCmi8Ww==} + '@vue/devtools-kit@7.3.8': + resolution: {integrity: sha512-HYy3MQP1nZ6GbE4vrgJ/UB+MvZnhYmEwCa/UafrEpdpwa+jNCkz1ZdUrC5I7LpkH1ShREEV2/pZlAQdBj+ncLQ==} - '@vue/devtools-shared@7.3.5': - resolution: {integrity: sha512-Rqii3VazmWTi67a86rYopi61n5Ved05EybJCwyrfoO9Ok3MaS/4yRFl706ouoISMlyrASJFEzM0/AiDA6w4f9A==} + '@vue/devtools-shared@7.3.8': + resolution: {integrity: sha512-1NiJbn7Yp47nPDWhFZyEKpB2+5/+7JYv8IQnU0ccMrgslPR2dL7u1DIyI7mLqy4HN1ll36gQy0k8GqBYSFgZJw==} '@vue/language-core@1.8.27': resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} @@ -3463,22 +3466,22 @@ packages: typescript: optional: true - '@vue/reactivity@3.4.37': - resolution: {integrity: sha512-UmdKXGx0BZ5kkxPqQr3PK3tElz6adTey4307NzZ3whZu19i5VavYal7u2FfOmAzlcDVgE8+X0HZ2LxLb/jgbYw==} + '@vue/reactivity@3.4.38': + resolution: {integrity: sha512-4vl4wMMVniLsSYYeldAKzbk72+D3hUnkw9z8lDeJacTxAkXeDAP1uE9xr2+aKIN0ipOL8EG2GPouVTH6yF7Gnw==} - '@vue/runtime-core@3.4.37': - resolution: {integrity: sha512-MNjrVoLV/sirHZoD7QAilU1Ifs7m/KJv4/84QVbE6nyAZGQNVOa1HGxaOzp9YqCG+GpLt1hNDC4RbH+KtanV7w==} + '@vue/runtime-core@3.4.38': + resolution: {integrity: sha512-21z3wA99EABtuf+O3IhdxP0iHgkBs1vuoCAsCKLVJPEjpVqvblwBnTj42vzHRlWDCyxu9ptDm7sI2ZMcWrQqlA==} - '@vue/runtime-dom@3.4.37': - resolution: {integrity: sha512-Mg2EwgGZqtwKrqdL/FKMF2NEaOHuH+Ks9TQn3DHKyX//hQTYOun+7Tqp1eo0P4Ds+SjltZshOSRq6VsU0baaNg==} + '@vue/runtime-dom@3.4.38': + resolution: {integrity: sha512-afZzmUreU7vKwKsV17H1NDThEEmdYI+GCAK/KY1U957Ig2NATPVjCROv61R19fjZNzMmiU03n79OMnXyJVN0UA==} - '@vue/server-renderer@3.4.37': - resolution: {integrity: sha512-jZ5FAHDR2KBq2FsRUJW6GKDOAG9lUTX8aBEGq4Vf6B/35I9fPce66BornuwmqmKgfiSlecwuOb6oeoamYMohkg==} + '@vue/server-renderer@3.4.38': + resolution: {integrity: sha512-NggOTr82FbPEkkUvBm4fTGcwUY8UuTsnWC/L2YZBmvaQ4C4Jl/Ao4HHTB+l7WnFCt5M/dN3l0XLuyjzswGYVCA==} peerDependencies: - vue: 3.4.37 + vue: 3.4.38 - '@vue/shared@3.4.37': - resolution: {integrity: sha512-nIh8P2fc3DflG8+5Uw8PT/1i17ccFn0xxN/5oE9RfV5SVnd7G0XEFRwakrnNFE/jlS95fpGXDVG5zDETS26nmg==} + '@vue/shared@3.4.38': + resolution: {integrity: sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==} '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} @@ -3492,6 +3495,9 @@ packages: '@vueuse/core@10.11.1': resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==} + '@vueuse/core@11.0.1': + resolution: {integrity: sha512-YTrekI18WwEyP3h168Fir94G/HNC27wvXJI21Alm0sPOwvhihfkrvHIe+5PNJq+MpgWdRcsjvE/38JaoKrgZhQ==} + '@vueuse/core@9.13.0': resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==} @@ -3536,15 +3542,62 @@ packages: universal-cookie: optional: true + '@vueuse/integrations@11.0.1': + resolution: {integrity: sha512-V/FQTS/aiV6RTFXOj8cXgqhtNJBvxvbHeLElOUR7N7F3Kr0btS+dkymLB54mFd0Or6uEGpgwwb41cs/q2/rdOg==} + peerDependencies: + async-validator: ^4 + axios: ^1 + change-case: ^5 + drauu: ^0.4 + focus-trap: ^7 + fuse.js: ^7 + idb-keyval: ^6 + jwt-decode: ^4 + nprogress: ^0.2 + qrcode: ^1.5 + sortablejs: ^1 + universal-cookie: ^7 + peerDependenciesMeta: + async-validator: + optional: true + axios: + optional: true + change-case: + optional: true + drauu: + optional: true + focus-trap: + optional: true + fuse.js: + optional: true + idb-keyval: + optional: true + jwt-decode: + optional: true + nprogress: + optional: true + qrcode: + optional: true + sortablejs: + optional: true + universal-cookie: + optional: true + '@vueuse/metadata@10.11.1': resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==} + '@vueuse/metadata@11.0.1': + resolution: {integrity: sha512-dTFvuHFAjLYOiSd+t9Sk7xUiuL6jbfay/eX+g+jaipXXlwKur2VCqBCZX+jfu+2vROUGcUsdn3fJR9KkpadIOg==} + '@vueuse/metadata@9.13.0': resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==} '@vueuse/shared@10.11.1': resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==} + '@vueuse/shared@11.0.1': + resolution: {integrity: sha512-eAPf5CQB3HR0S76HqrhjBqFYstZfiHWZq8xF9EQmobGBkrhPfErJEhr8aMNQMqd6MkENIx2pblIEfJGlHpClug==} + '@vueuse/shared@9.13.0': resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==} @@ -3903,8 +3956,8 @@ packages: builtins@5.0.1: resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} - bumpp@9.4.2: - resolution: {integrity: sha512-D0Cb5Mgxei7PObv4FkKQ19v1qSRhA3buQqCEQW6EU4+iort7JxL06DC6bZG5E0x/euZkaBuAQqOtFd2zIJKPjA==} + bumpp@9.5.1: + resolution: {integrity: sha512-crWpuPh5/SO84HTsIIQbwFpjwg8Zadm3udyj2YfnSSijCvjxwdtmXy2vQh6GLMWJ5LgKwmmMIn85qJ4AIHKlhg==} engines: {node: '>=10'} hasBin: true @@ -4780,8 +4833,8 @@ packages: electron-to-chromium@1.5.6: resolution: {integrity: sha512-jwXWsM5RPf6j9dPYzaorcBSUg6AiqocPEyMpkchkvntaH9HGfOOMZwxMJjDY/XEs3T5dM7uyH1VhRMkqUU9qVw==} - electron@29.4.5: - resolution: {integrity: sha512-DlEuzGbWBYl1Qr0qUYgNZdoixJg4YGHy2HC6fkRjSXSlb01UrQ5ORi8hNLzelzyYx8rNQyyE3zDUuk9EnZwYuA==} + electron@29.4.6: + resolution: {integrity: sha512-fz8ndj8cmmf441t4Yh2FDP3Rn0JhLkVGvtUf2YVMbJ5SdJPlc0JWll9jYkhh60jDKVVCr/tBAmfxqRnXMWJpzg==} engines: {node: '>= 12.20.55'} hasBin: true @@ -4838,10 +4891,6 @@ packages: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} - entities@5.0.0: - resolution: {integrity: sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==} - engines: {node: '>=0.12'} - env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} @@ -4946,8 +4995,8 @@ packages: eslint-parser-plain@0.1.0: resolution: {integrity: sha512-oOeA6FWU0UJT/Rxc3XF5Cq0nbIZbylm7j8+plqq0CZoE6m4u32OXJrR+9iy4srGMmF6v6pmgvP1zPxSRIGh3sg==} - eslint-plugin-antfu@2.3.4: - resolution: {integrity: sha512-5RIjJpBK1tuNHuLyFyZ90/iW9s439dP1u2cxA4dH70djx9sKq1CqI+O6Q95aVjgFNTDtQzSC9uYdAD5uEEKciQ==} + eslint-plugin-antfu@2.3.5: + resolution: {integrity: sha512-q3S9q7O176sd5VyPKksN1WGtB0l8W1jeWs61xWAmbM5JdZN8q9e0Vmm+tY/YOygHfn1eK9uE4/MGyZBebdtgLA==} peerDependencies: eslint: '*' @@ -4962,12 +5011,6 @@ packages: peerDependencies: eslint: '>=8' - eslint-plugin-eslint-comments@3.2.0: - resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} - engines: {node: '>=6.5.0'} - peerDependencies: - eslint: '>=4.19.1' - eslint-plugin-format@0.1.2: resolution: {integrity: sha512-ZrcO3aiumgJ6ENAv65IWkPjtW77ML/5mp0YrRK0jdvvaZJb+4kKWbaQTMr/XbJo6CtELRmCApAziEKh7L2NbdQ==} peerDependencies: @@ -4979,8 +5022,8 @@ packages: peerDependencies: eslint: ^8.56.0 || ^9.0.0-0 - eslint-plugin-jsdoc@50.0.1: - resolution: {integrity: sha512-UayhAysIk1Du8InV27WMbV4AMSJSu60+bekmeuGK2OUy4QJSFPr1srYT6AInykGkmMdRuHfDX6Q0tJEr8BtDtg==} + eslint-plugin-jsdoc@50.2.2: + resolution: {integrity: sha512-i0ZMWA199DG7sjxlzXn5AeYZxpRfMJjDPUl7lL9eJJX8TPRoIaxJU4ys/joP5faM5AXE1eqW/dslCj3uj4Nqpg==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -5003,12 +5046,12 @@ packages: peerDependencies: eslint: '>=8.23.0' - eslint-plugin-no-only-tests@3.1.0: - resolution: {integrity: sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==} + eslint-plugin-no-only-tests@3.3.0: + resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==} engines: {node: '>=5.0.0'} - eslint-plugin-perfectionist@3.1.3: - resolution: {integrity: sha512-eFRkBvMnnHjle5MuqTzoTIukWIr7Gm2wXvhTj3HyT/ku2J5oj7quBRbvZ8iYkjPyUFBpir3ZBnVQ5vFYswvpQg==} + eslint-plugin-perfectionist@3.2.0: + resolution: {integrity: sha512-cX1aztMbSfRWPKJH8CD+gadrbkS+RNH1OGWuNGws8J6rHzYYhawxWTU/yzMYjq2IRJCpBCfhgfa7BHRXQYxLHA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: astro-eslint-parser: ^1.0.2 @@ -5099,8 +5142,8 @@ packages: resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint-vitest-rule-tester@0.3.3: - resolution: {integrity: sha512-JVKpK8RaPhE0AYOHIUY9GVb/XKTT7oEHWLY4CLZ2fyI8IQXs/qesqCTkLwC42txOxvndZjrp8HW1lShpRPEKww==} + eslint-vitest-rule-tester@0.6.1: + resolution: {integrity: sha512-3RQOsJEoAExM3KHAayvTpRJQOYxTETP89RS9x0QRBK4cvCut0Tyjmb1xVQWY8ibC49M0B+QeSGrVZhtbcxOl4Q==} peerDependencies: eslint: ^9.0.0 vitest: ^1.0.0 || ^2.0.0 @@ -5249,6 +5292,14 @@ packages: fd-slicer@1.1.0: resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} + fdir@6.2.0: + resolution: {integrity: sha512-9XaWcDl0riOX5j2kYfy0kKdg7skw3IY6kA4LFT8Tk2yF9UdrADUy8D6AJuBLtf7ISm/MksumwAHE3WVbMRyCLw==} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + fflate@0.8.2: resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==} @@ -5981,6 +6032,10 @@ packages: resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} engines: {node: '>=12.0.0'} + jsdoc-type-pratt-parser@4.1.0: + resolution: {integrity: sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==} + engines: {node: '>=12.0.0'} + jsdom@20.0.3: resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==} engines: {node: '>=14'} @@ -6051,6 +6106,9 @@ packages: resolution: {integrity: sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + jsonc-parser@3.3.1: + resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==} + jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -6110,8 +6168,8 @@ packages: linkify-it@3.0.3: resolution: {integrity: sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==} - lint-staged@15.2.8: - resolution: {integrity: sha512-PUWFf2zQzsd9EFU+kM1d7UP+AZDbKFKuj+9JNVTBkhUFhbg4MAt6WfyMMwBfM4lYqd4D2Jwac5iuTu9rVj4zCQ==} + lint-staged@15.2.9: + resolution: {integrity: sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==} engines: {node: '>=18.12.0'} hasBin: true @@ -6883,8 +6941,8 @@ packages: engines: {node: '>=0.10'} hasBin: true - pinia@2.2.1: - resolution: {integrity: sha512-ltEU3xwiz5ojVMizdP93AHi84Rtfz0+yKd8ud75hr9LVyWX2alxp7vLbY1kFm7MXFmHHr/9B08Xf8Jj6IHTEiQ==} + pinia@2.2.2: + resolution: {integrity: sha512-ja2XqFWZC36mupU4z1ZzxeTApV7DOw44cV4dhQ9sGwun+N89v/XP7+j7q6TanS1u1tdbK4r+1BUx7heMaIdagA==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -6910,8 +6968,8 @@ packages: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} - pnpm@9.7.0: - resolution: {integrity: sha512-3AlDAVa0J/Xs/HmIiJnhw50taQ8AS+cOBSMLcssXPZaDlYdUXQlCm1WsPEKcgBtNw8DgAvZTgwpCD6LdTjz5zw==} + pnpm@9.7.1: + resolution: {integrity: sha512-+vNEry1splxMXIwiJOp3qBpeiFnLxOBrFRHdzi8BUVEkMd0Z5q/zHyxqj18qztm9InPh/tfdTeGGiYQFnSxCRw==} engines: {node: '>=18.12'} hasBin: true @@ -7214,8 +7272,8 @@ packages: psl@1.9.0: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} - publint@0.2.9: - resolution: {integrity: sha512-nITKS1NSwD68PQlts0ntryhxrWObep6P0CCycwi1lgXI+K7uKyacMYRRCQi7hTae8imkI3FCi0FlgnwLxjM8yA==} + publint@0.2.10: + resolution: {integrity: sha512-5TzYaAFiGpgkYX/k6VaItRMT2uHI4zO5OWJ2k7Er0Ot3jutBCNTJB1qRHuy1lYq07JhRczzFs6HFPB4D+A47xA==} engines: {node: '>=16'} hasBin: true @@ -7601,11 +7659,8 @@ packages: resolution: {integrity: sha512-RbRMD+IuJJseSZljDdne9ThrUYrwBwJR04FvN4VXpfsU3MNID5VJGHLAD5je/HGThCyEKNgH+nEkSFEWKD7C3Q==} deprecated: Please migrate to https://github.com/antfu/shikiji - shiki@1.10.3: - resolution: {integrity: sha512-eneCLncGuvPdTutJuLyUGS8QNPAVFO5Trvld2wgEq1e002mwctAhJKeMGWtWVXOIEzmlcLRqcgPSorR6AVzOmQ==} - - shiki@1.12.1: - resolution: {integrity: sha512-nwmjbHKnOYYAe1aaQyEBHvQymJgfm86ZSS7fT8OaPRr4sbAcBNz7PbfAikMEFSDQ6se2j2zobkXvVKcBOm0ysg==} + shiki@1.14.1: + resolution: {integrity: sha512-FujAN40NEejeXdzPt+3sZ3F2dx1U24BY2XTY01+MG8mbxCiA2XukXdcbyMyLAHJ/1AUUnQd1tZlvIjefWWEJeA==} side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} @@ -7920,8 +7975,8 @@ packages: resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==} engines: {node: '>=10'} - taze@0.16.3: - resolution: {integrity: sha512-1hZ1zZiJWOzWa1QogaPiqaFsME5IkCgHEpNQhIHWH45SNuTvlEw8M2kEoQOTmNjbLtchbGDMKamJAGR8oiMP0g==} + taze@0.16.6: + resolution: {integrity: sha512-KBqEUSsRH1i3DykVutcoV3TtXVQSuZRhKnqGsI2Sz0hjYySNCFPlViQJ+rGNn5OE+jiYKoKTzq4rIR/1tzQ1Hg==} hasBin: true terser-webpack-plugin@5.3.10: @@ -7970,6 +8025,10 @@ packages: tinybench@2.8.0: resolution: {integrity: sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==} + tinyglobby@0.2.2: + resolution: {integrity: sha512-mZ2sDMaySvi1PkTp4lTo1In2zjU+cY8OvZsfwrDrx3YGRbXPX1/cbPwCR9zkm3O/Fz9Jo0F1HNgIQ1b8BepqyQ==} + engines: {node: '>=12.0.0'} + tinypool@1.0.0: resolution: {integrity: sha512-KIKExllK7jp3uvrNtvRBYBWBOAXSX8ZvoaD8T+7KB/QHIuoJW3Pmr60zucywjAlMb5TeXUkcs/MWeWLu0qvuAQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -8063,38 +8122,38 @@ packages: engines: {node: '>=18.0.0'} hasBin: true - turbo-darwin-64@2.0.12: - resolution: {integrity: sha512-NAgfgbXxX/JScWQmmQnGbPuFZq7LIswHfcMk5JwyBXQM/xmklNOxxac7MnGGIOf19Z2f6S3qHy17VIj0SeGfnA==} + turbo-darwin-64@2.0.14: + resolution: {integrity: sha512-kwfDmjNwlNfvtrvT29+ZBg5n1Wvxl891bFHchMJyzMoR0HOE9N1NSNdSZb9wG3e7sYNIu4uDkNk+VBEqJW0HzQ==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.0.12: - resolution: {integrity: sha512-cP02uer5KSJ+fXL+OfRRk5hnVjV0c60hxDgNcJxrZpfhun7HHoKDDR7w2xhQntiA45aC6ZZEXRqMKpj6GAmKbg==} + turbo-darwin-arm64@2.0.14: + resolution: {integrity: sha512-m3LXYEshCx3wc4ZClM6gb01KYpFmtjQ9IBF3A7ofjb6ahux3xlYZJZ3uFCLAGHuvGLuJ3htfiPbwlDPTdknqqw==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.0.12: - resolution: {integrity: sha512-+mQgGfg1eq5qF+wenK/FKJaNMNAo5DQLC4htQy+8osW+fx6U+8+6UlPQPaycAWDEqwOI7NwuqkeHfkEQLQUTyQ==} + turbo-linux-64@2.0.14: + resolution: {integrity: sha512-7vBzCPdoTtR92SNn2JMgj1FlMmyonGmpMaQdgAB1OVYtuQ6NVGoh7/lODfaILqXjpvmFSVbpBIDrKOT6EvcprQ==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.0.12: - resolution: {integrity: sha512-KFyEZDXfPU1DK4zimxdCcqAcK7IIttX4mfsgB7NsSEOmH0dhHOih/YFYiyEDC1lTRx0C2RlzQ0Kjjdz48AN5Eg==} + turbo-linux-arm64@2.0.14: + resolution: {integrity: sha512-jwH+c0bfjpBf26K/tdEFatmnYyXwGROjbr6bZmNcL8R+IkGAc/cglL+OToqJnQZTgZvH7uDGbeSyUo7IsHyjuA==} cpu: [arm64] os: [linux] - turbo-windows-64@2.0.12: - resolution: {integrity: sha512-kJj4KCkZTkDTDCqsSw1m1dbO4WeoQq1mYUm/thXOH0OkeqYbSMt0EyoTcJOgKUDsrMnzZD2gPfYrlYHtV69lVA==} + turbo-windows-64@2.0.14: + resolution: {integrity: sha512-w9/XwkHSzvLjmioo6cl3S1yRfI6swxsV1j1eJwtl66JM4/pn0H2rBa855R0n7hZnmI6H5ywLt/nLt6Ae8RTDmw==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.0.12: - resolution: {integrity: sha512-TY3ROxguDilN2olCwcZMaePdW01Xhma0pZU7bNhsQEqca9RGAmsZBuzfGnTMcWPmv4tpnb/PlX1hrt1Hod/44Q==} + turbo-windows-arm64@2.0.14: + resolution: {integrity: sha512-XaQlyYk+Rf4xS5XWCo8XCMIpssgGGy8blzLfolN6YBp4baElIWMlkLZHDbGyiFmCbNf9I9gJI64XGRG+LVyyjA==} cpu: [arm64] os: [win32] - turbo@2.0.12: - resolution: {integrity: sha512-8s2KwqjwQj7z8Z53SUZSKVkQOZ2/Sl4D2F440oaBY/k2lGju60dW6srEpnn8/RIDeICZmQn3pQHF79Jfnc5Skw==} + turbo@2.0.14: + resolution: {integrity: sha512-00JjdCMD/cpsjP0Izkjcm8Oaor5yUCfDwODtaLb+WyblyadkaDEisGhy3Dbd5az9n+5iLSPiUgf+WjPbns6MRg==} hasBin: true type-check@0.4.0: @@ -8169,8 +8228,8 @@ packages: uncrypto@0.1.3: resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} - undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} unenv@1.9.0: resolution: {integrity: sha512-QKnFNznRxmbOF1hDgzpqrlIf6NC5sbZ2OJ+5Wl3OX8uM+LUJXbj4TXvLJCtwbPTmbMHCLIz6JLKNinNsMShK9g==} @@ -8221,11 +8280,11 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - unocss@0.61.9: - resolution: {integrity: sha512-D7nEObT1lhCUwXU5MoQ2Msh5S5g1EHVVSqDNM2ODs6dqWSboDCsRTPZQiyQmV9vCobrjYcvAFno9ZAgO7pvurw==} + unocss@0.62.2: + resolution: {integrity: sha512-XLLOXyLrbLX7xIChdCPZAmfLR+1aqIHGN/y7QOn4t3g8C3Kk1tAH2aMMQHWhWFfNzskfNiPjKeVYhWQ8QV53Mg==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.61.9 + '@unocss/webpack': 0.62.2 vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: '@unocss/webpack': @@ -8249,8 +8308,8 @@ packages: '@vueuse/core': optional: true - unplugin-vue-components@0.27.3: - resolution: {integrity: sha512-5wg7lbdg5ZcrAQNzyYK+6gcg/DG8K6rO+f5YeuvqGHs/PhpapBvpA4O/0ex/pFthE5WgRk43iWuRZEMLVsdz4Q==} + unplugin-vue-components@0.27.4: + resolution: {integrity: sha512-1XVl5iXG7P1UrOMnaj2ogYa5YTq8aoh5jwDPQhemwO/OrXW+lPQKDXd1hMz15qxQPxgb/XXlbgo3HQ2rLEbmXQ==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -8268,8 +8327,8 @@ packages: peerDependencies: vue: ^3.2.25 - unplugin@1.12.1: - resolution: {integrity: sha512-aXEH9c5qi3uYZHo0niUtxDlT9ylG/luMW/dZslSCkbtC31wCyFkmM0kyoBBh+Grhn7CL+/kvKLfN61/EdxPxMQ==} + unplugin@1.12.2: + resolution: {integrity: sha512-bEqQxeC7rxtxPZ3M5V4Djcc4lQqKPgGe3mAWZvxcSmX5jhGxll19NliaRzQSQPrk4xJZSGniK3puLWpRuZN7VQ==} engines: {node: '>=14.0.0'} unplugin@1.7.1: @@ -8401,8 +8460,8 @@ packages: peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 - vite@5.4.0: - resolution: {integrity: sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==} + vite@5.4.1: + resolution: {integrity: sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -8432,8 +8491,8 @@ packages: terser: optional: true - vitepress@1.3.2: - resolution: {integrity: sha512-6gvecsCuR6b1Cid4w19KQiQ02qkpgzFRqiG0v1ZBekGkrZCzsxdDD5y4WH82HRXAOhU4iZIpzA1CsWqs719rqA==} + vitepress@1.3.3: + resolution: {integrity: sha512-6UzEw/wZ41S/CATby7ea7UlffvRER/uekxgN6hbEvSys9ukmLOKsz87Ehq9yOx1Rwiw+Sj97yjpivP8w1sUmng==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4 @@ -8562,8 +8621,8 @@ packages: resolution: {integrity: sha512-a29fsXd2G0KMRqIFTpRgpSbWaNBK3lpCTOLuGLEDnlHWdjB8fwl6zyYZ8xCrqkJdatwZb4mGHiEfJjnw0Q6AwQ==} deprecated: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details. - vue@3.4.37: - resolution: {integrity: sha512-3vXvNfkKTBsSJ7JP+LyR7GBuwQuckbWvuwAid3xbqK9ppsKt/DUvfqgZ48fgOLEfpy1IacL5f8QhUVl77RaI7A==} + vue@3.4.38: + resolution: {integrity: sha512-f0ZgN+mZ5KFgVv9wz0f4OgVKukoXtS3nwET4c2vLBGQR50aI8G0cqbFtLlX9Yiyg3LFGBitruPHt2PxwTduJEw==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -8964,35 +9023,35 @@ snapshots: '@andrewbranch/untar.js@1.0.3': {} - '@antfu/eslint-config@2.25.1(@typescript-eslint/utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@unocss/eslint-plugin@0.61.9(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.37)(eslint-plugin-format@0.1.2(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0))': + '@antfu/eslint-config@2.26.0(@typescript-eslint/utils@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@unocss/eslint-plugin@0.62.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.38)(eslint-plugin-format@0.1.2(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0))': dependencies: - '@antfu/install-pkg': 0.3.3 + '@antfu/install-pkg': 0.3.5 '@clack/prompts': 0.7.0 - '@stylistic/eslint-plugin': 2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) - '@typescript-eslint/eslint-plugin': 8.0.1(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) - '@typescript-eslint/parser': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) - '@vitest/eslint-plugin': 1.0.1(@typescript-eslint/utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)) + '@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint-ts-patch@8.57.0-0) + '@stylistic/eslint-plugin': 2.6.4(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.2.0(@typescript-eslint/parser@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@typescript-eslint/parser': 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@vitest/eslint-plugin': 1.0.3(@typescript-eslint/utils@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)) eslint: eslint-ts-patch@8.57.0-0 eslint-config-flat-gitignore: 0.1.8 eslint-flat-config-utils: 0.3.0 eslint-merge-processors: 0.1.0(eslint-ts-patch@8.57.0-0) - eslint-plugin-antfu: 2.3.4(eslint-ts-patch@8.57.0-0) + eslint-plugin-antfu: 2.3.5(eslint-ts-patch@8.57.0-0) eslint-plugin-command: 0.2.3(eslint-ts-patch@8.57.0-0) - eslint-plugin-eslint-comments: 3.2.0(eslint-ts-patch@8.57.0-0) eslint-plugin-import-x: 3.1.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) - eslint-plugin-jsdoc: 50.0.1(eslint-ts-patch@8.57.0-0) + eslint-plugin-jsdoc: 50.2.2(eslint-ts-patch@8.57.0-0) eslint-plugin-jsonc: 2.16.0(eslint-ts-patch@8.57.0-0) eslint-plugin-markdown: 5.1.0(eslint-ts-patch@8.57.0-0) eslint-plugin-n: 17.10.2(eslint-ts-patch@8.57.0-0) - eslint-plugin-no-only-tests: 3.1.0 - eslint-plugin-perfectionist: 3.1.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint-ts-patch@8.57.0-0)) + eslint-plugin-no-only-tests: 3.3.0 + eslint-plugin-perfectionist: 3.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint-ts-patch@8.57.0-0)) eslint-plugin-regexp: 2.6.0(eslint-ts-patch@8.57.0-0) eslint-plugin-toml: 0.11.1(eslint-ts-patch@8.57.0-0) eslint-plugin-unicorn: 55.0.0(eslint-ts-patch@8.57.0-0) - eslint-plugin-unused-imports: 4.1.3(@typescript-eslint/eslint-plugin@8.0.1(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0) + eslint-plugin-unused-imports: 4.1.3(@typescript-eslint/eslint-plugin@8.2.0(@typescript-eslint/parser@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0) eslint-plugin-vue: 9.27.0(eslint-ts-patch@8.57.0-0) eslint-plugin-yml: 1.14.0(eslint-ts-patch@8.57.0-0) - eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.37)(eslint-ts-patch@8.57.0-0) + eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.38)(eslint-ts-patch@8.57.0-0) globals: 15.9.0 jsonc-eslint-parser: 2.4.0 local-pkg: 0.5.0 @@ -9003,7 +9062,7 @@ snapshots: yaml-eslint-parser: 1.2.3 yargs: 17.7.2 optionalDependencies: - '@unocss/eslint-plugin': 0.61.9(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@unocss/eslint-plugin': 0.62.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) eslint-plugin-format: 0.1.2(eslint-ts-patch@8.57.0-0) transitivePeerDependencies: - '@typescript-eslint/utils' @@ -9018,11 +9077,11 @@ snapshots: execa: 5.1.1 find-up: 5.0.0 - '@antfu/install-pkg@0.3.3': + '@antfu/install-pkg@0.3.5': dependencies: '@jsdevtools/ez-spawn': 3.0.4 - '@antfu/ni@0.22.1': {} + '@antfu/ni@0.22.4': {} '@antfu/utils@0.7.10': {} @@ -9933,11 +9992,11 @@ snapshots: '@discoveryjs/json-ext@0.5.7': {} - '@docsearch/css@3.6.0': {} + '@docsearch/css@3.6.1': {} - '@docsearch/js@3.6.0(@algolia/client-search@4.22.0)(search-insights@2.13.0)': + '@docsearch/js@3.6.1(@algolia/client-search@4.22.0)(search-insights@2.13.0)': dependencies: - '@docsearch/react': 3.6.0(@algolia/client-search@4.22.0)(search-insights@2.13.0) + '@docsearch/react': 3.6.1(@algolia/client-search@4.22.0)(search-insights@2.13.0) preact: 10.19.3 transitivePeerDependencies: - '@algolia/client-search' @@ -9946,11 +10005,11 @@ snapshots: - react-dom - search-insights - '@docsearch/react@3.6.0(@algolia/client-search@4.22.0)(search-insights@2.13.0)': + '@docsearch/react@3.6.1(@algolia/client-search@4.22.0)(search-insights@2.13.0)': dependencies: '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.22.0)(algoliasearch@4.22.0)(search-insights@2.13.0) '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.22.0)(algoliasearch@4.22.0) - '@docsearch/css': 3.6.0 + '@docsearch/css': 3.6.1 algoliasearch: 4.22.0 optionalDependencies: search-insights: 2.13.0 @@ -9981,9 +10040,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@element-plus/icons-vue@2.3.1(vue@3.4.37(typescript@5.5.4))': + '@element-plus/icons-vue@2.3.1(vue@3.4.38(typescript@5.5.4))': dependencies: - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) '@es-joy/jsdoccomment@0.43.1': dependencies: @@ -9994,11 +10053,11 @@ snapshots: esquery: 1.6.0 jsdoc-type-pratt-parser: 4.0.0 - '@es-joy/jsdoccomment@0.46.0': + '@es-joy/jsdoccomment@0.48.0': dependencies: comment-parser: 1.4.1 esquery: 1.6.0 - jsdoc-type-pratt-parser: 4.0.0 + jsdoc-type-pratt-parser: 4.1.0 '@esbuild/aix-ppc64@0.19.10': optional: true @@ -10276,6 +10335,12 @@ snapshots: '@esbuild/win32-x64@0.23.0': optional: true + '@eslint-community/eslint-plugin-eslint-comments@4.4.0(eslint-ts-patch@8.57.0-0)': + dependencies: + escape-string-regexp: 4.0.0 + eslint: eslint-ts-patch@8.57.0-0 + ignore: 5.3.1 + '@eslint-community/eslint-utils@4.4.0(eslint-ts-patch@8.57.0-0)': dependencies: eslint: eslint-ts-patch@8.57.0-0 @@ -10351,10 +10416,10 @@ snapshots: dependencies: '@hapi/hoek': 9.3.0 - '@histoire/app@0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))': + '@histoire/app@0.17.17(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))': dependencies: - '@histoire/controls': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) - '@histoire/shared': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + '@histoire/controls': 0.17.17(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) '@histoire/vendors': 0.17.17 '@types/flexsearch': 0.7.6 flexsearch: 0.7.21 @@ -10362,7 +10427,7 @@ snapshots: transitivePeerDependencies: - vite - '@histoire/controls@0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))': + '@histoire/controls@0.17.17(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))': dependencies: '@codemirror/commands': 6.3.2 '@codemirror/lang-json': 6.0.1 @@ -10371,26 +10436,26 @@ snapshots: '@codemirror/state': 6.3.2 '@codemirror/theme-one-dark': 6.1.2 '@codemirror/view': 6.22.1 - '@histoire/shared': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) '@histoire/vendors': 0.17.17 transitivePeerDependencies: - vite - '@histoire/plugin-vue@0.17.17(histoire@0.17.17(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)))(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))': + '@histoire/plugin-vue@0.17.17(histoire@0.17.17(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)))(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@histoire/controls': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) - '@histoire/shared': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + '@histoire/controls': 0.17.17(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) '@histoire/vendors': 0.17.17 change-case: 4.1.2 globby: 13.2.2 - histoire: 0.17.17(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + histoire: 0.17.17(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) launch-editor: 2.6.1 pathe: 1.1.2 - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) transitivePeerDependencies: - vite - '@histoire/shared@0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))': + '@histoire/shared@0.17.17(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))': dependencies: '@histoire/vendors': 0.17.17 '@types/fs-extra': 9.0.13 @@ -10398,7 +10463,7 @@ snapshots: chokidar: 3.6.0 pathe: 1.1.2 picocolors: 1.0.1 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) '@histoire/vendors@0.17.17': {} @@ -10420,7 +10485,7 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify/json@2.2.236': + '@iconify/json@2.2.239': dependencies: '@iconify/types': 2.0.0 pathe: 1.1.2 @@ -10494,23 +10559,23 @@ snapshots: dependencies: '@lezer/common': 1.1.1 - '@microsoft/api-extractor-model@7.28.13(@types/node@20.14.15)': + '@microsoft/api-extractor-model@7.28.13(@types/node@20.16.1)': dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.14.15) + '@rushstack/node-core-library': 4.0.2(@types/node@20.16.1) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.43.0(@types/node@20.14.15)': + '@microsoft/api-extractor@7.43.0(@types/node@20.16.1)': dependencies: - '@microsoft/api-extractor-model': 7.28.13(@types/node@20.14.15) + '@microsoft/api-extractor-model': 7.28.13(@types/node@20.16.1) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.14.15) + '@rushstack/node-core-library': 4.0.2(@types/node@20.16.1) '@rushstack/rig-package': 0.5.2 - '@rushstack/terminal': 0.10.0(@types/node@20.14.15) - '@rushstack/ts-command-line': 4.19.1(@types/node@20.14.15) + '@rushstack/terminal': 0.10.0(@types/node@20.16.1) + '@rushstack/ts-command-line': 4.19.1(@types/node@20.16.1) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.8 @@ -10690,7 +10755,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.20.0': optional: true - '@rushstack/node-core-library@4.0.2(@types/node@20.14.15)': + '@rushstack/node-core-library@4.0.2(@types/node@20.16.1)': dependencies: fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -10699,40 +10764,36 @@ snapshots: semver: 7.5.4 z-schema: 5.0.5 optionalDependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@rushstack/rig-package@0.5.2': dependencies: resolve: 1.22.8 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.10.0(@types/node@20.14.15)': + '@rushstack/terminal@0.10.0(@types/node@20.16.1)': dependencies: - '@rushstack/node-core-library': 4.0.2(@types/node@20.14.15) + '@rushstack/node-core-library': 4.0.2(@types/node@20.16.1) supports-color: 8.1.1 optionalDependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 - '@rushstack/ts-command-line@4.19.1(@types/node@20.14.15)': + '@rushstack/ts-command-line@4.19.1(@types/node@20.16.1)': dependencies: - '@rushstack/terminal': 0.10.0(@types/node@20.14.15) + '@rushstack/terminal': 0.10.0(@types/node@20.16.1) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 transitivePeerDependencies: - '@types/node' - '@shikijs/core@1.10.3': - dependencies: - '@types/hast': 3.0.4 - - '@shikijs/core@1.12.1': + '@shikijs/core@1.14.1': dependencies: '@types/hast': 3.0.4 - '@shikijs/transformers@1.10.3': + '@shikijs/transformers@1.14.1': dependencies: - shiki: 1.10.3 + shiki: 1.14.1 '@sideway/address@4.1.4': dependencies: @@ -10756,7 +10817,7 @@ snapshots: '@soda/get-current-script@1.0.2': {} - '@stylistic/eslint-plugin-js@2.6.2(eslint-ts-patch@8.57.0-0)': + '@stylistic/eslint-plugin-js@2.6.4(eslint-ts-patch@8.57.0-0)': dependencies: '@types/eslint': 9.6.0 acorn: 8.12.1 @@ -10764,39 +10825,37 @@ snapshots: eslint-visitor-keys: 4.0.0 espree: 10.1.0 - '@stylistic/eslint-plugin-jsx@2.6.2(eslint-ts-patch@8.57.0-0)': + '@stylistic/eslint-plugin-jsx@2.6.4(eslint-ts-patch@8.57.0-0)': dependencies: - '@stylistic/eslint-plugin-js': 2.6.2(eslint-ts-patch@8.57.0-0) + '@stylistic/eslint-plugin-js': 2.6.4(eslint-ts-patch@8.57.0-0) '@types/eslint': 9.6.0 eslint: eslint-ts-patch@8.57.0-0 + eslint-visitor-keys: 4.0.0 + espree: 10.1.0 estraverse: 5.3.0 picomatch: 4.0.2 - '@stylistic/eslint-plugin-plus@2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': + '@stylistic/eslint-plugin-plus@2.6.4(eslint-ts-patch@8.57.0-0)': dependencies: '@types/eslint': 9.6.0 - '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) eslint: eslint-ts-patch@8.57.0-0 - transitivePeerDependencies: - - supports-color - - typescript - '@stylistic/eslint-plugin-ts@2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': + '@stylistic/eslint-plugin-ts@2.6.4(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': dependencies: - '@stylistic/eslint-plugin-js': 2.6.2(eslint-ts-patch@8.57.0-0) + '@stylistic/eslint-plugin-js': 2.6.4(eslint-ts-patch@8.57.0-0) '@types/eslint': 9.6.0 - '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) eslint: eslint-ts-patch@8.57.0-0 transitivePeerDependencies: - supports-color - typescript - '@stylistic/eslint-plugin@2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': + '@stylistic/eslint-plugin@2.6.4(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': dependencies: - '@stylistic/eslint-plugin-js': 2.6.2(eslint-ts-patch@8.57.0-0) - '@stylistic/eslint-plugin-jsx': 2.6.2(eslint-ts-patch@8.57.0-0) - '@stylistic/eslint-plugin-plus': 2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) - '@stylistic/eslint-plugin-ts': 2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@stylistic/eslint-plugin-js': 2.6.4(eslint-ts-patch@8.57.0-0) + '@stylistic/eslint-plugin-jsx': 2.6.4(eslint-ts-patch@8.57.0-0) + '@stylistic/eslint-plugin-plus': 2.6.4(eslint-ts-patch@8.57.0-0) + '@stylistic/eslint-plugin-ts': 2.6.4(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) '@types/eslint': 9.6.0 eslint: eslint-ts-patch@8.57.0-0 transitivePeerDependencies: @@ -10868,33 +10927,33 @@ snapshots: dependencies: remove-accents: 0.5.0 - '@tanstack/query-core@5.51.21': {} + '@tanstack/query-core@5.51.24': {} '@tanstack/query-devtools@5.51.16': {} - '@tanstack/vue-query-devtools@5.51.21(@tanstack/vue-query@5.51.21(vue@3.4.37(typescript@5.5.4)))(vue@3.4.37(typescript@5.5.4))': + '@tanstack/vue-query-devtools@5.51.24(@tanstack/vue-query@5.51.24(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))': dependencies: '@tanstack/query-devtools': 5.51.16 - '@tanstack/vue-query': 5.51.21(vue@3.4.37(typescript@5.5.4)) - vue: 3.4.37(typescript@5.5.4) + '@tanstack/vue-query': 5.51.24(vue@3.4.38(typescript@5.5.4)) + vue: 3.4.38(typescript@5.5.4) - '@tanstack/vue-query@5.51.21(vue@3.4.37(typescript@5.5.4))': + '@tanstack/vue-query@5.51.24(vue@3.4.38(typescript@5.5.4))': dependencies: '@tanstack/match-sorter-utils': 8.15.1 - '@tanstack/query-core': 5.51.21 + '@tanstack/query-core': 5.51.24 '@vue/devtools-api': 6.6.3 - vue: 3.4.37(typescript@5.5.4) - vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4)) + vue: 3.4.38(typescript@5.5.4) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) '@tootallnate/once@2.0.0': {} - '@tresjs/core@4.2.5(three@0.167.1)(vue@3.4.37(typescript@5.5.4))': + '@tresjs/core@4.2.7(three@0.167.1)(vue@3.4.38(typescript@5.5.4))': dependencies: '@alvarosabu/utils': 3.2.0 '@vue/devtools-api': 6.6.3 - '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4)) + '@vueuse/core': 10.11.1(vue@3.4.38(typescript@5.5.4)) three: 0.167.1 - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) transitivePeerDependencies: - '@vue/composition-api' @@ -10907,20 +10966,20 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/cacheable-request@6.0.3': dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/responselike': 1.0.3 - '@types/chrome@0.0.269': + '@types/chrome@0.0.270': dependencies: '@types/filesystem': 0.0.35 '@types/har-format': 1.2.15 @@ -10928,17 +10987,17 @@ snapshots: '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 4.17.41 - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/connect@3.4.38': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/degit@2.8.6': {} @@ -10961,7 +11020,7 @@ snapshots: '@types/express-serve-static-core@4.17.41': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/qs': 6.9.11 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -10984,11 +11043,11 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/fs-extra@9.0.13': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/hammerjs@2.0.45': {} @@ -11006,17 +11065,17 @@ snapshots: '@types/http-proxy@1.17.14': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/json-schema@7.0.15': {} '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/keyv@3.1.4': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/linkify-it@5.0.0': {} @@ -11031,7 +11090,7 @@ snapshots: '@types/linkify-it': 5.0.0 '@types/mdurl': 2.0.0 - '@types/markdown-it@14.1.1': + '@types/markdown-it@14.1.2': dependencies: '@types/linkify-it': 5.0.0 '@types/mdurl': 2.0.0 @@ -11050,11 +11109,11 @@ snapshots: '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 - '@types/node@20.14.15': + '@types/node@20.16.1': dependencies: - undici-types: 5.26.5 + undici-types: 6.19.8 '@types/normalize-package-data@2.4.4': {} @@ -11068,14 +11127,14 @@ snapshots: '@types/responselike@1.0.3': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/retry@0.12.0': {} '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/serve-index@1.9.4': dependencies: @@ -11085,11 +11144,11 @@ snapshots: dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/speakingurl@13.0.6': {} @@ -11117,21 +11176,21 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 optional: true - '@typescript-eslint/eslint-plugin@8.0.1(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': + '@typescript-eslint/eslint-plugin@8.2.0(@typescript-eslint/parser@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': dependencies: '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.0.1 - '@typescript-eslint/type-utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) - '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) - '@typescript-eslint/visitor-keys': 8.0.1 + '@typescript-eslint/parser': 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.2.0 + '@typescript-eslint/type-utils': 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 8.2.0 eslint: eslint-ts-patch@8.57.0-0 graphemer: 1.4.0 ignore: 5.3.1 @@ -11142,12 +11201,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': + '@typescript-eslint/parser@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/scope-manager': 8.0.1 - '@typescript-eslint/types': 8.0.1 - '@typescript-eslint/typescript-estree': 8.0.1(typescript@5.5.4) - '@typescript-eslint/visitor-keys': 8.0.1 + '@typescript-eslint/scope-manager': 8.2.0 + '@typescript-eslint/types': 8.2.0 + '@typescript-eslint/typescript-estree': 8.2.0(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 8.2.0 debug: 4.3.6 eslint: eslint-ts-patch@8.57.0-0 optionalDependencies: @@ -11160,15 +11219,15 @@ snapshots: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - '@typescript-eslint/scope-manager@8.0.1': + '@typescript-eslint/scope-manager@8.2.0': dependencies: - '@typescript-eslint/types': 8.0.1 - '@typescript-eslint/visitor-keys': 8.0.1 + '@typescript-eslint/types': 8.2.0 + '@typescript-eslint/visitor-keys': 8.2.0 - '@typescript-eslint/type-utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': + '@typescript-eslint/type-utils@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/typescript-estree': 8.0.1(typescript@5.5.4) - '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.2.0(typescript@5.5.4) + '@typescript-eslint/utils': 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) debug: 4.3.6 ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: @@ -11179,7 +11238,7 @@ snapshots: '@typescript-eslint/types@7.18.0': {} - '@typescript-eslint/types@8.0.1': {} + '@typescript-eslint/types@8.2.0': {} '@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.4)': dependencies: @@ -11196,10 +11255,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.0.1(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@8.2.0(typescript@5.5.4)': dependencies: - '@typescript-eslint/types': 8.0.1 - '@typescript-eslint/visitor-keys': 8.0.1 + '@typescript-eslint/types': 8.2.0 + '@typescript-eslint/visitor-keys': 8.2.0 debug: 4.3.6 globby: 11.1.0 is-glob: 4.0.3 @@ -11222,12 +11281,12 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': + '@typescript-eslint/utils@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint-ts-patch@8.57.0-0) - '@typescript-eslint/scope-manager': 8.0.1 - '@typescript-eslint/types': 8.0.1 - '@typescript-eslint/typescript-estree': 8.0.1(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.2.0 + '@typescript-eslint/types': 8.2.0 + '@typescript-eslint/typescript-estree': 8.2.0(typescript@5.5.4) eslint: eslint-ts-patch@8.57.0-0 transitivePeerDependencies: - supports-color @@ -11238,57 +11297,57 @@ snapshots: '@typescript-eslint/types': 7.18.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@8.0.1': + '@typescript-eslint/visitor-keys@8.2.0': dependencies: - '@typescript-eslint/types': 8.0.1 + '@typescript-eslint/types': 8.2.0 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} - '@unocss/astro@0.61.9(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))': + '@unocss/astro@0.62.2(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))': dependencies: - '@unocss/core': 0.61.9 - '@unocss/reset': 0.61.9 - '@unocss/vite': 0.61.9(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + '@unocss/core': 0.62.2 + '@unocss/reset': 0.62.2 + '@unocss/vite': 0.62.2(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) optionalDependencies: - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) transitivePeerDependencies: - rollup - supports-color - '@unocss/cli@0.61.9(rollup@4.20.0)': + '@unocss/cli@0.62.2(rollup@4.20.0)': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.0(rollup@4.20.0) - '@unocss/config': 0.61.9 - '@unocss/core': 0.61.9 - '@unocss/preset-uno': 0.61.9 + '@unocss/config': 0.62.2 + '@unocss/core': 0.62.2 + '@unocss/preset-uno': 0.62.2 cac: 6.7.14 chokidar: 3.6.0 colorette: 2.0.20 consola: 3.2.3 - fast-glob: 3.3.2 magic-string: 0.30.11 pathe: 1.1.2 perfect-debounce: 1.0.0 + tinyglobby: 0.2.2 transitivePeerDependencies: - rollup - supports-color - '@unocss/config@0.61.9': + '@unocss/config@0.62.2': dependencies: - '@unocss/core': 0.61.9 + '@unocss/core': 0.62.2 unconfig: 0.5.5 transitivePeerDependencies: - supports-color - '@unocss/core@0.61.9': {} + '@unocss/core@0.62.2': {} - '@unocss/eslint-plugin@0.61.9(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': + '@unocss/eslint-plugin@0.62.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/utils': 7.18.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) - '@unocss/config': 0.61.9 - '@unocss/core': 0.61.9 + '@typescript-eslint/utils': 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@unocss/config': 0.62.2 + '@unocss/core': 0.62.2 magic-string: 0.30.11 synckit: 0.9.1 transitivePeerDependencies: @@ -11296,149 +11355,149 @@ snapshots: - supports-color - typescript - '@unocss/extractor-arbitrary-variants@0.61.9': + '@unocss/extractor-arbitrary-variants@0.62.2': dependencies: - '@unocss/core': 0.61.9 + '@unocss/core': 0.62.2 - '@unocss/inspector@0.61.9': + '@unocss/inspector@0.62.2': dependencies: - '@unocss/core': 0.61.9 - '@unocss/rule-utils': 0.61.9 + '@unocss/core': 0.62.2 + '@unocss/rule-utils': 0.62.2 gzip-size: 6.0.0 sirv: 2.0.4 - '@unocss/postcss@0.61.9(postcss@8.4.41)': + '@unocss/postcss@0.62.2(postcss@8.4.41)': dependencies: - '@unocss/config': 0.61.9 - '@unocss/core': 0.61.9 - '@unocss/rule-utils': 0.61.9 + '@unocss/config': 0.62.2 + '@unocss/core': 0.62.2 + '@unocss/rule-utils': 0.62.2 css-tree: 2.3.1 - fast-glob: 3.3.2 magic-string: 0.30.11 postcss: 8.4.41 + tinyglobby: 0.2.2 transitivePeerDependencies: - supports-color - '@unocss/preset-attributify@0.61.9': + '@unocss/preset-attributify@0.62.2': dependencies: - '@unocss/core': 0.61.9 + '@unocss/core': 0.62.2 - '@unocss/preset-icons@0.61.9': + '@unocss/preset-icons@0.62.2': dependencies: '@iconify/utils': 2.1.30 - '@unocss/core': 0.61.9 + '@unocss/core': 0.62.2 ofetch: 1.3.4 transitivePeerDependencies: - supports-color - '@unocss/preset-mini@0.61.9': + '@unocss/preset-mini@0.62.2': dependencies: - '@unocss/core': 0.61.9 - '@unocss/extractor-arbitrary-variants': 0.61.9 - '@unocss/rule-utils': 0.61.9 + '@unocss/core': 0.62.2 + '@unocss/extractor-arbitrary-variants': 0.62.2 + '@unocss/rule-utils': 0.62.2 - '@unocss/preset-tagify@0.61.9': + '@unocss/preset-tagify@0.62.2': dependencies: - '@unocss/core': 0.61.9 + '@unocss/core': 0.62.2 - '@unocss/preset-typography@0.61.9': + '@unocss/preset-typography@0.62.2': dependencies: - '@unocss/core': 0.61.9 - '@unocss/preset-mini': 0.61.9 + '@unocss/core': 0.62.2 + '@unocss/preset-mini': 0.62.2 - '@unocss/preset-uno@0.61.9': + '@unocss/preset-uno@0.62.2': dependencies: - '@unocss/core': 0.61.9 - '@unocss/preset-mini': 0.61.9 - '@unocss/preset-wind': 0.61.9 - '@unocss/rule-utils': 0.61.9 + '@unocss/core': 0.62.2 + '@unocss/preset-mini': 0.62.2 + '@unocss/preset-wind': 0.62.2 + '@unocss/rule-utils': 0.62.2 - '@unocss/preset-web-fonts@0.61.9': + '@unocss/preset-web-fonts@0.62.2': dependencies: - '@unocss/core': 0.61.9 + '@unocss/core': 0.62.2 ofetch: 1.3.4 - '@unocss/preset-wind@0.61.9': + '@unocss/preset-wind@0.62.2': dependencies: - '@unocss/core': 0.61.9 - '@unocss/preset-mini': 0.61.9 - '@unocss/rule-utils': 0.61.9 + '@unocss/core': 0.62.2 + '@unocss/preset-mini': 0.62.2 + '@unocss/rule-utils': 0.62.2 - '@unocss/reset@0.61.9': {} + '@unocss/reset@0.62.2': {} - '@unocss/rule-utils@0.61.9': + '@unocss/rule-utils@0.62.2': dependencies: - '@unocss/core': 0.61.9 + '@unocss/core': 0.62.2 magic-string: 0.30.11 - '@unocss/scope@0.61.9': {} + '@unocss/scope@0.62.2': {} - '@unocss/transformer-attributify-jsx-babel@0.61.9': + '@unocss/transformer-attributify-jsx-babel@0.62.2': dependencies: '@babel/core': 7.25.2 '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) - '@unocss/core': 0.61.9 + '@unocss/core': 0.62.2 transitivePeerDependencies: - supports-color - '@unocss/transformer-attributify-jsx@0.61.9': + '@unocss/transformer-attributify-jsx@0.62.2': dependencies: - '@unocss/core': 0.61.9 + '@unocss/core': 0.62.2 - '@unocss/transformer-compile-class@0.61.9': + '@unocss/transformer-compile-class@0.62.2': dependencies: - '@unocss/core': 0.61.9 + '@unocss/core': 0.62.2 - '@unocss/transformer-directives@0.61.9': + '@unocss/transformer-directives@0.62.2': dependencies: - '@unocss/core': 0.61.9 - '@unocss/rule-utils': 0.61.9 + '@unocss/core': 0.62.2 + '@unocss/rule-utils': 0.62.2 css-tree: 2.3.1 - '@unocss/transformer-variant-group@0.61.9': + '@unocss/transformer-variant-group@0.62.2': dependencies: - '@unocss/core': 0.61.9 + '@unocss/core': 0.62.2 - '@unocss/vite@0.61.9(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))': + '@unocss/vite@0.62.2(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.0(rollup@4.20.0) - '@unocss/config': 0.61.9 - '@unocss/core': 0.61.9 - '@unocss/inspector': 0.61.9 - '@unocss/scope': 0.61.9 - '@unocss/transformer-directives': 0.61.9 + '@unocss/config': 0.62.2 + '@unocss/core': 0.62.2 + '@unocss/inspector': 0.62.2 + '@unocss/scope': 0.62.2 + '@unocss/transformer-directives': 0.62.2 chokidar: 3.6.0 - fast-glob: 3.3.2 magic-string: 0.30.11 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + tinyglobby: 0.2.2 + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) transitivePeerDependencies: - rollup - supports-color - '@vitejs/plugin-vue-jsx@4.0.0(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))': + '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2) - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) - vue: 3.4.37(typescript@5.5.4) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) + vue: 3.4.38(typescript@5.5.4) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))': + '@vitejs/plugin-vue@5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))': dependencies: - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) - vue: 3.4.37(typescript@5.5.4) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) + vue: 3.4.38(typescript@5.5.4) - '@vitest/eslint-plugin@1.0.1(@typescript-eslint/utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0))': + '@vitest/eslint-plugin@1.0.3(@typescript-eslint/utils@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0))': dependencies: eslint: eslint-ts-patch@8.57.0-0 optionalDependencies: - '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) typescript: 5.5.4 - vitest: 2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0) + vitest: 2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0) '@vitest/expect@2.0.5': dependencies: @@ -11515,7 +11574,7 @@ snapshots: '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.24.7 '@babel/parser': 7.25.3 - '@vue/compiler-sfc': 3.4.37 + '@vue/compiler-sfc': 3.4.38 '@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.25.2)': dependencies: @@ -11529,7 +11588,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@vue/babel-preset-app@5.0.8(@babel/core@7.25.2)(core-js@3.38.0)(vue@3.4.37(typescript@5.5.4))': + '@vue/babel-preset-app@5.0.8(@babel/core@7.25.2)(core-js@3.38.0)(vue@3.4.38(typescript@5.5.4))': dependencies: '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 @@ -11542,17 +11601,17 @@ snapshots: '@babel/preset-env': 7.23.7(@babel/core@7.25.2) '@babel/runtime': 7.23.7 '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2) - '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.25.2)(vue@3.4.37(typescript@5.5.4)) + '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.25.2)(vue@3.4.38(typescript@5.5.4)) babel-plugin-dynamic-import-node: 2.3.3 core-js-compat: 3.37.1 semver: 7.6.3 optionalDependencies: core-js: 3.38.0 - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) transitivePeerDependencies: - supports-color - '@vue/babel-preset-jsx@1.4.0(@babel/core@7.25.2)(vue@3.4.37(typescript@5.5.4))': + '@vue/babel-preset-jsx@1.4.0(@babel/core@7.25.2)(vue@3.4.38(typescript@5.5.4))': dependencies: '@babel/core': 7.25.2 '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 @@ -11564,7 +11623,7 @@ snapshots: '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.25.2) '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.25.2) optionalDependencies: - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) transitivePeerDependencies: - supports-color @@ -11611,11 +11670,11 @@ snapshots: '@vue/cli-overlay@5.0.8': {} - '@vue/cli-plugin-babel@5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(core-js@3.38.0)(encoding@0.1.13)(esbuild@0.23.0)(vue@3.4.37(typescript@5.5.4))': + '@vue/cli-plugin-babel@5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3))(core-js@3.38.0)(encoding@0.1.13)(esbuild@0.23.0)(vue@3.4.38(typescript@5.5.4))': dependencies: '@babel/core': 7.25.2 - '@vue/babel-preset-app': 5.0.8(@babel/core@7.25.2)(core-js@3.38.0)(vue@3.4.37(typescript@5.5.4)) - '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3) + '@vue/babel-preset-app': 5.0.8(@babel/core@7.25.2)(core-js@3.38.0)(vue@3.4.38(typescript@5.5.4)) + '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3) '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13) babel-loader: 8.3.0(@babel/core@7.25.2)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) thread-loader: 3.0.4(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) @@ -11630,9 +11689,9 @@ snapshots: - vue - webpack-cli - '@vue/cli-plugin-eslint@5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.23.0)(eslint@9.9.0(jiti@1.21.6))': + '@vue/cli-plugin-eslint@5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.23.0)(eslint@9.9.0(jiti@1.21.6))': dependencies: - '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3) '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13) eslint: 9.9.0(jiti@1.21.6) eslint-webpack-plugin: 3.2.0(eslint@9.9.0(jiti@1.21.6))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) @@ -11646,29 +11705,29 @@ snapshots: - uglify-js - webpack-cli - '@vue/cli-plugin-router@5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13)': + '@vue/cli-plugin-router@5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13)': dependencies: - '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3) '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13) transitivePeerDependencies: - encoding - '@vue/cli-plugin-vuex@5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))': + '@vue/cli-plugin-vuex@5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3))': dependencies: - '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3) - '@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3)': + '@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3)': dependencies: '@babel/helper-compilation-targets': 7.25.2 '@soda/friendly-errors-webpack-plugin': 1.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) '@soda/get-current-script': 1.0.2 '@types/minimist': 1.2.5 '@vue/cli-overlay': 5.0.8 - '@vue/cli-plugin-router': 5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13) - '@vue/cli-plugin-vuex': 5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3)) + '@vue/cli-plugin-router': 5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13) + '@vue/cli-plugin-vuex': 5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.38)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.38(typescript@5.5.4))(webpack-sources@3.2.3)) '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13) '@vue/component-compiler-utils': 3.3.0(lodash@4.17.21) - '@vue/vue-loader-v15': vue-loader@15.11.1(@vue/compiler-sfc@3.4.37)(css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) + '@vue/vue-loader-v15': vue-loader@15.11.1(@vue/compiler-sfc@3.4.38)(css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) '@vue/web-component-wrapper': 1.3.0 acorn: 8.12.1 acorn-walk: 8.3.2 @@ -11705,7 +11764,7 @@ snapshots: ssri: 8.0.1 terser-webpack-plugin: 5.3.10(@swc/core@1.5.29)(esbuild@0.23.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) thread-loader: 3.0.4(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) - vue-loader: 17.4.2(@vue/compiler-sfc@3.4.37)(vue@3.4.37(typescript@5.5.4))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) + vue-loader: 17.4.2(@vue/compiler-sfc@3.4.38)(vue@3.4.38(typescript@5.5.4))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) vue-style-loader: 4.1.3 webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) webpack-bundle-analyzer: 4.10.1 @@ -11804,18 +11863,18 @@ snapshots: transitivePeerDependencies: - encoding - '@vue/compiler-core@3.4.37': + '@vue/compiler-core@3.4.38': dependencies: '@babel/parser': 7.25.3 - '@vue/shared': 3.4.37 - entities: 5.0.0 + '@vue/shared': 3.4.38 + entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-dom@3.4.37': + '@vue/compiler-dom@3.4.38': dependencies: - '@vue/compiler-core': 3.4.37 - '@vue/shared': 3.4.37 + '@vue/compiler-core': 3.4.38 + '@vue/shared': 3.4.38 '@vue/compiler-sfc@2.7.15': dependencies: @@ -11823,22 +11882,22 @@ snapshots: postcss: 8.4.41 source-map: 0.6.1 - '@vue/compiler-sfc@3.4.37': + '@vue/compiler-sfc@3.4.38': dependencies: '@babel/parser': 7.25.3 - '@vue/compiler-core': 3.4.37 - '@vue/compiler-dom': 3.4.37 - '@vue/compiler-ssr': 3.4.37 - '@vue/shared': 3.4.37 + '@vue/compiler-core': 3.4.38 + '@vue/compiler-dom': 3.4.38 + '@vue/compiler-ssr': 3.4.38 + '@vue/shared': 3.4.38 estree-walker: 2.0.2 magic-string: 0.30.11 postcss: 8.4.41 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.4.37': + '@vue/compiler-ssr@3.4.38': dependencies: - '@vue/compiler-dom': 3.4.37 - '@vue/shared': 3.4.37 + '@vue/compiler-dom': 3.4.38 + '@vue/shared': 3.4.38 '@vue/component-compiler-utils@3.3.0(lodash@4.17.21)': dependencies: @@ -11909,13 +11968,13 @@ snapshots: '@vue/devtools-api@6.6.3': {} - '@vue/devtools-api@7.3.5': + '@vue/devtools-api@7.3.8': dependencies: - '@vue/devtools-kit': 7.3.5 + '@vue/devtools-kit': 7.3.8 - '@vue/devtools-kit@7.3.5': + '@vue/devtools-kit@7.3.8': dependencies: - '@vue/devtools-shared': 7.3.5 + '@vue/devtools-shared': 7.3.8 birpc: 0.2.17 hookable: 5.5.3 mitt: 3.0.1 @@ -11923,7 +11982,7 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.1 - '@vue/devtools-shared@7.3.5': + '@vue/devtools-shared@7.3.8': dependencies: rfdc: 1.4.1 @@ -11931,8 +11990,8 @@ snapshots: dependencies: '@volar/language-core': 1.11.1 '@volar/source-map': 1.11.1 - '@vue/compiler-dom': 3.4.37 - '@vue/shared': 3.4.37 + '@vue/compiler-dom': 3.4.38 + '@vue/shared': 3.4.38 computeds: 0.0.1 minimatch: 9.0.5 muggle-string: 0.3.1 @@ -11941,29 +12000,29 @@ snapshots: optionalDependencies: typescript: 5.5.4 - '@vue/reactivity@3.4.37': + '@vue/reactivity@3.4.38': dependencies: - '@vue/shared': 3.4.37 + '@vue/shared': 3.4.38 - '@vue/runtime-core@3.4.37': + '@vue/runtime-core@3.4.38': dependencies: - '@vue/reactivity': 3.4.37 - '@vue/shared': 3.4.37 + '@vue/reactivity': 3.4.38 + '@vue/shared': 3.4.38 - '@vue/runtime-dom@3.4.37': + '@vue/runtime-dom@3.4.38': dependencies: - '@vue/reactivity': 3.4.37 - '@vue/runtime-core': 3.4.37 - '@vue/shared': 3.4.37 + '@vue/reactivity': 3.4.38 + '@vue/runtime-core': 3.4.38 + '@vue/shared': 3.4.38 csstype: 3.1.3 - '@vue/server-renderer@3.4.37(vue@3.4.37(typescript@5.5.4))': + '@vue/server-renderer@3.4.38(vue@3.4.38(typescript@5.5.4))': dependencies: - '@vue/compiler-ssr': 3.4.37 - '@vue/shared': 3.4.37 - vue: 3.4.37(typescript@5.5.4) + '@vue/compiler-ssr': 3.4.38 + '@vue/shared': 3.4.38 + vue: 3.4.38(typescript@5.5.4) - '@vue/shared@3.4.37': {} + '@vue/shared@3.4.38': {} '@vue/test-utils@2.4.6': dependencies: @@ -11972,40 +12031,50 @@ snapshots: '@vue/web-component-wrapper@1.3.0': {} - '@vueuse/components@10.11.1(vue@3.4.37(typescript@5.5.4))': + '@vueuse/components@10.11.1(vue@3.4.38(typescript@5.5.4))': dependencies: - '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4)) - '@vueuse/shared': 10.11.1(vue@3.4.37(typescript@5.5.4)) - vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4)) + '@vueuse/core': 10.11.1(vue@3.4.38(typescript@5.5.4)) + '@vueuse/shared': 10.11.1(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4))': + '@vueuse/core@10.11.1(vue@3.4.38(typescript@5.5.4))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.11.1 - '@vueuse/shared': 10.11.1(vue@3.4.37(typescript@5.5.4)) - vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4)) + '@vueuse/shared': 10.11.1(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/core@9.13.0(vue@3.4.37(typescript@5.5.4))': + '@vueuse/core@11.0.1(vue@3.4.38(typescript@5.5.4))': + dependencies: + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 11.0.1 + '@vueuse/shared': 11.0.1(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + + '@vueuse/core@9.13.0(vue@3.4.38(typescript@5.5.4))': dependencies: '@types/web-bluetooth': 0.0.16 '@vueuse/metadata': 9.13.0 - '@vueuse/shared': 9.13.0(vue@3.4.37(typescript@5.5.4)) - vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4)) + '@vueuse/shared': 9.13.0(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/integrations@10.11.1(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.37(typescript@5.5.4))': + '@vueuse/integrations@10.11.1(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.38(typescript@5.5.4))': dependencies: - '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4)) - '@vueuse/shared': 10.11.1(vue@3.4.37(typescript@5.5.4)) - vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4)) + '@vueuse/core': 10.11.1(vue@3.4.38(typescript@5.5.4)) + '@vueuse/shared': 10.11.1(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) optionalDependencies: async-validator: 4.2.5 change-case: 4.1.2 @@ -12015,20 +12084,42 @@ snapshots: - '@vue/composition-api' - vue + '@vueuse/integrations@11.0.1(async-validator@4.2.5)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.38(typescript@5.5.4))': + dependencies: + '@vueuse/core': 11.0.1(vue@3.4.38(typescript@5.5.4)) + '@vueuse/shared': 11.0.1(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) + optionalDependencies: + async-validator: 4.2.5 + focus-trap: 7.5.4 + fuse.js: 7.0.0 + transitivePeerDependencies: + - '@vue/composition-api' + - vue + '@vueuse/metadata@10.11.1': {} + '@vueuse/metadata@11.0.1': {} + '@vueuse/metadata@9.13.0': {} - '@vueuse/shared@10.11.1(vue@3.4.37(typescript@5.5.4))': + '@vueuse/shared@10.11.1(vue@3.4.38(typescript@5.5.4))': dependencies: - vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/shared@9.13.0(vue@3.4.37(typescript@5.5.4))': + '@vueuse/shared@11.0.1(vue@3.4.38(typescript@5.5.4))': dependencies: - vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + + '@vueuse/shared@9.13.0(vue@3.4.38(typescript@5.5.4))': + dependencies: + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -12446,7 +12537,7 @@ snapshots: dependencies: semver: 7.6.3 - bumpp@9.4.2: + bumpp@9.5.1: dependencies: '@jsdevtools/ez-spawn': 3.0.4 c12: 1.11.1 @@ -12454,6 +12545,7 @@ snapshots: escalade: 3.1.2 fast-glob: 3.3.2 js-yaml: 4.1.0 + jsonc-parser: 3.3.1 prompts: 2.4.2 semver: 7.6.3 transitivePeerDependencies: @@ -13179,23 +13271,23 @@ snapshots: electron-to-chromium@1.5.6: {} - electron@29.4.5: + electron@29.4.6: dependencies: '@electron/get': 2.0.3 - '@types/node': 20.14.15 + '@types/node': 20.16.1 extract-zip: 2.0.1 transitivePeerDependencies: - supports-color - element-plus@2.8.0(vue@3.4.37(typescript@5.5.4)): + element-plus@2.8.0(vue@3.4.38(typescript@5.5.4)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.3.1(vue@3.4.37(typescript@5.5.4)) + '@element-plus/icons-vue': 2.3.1(vue@3.4.38(typescript@5.5.4)) '@floating-ui/dom': 1.1.1 '@popperjs/core': '@sxzz/popperjs-es@2.11.7' '@types/lodash': 4.17.0 '@types/lodash-es': 4.17.12 - '@vueuse/core': 9.13.0(vue@3.4.37(typescript@5.5.4)) + '@vueuse/core': 9.13.0(vue@3.4.38(typescript@5.5.4)) async-validator: 4.2.5 dayjs: 1.11.12 escape-html: 1.0.3 @@ -13204,7 +13296,7 @@ snapshots: lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21) memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) transitivePeerDependencies: - '@vue/composition-api' @@ -13247,7 +13339,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.14.15 + '@types/node': 20.16.1 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -13269,8 +13361,6 @@ snapshots: entities@4.5.0: {} - entities@5.0.0: {} - env-paths@2.2.1: {} environment@1.1.0: {} @@ -13452,7 +13542,7 @@ snapshots: eslint-parser-plain@0.1.0: {} - eslint-plugin-antfu@2.3.4(eslint-ts-patch@8.57.0-0): + eslint-plugin-antfu@2.3.5(eslint-ts-patch@8.57.0-0): dependencies: '@antfu/utils': 0.7.10 eslint: eslint-ts-patch@8.57.0-0 @@ -13469,12 +13559,6 @@ snapshots: eslint: eslint-ts-patch@8.57.0-0 eslint-compat-utils: 0.1.2(eslint-ts-patch@8.57.0-0) - eslint-plugin-eslint-comments@3.2.0(eslint-ts-patch@8.57.0-0): - dependencies: - escape-string-regexp: 1.0.5 - eslint: eslint-ts-patch@8.57.0-0 - ignore: 5.3.1 - eslint-plugin-format@0.1.2(eslint-ts-patch@8.57.0-0): dependencies: '@dprint/formatter': 0.3.0 @@ -13503,9 +13587,9 @@ snapshots: - supports-color - typescript - eslint-plugin-jsdoc@50.0.1(eslint-ts-patch@8.57.0-0): + eslint-plugin-jsdoc@50.2.2(eslint-ts-patch@8.57.0-0): dependencies: - '@es-joy/jsdoccomment': 0.46.0 + '@es-joy/jsdoccomment': 0.48.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.6 @@ -13550,12 +13634,12 @@ snapshots: minimatch: 9.0.5 semver: 7.6.3 - eslint-plugin-no-only-tests@3.1.0: {} + eslint-plugin-no-only-tests@3.3.0: {} - eslint-plugin-perfectionist@3.1.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint-ts-patch@8.57.0-0)): + eslint-plugin-perfectionist@3.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint-ts-patch@8.57.0-0)): dependencies: - '@typescript-eslint/types': 8.0.1 - '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@typescript-eslint/types': 8.2.0 + '@typescript-eslint/utils': 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) eslint: eslint-ts-patch@8.57.0-0 minimatch: 10.0.1 natural-compare-lite: 1.4.0 @@ -13571,7 +13655,7 @@ snapshots: '@eslint-community/regexpp': 4.11.0 comment-parser: 1.4.1 eslint: eslint-ts-patch@8.57.0-0 - jsdoc-type-pratt-parser: 4.0.0 + jsdoc-type-pratt-parser: 4.1.0 refa: 0.12.1 regexp-ast-analysis: 0.7.1 scslre: 0.3.0 @@ -13606,11 +13690,11 @@ snapshots: semver: 7.6.3 strip-indent: 3.0.0 - eslint-plugin-unused-imports@4.1.3(@typescript-eslint/eslint-plugin@8.0.1(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0): + eslint-plugin-unused-imports@4.1.3(@typescript-eslint/eslint-plugin@8.2.0(@typescript-eslint/parser@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0): dependencies: eslint: eslint-ts-patch@8.57.0-0 optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.0.1(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.2.0(@typescript-eslint/parser@8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) eslint-plugin-vue@9.27.0(eslint-ts-patch@8.57.0-0): dependencies: @@ -13651,9 +13735,9 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.37)(eslint-ts-patch@8.57.0-0): + eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.38)(eslint-ts-patch@8.57.0-0): dependencies: - '@vue/compiler-sfc': 3.4.37 + '@vue/compiler-sfc': 3.4.38 eslint: eslint-ts-patch@8.57.0-0 eslint-scope@5.1.1: @@ -13685,13 +13769,13 @@ snapshots: eslint-visitor-keys@4.0.0: {} - eslint-vitest-rule-tester@0.3.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)): + eslint-vitest-rule-tester@0.6.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)): dependencies: '@antfu/utils': 0.7.10 - '@types/eslint': 8.56.10 - '@typescript-eslint/utils': 7.18.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) + '@types/eslint': 9.6.0 + '@typescript-eslint/utils': 8.2.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4) eslint: eslint-ts-patch@8.57.0-0 - vitest: 2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0) + vitest: 2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0) transitivePeerDependencies: - supports-color - typescript @@ -13964,6 +14048,10 @@ snapshots: dependencies: pend: 1.2.0 + fdir@6.2.0(picomatch@4.0.2): + optionalDependencies: + picomatch: 4.0.2 + fflate@0.8.2: {} figures@2.0.0: @@ -14041,11 +14129,11 @@ snapshots: flexsearch@0.7.21: {} - floating-vue@5.2.2(vue@3.4.37(typescript@5.5.4)): + floating-vue@5.2.2(vue@3.4.38(typescript@5.5.4)): dependencies: '@floating-ui/dom': 1.1.1 - vue: 3.4.37(typescript@5.5.4) - vue-resize: 2.0.0-alpha.1(vue@3.4.37(typescript@5.5.4)) + vue: 3.4.38(typescript@5.5.4) + vue-resize: 2.0.0-alpha.1(vue@3.4.38(typescript@5.5.4)) focus-trap@7.5.4: dependencies: @@ -14322,12 +14410,12 @@ snapshots: highlight.js@10.7.3: {} - histoire@0.17.17(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)): + histoire@0.17.17(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)): dependencies: '@akryum/tinypool': 0.3.1 - '@histoire/app': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) - '@histoire/controls': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) - '@histoire/shared': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + '@histoire/app': 0.17.17(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) + '@histoire/controls': 0.17.17(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) '@histoire/vendors': 0.17.17 '@types/flexsearch': 0.7.6 '@types/markdown-it': 12.2.3 @@ -14354,8 +14442,8 @@ snapshots: sade: 1.8.1 shiki-es: 0.2.0 sirv: 2.0.4 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) - vite-node: 0.34.6(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) + vite-node: 0.34.6(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - bufferutil @@ -14698,13 +14786,13 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@28.1.3: dependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -14750,6 +14838,8 @@ snapshots: jsdoc-type-pratt-parser@4.0.0: {} + jsdoc-type-pratt-parser@4.1.0: {} + jsdom@20.0.3: dependencies: abab: 2.0.6 @@ -14847,6 +14937,8 @@ snapshots: espree: 9.6.1 semver: 7.6.3 + jsonc-parser@3.3.1: {} + jsonfile@4.0.0: optionalDependencies: graceful-fs: 4.2.11 @@ -14901,7 +14993,7 @@ snapshots: dependencies: uc.micro: 1.0.6 - lint-staged@15.2.8: + lint-staged@15.2.9: dependencies: chalk: 5.3.0 commander: 12.1.0 @@ -15660,11 +15752,11 @@ snapshots: pidtree@0.6.0: {} - pinia@2.2.1(typescript@5.5.4)(vue@3.4.37(typescript@5.5.4)): + pinia@2.2.2(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.3 - vue: 3.4.37(typescript@5.5.4) - vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4)) + vue: 3.4.38(typescript@5.5.4) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) optionalDependencies: typescript: 5.5.4 @@ -15682,7 +15774,7 @@ snapshots: pluralize@8.0.0: {} - pnpm@9.7.0: {} + pnpm@9.7.1: {} portfinder@1.0.32: dependencies: @@ -15952,7 +16044,7 @@ snapshots: psl@1.9.0: {} - publint@0.2.9: + publint@0.2.10: dependencies: npm-packlist: 5.1.3 picocolors: 1.0.1 @@ -16414,14 +16506,9 @@ snapshots: shiki-es@0.2.0: {} - shiki@1.10.3: - dependencies: - '@shikijs/core': 1.10.3 - '@types/hast': 3.0.4 - - shiki@1.12.1: + shiki@1.14.1: dependencies: - '@shikijs/core': 1.12.1 + '@shikijs/core': 1.14.1 '@types/hast': 3.0.4 side-channel@1.0.4: @@ -16775,9 +16862,9 @@ snapshots: mkdirp: 1.0.4 yallist: 4.0.0 - taze@0.16.3: + taze@0.16.6: dependencies: - '@antfu/ni': 0.22.1 + '@antfu/ni': 0.22.4 '@jsdevtools/ez-spawn': 3.0.4 js-yaml: 4.1.0 npm-registry-fetch: 17.1.0 @@ -16831,6 +16918,11 @@ snapshots: tinybench@2.8.0: {} + tinyglobby@0.2.2: + dependencies: + fdir: 6.2.0(picomatch@4.0.2) + picomatch: 4.0.2 + tinypool@1.0.0: {} tinyrainbow@1.2.0: {} @@ -16884,7 +16976,7 @@ snapshots: tslib@2.6.2: {} - tsup@8.2.4(@microsoft/api-extractor@7.43.0(@types/node@20.14.15))(@swc/core@1.5.29)(jiti@1.21.6)(postcss@8.4.41)(tsx@4.17.0)(typescript@5.5.4)(yaml@2.5.0): + tsup@8.2.4(@microsoft/api-extractor@7.43.0(@types/node@20.16.1))(@swc/core@1.5.29)(jiti@1.21.6)(postcss@8.4.41)(tsx@4.17.0)(typescript@5.5.4)(yaml@2.5.0): dependencies: bundle-require: 5.0.0(esbuild@0.23.0) cac: 6.7.14 @@ -16903,7 +16995,7 @@ snapshots: sucrase: 3.35.0 tree-kill: 1.2.2 optionalDependencies: - '@microsoft/api-extractor': 7.43.0(@types/node@20.14.15) + '@microsoft/api-extractor': 7.43.0(@types/node@20.16.1) '@swc/core': 1.5.29 postcss: 8.4.41 typescript: 5.5.4 @@ -16920,32 +17012,32 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - turbo-darwin-64@2.0.12: + turbo-darwin-64@2.0.14: optional: true - turbo-darwin-arm64@2.0.12: + turbo-darwin-arm64@2.0.14: optional: true - turbo-linux-64@2.0.12: + turbo-linux-64@2.0.14: optional: true - turbo-linux-arm64@2.0.12: + turbo-linux-arm64@2.0.14: optional: true - turbo-windows-64@2.0.12: + turbo-windows-64@2.0.14: optional: true - turbo-windows-arm64@2.0.12: + turbo-windows-arm64@2.0.14: optional: true - turbo@2.0.12: + turbo@2.0.14: optionalDependencies: - turbo-darwin-64: 2.0.12 - turbo-darwin-arm64: 2.0.12 - turbo-linux-64: 2.0.12 - turbo-linux-arm64: 2.0.12 - turbo-windows-64: 2.0.12 - turbo-windows-arm64: 2.0.12 + turbo-darwin-64: 2.0.14 + turbo-darwin-arm64: 2.0.14 + turbo-linux-64: 2.0.14 + turbo-linux-arm64: 2.0.14 + turbo-windows-64: 2.0.14 + turbo-windows-arm64: 2.0.14 type-check@0.4.0: dependencies: @@ -17023,7 +17115,7 @@ snapshots: uncrypto@0.1.3: {} - undici-types@5.26.5: {} + undici-types@6.19.8: {} unenv@1.9.0: dependencies: @@ -17060,7 +17152,7 @@ snapshots: pkg-types: 1.1.3 scule: 1.3.0 strip-literal: 2.1.0 - unplugin: 1.12.1 + unplugin: 1.12.2 transitivePeerDependencies: - rollup @@ -17082,30 +17174,30 @@ snapshots: universalify@2.0.1: {} - unocss@0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)): - dependencies: - '@unocss/astro': 0.61.9(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) - '@unocss/cli': 0.61.9(rollup@4.20.0) - '@unocss/core': 0.61.9 - '@unocss/extractor-arbitrary-variants': 0.61.9 - '@unocss/postcss': 0.61.9(postcss@8.4.41) - '@unocss/preset-attributify': 0.61.9 - '@unocss/preset-icons': 0.61.9 - '@unocss/preset-mini': 0.61.9 - '@unocss/preset-tagify': 0.61.9 - '@unocss/preset-typography': 0.61.9 - '@unocss/preset-uno': 0.61.9 - '@unocss/preset-web-fonts': 0.61.9 - '@unocss/preset-wind': 0.61.9 - '@unocss/reset': 0.61.9 - '@unocss/transformer-attributify-jsx': 0.61.9 - '@unocss/transformer-attributify-jsx-babel': 0.61.9 - '@unocss/transformer-compile-class': 0.61.9 - '@unocss/transformer-directives': 0.61.9 - '@unocss/transformer-variant-group': 0.61.9 - '@unocss/vite': 0.61.9(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)) + unocss@0.62.2(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)): + dependencies: + '@unocss/astro': 0.62.2(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) + '@unocss/cli': 0.62.2(rollup@4.20.0) + '@unocss/core': 0.62.2 + '@unocss/extractor-arbitrary-variants': 0.62.2 + '@unocss/postcss': 0.62.2(postcss@8.4.41) + '@unocss/preset-attributify': 0.62.2 + '@unocss/preset-icons': 0.62.2 + '@unocss/preset-mini': 0.62.2 + '@unocss/preset-tagify': 0.62.2 + '@unocss/preset-typography': 0.62.2 + '@unocss/preset-uno': 0.62.2 + '@unocss/preset-web-fonts': 0.62.2 + '@unocss/preset-wind': 0.62.2 + '@unocss/reset': 0.62.2 + '@unocss/transformer-attributify-jsx': 0.62.2 + '@unocss/transformer-attributify-jsx-babel': 0.62.2 + '@unocss/transformer-compile-class': 0.62.2 + '@unocss/transformer-directives': 0.62.2 + '@unocss/transformer-variant-group': 0.62.2 + '@unocss/vite': 0.62.2(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)) optionalDependencies: - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) transitivePeerDependencies: - postcss - rollup @@ -17113,7 +17205,7 @@ snapshots: unpipe@1.0.0: {} - unplugin-auto-import@0.18.2(@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4)))(rollup@4.20.0): + unplugin-auto-import@0.18.2(@vueuse/core@10.11.1(vue@3.4.38(typescript@5.5.4)))(rollup@4.20.0): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.0(rollup@4.20.0) @@ -17122,13 +17214,13 @@ snapshots: magic-string: 0.30.11 minimatch: 9.0.5 unimport: 3.10.0(rollup@4.20.0) - unplugin: 1.12.1 + unplugin: 1.12.2 optionalDependencies: - '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4)) + '@vueuse/core': 10.11.1(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - rollup - unplugin-vue-components@0.27.3(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.37(typescript@5.5.4)): + unplugin-vue-components@0.27.4(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.38(typescript@5.5.4)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.0(rollup@4.20.0) @@ -17139,21 +17231,21 @@ snapshots: magic-string: 0.30.11 minimatch: 9.0.5 mlly: 1.7.1 - unplugin: 1.12.1 - vue: 3.4.37(typescript@5.5.4) + unplugin: 1.12.2 + vue: 3.4.38(typescript@5.5.4) optionalDependencies: '@babel/parser': 7.25.3 transitivePeerDependencies: - rollup - supports-color - unplugin-vue@5.0.5(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vue@3.4.37(typescript@5.5.4)): + unplugin-vue@5.0.5(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)(vue@3.4.38(typescript@5.5.4)): dependencies: - '@vue/reactivity': 3.4.37 + '@vue/reactivity': 3.4.38 debug: 4.3.6 unplugin: 1.7.1 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) - vue: 3.4.37(typescript@5.5.4) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) + vue: 3.4.38(typescript@5.5.4) transitivePeerDependencies: - '@types/node' - less @@ -17165,7 +17257,7 @@ snapshots: - supports-color - terser - unplugin@1.12.1: + unplugin@1.12.2: dependencies: acorn: 8.12.1 chokidar: 3.6.0 @@ -17242,11 +17334,11 @@ snapshots: vary@1.1.2: {} - vee-validate@4.13.2(vue@3.4.37(typescript@5.5.4)): + vee-validate@4.13.2(vue@3.4.38(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.3 type-fest: 4.18.2 - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) vis-data@7.1.9(uuid@9.0.1)(vis-util@5.0.7(@egjs/hammerjs@2.0.17)(component-emitter@1.3.1)): dependencies: @@ -17267,18 +17359,18 @@ snapshots: '@egjs/hammerjs': 2.0.17 component-emitter: 1.3.1 - vite-hot-client@0.2.3(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)): + vite-hot-client@0.2.3(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)): dependencies: - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) - vite-node@0.34.6(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0): + vite-node@0.34.6(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0): dependencies: cac: 6.7.14 debug: 4.3.6 mlly: 1.7.1 pathe: 1.1.2 picocolors: 1.0.1 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - less @@ -17290,13 +17382,13 @@ snapshots: - supports-color - terser - vite-node@2.0.5(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0): + vite-node@2.0.5(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0): dependencies: cac: 6.7.14 debug: 4.3.6 pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - less @@ -17308,9 +17400,9 @@ snapshots: - supports-color - terser - vite-plugin-dts@3.9.1(@types/node@20.14.15)(rollup@4.20.0)(typescript@5.5.4)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)): + vite-plugin-dts@3.9.1(@types/node@20.16.1)(rollup@4.20.0)(typescript@5.5.4)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)): dependencies: - '@microsoft/api-extractor': 7.43.0(@types/node@20.14.15) + '@microsoft/api-extractor': 7.43.0(@types/node@20.16.1) '@rollup/pluginutils': 5.1.0(rollup@4.20.0) '@vue/language-core': 1.8.27(typescript@5.5.4) debug: 4.3.6 @@ -17319,13 +17411,13 @@ snapshots: typescript: 5.5.4 vue-tsc: 1.8.27(typescript@5.5.4) optionalDependencies: - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-inspect@0.8.5(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)): + vite-plugin-inspect@0.8.5(rollup@4.20.0)(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.0(rollup@4.20.0) @@ -17336,12 +17428,12 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.0.1 sirv: 2.0.4 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) transitivePeerDependencies: - rollup - supports-color - vite-plugin-vue-inspector@5.1.3(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)): + vite-plugin-vue-inspector@5.1.3(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)): dependencies: '@babel/core': 7.25.2 '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.25.2) @@ -17349,42 +17441,42 @@ snapshots: '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2) '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2) - '@vue/compiler-dom': 3.4.37 + '@vue/compiler-dom': 3.4.38 kolorist: 1.8.0 magic-string: 0.30.11 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) transitivePeerDependencies: - supports-color - vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0): + vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0): dependencies: esbuild: 0.21.5 postcss: 8.4.41 rollup: 4.20.0 optionalDependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 fsevents: 2.3.3 sass: 1.77.8 terser: 5.26.0 - vitepress@1.3.2(@algolia/client-search@4.22.0)(@types/node@20.14.15)(async-validator@4.2.5)(change-case@4.1.2)(postcss@8.4.41)(sass@1.77.8)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.5.4): - dependencies: - '@docsearch/css': 3.6.0 - '@docsearch/js': 3.6.0(@algolia/client-search@4.22.0)(search-insights@2.13.0) - '@shikijs/core': 1.12.1 - '@shikijs/transformers': 1.10.3 - '@types/markdown-it': 14.1.1 - '@vitejs/plugin-vue': 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4)) - '@vue/devtools-api': 7.3.5 - '@vue/shared': 3.4.37 - '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4)) - '@vueuse/integrations': 10.11.1(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.37(typescript@5.5.4)) + vitepress@1.3.3(@algolia/client-search@4.22.0)(@types/node@20.16.1)(async-validator@4.2.5)(fuse.js@7.0.0)(postcss@8.4.41)(sass@1.77.8)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.5.4): + dependencies: + '@docsearch/css': 3.6.1 + '@docsearch/js': 3.6.1(@algolia/client-search@4.22.0)(search-insights@2.13.0) + '@shikijs/core': 1.14.1 + '@shikijs/transformers': 1.14.1 + '@types/markdown-it': 14.1.2 + '@vitejs/plugin-vue': 5.1.2(vite@5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4)) + '@vue/devtools-api': 7.3.8 + '@vue/shared': 3.4.38 + '@vueuse/core': 11.0.1(vue@3.4.38(typescript@5.5.4)) + '@vueuse/integrations': 11.0.1(async-validator@4.2.5)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.38(typescript@5.5.4)) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 7.1.0 - shiki: 1.12.1 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) - vue: 3.4.37(typescript@5.5.4) + shiki: 1.14.1 + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) + vue: 3.4.38(typescript@5.5.4) optionalDependencies: postcss: 8.4.41 transitivePeerDependencies: @@ -17415,7 +17507,7 @@ snapshots: - typescript - universal-cookie - vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0): + vitest@2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0): dependencies: '@ampproject/remapping': 2.3.0 '@vitest/expect': 2.0.5 @@ -17433,11 +17525,11 @@ snapshots: tinybench: 2.8.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) - vite-node: 2.0.5(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0) + vite: 5.4.1(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) + vite-node: 2.0.5(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.14.15 + '@types/node': 20.16.1 jsdom: 24.1.1 transitivePeerDependencies: - less @@ -17451,9 +17543,9 @@ snapshots: vue-component-type-helpers@2.0.6: {} - vue-demi@0.14.10(vue@3.4.37(typescript@5.5.4)): + vue-demi@0.14.10(vue@3.4.38(typescript@5.5.4)): dependencies: - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) vue-eslint-parser@9.4.3(eslint-ts-patch@8.57.0-0): dependencies: @@ -17483,7 +17575,7 @@ snapshots: vue-hot-reload-api@2.3.4: {} - vue-loader@15.11.1(@vue/compiler-sfc@3.4.37)(css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + vue-loader@15.11.1(@vue/compiler-sfc@3.4.38)(css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): dependencies: '@vue/component-compiler-utils': 3.3.0(lodash@4.17.21) css-loader: 6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) @@ -17493,7 +17585,7 @@ snapshots: vue-style-loader: 4.1.3 webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) optionalDependencies: - '@vue/compiler-sfc': 3.4.37 + '@vue/compiler-sfc': 3.4.38 vue-template-compiler: 2.7.15 transitivePeerDependencies: - arc-templates @@ -17550,28 +17642,28 @@ snapshots: - walrus - whiskers - vue-loader@17.4.2(@vue/compiler-sfc@3.4.37)(vue@3.4.37(typescript@5.5.4))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + vue-loader@17.4.2(@vue/compiler-sfc@3.4.38)(vue@3.4.38(typescript@5.5.4))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): dependencies: chalk: 4.1.2 hash-sum: 2.0.0 watchpack: 2.4.0 webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) optionalDependencies: - '@vue/compiler-sfc': 3.4.37 - vue: 3.4.37(typescript@5.5.4) + '@vue/compiler-sfc': 3.4.38 + vue: 3.4.38(typescript@5.5.4) - vue-observe-visibility@2.0.0-alpha.1(vue@3.4.37(typescript@5.5.4)): + vue-observe-visibility@2.0.0-alpha.1(vue@3.4.38(typescript@5.5.4)): dependencies: - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) - vue-resize@2.0.0-alpha.1(vue@3.4.37(typescript@5.5.4)): + vue-resize@2.0.0-alpha.1(vue@3.4.38(typescript@5.5.4)): dependencies: - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) - vue-router@4.4.3(vue@3.4.37(typescript@5.5.4)): + vue-router@4.4.3(vue@3.4.38(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.3 - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) vue-style-loader@4.1.3: dependencies: @@ -17592,32 +17684,32 @@ snapshots: semver: 7.6.3 typescript: 5.5.4 - vue-virtual-scroller@2.0.0-beta.8(vue@3.4.37(typescript@5.5.4)): + vue-virtual-scroller@2.0.0-beta.8(vue@3.4.38(typescript@5.5.4)): dependencies: mitt: 2.1.0 - vue: 3.4.37(typescript@5.5.4) - vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.37(typescript@5.5.4)) - vue-resize: 2.0.0-alpha.1(vue@3.4.37(typescript@5.5.4)) + vue: 3.4.38(typescript@5.5.4) + vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.38(typescript@5.5.4)) + vue-resize: 2.0.0-alpha.1(vue@3.4.38(typescript@5.5.4)) vue@2.7.15: dependencies: '@vue/compiler-sfc': 2.7.15 csstype: 3.1.3 - vue@3.4.37(typescript@5.5.4): + vue@3.4.38(typescript@5.5.4): dependencies: - '@vue/compiler-dom': 3.4.37 - '@vue/compiler-sfc': 3.4.37 - '@vue/runtime-dom': 3.4.37 - '@vue/server-renderer': 3.4.37(vue@3.4.37(typescript@5.5.4)) - '@vue/shared': 3.4.37 + '@vue/compiler-dom': 3.4.38 + '@vue/compiler-sfc': 3.4.38 + '@vue/runtime-dom': 3.4.38 + '@vue/server-renderer': 3.4.38(vue@3.4.38(typescript@5.5.4)) + '@vue/shared': 3.4.38 optionalDependencies: typescript: 5.5.4 - vuex@4.1.0(vue@3.4.37(typescript@5.5.4)): + vuex@4.1.0(vue@3.4.38(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.3 - vue: 3.4.37(typescript@5.5.4) + vue: 3.4.38(typescript@5.5.4) w3c-keyname@2.2.8: {}