From b3c0943cfa5deb27a8b7c24a750df2cc523443ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:48:50 +0800 Subject: [PATCH] chore(deps): update all non-major dependencies (#646) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/package.json | 6 +- package.json | 34 +- packages/applet/package.json | 2 +- packages/client/package.json | 26 +- packages/electron/package.json | 6 +- packages/overlay/package.json | 10 +- packages/playground/applet/package.json | 14 +- packages/playground/basic/package.json | 18 +- packages/playground/multi-app/package.json | 10 +- packages/playground/ui/package.json | 8 +- packages/playground/webpack/package.json | 10 +- packages/shared/package.json | 2 +- packages/ui/package.json | 12 +- packages/vite/package.json | 2 +- pnpm-lock.yaml | 3610 +++++++++++--------- 15 files changed, 2055 insertions(+), 1715 deletions(-) diff --git a/docs/package.json b/docs/package.json index 6f9083ea..b83e0f49 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,10 +8,10 @@ "docs:preview": "vitepress preview" }, "devDependencies": { - "@unocss/reset": "^0.63.4", - "@vueuse/core": "^11.1.0", + "@unocss/reset": "^0.63.6", + "@vueuse/core": "^11.2.0", "unplugin-vue-components": "^0.27.4", - "vitepress": "1.4.1", + "vitepress": "1.5.0", "vue": "^3.5.12" } } diff --git a/package.json b/package.json index 49dc7027..31e81f83 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "7.3.2", "private": true, - "packageManager": "pnpm@9.12.2", + "packageManager": "pnpm@9.12.3", "description": "DevTools for Vue.js", "author": "webfansplz", "license": "MIT", @@ -76,21 +76,21 @@ "@antfu/ni": "^0.23.0", "@arethetypeswrong/cli": "^0.16.4", "@clack/prompts": "^0.7.0", - "@types/chrome": "^0.0.279", + "@types/chrome": "^0.0.280", "@types/degit": "^2.8.6", "@types/fs-extra": "^11.0.4", - "@types/node": "^20.16.14", - "@typescript-eslint/parser": "^8.11.0", - "@typescript-eslint/utils": "^8.11.0", - "@unocss/eslint-plugin": "^0.63.4", + "@types/node": "^20.17.6", + "@typescript-eslint/parser": "^8.13.0", + "@typescript-eslint/utils": "^8.13.0", + "@unocss/eslint-plugin": "^0.63.6", "@vue/devtools-core": "workspace:^", "@vue/devtools-kit": "workspace:^", "@vue/test-utils": "^2.4.6", "archiver": "^7.0.1", - "bumpp": "^9.7.1", + "bumpp": "^9.8.1", "cross-env": "^7.0.3", "degit": "^2.8.4", - "eslint": "^9.13.0", + "eslint": "^9.14.0", "eslint-plugin-format": "^0.1.2", "eslint-vitest-rule-tester": "^0.6.1", "execa": "^8.0.1", @@ -100,22 +100,22 @@ "lint-staged": "^15.2.10", "npm-run-all2": "^6.2.6", "picocolors": "^1.1.1", - "pnpm": "^9.12.2", + "pnpm": "^9.12.3", "progress": "^2.0.3", - "publint": "^0.2.11", - "readdir-glob": "^2.0.0", + "publint": "^0.2.12", + "readdir-glob": "^2.0.1", "regex-extra": "^0.2.2", "semver": "^7.6.3", "simple-git-hooks": "^2.11.1", - "taze": "^0.17.2", - "tsup": "^8.3.0", - "tsx": "^4.19.1", + "taze": "^0.18.0", + "tsup": "^8.3.5", + "tsx": "^4.19.2", "turbo": "^2.2.3", "typescript": "^5.6.3", "unbuild": "^2.0.0", - "unocss": "^0.63.4", - "vite": "^5.4.9", - "vitest": "^2.1.3", + "unocss": "^0.63.6", + "vite": "^5.4.10", + "vitest": "^2.1.4", "vue": "^3.5.12" }, "simple-git-hooks": { diff --git a/packages/applet/package.json b/packages/applet/package.json index fe9dcb9c..e1ce3bea 100644 --- a/packages/applet/package.json +++ b/packages/applet/package.json @@ -35,7 +35,7 @@ "@vue/devtools-ui": "workspace:^", "lodash-es": "^4.17.21", "perfect-debounce": "^1.0.0", - "shiki": "^1.22.0", + "shiki": "^1.22.2", "splitpanes": "^3.1.5", "vue-virtual-scroller": "2.0.0-beta.8" }, diff --git a/packages/client/package.json b/packages/client/package.json index 6ca1f548..6df67f0b 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -24,19 +24,19 @@ "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0" }, "dependencies": { - "@unocss/preset-icons": "^0.63.4", + "@unocss/preset-icons": "^0.63.6", "@vue/devtools-applet": "workspace:^", "@vue/devtools-core": "workspace:^", "@vue/devtools-kit": "workspace:^", "@vue/devtools-shared": "workspace:^", "@vue/devtools-ui": "workspace:*", - "@vueuse/core": "^11.1.0", - "@vueuse/integrations": "^11.1.0", + "@vueuse/core": "^11.2.0", + "@vueuse/integrations": "^11.2.0", "colord": "^2.9.3", "fast-deep-equal": "^3.1.3", "fuse.js": "^7.0.0", "minimatch": "^10.0.1", - "shiki": "^1.22.0", + "shiki": "^1.22.2", "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.262", - "@types/node": "^20.16.14", + "@iconify/json": "^2.2.267", + "@types/node": "^20.17.6", "@types/splitpanes": "^2.2.6", - "@unocss/core": "^0.63.4", - "@unocss/reset": "^0.63.4", + "@unocss/core": "^0.63.6", + "@unocss/reset": "^0.63.6", "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "dayjs": "^1.11.13", "floating-vue": "5.2.2", "ohash": "^1.1.4", - "pinia": "^2.2.4", - "sass-embedded": "^1.80.5", + "pinia": "^2.2.6", + "sass-embedded": "^1.80.6", "simple-git-hooks": "^2.11.1", - "unocss": "^0.63.4", - "unplugin": "^1.14.1", + "unocss": "^0.63.6", + "unplugin": "^1.15.0", "unplugin-auto-import": "^0.18.3", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.9", + "vite": "^5.4.10", "vue": "^3.5.12" } } diff --git a/packages/electron/package.json b/packages/electron/package.json index 52612461..cec09c23 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -44,12 +44,12 @@ "h3": "^1.13.0", "ip": "^2.0.1", "pathe": "^1.1.2", - "socket.io": "^4.8.0", - "socket.io-client": "^4.8.0" + "socket.io": "^4.8.1", + "socket.io-client": "^4.8.1" }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.4", - "tsx": "^4.19.1", + "tsx": "^4.19.2", "unbuild": "^2.0.0", "vue": "^3.5.12" } diff --git a/packages/overlay/package.json b/packages/overlay/package.json index 2736ef4b..57ea37d3 100644 --- a/packages/overlay/package.json +++ b/packages/overlay/package.json @@ -24,14 +24,14 @@ "@vue/devtools-kit": "workspace:*", "@vue/devtools-shared": "workspace:^", "@vue/devtools-ui": "workspace:*", - "@vueuse/core": "^11.1.0" + "@vueuse/core": "^11.2.0" }, "devDependencies": { - "@iconify/json": "^2.2.262", - "@types/node": "^20.16.14", + "@iconify/json": "^2.2.267", + "@types/node": "^20.17.6", "@vitejs/plugin-vue": "^5.1.4", - "sass-embedded": "^1.80.5", - "vite": "^5.4.9", + "sass-embedded": "^1.80.6", + "vite": "^5.4.10", "vue": "^3.5.12" } } diff --git a/packages/playground/applet/package.json b/packages/playground/applet/package.json index b825272b..c519df3d 100644 --- a/packages/playground/applet/package.json +++ b/packages/playground/applet/package.json @@ -7,11 +7,11 @@ "dev": "vite" }, "dependencies": { - "@iconify/json": "^2.2.262", + "@iconify/json": "^2.2.267", "@tresjs/core": "^4.3.1", - "@vueuse/core": "^11.1.0", - "pinia": "^2.2.4", - "three": "^0.169.0", + "@vueuse/core": "^11.2.0", + "pinia": "^2.2.6", + "three": "^0.170.0", "unplugin-auto-import": "^0.18.3", "vue": "^3.5.12", "vue-router": "^4.4.5" @@ -23,11 +23,11 @@ "@vue/devtools-core": "workspace:*", "@vue/devtools-kit": "workspace:*", "@vue/devtools-shared": "workspace:*", - "sass-embedded": "^1.80.5", + "sass-embedded": "^1.80.6", "serve": "^14.2.4", "typescript": "^5.6.3", - "unocss": "^0.63.4", - "vite": "^5.4.9", + "unocss": "^0.63.6", + "vite": "^5.4.10", "vite-plugin-inspect": "^0.8.7", "vite-plugin-vue-devtools": "workspace:*" } diff --git a/packages/playground/basic/package.json b/packages/playground/basic/package.json index 5a215f9c..beb655d5 100644 --- a/packages/playground/basic/package.json +++ b/packages/playground/basic/package.json @@ -7,26 +7,26 @@ "dev": "vite" }, "dependencies": { - "@tanstack/vue-query": "^5.59.13", - "@vueuse/core": "^11.1.0", - "element-plus": "^2.8.6", - "pinia": "^2.2.4", + "@tanstack/vue-query": "^5.59.17", + "@vueuse/core": "^11.2.0", + "element-plus": "^2.8.7", + "pinia": "^2.2.6", "unplugin-auto-import": "^0.18.3", - "vee-validate": "^4.14.3", + "vee-validate": "^4.14.6", "vue": "^3.5.12", "vue-router": "^4.4.5", "vuex": "^4.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.3", - "@tanstack/vue-query-devtools": "^5.59.13", + "@tanstack/vue-query-devtools": "^5.59.19", "@vitejs/plugin-vue": "^5.1.4", "@vue/devtools": "workspace:^", - "sass-embedded": "^1.80.5", + "sass-embedded": "^1.80.6", "serve": "^14.2.4", "typescript": "^5.6.3", - "unocss": "^0.63.4", - "vite": "^5.4.9", + "unocss": "^0.63.6", + "vite": "^5.4.10", "vite-plugin-inspect": "^0.8.7", "vite-plugin-vue-devtools": "workspace:*" } diff --git a/packages/playground/multi-app/package.json b/packages/playground/multi-app/package.json index 24838f5b..b89ef351 100644 --- a/packages/playground/multi-app/package.json +++ b/packages/playground/multi-app/package.json @@ -7,19 +7,19 @@ "dev": "vite" }, "dependencies": { - "@vueuse/core": "^11.1.0", - "pinia": "^2.2.4", + "@vueuse/core": "^11.2.0", + "pinia": "^2.2.6", "unplugin-auto-import": "^0.18.3", "vue": "^3.5.12", "vue-router": "^4.4.5" }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.4", - "sass-embedded": "^1.80.5", + "sass-embedded": "^1.80.6", "serve": "^14.2.4", "typescript": "^5.6.3", - "unocss": "^0.63.4", - "vite": "^5.4.9", + "unocss": "^0.63.6", + "vite": "^5.4.10", "vite-plugin-inspect": "^0.8.7", "vite-plugin-vue-devtools": "workspace:*" } diff --git a/packages/playground/ui/package.json b/packages/playground/ui/package.json index 321afd68..e1cee98c 100644 --- a/packages/playground/ui/package.json +++ b/packages/playground/ui/package.json @@ -9,16 +9,16 @@ "preview": "vite preview" }, "dependencies": { - "@unocss/reset": "^0.63.4", + "@unocss/reset": "^0.63.6", "@vue/devtools-ui": "workspace:*", - "@vueuse/core": "^11.1.0", + "@vueuse/core": "^11.2.0", "vue": "^3.5.12" }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.4", "typescript": "^5.6.3", - "unocss": "^0.63.4", - "vite": "^5.4.9", + "unocss": "^0.63.6", + "vite": "^5.4.10", "vue-tsc": "^1.8.27" } } diff --git a/packages/playground/webpack/package.json b/packages/playground/webpack/package.json index 94c70cad..103a77e2 100644 --- a/packages/playground/webpack/package.json +++ b/packages/playground/webpack/package.json @@ -12,19 +12,19 @@ "dev": "vue-cli-service serve" }, "dependencies": { - "core-js": "^3.38.1", + "core-js": "^3.39.0", "vue": "^3.5.12" }, "devDependencies": { - "@babel/core": "^7.25.8", - "@babel/eslint-parser": "^7.25.8", + "@babel/core": "^7.26.0", + "@babel/eslint-parser": "^7.25.9", "@vue/cli-plugin-babel": "~5.0.8", "@vue/cli-plugin-eslint": "~5.0.8", "@vue/cli-service": "~5.0.8", "@vue/devtools": "workspace:*", "@vue/devtools-api": "workspace:*", - "eslint": "^9.13.0", - "eslint-plugin-vue": "^9.29.1" + "eslint": "^9.14.0", + "eslint-plugin-vue": "^9.30.0" }, "eslintConfig": { "env": { diff --git a/packages/shared/package.json b/packages/shared/package.json index 94371dc8..c01b20d6 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -29,6 +29,6 @@ "rfdc": "^1.4.1" }, "devDependencies": { - "@types/node": "^20.16.14" + "@types/node": "^20.17.6" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index c5f30215..6061eadd 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -44,21 +44,21 @@ }, "dependencies": { "@vue/devtools-shared": "workspace:*", - "@vueuse/components": "^11.1.0", - "@vueuse/core": "^11.1.0", - "@vueuse/integrations": "^11.1.0", + "@vueuse/components": "^11.2.0", + "@vueuse/core": "^11.2.0", + "@vueuse/integrations": "^11.2.0", "colord": "^2.9.3", "focus-trap": "^7.6.0" }, "devDependencies": { "@histoire/plugin-vue": "^0.17.17", "@iconify-json/ic": "^1.2.1", - "@types/node": "^20.16.14", - "@unocss/reset": "^0.63.4", + "@types/node": "^20.17.6", + "@unocss/reset": "^0.63.6", "@vitejs/plugin-vue": "^5.1.4", "floating-vue": "5.2.2", "histoire": "^0.17.17", - "unocss": "^0.63.4", + "unocss": "^0.63.6", "vite-plugin-dts": "^3.9.1" } } diff --git a/packages/vite/package.json b/packages/vite/package.json index ad77f3ab..f2da0bc4 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -59,7 +59,7 @@ "vite-plugin-vue-inspector": "^5.2.0" }, "devDependencies": { - "@types/node": "^20.16.14", + "@types/node": "^20.17.6", "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 54c1c5fc..22e1a2b9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: devDependencies: '@antfu/eslint-config': specifier: ^3.8.0 - version: 3.8.0(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(@unocss/eslint-plugin@0.63.4(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(@vue/compiler-sfc@3.5.12)(eslint-plugin-format@0.1.2(eslint@9.13.0(jiti@2.0.0)))(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.3(@types/node@20.16.14)(jsdom@25.0.1)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 3.8.0(@typescript-eslint/utils@8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(@unocss/eslint-plugin@0.63.6(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(@vue/compiler-sfc@3.5.12)(eslint-plugin-format@0.1.2(eslint@9.14.0(jiti@2.0.0)))(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.4(@types/node@20.17.6)(jsdom@25.0.1)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) '@antfu/ni': specifier: ^0.23.0 version: 0.23.0 @@ -21,8 +21,8 @@ importers: specifier: ^0.7.0 version: 0.7.0 '@types/chrome': - specifier: ^0.0.279 - version: 0.0.279 + specifier: ^0.0.280 + version: 0.0.280 '@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.16.14 - version: 20.16.14 + specifier: ^20.17.6 + version: 20.17.6 '@typescript-eslint/parser': - specifier: ^8.11.0 - version: 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) + specifier: ^8.13.0 + version: 8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) '@typescript-eslint/utils': - specifier: ^8.11.0 - version: 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) + specifier: ^8.13.0 + version: 8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) '@unocss/eslint-plugin': - specifier: ^0.63.4 - version: 0.63.4(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) + specifier: ^0.63.6 + version: 0.63.6(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) '@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.7.1 - version: 9.7.1 + specifier: ^9.8.1 + version: 9.8.1 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -63,14 +63,14 @@ importers: specifier: ^2.8.4 version: 2.8.4 eslint: - specifier: ^9.13.0 - version: 9.13.0(jiti@2.0.0) + specifier: ^9.14.0 + version: 9.14.0(jiti@2.0.0) eslint-plugin-format: specifier: ^0.1.2 - version: 0.1.2(eslint@9.13.0(jiti@2.0.0)) + version: 0.1.2(eslint@9.14.0(jiti@2.0.0)) eslint-vitest-rule-tester: specifier: ^0.6.1 - version: 0.6.1(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.3(@types/node@20.16.14)(jsdom@25.0.1)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 0.6.1(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.4(@types/node@20.17.6)(jsdom@25.0.1)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) execa: specifier: ^8.0.1 version: 8.0.1 @@ -93,17 +93,17 @@ importers: specifier: ^1.1.1 version: 1.1.1 pnpm: - specifier: ^9.12.2 - version: 9.12.2 + specifier: ^9.12.3 + version: 9.12.3 progress: specifier: ^2.0.3 version: 2.0.3 publint: - specifier: ^0.2.11 - version: 0.2.11 + specifier: ^0.2.12 + version: 0.2.12 readdir-glob: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.1 + version: 2.0.1 regex-extra: specifier: ^0.2.2 version: 0.2.2 @@ -114,14 +114,14 @@ importers: specifier: ^2.11.1 version: 2.11.1 taze: - specifier: ^0.17.2 - version: 0.17.2 + specifier: ^0.18.0 + version: 0.18.0 tsup: - specifier: ^8.3.0 - version: 8.3.0(@microsoft/api-extractor@7.43.0(@types/node@20.16.14))(@swc/core@1.5.29)(jiti@2.0.0)(postcss@8.4.47)(tsx@4.19.1)(typescript@5.6.3)(yaml@2.5.0) + specifier: ^8.3.5 + version: 8.3.5(@microsoft/api-extractor@7.43.0(@types/node@20.17.6))(@swc/core@1.5.29)(jiti@2.0.0)(postcss@8.4.47)(tsx@4.19.2)(typescript@5.6.3)(yaml@2.5.0) tsx: - specifier: ^4.19.1 - version: 4.19.1 + specifier: ^4.19.2 + version: 4.19.2 turbo: specifier: ^2.2.3 version: 2.2.3 @@ -132,14 +132,14 @@ importers: specifier: ^2.0.0 version: 2.0.0(sass@1.80.3)(typescript@5.6.3) unocss: - specifier: ^0.63.4 - version: 0.63.4(postcss@8.4.47)(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + specifier: ^0.63.6 + version: 0.63.6(postcss@8.4.47)(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vite: - specifier: ^5.4.9 - version: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + specifier: ^5.4.10 + version: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vitest: - specifier: ^2.1.3 - version: 2.1.3(@types/node@20.16.14)(jsdom@25.0.1)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + specifier: ^2.1.4 + version: 2.1.4(@types/node@20.17.6)(jsdom@25.0.1)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -147,17 +147,17 @@ importers: docs: devDependencies: '@unocss/reset': - specifier: ^0.63.4 - version: 0.63.4 + specifier: ^0.63.6 + version: 0.63.6 '@vueuse/core': - specifier: ^11.1.0 - version: 11.1.0(vue@3.5.12(typescript@5.6.3)) + specifier: ^11.2.0 + version: 11.2.0(vue@3.5.12(typescript@5.6.3)) unplugin-vue-components: specifier: ^0.27.4 - version: 0.27.4(@babel/parser@7.25.8)(rollup@4.20.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + version: 0.27.4(@babel/parser@7.26.2)(rollup@4.24.4)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) vitepress: - specifier: 1.4.1 - version: 1.4.1(@algolia/client-search@4.22.0)(@types/node@20.16.14)(async-validator@4.2.5)(fuse.js@7.0.0)(postcss@8.4.47)(sass-embedded@1.80.5)(sass@1.80.3)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.6.3) + specifier: 1.5.0 + version: 1.5.0(@algolia/client-search@4.22.0)(@types/node@20.17.6)(async-validator@4.2.5)(fuse.js@7.0.0)(postcss@8.4.47)(sass-embedded@1.80.6)(sass@1.80.3)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.6.3) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -183,8 +183,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 shiki: - specifier: ^1.22.0 - version: 1.22.0 + specifier: ^1.22.2 + version: 1.22.2 splitpanes: specifier: ^3.1.5 version: 3.1.5 @@ -197,10 +197,10 @@ importers: version: 4.17.12 unplugin-vue: specifier: ^5.1.5 - version: 5.1.5(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + version: 5.1.5(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) vite-plugin-dts: specifier: ^3.9.1 - version: 3.9.1(@types/node@20.16.14)(rollup@4.20.0)(typescript@5.6.3)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 3.9.1(@types/node@20.17.6)(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -222,7 +222,7 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -230,8 +230,8 @@ importers: packages/client: dependencies: '@unocss/preset-icons': - specifier: ^0.63.4 - version: 0.63.4 + specifier: ^0.63.6 + version: 0.63.6 '@vue/devtools-applet': specifier: workspace:^ version: link:../applet @@ -248,11 +248,11 @@ importers: specifier: workspace:* version: link:../ui '@vueuse/core': - specifier: ^11.1.0 - version: 11.1.0(vue@3.5.12(typescript@5.6.3)) + specifier: ^11.2.0 + version: 11.2.0(vue@3.5.12(typescript@5.6.3)) '@vueuse/integrations': - specifier: ^11.1.0 - version: 11.1.0(async-validator@4.2.5)(focus-trap@7.6.0)(fuse.js@7.0.0)(vue@3.5.12(typescript@5.6.3)) + specifier: ^11.2.0 + version: 11.2.0(async-validator@4.2.5)(focus-trap@7.6.0)(fuse.js@7.0.0)(vue@3.5.12(typescript@5.6.3)) colord: specifier: ^2.9.3 version: 2.9.3 @@ -266,8 +266,8 @@ importers: specifier: ^10.0.1 version: 10.0.1 shiki: - specifier: ^1.22.0 - version: 1.22.0 + specifier: ^1.22.2 + version: 1.22.2 splitpanes: specifier: ^3.1.5 version: 3.1.5 @@ -276,7 +276,7 @@ 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.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 0.2.3(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vue-router: specifier: ^4.4.5 version: 4.4.5(vue@3.5.12(typescript@5.6.3)) @@ -285,26 +285,26 @@ importers: version: 2.0.0-beta.8(vue@3.5.12(typescript@5.6.3)) devDependencies: '@iconify/json': - specifier: ^2.2.262 - version: 2.2.262 + specifier: ^2.2.267 + version: 2.2.267 '@types/node': - specifier: ^20.16.14 - version: 20.16.14 + specifier: ^20.17.6 + version: 20.17.6 '@types/splitpanes': specifier: ^2.2.6 version: 2.2.6 '@unocss/core': - specifier: ^0.63.4 - version: 0.63.4 + specifier: ^0.63.6 + version: 0.63.6 '@unocss/reset': - specifier: ^0.63.4 - version: 0.63.4 + specifier: ^0.63.6 + version: 0.63.6 '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.0.1 - version: 4.0.1(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 4.0.1(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) dayjs: specifier: ^1.11.13 version: 1.11.13 @@ -315,29 +315,29 @@ importers: specifier: ^1.1.4 version: 1.1.4 pinia: - specifier: ^2.2.4 - version: 2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) + specifier: ^2.2.6 + version: 2.2.6(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) sass-embedded: - specifier: ^1.80.5 - version: 1.80.5 + specifier: ^1.80.6 + version: 1.80.6 simple-git-hooks: specifier: ^2.11.1 version: 2.11.1 unocss: - specifier: ^0.63.4 - version: 0.63.4(postcss@8.4.47)(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + specifier: ^0.63.6 + version: 0.63.6(postcss@8.4.47)(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) unplugin: - specifier: ^1.14.1 - version: 1.14.1(webpack-sources@3.2.3) + specifier: ^1.15.0 + version: 1.15.0(webpack-sources@3.2.3) unplugin-auto-import: specifier: ^0.18.3 - version: 0.18.3(@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.20.0)(webpack-sources@3.2.3) + version: 0.18.3(@vueuse/core@11.2.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.24.4)(webpack-sources@3.2.3) unplugin-vue-components: specifier: ^0.27.4 - version: 0.27.4(@babel/parser@7.25.8)(rollup@4.20.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + version: 0.27.4(@babel/parser@7.26.2)(rollup@4.24.4)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) vite: - specifier: ^5.4.9 - version: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + specifier: ^5.4.10 + version: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -361,7 +361,7 @@ importers: version: 1.1.2 vite-hot-client: specifier: ^0.2.3 - version: 0.2.3(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 0.2.3(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) devDependencies: vue: specifier: ^3.5.12 @@ -443,18 +443,18 @@ importers: specifier: ^1.1.2 version: 1.1.2 socket.io: - specifier: ^4.8.0 - version: 4.8.0 + specifier: ^4.8.1 + version: 4.8.1 socket.io-client: - specifier: ^4.8.0 - version: 4.8.0 + specifier: ^4.8.1 + version: 4.8.1 devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) tsx: - specifier: ^4.19.1 - version: 4.19.1 + specifier: ^4.19.2 + version: 4.19.2 unbuild: specifier: ^2.0.0 version: 2.0.0(sass@1.80.3)(typescript@5.6.3) @@ -476,7 +476,7 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -496,24 +496,24 @@ importers: specifier: workspace:* version: link:../ui '@vueuse/core': - specifier: ^11.1.0 - version: 11.1.0(vue@3.5.12(typescript@5.6.3)) + specifier: ^11.2.0 + version: 11.2.0(vue@3.5.12(typescript@5.6.3)) devDependencies: '@iconify/json': - specifier: ^2.2.262 - version: 2.2.262 + specifier: ^2.2.267 + version: 2.2.267 '@types/node': - specifier: ^20.16.14 - version: 20.16.14 + specifier: ^20.17.6 + version: 20.17.6 '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) sass-embedded: - specifier: ^1.80.5 - version: 1.80.5 + specifier: ^1.80.6 + version: 1.80.6 vite: - specifier: ^5.4.9 - version: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + specifier: ^5.4.10 + version: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -521,23 +521,23 @@ importers: packages/playground/applet: dependencies: '@iconify/json': - specifier: ^2.2.262 - version: 2.2.262 + specifier: ^2.2.267 + version: 2.2.267 '@tresjs/core': specifier: ^4.3.1 - version: 4.3.1(three@0.169.0)(vue@3.5.12(typescript@5.6.3)) + version: 4.3.1(three@0.170.0)(vue@3.5.12(typescript@5.6.3)) '@vueuse/core': - specifier: ^11.1.0 - version: 11.1.0(vue@3.5.12(typescript@5.6.3)) + specifier: ^11.2.0 + version: 11.2.0(vue@3.5.12(typescript@5.6.3)) pinia: - specifier: ^2.2.4 - version: 2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) + specifier: ^2.2.6 + version: 2.2.6(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) three: - specifier: ^0.169.0 - version: 0.169.0 + specifier: ^0.170.0 + version: 0.170.0 unplugin-auto-import: specifier: ^0.18.3 - version: 0.18.3(@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.20.0)(webpack-sources@3.2.3) + version: 0.18.3(@vueuse/core@11.2.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.24.4)(webpack-sources@3.2.3) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -550,7 +550,7 @@ importers: version: 0.169.0 '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) '@vue/devtools-applet': specifier: workspace:* version: link:../../applet @@ -564,8 +564,8 @@ importers: specifier: workspace:* version: link:../../shared sass-embedded: - specifier: ^1.80.5 - version: 1.80.5 + specifier: ^1.80.6 + version: 1.80.6 serve: specifier: ^14.2.4 version: 14.2.4 @@ -573,14 +573,14 @@ importers: specifier: ^5.6.3 version: 5.6.3 unocss: - specifier: ^0.63.4 - version: 0.63.4(postcss@8.4.47)(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + specifier: ^0.63.6 + version: 0.63.6(postcss@8.4.47)(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vite: - specifier: ^5.4.9 - version: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + specifier: ^5.4.10 + version: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.7 - version: 0.8.7(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 0.8.7(rollup@4.24.4)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vite-plugin-vue-devtools: specifier: workspace:* version: link:../../vite @@ -588,23 +588,23 @@ importers: packages/playground/basic: dependencies: '@tanstack/vue-query': - specifier: ^5.59.13 - version: 5.59.13(vue@3.5.12(typescript@5.6.3)) + specifier: ^5.59.17 + version: 5.59.17(vue@3.5.12(typescript@5.6.3)) '@vueuse/core': - specifier: ^11.1.0 - version: 11.1.0(vue@3.5.12(typescript@5.6.3)) + specifier: ^11.2.0 + version: 11.2.0(vue@3.5.12(typescript@5.6.3)) element-plus: - specifier: ^2.8.6 - version: 2.8.6(vue@3.5.12(typescript@5.6.3)) + specifier: ^2.8.7 + version: 2.8.7(vue@3.5.12(typescript@5.6.3)) pinia: - specifier: ^2.2.4 - version: 2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) + specifier: ^2.2.6 + version: 2.2.6(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) unplugin-auto-import: specifier: ^0.18.3 - version: 0.18.3(@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.20.0)(webpack-sources@3.2.3) + version: 0.18.3(@vueuse/core@11.2.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.24.4)(webpack-sources@3.2.3) vee-validate: - specifier: ^4.14.3 - version: 4.14.3(vue@3.5.12(typescript@5.6.3)) + specifier: ^4.14.6 + version: 4.14.6(vue@3.5.12(typescript@5.6.3)) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -617,19 +617,19 @@ importers: devDependencies: '@rollup/plugin-commonjs': specifier: ^26.0.3 - version: 26.0.3(rollup@4.20.0) + version: 26.0.3(rollup@4.24.4) '@tanstack/vue-query-devtools': - specifier: ^5.59.13 - version: 5.59.13(@tanstack/vue-query@5.59.13(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) + specifier: ^5.59.19 + version: 5.59.19(@tanstack/vue-query@5.59.17(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) '@vue/devtools': specifier: workspace:^ version: link:../../devtools sass-embedded: - specifier: ^1.80.5 - version: 1.80.5 + specifier: ^1.80.6 + version: 1.80.6 serve: specifier: ^14.2.4 version: 14.2.4 @@ -637,14 +637,14 @@ importers: specifier: ^5.6.3 version: 5.6.3 unocss: - specifier: ^0.63.4 - version: 0.63.4(postcss@8.4.47)(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + specifier: ^0.63.6 + version: 0.63.6(postcss@8.4.47)(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vite: - specifier: ^5.4.9 - version: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + specifier: ^5.4.10 + version: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.7 - version: 0.8.7(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 0.8.7(rollup@4.24.4)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vite-plugin-vue-devtools: specifier: workspace:* version: link:../../vite @@ -652,14 +652,14 @@ importers: packages/playground/multi-app: dependencies: '@vueuse/core': - specifier: ^11.1.0 - version: 11.1.0(vue@3.5.12(typescript@5.6.3)) + specifier: ^11.2.0 + version: 11.2.0(vue@3.5.12(typescript@5.6.3)) pinia: - specifier: ^2.2.4 - version: 2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) + specifier: ^2.2.6 + version: 2.2.6(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) unplugin-auto-import: specifier: ^0.18.3 - version: 0.18.3(@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.20.0)(webpack-sources@3.2.3) + version: 0.18.3(@vueuse/core@11.2.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.24.4)(webpack-sources@3.2.3) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -669,10 +669,10 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) sass-embedded: - specifier: ^1.80.5 - version: 1.80.5 + specifier: ^1.80.6 + version: 1.80.6 serve: specifier: ^14.2.4 version: 14.2.4 @@ -680,14 +680,14 @@ importers: specifier: ^5.6.3 version: 5.6.3 unocss: - specifier: ^0.63.4 - version: 0.63.4(postcss@8.4.47)(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + specifier: ^0.63.6 + version: 0.63.6(postcss@8.4.47)(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vite: - specifier: ^5.4.9 - version: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + specifier: ^5.4.10 + version: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.7 - version: 0.8.7(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 0.8.7(rollup@4.24.4)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vite-plugin-vue-devtools: specifier: workspace:* version: link:../../vite @@ -700,7 +700,7 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) vite-plugin-vue-devtools: specifier: workspace:* version: link:../../vite @@ -708,30 +708,30 @@ importers: packages/playground/ui: dependencies: '@unocss/reset': - specifier: ^0.63.4 - version: 0.63.4 + specifier: ^0.63.6 + version: 0.63.6 '@vue/devtools-ui': specifier: workspace:* version: link:../../ui '@vueuse/core': - specifier: ^11.1.0 - version: 11.1.0(vue@3.5.12(typescript@5.6.3)) + specifier: ^11.2.0 + version: 11.2.0(vue@3.5.12(typescript@5.6.3)) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) typescript: specifier: ^5.6.3 version: 5.6.3 unocss: - specifier: ^0.63.4 - version: 0.63.4(postcss@8.4.47)(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + specifier: ^0.63.6 + version: 0.63.6(postcss@8.4.47)(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vite: - specifier: ^5.4.9 - version: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + specifier: ^5.4.10 + version: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vue-tsc: specifier: ^1.8.27 version: 1.8.27(typescript@5.6.3) @@ -739,27 +739,27 @@ importers: packages/playground/webpack: dependencies: core-js: - specifier: ^3.38.1 - version: 3.38.1 + specifier: ^3.39.0 + version: 3.39.0 vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) devDependencies: '@babel/core': - specifier: ^7.25.8 - version: 7.25.8 + specifier: ^7.26.0 + version: 7.26.0 '@babel/eslint-parser': - specifier: ^7.25.8 - version: 7.25.8(@babel/core@7.25.8)(eslint@9.13.0(jiti@2.0.0)) + specifier: ^7.25.9 + version: 7.25.9(@babel/core@7.26.0)(eslint@9.14.0(jiti@2.0.0)) '@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.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3))(core-js@3.38.1)(encoding@0.1.13)(esbuild@0.23.0)(vue@3.5.12(typescript@5.6.3)) + version: 5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3))(core-js@3.39.0)(encoding@0.1.13)(esbuild@0.24.0)(vue@3.5.12(typescript@5.6.3)) '@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.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.23.0)(eslint@9.13.0(jiti@2.0.0)) + version: 5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.24.0)(eslint@9.14.0(jiti@2.0.0)) '@vue/cli-service': specifier: ~5.0.8 - version: 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + version: 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) '@vue/devtools': specifier: workspace:* version: link:../../devtools @@ -767,11 +767,11 @@ importers: specifier: workspace:* version: link:../../devtools-api eslint: - specifier: ^9.13.0 - version: 9.13.0(jiti@2.0.0) + specifier: ^9.14.0 + version: 9.14.0(jiti@2.0.0) eslint-plugin-vue: - specifier: ^9.29.1 - version: 9.29.1(eslint@9.13.0(jiti@2.0.0)) + specifier: ^9.30.0 + version: 9.30.0(eslint@9.14.0(jiti@2.0.0)) packages/shared: dependencies: @@ -780,8 +780,8 @@ importers: version: 1.4.1 devDependencies: '@types/node': - specifier: ^20.16.14 - version: 20.16.14 + specifier: ^20.17.6 + version: 20.17.6 packages/ui: dependencies: @@ -789,14 +789,14 @@ importers: specifier: workspace:* version: link:../shared '@vueuse/components': - specifier: ^11.1.0 - version: 11.1.0(vue@3.5.12(typescript@5.6.3)) + specifier: ^11.2.0 + version: 11.2.0(vue@3.5.12(typescript@5.6.3)) '@vueuse/core': - specifier: ^11.1.0 - version: 11.1.0(vue@3.5.12(typescript@5.6.3)) + specifier: ^11.2.0 + version: 11.2.0(vue@3.5.12(typescript@5.6.3)) '@vueuse/integrations': - specifier: ^11.1.0 - version: 11.1.0(async-validator@4.2.5)(focus-trap@7.6.0)(fuse.js@7.0.0)(vue@3.5.12(typescript@5.6.3)) + specifier: ^11.2.0 + version: 11.2.0(async-validator@4.2.5)(focus-trap@7.6.0)(fuse.js@7.0.0)(vue@3.5.12(typescript@5.6.3)) colord: specifier: ^2.9.3 version: 2.9.3 @@ -805,38 +805,38 @@ importers: version: 7.6.0 shiki: specifier: '>=1.16.0' - version: 1.22.0 + version: 1.22.2 vue: specifier: '>=3.0.0-0' version: 3.5.12(typescript@5.6.3) devDependencies: '@histoire/plugin-vue': specifier: ^0.17.17 - version: 0.17.17(histoire@0.17.17(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)))(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 0.17.17(histoire@0.17.17(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)))(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) '@iconify-json/ic': specifier: ^1.2.1 version: 1.2.1 '@types/node': - specifier: ^20.16.14 - version: 20.16.14 + specifier: ^20.17.6 + version: 20.17.6 '@unocss/reset': - specifier: ^0.63.4 - version: 0.63.4 + specifier: ^0.63.6 + version: 0.63.6 '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) floating-vue: specifier: 5.2.2 version: 5.2.2(vue@3.5.12(typescript@5.6.3)) histoire: specifier: ^0.17.17 - version: 0.17.17(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 0.17.17(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) unocss: - specifier: ^0.63.4 - version: 0.63.4(postcss@8.4.47)(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + specifier: ^0.63.6 + version: 0.63.6(postcss@8.4.47)(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vite-plugin-dts: specifier: ^3.9.1 - version: 3.9.1(@types/node@20.16.14)(rollup@4.20.0)(typescript@5.6.3)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 3.9.1(@types/node@20.17.6)(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) packages/vite: dependencies: @@ -857,17 +857,17 @@ importers: version: 3.0.0 vite: specifier: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 - version: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + version: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.7 - version: 0.8.7(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 0.8.7(rollup@4.24.4)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) vite-plugin-vue-inspector: specifier: ^5.2.0 - version: 5.2.0(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + version: 5.2.0(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) devDependencies: '@types/node': - specifier: ^20.16.14 - version: 20.16.14 + specifier: ^20.17.6 + version: 20.17.6 fast-glob: specifier: ^3.3.2 version: 3.3.2 @@ -1029,27 +1029,27 @@ packages: resolution: {integrity: sha512-RI3HXgSuKTfcBf1hSEg1P9/cOvmI0flsMm6/QL3L3wju4AlHDqd55JFPfXs4pzgEAgy5L9pul4/HPPz99x2GvA==} engines: {node: '>=18'} - '@babel/code-frame@7.25.7': - resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==} + '@babel/code-frame@7.26.2': + resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.25.7': - resolution: {integrity: sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==} + '@babel/compat-data@7.26.2': + resolution: {integrity: sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==} engines: {node: '>=6.9.0'} - '@babel/core@7.25.8': - resolution: {integrity: sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==} + '@babel/core@7.26.0': + resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} engines: {node: '>=6.9.0'} - '@babel/eslint-parser@7.25.8': - resolution: {integrity: sha512-Po3VLMN7fJtv0nsOjBDSbO1J71UhzShE9MuOSkWEV9IZQXzhZklYtzKZ8ZD/Ij3a0JBv1AG3Ny2L3jvAHQVOGg==} + '@babel/eslint-parser@7.25.9': + resolution: {integrity: sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.25.7': - resolution: {integrity: sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==} + '@babel/generator@7.26.2': + resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==} engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.24.7': @@ -1060,8 +1060,8 @@ packages: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.25.7': - resolution: {integrity: sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==} + '@babel/helper-compilation-targets@7.25.9': + resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==} engines: {node: '>=6.9.0'} '@babel/helper-create-class-features-plugin@7.24.7': @@ -1101,12 +1101,12 @@ packages: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.25.7': - resolution: {integrity: sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==} + '@babel/helper-module-imports@7.25.9': + resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.25.7': - resolution: {integrity: sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==} + '@babel/helper-module-transforms@7.26.0': + resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -1143,32 +1143,28 @@ packages: resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.25.7': - resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==} + '@babel/helper-string-parser@7.25.9': + resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.25.7': - resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==} + '@babel/helper-validator-identifier@7.25.9': + resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.25.7': - resolution: {integrity: sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==} + '@babel/helper-validator-option@7.25.9': + resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} engines: {node: '>=6.9.0'} '@babel/helper-wrap-function@7.22.20': resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.25.7': - resolution: {integrity: sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==} - engines: {node: '>=6.9.0'} - - '@babel/highlight@7.25.7': - resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==} + '@babel/helpers@7.26.0': + resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.25.8': - resolution: {integrity: sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==} + '@babel/parser@7.26.2': + resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==} engines: {node: '>=6.0.0'} hasBin: true @@ -1645,16 +1641,16 @@ packages: resolution: {integrity: sha512-8qE83Gths6g29KOpYF9uaFPOXa3oaFF1/88ejKwgkGAZRIkdmoR/jPIzVviAsWNSaZdIdMLWwKSoXpuk9iNGmw==} engines: {node: '>=6.9.0'} - '@babel/template@7.25.7': - resolution: {integrity: sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==} + '@babel/template@7.25.9': + resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.25.7': - resolution: {integrity: sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==} + '@babel/traverse@7.25.9': + resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==} engines: {node: '>=6.9.0'} - '@babel/types@7.25.8': - resolution: {integrity: sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==} + '@babel/types@7.26.0': + resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==} engines: {node: '>=6.9.0'} '@bufbuild/protobuf@2.2.1': @@ -1772,6 +1768,12 @@ packages: cpu: [ppc64] os: [aix] + '@esbuild/aix-ppc64@0.24.0': + resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + '@esbuild/android-arm64@0.18.20': resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} engines: {node: '>=12'} @@ -1796,6 +1798,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.24.0': + resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm@0.18.20': resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==} engines: {node: '>=12'} @@ -1820,6 +1828,12 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.24.0': + resolution: {integrity: sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + '@esbuild/android-x64@0.18.20': resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} engines: {node: '>=12'} @@ -1844,6 +1858,12 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.24.0': + resolution: {integrity: sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + '@esbuild/darwin-arm64@0.18.20': resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} engines: {node: '>=12'} @@ -1868,6 +1888,12 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.24.0': + resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-x64@0.18.20': resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} engines: {node: '>=12'} @@ -1892,6 +1918,12 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.24.0': + resolution: {integrity: sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + '@esbuild/freebsd-arm64@0.18.20': resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} engines: {node: '>=12'} @@ -1916,6 +1948,12 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.24.0': + resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-x64@0.18.20': resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} engines: {node: '>=12'} @@ -1940,6 +1978,12 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.24.0': + resolution: {integrity: sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + '@esbuild/linux-arm64@0.18.20': resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} engines: {node: '>=12'} @@ -1964,6 +2008,12 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.24.0': + resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm@0.18.20': resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} engines: {node: '>=12'} @@ -1988,6 +2038,12 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.24.0': + resolution: {integrity: sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + '@esbuild/linux-ia32@0.18.20': resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} engines: {node: '>=12'} @@ -2012,6 +2068,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.24.0': + resolution: {integrity: sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-loong64@0.18.20': resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==} engines: {node: '>=12'} @@ -2036,6 +2098,12 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.24.0': + resolution: {integrity: sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-mips64el@0.18.20': resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} engines: {node: '>=12'} @@ -2060,6 +2128,12 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.24.0': + resolution: {integrity: sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-ppc64@0.18.20': resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} engines: {node: '>=12'} @@ -2084,6 +2158,12 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.24.0': + resolution: {integrity: sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-riscv64@0.18.20': resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} engines: {node: '>=12'} @@ -2108,6 +2188,12 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.24.0': + resolution: {integrity: sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + '@esbuild/linux-s390x@0.18.20': resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} engines: {node: '>=12'} @@ -2132,6 +2218,12 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.24.0': + resolution: {integrity: sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-x64@0.18.20': resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} engines: {node: '>=12'} @@ -2156,6 +2248,12 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.24.0': + resolution: {integrity: sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/netbsd-x64@0.18.20': resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} engines: {node: '>=12'} @@ -2180,12 +2278,24 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.24.0': + resolution: {integrity: sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-arm64@0.23.0': resolution: {integrity: sha512-suXjq53gERueVWu0OKxzWqk7NxiUWSUlrxoZK7usiF50C6ipColGR5qie2496iKGYNLhDZkPxBI3erbnYkU0rQ==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] + '@esbuild/openbsd-arm64@0.24.0': + resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + '@esbuild/openbsd-x64@0.18.20': resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} engines: {node: '>=12'} @@ -2210,6 +2320,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.24.0': + resolution: {integrity: sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + '@esbuild/sunos-x64@0.18.20': resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} engines: {node: '>=12'} @@ -2234,6 +2350,12 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.24.0': + resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + '@esbuild/win32-arm64@0.18.20': resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} engines: {node: '>=12'} @@ -2258,6 +2380,12 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.24.0': + resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-ia32@0.18.20': resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} engines: {node: '>=12'} @@ -2282,6 +2410,12 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.24.0': + resolution: {integrity: sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-x64@0.18.20': resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} engines: {node: '>=12'} @@ -2306,6 +2440,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.24.0': + resolution: {integrity: sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==} + engines: {node: '>=18'} + 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} @@ -2318,8 +2458,8 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - '@eslint-community/regexpp@4.11.0': - resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} + '@eslint-community/regexpp@4.12.1': + resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} '@eslint/compat@1.1.1': @@ -2338,8 +2478,8 @@ packages: resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.13.0': - resolution: {integrity: sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==} + '@eslint/js@9.14.0': + resolution: {integrity: sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/markdown@6.2.1': @@ -2389,12 +2529,12 @@ packages: '@histoire/vendors@0.17.17': resolution: {integrity: sha512-QZvmffdoJlLuYftPIkOU5Q2FPAdG2JjMuQ5jF7NmEl0n1XnmbMqtRkdYTZ4eF6CO1KLZ0Zyf6gBQvoT1uWNcjA==} - '@humanfs/core@0.19.0': - resolution: {integrity: sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==} + '@humanfs/core@0.19.1': + resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} engines: {node: '>=18.18.0'} - '@humanfs/node@0.16.5': - resolution: {integrity: sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==} + '@humanfs/node@0.16.6': + resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==} engines: {node: '>=18.18.0'} '@humanwhocodes/module-importer@1.0.1': @@ -2405,11 +2545,18 @@ packages: resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} engines: {node: '>=18.18'} + '@humanwhocodes/retry@0.4.0': + resolution: {integrity: sha512-xnRgu9DxZbkWak/te3fcytNyp8MTbuiZIaueg2rgEvBuN55n04nwLYLU9TX/VVlusc9L2ZNXi99nUFNkHXtr5g==} + engines: {node: '>=18.18'} + '@iconify-json/ic@1.2.1': resolution: {integrity: sha512-UjL/bjJP/T5EV881+hTzcfTKVo0KEUjhnMiJcLtPzNgPtU2KZZmRx8BSKKR61H4CN/5FTEbyawGyG0aEt3SwGQ==} - '@iconify/json@2.2.262': - resolution: {integrity: sha512-h7zMbLxsKohKXvf2Lpq6Xob7dxkqXxrUVR58ZvZBgCSrHcE69QJmcFG/KaAwM1eGuKToWvgPWeb1xE6zy7juqg==} + '@iconify-json/simple-icons@1.2.10': + resolution: {integrity: sha512-9OK1dsSjXlH36lhu5n+BlSoXuqFjHUErGLtNdzHpq0vHq4YFBuGYWtZ+vZTHLreRQ8ijPRv/6EsgkV+nf6AReQ==} + + '@iconify/json@2.2.267': + resolution: {integrity: sha512-mM+W8HES8J78wNFRWimpfT+D2YhLzZ9AKD/PiDqiW/QsMmROa2iK0Bx+RwTYYWosmRCzPXPH9y08X4VgfkqZuw==} '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} @@ -2646,83 +2793,93 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.20.0': - resolution: {integrity: sha512-TSpWzflCc4VGAUJZlPpgAJE1+V60MePDQnBd7PPkpuEmOy8i87aL6tinFGKBFKuEDikYpig72QzdT3QPYIi+oA==} + '@rollup/rollup-android-arm-eabi@4.24.4': + resolution: {integrity: sha512-jfUJrFct/hTA0XDM5p/htWKoNNTbDLY0KRwEt6pyOA6k2fmk0WVwl65PdUdJZgzGEHWx+49LilkcSaumQRyNQw==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.20.0': - resolution: {integrity: sha512-u00Ro/nok7oGzVuh/FMYfNoGqxU5CPWz1mxV85S2w9LxHR8OoMQBuSk+3BKVIDYgkpeOET5yXkx90OYFc+ytpQ==} + '@rollup/rollup-android-arm64@4.24.4': + resolution: {integrity: sha512-j4nrEO6nHU1nZUuCfRKoCcvh7PIywQPUCBa2UsootTHvTHIoIu2BzueInGJhhvQO/2FTRdNYpf63xsgEqH9IhA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.20.0': - resolution: {integrity: sha512-uFVfvzvsdGtlSLuL0ZlvPJvl6ZmrH4CBwLGEFPe7hUmf7htGAN+aXo43R/V6LATyxlKVC/m6UsLb7jbG+LG39Q==} + '@rollup/rollup-darwin-arm64@4.24.4': + resolution: {integrity: sha512-GmU/QgGtBTeraKyldC7cDVVvAJEOr3dFLKneez/n7BvX57UdhOqDsVwzU7UOnYA7AAOt+Xb26lk79PldDHgMIQ==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.20.0': - resolution: {integrity: sha512-xbrMDdlev53vNXexEa6l0LffojxhqDTBeL+VUxuuIXys4x6xyvbKq5XqTXBCEUA8ty8iEJblHvFaWRJTk/icAQ==} + '@rollup/rollup-darwin-x64@4.24.4': + resolution: {integrity: sha512-N6oDBiZCBKlwYcsEPXGDE4g9RoxZLK6vT98M8111cW7VsVJFpNEqvJeIPfsCzbf0XEakPslh72X0gnlMi4Ddgg==} cpu: [x64] os: [darwin] - '@rollup/rollup-linux-arm-gnueabihf@4.20.0': - resolution: {integrity: sha512-jMYvxZwGmoHFBTbr12Xc6wOdc2xA5tF5F2q6t7Rcfab68TT0n+r7dgawD4qhPEvasDsVpQi+MgDzj2faOLsZjA==} + '@rollup/rollup-freebsd-arm64@4.24.4': + resolution: {integrity: sha512-py5oNShCCjCyjWXCZNrRGRpjWsF0ic8f4ieBNra5buQz0O/U6mMXCpC1LvrHuhJsNPgRt36tSYMidGzZiJF6mw==} + cpu: [arm64] + os: [freebsd] + + '@rollup/rollup-freebsd-x64@4.24.4': + resolution: {integrity: sha512-L7VVVW9FCnTTp4i7KrmHeDsDvjB4++KOBENYtNYAiYl96jeBThFfhP6HVxL74v4SiZEVDH/1ILscR5U9S4ms4g==} + cpu: [x64] + os: [freebsd] + + '@rollup/rollup-linux-arm-gnueabihf@4.24.4': + resolution: {integrity: sha512-10ICosOwYChROdQoQo589N5idQIisxjaFE/PAnX2i0Zr84mY0k9zul1ArH0rnJ/fpgiqfu13TFZR5A5YJLOYZA==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.20.0': - resolution: {integrity: sha512-1asSTl4HKuIHIB1GcdFHNNZhxAYEdqML/MW4QmPS4G0ivbEcBr1JKlFLKsIRqjSwOBkdItn3/ZDlyvZ/N6KPlw==} + '@rollup/rollup-linux-arm-musleabihf@4.24.4': + resolution: {integrity: sha512-ySAfWs69LYC7QhRDZNKqNhz2UKN8LDfbKSMAEtoEI0jitwfAG2iZwVqGACJT+kfYvvz3/JgsLlcBP+WWoKCLcw==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.20.0': - resolution: {integrity: sha512-COBb8Bkx56KldOYJfMf6wKeYJrtJ9vEgBRAOkfw6Ens0tnmzPqvlpjZiLgkhg6cA3DGzCmLmmd319pmHvKWWlQ==} + '@rollup/rollup-linux-arm64-gnu@4.24.4': + resolution: {integrity: sha512-uHYJ0HNOI6pGEeZ/5mgm5arNVTI0nLlmrbdph+pGXpC9tFHFDQmDMOEqkmUObRfosJqpU8RliYoGz06qSdtcjg==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.20.0': - resolution: {integrity: sha512-+it+mBSyMslVQa8wSPvBx53fYuZK/oLTu5RJoXogjk6x7Q7sz1GNRsXWjn6SwyJm8E/oMjNVwPhmNdIjwP135Q==} + '@rollup/rollup-linux-arm64-musl@4.24.4': + resolution: {integrity: sha512-38yiWLemQf7aLHDgTg85fh3hW9stJ0Muk7+s6tIkSUOMmi4Xbv5pH/5Bofnsb6spIwD5FJiR+jg71f0CH5OzoA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.20.0': - resolution: {integrity: sha512-yAMvqhPfGKsAxHN8I4+jE0CpLWD8cv4z7CK7BMmhjDuz606Q2tFKkWRY8bHR9JQXYcoLfopo5TTqzxgPUjUMfw==} + '@rollup/rollup-linux-powerpc64le-gnu@4.24.4': + resolution: {integrity: sha512-q73XUPnkwt9ZNF2xRS4fvneSuaHw2BXuV5rI4cw0fWYVIWIBeDZX7c7FWhFQPNTnE24172K30I+dViWRVD9TwA==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.20.0': - resolution: {integrity: sha512-qmuxFpfmi/2SUkAw95TtNq/w/I7Gpjurx609OOOV7U4vhvUhBcftcmXwl3rqAek+ADBwSjIC4IVNLiszoj3dPA==} + '@rollup/rollup-linux-riscv64-gnu@4.24.4': + resolution: {integrity: sha512-Aie/TbmQi6UXokJqDZdmTJuZBCU3QBDA8oTKRGtd4ABi/nHgXICulfg1KI6n9/koDsiDbvHAiQO3YAUNa/7BCw==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.20.0': - resolution: {integrity: sha512-I0BtGXddHSHjV1mqTNkgUZLnS3WtsqebAXv11D5BZE/gfw5KoyXSAXVqyJximQXNvNzUo4GKlCK/dIwXlz+jlg==} + '@rollup/rollup-linux-s390x-gnu@4.24.4': + resolution: {integrity: sha512-P8MPErVO/y8ohWSP9JY7lLQ8+YMHfTI4bAdtCi3pC2hTeqFJco2jYspzOzTUB8hwUWIIu1xwOrJE11nP+0JFAQ==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.20.0': - resolution: {integrity: sha512-y+eoL2I3iphUg9tN9GB6ku1FA8kOfmF4oUEWhztDJ4KXJy1agk/9+pejOuZkNFhRwHAOxMsBPLbXPd6mJiCwew==} + '@rollup/rollup-linux-x64-gnu@4.24.4': + resolution: {integrity: sha512-K03TljaaoPK5FOyNMZAAEmhlyO49LaE4qCsr0lYHUKyb6QacTNF9pnfPpXnFlFD3TXuFbFbz7tJ51FujUXkXYA==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.20.0': - resolution: {integrity: sha512-hM3nhW40kBNYUkZb/r9k2FKK+/MnKglX7UYd4ZUy5DJs8/sMsIbqWK2piZtVGE3kcXVNj3B2IrUYROJMMCikNg==} + '@rollup/rollup-linux-x64-musl@4.24.4': + resolution: {integrity: sha512-VJYl4xSl/wqG2D5xTYncVWW+26ICV4wubwN9Gs5NrqhJtayikwCXzPL8GDsLnaLU3WwhQ8W02IinYSFJfyo34Q==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.20.0': - resolution: {integrity: sha512-psegMvP+Ik/Bg7QRJbv8w8PAytPA7Uo8fpFjXyCRHWm6Nt42L+JtoqH8eDQ5hRP7/XW2UiIriy1Z46jf0Oa1kA==} + '@rollup/rollup-win32-arm64-msvc@4.24.4': + resolution: {integrity: sha512-ku2GvtPwQfCqoPFIJCqZ8o7bJcj+Y54cZSr43hHca6jLwAiCbZdBUOrqE6y29QFajNAzzpIOwsckaTFmN6/8TA==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.20.0': - resolution: {integrity: sha512-GabekH3w4lgAJpVxkk7hUzUf2hICSQO0a/BLFA11/RMxQT92MabKAqyubzDZmMOC/hcJNlc+rrypzNzYl4Dx7A==} + '@rollup/rollup-win32-ia32-msvc@4.24.4': + resolution: {integrity: sha512-V3nCe+eTt/W6UYNr/wGvO1fLpHUrnlirlypZfKCT1fG6hWfqhPgQV/K/mRBXBpxc0eKLIF18pIOFVPh0mqHjlg==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.20.0': - resolution: {integrity: sha512-aJ1EJSuTdGnM6qbVC4B5DSmozPTqIag9fSzXRNNo+humQLG89XpPgdt16Ia56ORD7s+H8Pmyx44uczDQ0yDzpg==} + '@rollup/rollup-win32-x64-msvc@4.24.4': + resolution: {integrity: sha512-LTw1Dfd0mBIEqUVCxbvTE/LLo+9ZxVC9k99v1v4ahg9Aak6FpqOfNu5kRkeTAn0wphoC4JU7No1/rL+bBCEwhg==} cpu: [x64] os: [win32] @@ -2748,20 +2905,20 @@ packages: '@rushstack/ts-command-line@4.19.1': resolution: {integrity: sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg==} - '@shikijs/core@1.22.0': - resolution: {integrity: sha512-S8sMe4q71TJAW+qG93s5VaiihujRK6rqDFqBnxqvga/3LvqHEnxqBIOPkt//IdXVtHkQWKu4nOQNk0uBGicU7Q==} + '@shikijs/core@1.22.2': + resolution: {integrity: sha512-bvIQcd8BEeR1yFvOYv6HDiyta2FFVePbzeowf5pPS1avczrPK+cjmaxxh0nx5QzbON7+Sv0sQfQVciO7bN72sg==} - '@shikijs/engine-javascript@1.22.0': - resolution: {integrity: sha512-AeEtF4Gcck2dwBqCFUKYfsCq0s+eEbCEbkUuFou53NZ0sTGnJnJ/05KHQFZxpii5HMXbocV9URYVowOP2wH5kw==} + '@shikijs/engine-javascript@1.22.2': + resolution: {integrity: sha512-iOvql09ql6m+3d1vtvP8fLCVCK7BQD1pJFmHIECsujB0V32BJ0Ab6hxk1ewVSMFA58FI0pR2Had9BKZdyQrxTw==} - '@shikijs/engine-oniguruma@1.22.0': - resolution: {integrity: sha512-5iBVjhu/DYs1HB0BKsRRFipRrD7rqjxlWTj4F2Pf+nQSPqc3kcyqFFeZXnBMzDf0HdqaFVvhDRAGiYNvyLP+Mw==} + '@shikijs/engine-oniguruma@1.22.2': + resolution: {integrity: sha512-GIZPAGzQOy56mGvWMoZRPggn0dTlBf1gutV5TdceLCZlFNqWmuc7u+CzD0Gd9vQUTgLbrt0KLzz6FNprqYAxlA==} - '@shikijs/transformers@1.22.0': - resolution: {integrity: sha512-k7iMOYuGQA62KwAuJOQBgH2IQb5vP8uiB3lMvAMGUgAMMurePOx3Z7oNqJdcpxqZP6I9cc7nc4DNqSKduCxmdg==} + '@shikijs/transformers@1.22.2': + resolution: {integrity: sha512-8f78OiBa6pZDoZ53lYTmuvpFPlWtevn23bzG+azpPVvZg7ITax57o/K3TC91eYL3OMJOO0onPbgnQyZjRos8XQ==} - '@shikijs/types@1.22.0': - resolution: {integrity: sha512-Fw/Nr7FGFhlQqHfxzZY8Cwtwk5E9nKDUgeLjZgt3UuhcM3yJR9xj3ZGNravZZok8XmEZMiYkSMTPlPkULB8nww==} + '@shikijs/types@1.22.2': + resolution: {integrity: sha512-NCWDa6LGZqTuzjsGfXOBWfjS/fDIbDdmVDug+7ykVe1IKT4c1gakrvlfFYp5NhAXH/lyqLM8wsAPo5wNy73Feg==} '@shikijs/vscode-textmate@9.3.0': resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==} @@ -2883,20 +3040,20 @@ packages: resolution: {integrity: sha512-PnVV3d2poenUM31ZbZi/yXkBu3J7kd5k2u51CGwwNojag451AjTH9N6n41yjXz2fpLeewleyLBmNS6+HcGDlXw==} engines: {node: '>=12'} - '@tanstack/query-core@5.59.13': - resolution: {integrity: sha512-Oou0bBu/P8+oYjXsJQ11j+gcpLAMpqW42UlokQYEz4dE7+hOtVO9rVuolJKgEccqzvyFzqX4/zZWY+R/v1wVsQ==} + '@tanstack/query-core@5.59.17': + resolution: {integrity: sha512-jWdDiif8kaqnRGHNXAa9CnudtxY5v9DUxXhodgqX2Rwzj+1UwStDHEbBd9IA5C7VYAaJ2s+BxFR6PUBs8ERorA==} - '@tanstack/query-devtools@5.58.0': - resolution: {integrity: sha512-iFdQEFXaYYxqgrv63ots+65FGI+tNp5ZS5PdMU1DWisxk3fez5HG3FyVlbUva+RdYS5hSLbxZ9aw3yEs97GNTw==} + '@tanstack/query-devtools@5.59.19': + resolution: {integrity: sha512-Gw+3zsADpqiYgx/6MMr9bP1+x2LR8vOuGjo5Un/89qwwP3z7WAHPWFagLFDYkLq68NX7ekUpW/EOYlUMugMXGA==} - '@tanstack/vue-query-devtools@5.59.13': - resolution: {integrity: sha512-eJuEY/sItIG9GYmTstXW/vInNHJ0ujpKPaYCafXy76bvq0vg//xI3ALwLYC4c1mDAmMj6ptwOkmm0lxeJ+zvxQ==} + '@tanstack/vue-query-devtools@5.59.19': + resolution: {integrity: sha512-NSfDHyUdPeQS3Mwu5I+R7JF7/V0kT54iXnSHc0rh1sEzL+SJU59Hx07lnIR2UPMLfhI1Pw/hUc9kcrkbJsIMkg==} peerDependencies: - '@tanstack/vue-query': ^5.59.13 + '@tanstack/vue-query': ^5.59.17 vue: ^3.3.0 - '@tanstack/vue-query@5.59.13': - resolution: {integrity: sha512-3pJg3NlNLD7sQLHFvPKIQ64l86uGuudqDUxlTGCBX5zlpTWjajzfovFc0DHcb0ClKtFyBCmrqnLcMMkjdJj6GQ==} + '@tanstack/vue-query@5.59.17': + resolution: {integrity: sha512-113b6ITbiNMrzZIybVRIbvNIiVRCIdWzSfZbXBNa+WIjDto/xdR2NnMZrNe2wtUActzC1cArAlGM2CFH1SR11Q==} peerDependencies: '@vue/composition-api': ^1.1.2 vue: ^2.6.0 || ^3.3.0 @@ -2933,8 +3090,8 @@ packages: '@types/cacheable-request@6.0.3': resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} - '@types/chrome@0.0.279': - resolution: {integrity: sha512-wl0IxQ2OQiMazPZM5LimHQ7Jwd72/O8UvvzyptplXT2S4eUqXH5C0n8S+v8PtKhyX89p0igCPpNy3Bwksyk57g==} + '@types/chrome@0.0.280': + resolution: {integrity: sha512-AotSmZrL9bcZDDmSI1D9dE7PGbhOur5L0cKxXd7IqbVizQWCY4gcvupPUVsQ4FfDj3V2tt/iOpomT9EY0s+w1g==} '@types/connect-history-api-fallback@1.5.4': resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==} @@ -2963,9 +3120,6 @@ packages: '@types/eslint@9.6.1': resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} - '@types/estree@1.0.5': - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} @@ -3056,8 +3210,8 @@ packages: '@types/node-forge@1.3.11': resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} - '@types/node@20.16.14': - resolution: {integrity: sha512-vtgGzjxLF7QT88qRHtXMzCWpAAmwonE7fwgVjFtXosUva2oSpnIEc3gNO9P7uIfOxKnii2f79/xtOnfreYtDaA==} + '@types/node@20.17.6': + resolution: {integrity: sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -3133,8 +3287,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.11.0': - resolution: {integrity: sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==} + '@typescript-eslint/parser@8.13.0': + resolution: {integrity: sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3147,6 +3301,10 @@ packages: resolution: {integrity: sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/scope-manager@8.13.0': + resolution: {integrity: sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/type-utils@8.11.0': resolution: {integrity: sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3160,6 +3318,10 @@ packages: resolution: {integrity: sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/types@8.13.0': + resolution: {integrity: sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@8.11.0': resolution: {integrity: sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3169,100 +3331,119 @@ packages: typescript: optional: true + '@typescript-eslint/typescript-estree@8.13.0': + resolution: {integrity: sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@typescript-eslint/utils@8.11.0': resolution: {integrity: sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 + '@typescript-eslint/utils@8.13.0': + resolution: {integrity: sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + '@typescript-eslint/visitor-keys@8.11.0': resolution: {integrity: sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/visitor-keys@8.13.0': + resolution: {integrity: sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==} + 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.63.4': - resolution: {integrity: sha512-qu1uMDUT8lXU3mm5EjZpnizvjSYtfY0TTDivR5QNm1i3Xd+ErHfdfOpXdJ2mYvxv+X7C570//KUugkTI3Mb3kQ==} + '@unocss/astro@0.63.6': + resolution: {integrity: sha512-5Fjlv6dpQo6o2PUAcEv8p24G8rn8Op79xLFofq2V+iA/Q32G9/UsxTLOpj+yc+q0YdJrFfDCT2X/3pvVY8Db5g==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: vite: optional: true - '@unocss/cli@0.63.4': - resolution: {integrity: sha512-kBWEiVW7KWfjptAJsk38w9dVqOmrO2/z0WADFnlX2RuKNDoCn422Rus6tFB12wZsEujC9eFM34P2nnU7IWWtlQ==} + '@unocss/cli@0.63.6': + resolution: {integrity: sha512-OZb8hO0x4nCJjFd3Gq3km78YnyMAdq282D+BLiDE6IhQ5WHCVL7fyhfgIVL6xwxISDVxiyITwNb72ky0MEutPg==} engines: {node: '>=14'} hasBin: true - '@unocss/config@0.63.4': - resolution: {integrity: sha512-LfAzM8z0r2comUW94KaSo4JaaEZjPkvrfyVWfO/hyaXa+/xSVIkCTW7+lfWh77hrg1e2SUY1HEvIFBg9Jvb1xQ==} + '@unocss/config@0.63.6': + resolution: {integrity: sha512-+4Lt5uTwRgu1z7vhOUzDf+mL+BQYdaa/Z8NMT2Fiqb37tcjEKvmwaUHdfE22Vif1luDgC6xqFsn6qqFtOxhoWQ==} engines: {node: '>=14'} - '@unocss/core@0.63.4': - resolution: {integrity: sha512-VB4DJ5DsRWpX64si5tWYRXf1n5UkYQqe2s1V22qFiWmXa7Ec+Vf9s3cxWZmoWFC5P9RQiwM9kAqxdg1G+elVkQ==} + '@unocss/core@0.63.6': + resolution: {integrity: sha512-Q4QPgJ271Up89+vIqqOKgtdCKkFpHqvHN8W1LUlKPqtYnOvVYaOIVNAZowaIdEhPuc83yLc6Tg2+7riK18QKEw==} - '@unocss/eslint-plugin@0.63.4': - resolution: {integrity: sha512-RXxlQq+dP8duOv3s/dEm7TmHn4sBBDJPFErJgsiI+RDPIvIo23bh4FZoej8/pUUZ24F9meSM8pEil1kNUBqVHw==} + '@unocss/eslint-plugin@0.63.6': + resolution: {integrity: sha512-t+3INH3dc1NsfH2Eq4UQHtHDG06b/YEe9ULKgi36M+u8gcBDJpPutGmihU7Ftd5XqwoCn0OIMRBcEVwy3mqPaA==} engines: {node: '>=14'} - '@unocss/extractor-arbitrary-variants@0.63.4': - resolution: {integrity: sha512-gI/+2Nv+cH/ZoOc/4X7RLD9CuBXH51jfwGJ1xRveS7tj+EBs8VshP7Vhbn6Jyp69E00wt4hyzjviDoGqcIA8bA==} + '@unocss/extractor-arbitrary-variants@0.63.6': + resolution: {integrity: sha512-HJX0oAa9uzwKYoU8CoJdP1gxjuqFmOLxyZmITjStAmZNZpIxlz2wz4VrHmqml2dkvx/mifGGGc/GxZpQ36D12Q==} - '@unocss/inspector@0.63.4': - resolution: {integrity: sha512-NHvOTScsMrh6oMmwGMrqB1q1RCFTHZCIK0Vwp8hL8/gmNlza2Kd2cQ/WYSEsjW132xeLCOqTME5qny1gpG6SpA==} + '@unocss/inspector@0.63.6': + resolution: {integrity: sha512-DQDJnhtzdHIQXD2vCdj5ytFnHfQCWJGPmrHJHXxzkTYn8nIovV1roVl1ITLxkDIIYK9bdYneg2imQN5JCZhHmQ==} - '@unocss/postcss@0.63.4': - resolution: {integrity: sha512-JnSAV1hAZumkm0KZGXYqWsP2I7wnOdr+oeDckHKLdZR2mHNVbDm46H8XGbie55t/gPftaLSsMbaPvRjU2Fclqg==} + '@unocss/postcss@0.63.6': + resolution: {integrity: sha512-XI6U1jMwbQoSHVWpZZu3Cxp3t1PVj5VOj+IYtz7xmcWP9GVK+eyETo/xyB0l4muD4emXfSrhNDrFYzSyIyF5cg==} engines: {node: '>=14'} peerDependencies: postcss: ^8.4.21 - '@unocss/preset-attributify@0.63.4': - resolution: {integrity: sha512-Q2DT4oVdxaL7XxD9sDP3adb5tnYr05sCxCxPhv3ch8brU7uvwbyqkiEw105pWbj0Hb3i/0kD4iq7lVMZYRH5nw==} + '@unocss/preset-attributify@0.63.6': + resolution: {integrity: sha512-sHH17mfl/THHLxCLAHqPdUniCNMFjAxBHFDZYgGi83azuarF2evI5Mtc3Qsj3nzoSQwTPmK2VY3XYUUrpPDGWQ==} - '@unocss/preset-icons@0.63.4': - resolution: {integrity: sha512-V7JV2xvEGeNVjP6HT4IG/BY/HgajJt9CLT2sgKbaVCU9hNOuBs1YTOxua0KLynbTYwr5F5cDMuE/9slQYinZmg==} + '@unocss/preset-icons@0.63.6': + resolution: {integrity: sha512-fRU44wXABnMPT/9zhKBNSUeDJlOxJhUJP9W3FSRnc+ktjAifJIj0xpUKtEqxL46QMq825Bsj2yDSquzP+XYGnQ==} - '@unocss/preset-mini@0.63.4': - resolution: {integrity: sha512-sim1/uy/XaVzdnMdepXdbdacXF5QNkPDnl4PYBWTyGuT5yKFpuipWpJDS5zZH5W6PYzKdcDA3YiaJ0S5CiUWpQ==} + '@unocss/preset-mini@0.63.6': + resolution: {integrity: sha512-pZDZbSuxabHSwPIy3zCgQ4MNdVCSHvOvZecreH+v96R1oOhquiwU8WiSbkxvZiKiLQJd7JUVW87E1pAzr5ZGGQ==} - '@unocss/preset-tagify@0.63.4': - resolution: {integrity: sha512-RQkeSCKrGAowomjh8/chlnVWWOFlC+QkHB1oY5isRXNO2HStESZljyL/MisRpgjj0ubPiocoFCI2hRzXT/HrSg==} + '@unocss/preset-tagify@0.63.6': + resolution: {integrity: sha512-3lKhk4MW3RqJBwIvBXHj0H0/kHkFlKtCIBQFiBcCJh8TXOID8IZ0iVjuGwdlk63VTizI/wnsNDOVpj6YcjRRlw==} - '@unocss/preset-typography@0.63.4': - resolution: {integrity: sha512-PtRXDqF8dW1GYDxiF1Opl+M5fhZeKx63bhvtXXf3iHjVzPDSHB6w1kTElh6vIWeLDNM9GZbbJyB5f2C8DBjibw==} + '@unocss/preset-typography@0.63.6': + resolution: {integrity: sha512-AXmBVnbV54gUIv5kbywjZek9ZlKRwJfBDVMtWOcLOjN3AHirGx1W2oq2UzNkfYZ2leof/Y2BocxeTwGCCRhqDQ==} - '@unocss/preset-uno@0.63.4': - resolution: {integrity: sha512-VMc2R0XRMjXA5u5HnP0SkiWtc8EnEJvipNPKsWBuyyVb0QrsIXtF5z3l3cuZmD6V7m/o9s81yshL0gFOBpF7iQ==} + '@unocss/preset-uno@0.63.6': + resolution: {integrity: sha512-67PbHyVgAe9Rz0Rhyl3zBibFuGmqQMRPMkRjNYrwmmtNydpQYsXbfnDs0p8mZFp6uO2o3Jkh7urqEtixHHvq0Q==} - '@unocss/preset-web-fonts@0.63.4': - resolution: {integrity: sha512-XuU4dNwTQ0ULlYpQFSKk2JRYACTzpIzpPGP5ZnqdwBxEQH5JhXx4mEmaOhu1OH3c2hZURAkdQvBzYWia4oZ6og==} + '@unocss/preset-web-fonts@0.63.6': + resolution: {integrity: sha512-ko1aHDax0u5CQi1BXggv6uW5Vq/LQRWwzOxqBFTh1JlGHPZTw4CdVJkYnlpt3WEW+FPUzZYjhKmMmQY7KtOTng==} - '@unocss/preset-wind@0.63.4': - resolution: {integrity: sha512-8fTUp6ZxH9YiScz4nZ1tRqprayrlQSfguzkjxDvOrwazfNcmxvHSZfC9dtpEmY+QssM1zHH0mmWmWgQYwU9Zdw==} + '@unocss/preset-wind@0.63.6': + resolution: {integrity: sha512-W3oZ2TXSqStNE+X++kcspRTF2Szu2ej6NW5Kiyy6WQn/+ZD77AF4VtvzHtzFVZ2QKpEIovGBpU5tywooHbB7hw==} - '@unocss/reset@0.63.4': - resolution: {integrity: sha512-7lnVH9zuVMekY0IUtcQRrbEqlkhvyGixgzHSWPBF/JA/Pto18bhd+cMeZhuz4eHRbN274bANX+//I+Ilfo7SSg==} + '@unocss/reset@0.63.6': + resolution: {integrity: sha512-gq73RSZj54MOloqrivkoMPXCqNG2WpIyBT1AYlF76uKxEEbUD41E8uBUhLSKs7gFgF01yQJLRaIuyN1yw09pbQ==} - '@unocss/rule-utils@0.63.4': - resolution: {integrity: sha512-7yRWF881ymxnMcCJSiI/1kMI8uwRqRi3l5XnV+JSGjjF2fDr1POUQjSLaA4s7ZfdEgmjagdLK3F5xqkfMMECNA==} + '@unocss/rule-utils@0.63.6': + resolution: {integrity: sha512-moeDEq5d9mB8gSYeoqHMkXWWekaFFdhg7QCuwwCbxCc+NPMOgGkmfAoafz+y2tdvK7pEuT191RWOiHQ0MkA5oQ==} engines: {node: '>=14'} - '@unocss/transformer-attributify-jsx@0.63.4': - resolution: {integrity: sha512-5cO9BY/Bga6YmbTch1Neg+E46HerJp5wLxPkIcFCDNsqy2MsB97jsFG1dO0jDUg43E26MRI19tg1eqrWL6sTYg==} + '@unocss/transformer-attributify-jsx@0.63.6': + resolution: {integrity: sha512-/RU09MF+hJK7cFbLJ+8vloCGyhn6Oys8R6gey0auB0+nw/ucUXoLQKWgUqo9taQlLuYOiehdkYjQSdWn5lyA/Q==} - '@unocss/transformer-compile-class@0.63.4': - resolution: {integrity: sha512-ta6mqq2S5OWcfBzzYnaiMt3ekn2ECNZTqzzqMglnIKPkE+GmqUmmRavRnpc+NGobuqMRcI4F6x8MSSHf4MV0jw==} + '@unocss/transformer-compile-class@0.63.6': + resolution: {integrity: sha512-zzAqs8adnTUOLA88RgcToadcrz9gjxrZk6IrcmMqMmWqk0MOWNQHIN0RzKa/yaw4QhO2xuGyIz4/WHyXuCXMQg==} - '@unocss/transformer-directives@0.63.4': - resolution: {integrity: sha512-N/dNhmn3e9/Z4IvAujxCdwhNMfx2SihPA2/7GFSMMRi7F0Hn/o2hOqQquRqIJbQwIvi6bJtKwyasxjDoUhJqBA==} + '@unocss/transformer-directives@0.63.6': + resolution: {integrity: sha512-XcNOwLRbfrJSU6YXyLgiMzAigSzjIdvHwS3lLCZ2n6DWuLmTuXBfvVtRxeJ+aflNkhpQNKONCClC4s6I2r53uw==} - '@unocss/transformer-variant-group@0.63.4': - resolution: {integrity: sha512-uEHltdfR0Y1nvs1eqHwsgevRFhZkLmA/MsaMEfNblDJ6CLHe/ACNmMoLX1Mcuq/lAPs0X6jGnKudk4QTrCv15Q==} + '@unocss/transformer-variant-group@0.63.6': + resolution: {integrity: sha512-ebYSjZnZrtcJYjmAEDwGVwPuaQ9EVWKNDDJFFSusP8k/6PjJoHDh0qkj+hdPPDhYn81yzJQalU1eSUSlfC30VA==} - '@unocss/vite@0.63.4': - resolution: {integrity: sha512-YK0L177GD8Kx+JtfiCJy4YyBYckAXo4ogC8LZ+pYVNXDMN+F+XItpGI/ofLRaGIaewNg+MJgGY+CQZceABEAfg==} + '@unocss/vite@0.63.6': + resolution: {integrity: sha512-gxK3gtvYQH5S/qtuvsY4M0S+KJPZnYrOQI/Gopufx+b2qgmwZ/TSAe66gWeKYfe3DfQsmA3PPh/GXpkK+/FnHg==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 @@ -3293,14 +3474,13 @@ packages: vitest: optional: true - '@vitest/expect@2.1.3': - resolution: {integrity: sha512-SNBoPubeCJhZ48agjXruCI57DvxcsivVDdWz+SSsmjTT4QN/DfHk3zB/xKsJqMs26bLZ/pNRLnCf0j679i0uWQ==} + '@vitest/expect@2.1.4': + resolution: {integrity: sha512-DOETT0Oh1avie/D/o2sgMHGrzYUFFo3zqESB2Hn70z6QB1HrS2IQ9z5DfyTqU8sg4Bpu13zZe9V4+UTNQlUeQA==} - '@vitest/mocker@2.1.3': - resolution: {integrity: sha512-eSpdY/eJDuOvuTA3ASzCjdithHa+GIF1L4PqtEELl6Qa3XafdMLBpBlZCIUCX2J+Q6sNmjmxtosAG62fK4BlqQ==} + '@vitest/mocker@2.1.4': + resolution: {integrity: sha512-Ky/O1Lc0QBbutJdW0rqLeFNbuLEyS+mIPiNdlVlp2/yhJ0SbyYqObS5IHdhferJud8MbbwMnexg4jordE5cCoQ==} peerDependencies: - '@vitest/spy': 2.1.3 - msw: ^2.3.5 + msw: ^2.4.9 vite: ^5.0.0 peerDependenciesMeta: msw: @@ -3308,20 +3488,20 @@ packages: vite: optional: true - '@vitest/pretty-format@2.1.3': - resolution: {integrity: sha512-XH1XdtoLZCpqV59KRbPrIhFCOO0hErxrQCMcvnQete3Vibb9UeIOX02uFPfVn3Z9ZXsq78etlfyhnkmIZSzIwQ==} + '@vitest/pretty-format@2.1.4': + resolution: {integrity: sha512-L95zIAkEuTDbUX1IsjRl+vyBSLh3PwLLgKpghl37aCK9Jvw0iP+wKwIFhfjdUtA2myLgjrG6VU6JCFLv8q/3Ww==} - '@vitest/runner@2.1.3': - resolution: {integrity: sha512-JGzpWqmFJ4fq5ZKHtVO3Xuy1iF2rHGV4d/pdzgkYHm1+gOzNZtqjvyiaDGJytRyMU54qkxpNzCx+PErzJ1/JqQ==} + '@vitest/runner@2.1.4': + resolution: {integrity: sha512-sKRautINI9XICAMl2bjxQM8VfCMTB0EbsBc/EDFA57V6UQevEKY/TOPOF5nzcvCALltiLfXWbq4MaAwWx/YxIA==} - '@vitest/snapshot@2.1.3': - resolution: {integrity: sha512-qWC2mWc7VAXmjAkEKxrScWHWFyCQx/cmiZtuGqMi+WwqQJ2iURsVY4ZfAK6dVo6K2smKRU6l3BPwqEBvhnpQGg==} + '@vitest/snapshot@2.1.4': + resolution: {integrity: sha512-3Kab14fn/5QZRog5BPj6Rs8dc4B+mim27XaKWFWHWA87R56AKjHTGcBFKpvZKDzC4u5Wd0w/qKsUIio3KzWW4Q==} - '@vitest/spy@2.1.3': - resolution: {integrity: sha512-Nb2UzbcUswzeSP7JksMDaqsI43Sj5+Kry6ry6jQJT4b5gAK+NS9NED6mDb8FlMRCX8m5guaHCDZmqYMMWRy5nQ==} + '@vitest/spy@2.1.4': + resolution: {integrity: sha512-4JOxa+UAizJgpZfaCPKK2smq9d8mmjZVPMt2kOsg/R8QkoRzydHH1qHxIYNvr1zlEaFj4SXiaaJWxq/LPLKaLg==} - '@vitest/utils@2.1.3': - resolution: {integrity: sha512-xpiVfDSg1RrYT0tX6czgerkpcKFmFOF/gCr30+Mve5V2kewCy4Prn1/NDMSRwaSmT7PRaOF83wu+bEtsY1wrvA==} + '@vitest/utils@2.1.4': + resolution: {integrity: sha512-MXDnZn0Awl2S86PSNIim5PWXgIAx8CIkzu35mBdSApUip6RFOGXBCf3YFyeEu8n1IHk4bWD46DeYFu9mQlFIRg==} '@volar/language-core@1.11.1': resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==} @@ -3486,14 +3666,14 @@ packages: '@vue/devtools-api@6.6.4': resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} - '@vue/devtools-api@7.5.2': - resolution: {integrity: sha512-VxPbAQxJrYSIkoGVvQ2oOoKW8u4CMpvRLySTxhoJA38z8bQEGy9GO33eoRY/DulJbSFRfjZFNvH+dh8B4qpesQ==} + '@vue/devtools-api@7.6.2': + resolution: {integrity: sha512-NCT0ujqlwAhoFvCsAG7G5qS8w/A/dhvFSt2BhmNxyqgpYDrf9CG1zYyWLQkE3dsZ+5lCT6ULUic2VKNaE07Vzg==} - '@vue/devtools-kit@7.5.2': - resolution: {integrity: sha512-0leUOE2HBfl8sHf9ePKzxqnCFskkU22tWWqd9OfeSlslAKE30/TViYvWcF4vgQmPlJnAAdHU0WfW5dYlCeOiuw==} + '@vue/devtools-kit@7.6.2': + resolution: {integrity: sha512-k61BxHRmcTtIQZFouF9QWt9nCCNtSdw12lhg8VNtHq5/XOBGD+ewiK27a40UJ8UPYoCJvi80hbvbYr5E/Zeu1g==} - '@vue/devtools-shared@7.5.2': - resolution: {integrity: sha512-+zmcixnD6TAo+zwm30YuwZckhL9iIi4u+gFwbq9C8zpm3SMndTlEYZtNhAHUhOXB+bCkzyunxw80KQ/T0trF4w==} + '@vue/devtools-shared@7.6.2': + resolution: {integrity: sha512-lcjyJ7hCC0W0kNwnCGMLVTMvDLoZgjcq9BvboPgS+6jQyDul7fpzRSKTGtGhCHoxrDox7qBAKGbAl2Rcf7GE1A==} '@vue/language-core@1.8.27': resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} @@ -3526,17 +3706,17 @@ packages: '@vue/web-component-wrapper@1.3.0': resolution: {integrity: sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==} - '@vueuse/components@11.1.0': - resolution: {integrity: sha512-8CTbvH1rHfAlqsMdMg6G2OiIvHiHn8HRx0yyJ+Ri/C8J6cLylXAd7VESawoCAkRdAXT4ucPnj/uYHZqEb0JbBQ==} + '@vueuse/components@11.2.0': + resolution: {integrity: sha512-L9uDsTcaMvz3x1tX2RepdmvDJGIHBiSeYVXNFfHceiM3mmPY6vfRlS/XqZTpip7FdXxu0s/zSmtZCffZGTNRXQ==} - '@vueuse/core@11.1.0': - resolution: {integrity: sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==} + '@vueuse/core@11.2.0': + resolution: {integrity: sha512-JIUwRcOqOWzcdu1dGlfW04kaJhW3EXnnjJJfLTtddJanymTL7lF1C0+dVVZ/siLfc73mWn+cGP1PE1PKPruRSA==} '@vueuse/core@9.13.0': resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==} - '@vueuse/integrations@11.1.0': - resolution: {integrity: sha512-O2ZgrAGPy0qAjpoI2YR3egNgyEqwG85fxfwmA9BshRIGjV4G6yu6CfOPpMHAOoCD+UfsIl7Vb1bXJ6ifrHYDDA==} + '@vueuse/integrations@11.2.0': + resolution: {integrity: sha512-zGXz3dsxNHKwiD9jPMvR3DAxQEOV6VWIEYTGVSB9PNpk4pTWR+pXrHz9gvXWcP2sTk3W2oqqS6KwWDdntUvNVA==} peerDependencies: async-validator: ^4 axios: ^1 @@ -3576,14 +3756,14 @@ packages: universal-cookie: optional: true - '@vueuse/metadata@11.1.0': - resolution: {integrity: sha512-l9Q502TBTaPYGanl1G+hPgd3QX5s4CGnpXriVBR5fEZ/goI6fvDaVmIl3Td8oKFurOxTmbXvBPSsgrd6eu6HYg==} + '@vueuse/metadata@11.2.0': + resolution: {integrity: sha512-L0ZmtRmNx+ZW95DmrgD6vn484gSpVeRbgpWevFKXwqqQxW9hnSi2Ppuh2BzMjnbv4aJRiIw8tQatXT9uOB23dQ==} '@vueuse/metadata@9.13.0': resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==} - '@vueuse/shared@11.1.0': - resolution: {integrity: sha512-YUtIpY122q7osj+zsNMFAfMTubGz0sn5QzE5gPzAIiCmtt2ha3uQUY1+JPyL4gRCTsLPX82Y9brNbo/aqlA91w==} + '@vueuse/shared@11.2.0': + resolution: {integrity: sha512-VxFjie0EanOudYSgMErxXfq6fo8vhr5ICI+BuE3I9FnX7ePllEsVrRQ7O6Q1TLgApeLuPKcHQxAXpP+KnlrJsg==} '@vueuse/shared@9.13.0': resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==} @@ -3678,8 +3858,8 @@ packages: resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} engines: {node: '>=0.4.0'} - acorn@8.12.1: - resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} + acorn@8.14.0: + resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} engines: {node: '>=0.4.0'} hasBin: true @@ -3946,8 +4126,8 @@ packages: builtins@5.0.1: resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} - bumpp@9.7.1: - resolution: {integrity: sha512-Z6fhD5B8POcSkP+LIHeFQ0+vF0p/C3U+aYp3Yui748VCmsHrhJ/ZshP2970FqE93ymHrJVXTTF8/HDKrRNEYvw==} + bumpp@9.8.1: + resolution: {integrity: sha512-25W55DZI/rq6FboM0Q5y8eHbUk9eNn9oZ4bg/I5kiWn8/rdZCw6iqML076akQiUOQGhrm6QDvSSn4PgQ48bS4A==} engines: {node: '>=10'} hasBin: true @@ -4030,8 +4210,8 @@ packages: ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} - chai@5.1.1: - resolution: {integrity: sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==} + chai@5.1.2: + resolution: {integrity: sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==} engines: {node: '>=12'} chalk-template@0.4.0: @@ -4487,8 +4667,8 @@ packages: core-js-compat@3.38.1: resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==} - core-js@3.38.1: - resolution: {integrity: sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==} + core-js@3.39.0: + resolution: {integrity: sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==} core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} @@ -4851,8 +5031,8 @@ packages: engines: {node: '>= 12.20.55'} hasBin: true - element-plus@2.8.6: - resolution: {integrity: sha512-fk5jB8V3efM02/4roZ5SWOLArgaYXbxEydZLlXSr+KPAwjNyHBlk2+HO5em8YKo5+RLBoHnn6BaThj6IE4nXoQ==} + element-plus@2.8.7: + resolution: {integrity: sha512-oGQyFRufFOgjd872tZc+T4xQAYLlX4hj6d3ixeY13L4fFNUuc1N49JHAqJGPda0tdx3qCnjceZoh1kqqj2+tXQ==} peerDependencies: vue: ^3.2.0 @@ -4947,6 +5127,11 @@ packages: engines: {node: '>=18'} hasBin: true + esbuild@0.24.0: + resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==} + engines: {node: '>=18'} + hasBin: true + escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -5102,8 +5287,8 @@ packages: '@typescript-eslint/eslint-plugin': optional: true - eslint-plugin-vue@9.29.1: - resolution: {integrity: sha512-MH/MbVae4HV/tM8gKAVWMPJbYgW04CK7SuzYRrlNERpxbO0P3+Zdsa2oAcFBW6xNu7W6lIkGOsFAMCRTYmrlWQ==} + eslint-plugin-vue@9.30.0: + resolution: {integrity: sha512-CyqlRgShvljFkOeYK8wN5frh/OGTvkj1S7wlr2Q2pUvwq+X5VYiLd6ZjujpgSgLnys2W8qrBLkXQ41SUYaoPIQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -5128,8 +5313,8 @@ packages: resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint-scope@8.1.0: - resolution: {integrity: sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==} + eslint-scope@8.2.0: + resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} eslint-visitor-keys@2.1.0: @@ -5140,8 +5325,8 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint-visitor-keys@4.1.0: - resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==} + eslint-visitor-keys@4.2.0: + resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} eslint-vitest-rule-tester@0.6.1: @@ -5157,8 +5342,8 @@ packages: eslint: ^7.0.0 || ^8.0.0 webpack: ^5.0.0 - eslint@9.13.0: - resolution: {integrity: sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==} + eslint@9.14.0: + resolution: {integrity: sha512-c2FHsVBr87lnUtjP4Yhvk4yEhKrQavGafRA/Se1ouse8PfbfC/Qh9Mxa00yWsZRlqeUB9raXip0aiiUZkgnr9g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -5167,8 +5352,8 @@ packages: jiti: optional: true - espree@10.2.0: - resolution: {integrity: sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==} + espree@10.3.0: + resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} espree@9.6.1: @@ -5244,6 +5429,10 @@ packages: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} + expect-type@1.1.0: + resolution: {integrity: sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==} + engines: {node: '>=12.0.0'} + express@4.18.2: resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} engines: {node: '>= 0.10.0'} @@ -5286,8 +5475,8 @@ packages: fd-slicer@1.1.0: resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} - fdir@6.4.0: - resolution: {integrity: sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ==} + fdir@6.4.2: + resolution: {integrity: sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==} peerDependencies: picomatch: ^3 || ^4 peerDependenciesMeta: @@ -5441,9 +5630,6 @@ packages: resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==} engines: {node: '>=18'} - get-func-name@2.0.2: - resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} - get-intrinsic@1.2.2: resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==} @@ -6218,8 +6404,8 @@ packages: longest-streak@3.1.0: resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} - loupe@3.1.1: - resolution: {integrity: sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==} + loupe@3.1.2: + resolution: {integrity: sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==} lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} @@ -6245,8 +6431,8 @@ packages: resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} engines: {node: '>=12'} - magic-string@0.30.11: - resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==} + magic-string@0.30.12: + resolution: {integrity: sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==} make-dir@3.1.0: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} @@ -6768,8 +6954,8 @@ packages: obuf@1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} - ofetch@1.4.0: - resolution: {integrity: sha512-MuHgsEhU6zGeX+EMh+8mSMrYTnsqJQQrpM00Q6QHMKNqQ0bKy0B43tk8tL1wg+CnsSTy1kg4Ir2T5Ig6rD+dfQ==} + ofetch@1.4.1: + resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==} ohash@1.1.4: resolution: {integrity: sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==} @@ -6860,8 +7046,8 @@ packages: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} - package-manager-detector@0.2.0: - resolution: {integrity: sha512-E385OSk9qDcXhcM9LNSe4sdhx8a9mAPrZ4sMLW+tmxl5ZuGtPUcdFu+MPP2jbgiWAZ6Pfe5soGFMd+0Db5Vrog==} + package-manager-detector@0.2.2: + resolution: {integrity: sha512-VgXbyrSNsml4eHWIvxxG/nTL4wgybMTXCV2Un/+yEc3aDKKU6nQBZjbeP3Pl3qm9Qg92X/1ng4ffvCeD/zwHgg==} param-case@3.0.4: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} @@ -6979,12 +7165,12 @@ packages: engines: {node: '>=0.10'} hasBin: true - pinia@2.2.4: - resolution: {integrity: sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==} + pinia@2.2.6: + resolution: {integrity: sha512-vIsR8JkDN5Ga2vAxqOE2cJj4VtsHnzpR1Fz30kClxlh0yCHfec6uoMeM3e/ddqmwFUejK3NlrcQa/shnpyT4hA==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' - vue: ^2.6.14 || ^3.3.0 + vue: ^2.6.14 || ^3.5.11 peerDependenciesMeta: '@vue/composition-api': optional: true @@ -7006,8 +7192,8 @@ packages: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} - pnpm@9.12.2: - resolution: {integrity: sha512-InIbOhH4FmGuHsaM4ae4eUJaHKW5kcl1sHSsIgsYfOVscI/l22n0yWLJiUUu7nbIKHf07oD0dM69Ye4TRhtiKA==} + pnpm@9.12.3: + resolution: {integrity: sha512-zOD53pxafJW++UQWnMXf6HQav7FFB4wNUIuGgFaEiofIHmJiRstglny9f9KabAYu9z/4QNlrPIbECsks9KgT7g==} engines: {node: '>=18.12'} hasBin: true @@ -7305,8 +7491,8 @@ packages: psl@1.9.0: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} - publint@0.2.11: - resolution: {integrity: sha512-/kxbd+sD/uEG515N/ZYpC6gYs8h89cQ4UIsAq1y6VT4qlNh8xmiSwcP2xU2MbzXFl8J0l2IdONKFweLfYoqhcA==} + publint@0.2.12: + resolution: {integrity: sha512-YNeUtCVeM4j9nDiTT2OPczmlyzOkIXNtdDZnSuajAxS/nZ6j3t7Vs9SUB4euQNddiltIwu7Tdd3s+hr08fAsMw==} engines: {node: '>=16'} hasBin: true @@ -7385,8 +7571,8 @@ packages: readdir-glob@1.1.3: resolution: {integrity: sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==} - readdir-glob@2.0.0: - resolution: {integrity: sha512-Wlx1ZhthH6jlb7WgcvamQ/HRhJJhaC48565pH2LdYGZxh6B5rNeyYptuz6HrDjKn6Pb0a35jxd/u7ecRQ3GKrQ==} + readdir-glob@2.0.1: + resolution: {integrity: sha512-SDKnVa/A7eA/YigKmgFzVKfTqtS3iPcWckEGk3FsKWESt27PEchLo8Rk76FcCAvc10NAQHRRov3q5EUNN9L55A==} readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} @@ -7535,8 +7721,8 @@ packages: engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true - rollup@4.20.0: - resolution: {integrity: sha512-6rbWBChcnSGzIlXeIdNIZTopKYad8ZG8ajhl78lGRLsI2rX8IkaotQhVas2Ma+GPxJav19wrSzvRvuiv0YKzWw==} + rollup@4.24.4: + resolution: {integrity: sha512-vGorVWIsWfX3xbcyAS+I047kFKapHYivmkaT63Smj77XwvLSJos6M1xGqZnBPFQFBRZDOcG1QnYEIxAvTr/HjA==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -7566,128 +7752,128 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sass-embedded-android-arm64@1.80.5: - resolution: {integrity: sha512-ZPX/gg28vClcP1p4RbEkP5bHhQB35fI8TucJx/gRJDR+A1nyX4vHYEy+qhkmTSshuiFJQcKjtBgfbRRNC0jSdA==} + sass-embedded-android-arm64@1.80.6: + resolution: {integrity: sha512-4rC4ZGM/k4ENVjLXnK3JTst8e8FI9MHSol2Fl7dCdYyJ3KLnlt4qL4AEYfU8zq1tcBb7CBOSZVR+CzCKubnXdg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [android] - sass-embedded-android-arm@1.80.5: - resolution: {integrity: sha512-3af/JRxWJabeADvZTWG7FGGk1O1X+ptHpTwGc+jvtwciTguNnRJy5KOFY0hi0hRfgd/ku6jao2DktwRkC0pz6g==} + sass-embedded-android-arm@1.80.6: + resolution: {integrity: sha512-UeUKMTRsnz4/dh7IzvhjONxa4/jmVp539CHDd8VZOsqg9M3HcNJNIkUzQWbuwZ+nSlWrTuo7Tvn3XlypopCBzw==} engines: {node: '>=14.0.0'} cpu: [arm] os: [android] - sass-embedded-android-ia32@1.80.5: - resolution: {integrity: sha512-zfKf81HygpBZ8IFo/C9KTJYdZIRVK8w1nbkwlp1n/plubZHN9kGAUWrMRy14lKM2bLripmrjxi4XwRKEt4dWEw==} + sass-embedded-android-ia32@1.80.6: + resolution: {integrity: sha512-Lxz2SXE2KdHnynuHF+D6flDvrd55/zaEAWUeka9MxEr6FmR66d8UBOIy5ETwCSUd//S/SE5Jl6oTnHppgD1zNA==} engines: {node: '>=14.0.0'} cpu: [ia32] os: [android] - sass-embedded-android-riscv64@1.80.5: - resolution: {integrity: sha512-6Jm72UluidtDSjKRNHV2V6eFBVY9W5v95HEA4oF62WXu/eerB6fvEmqWfKYkSegtPyc8q/1J5dBiKPtQrJjDzw==} + sass-embedded-android-riscv64@1.80.6: + resolution: {integrity: sha512-hKdxY/oOqB+JJhSoBTDM5DJO1j/xtxQgayh2cLCCUx37IQQe3SEdc3V2JFf/4mIo5peaS4cjqwwSATF+l2zaXg==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [android] - sass-embedded-android-x64@1.80.5: - resolution: {integrity: sha512-v+hpf61/pMOvwYp5FQzRm+Ekv1KXIuhTobAhghfB6ufVJdeGZffu0IXc/NeKXSoOjO9stiwjISnHFT6/9tHXyQ==} + sass-embedded-android-x64@1.80.6: + resolution: {integrity: sha512-Eap2Fi3kTx/rVLBsOnOp5RYPr5+lFjTZ652zR24dmYFe9/sDgasakJIOPjOvD2bRuL9z0uWEY1AXVeeOPeZKrg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [android] - sass-embedded-darwin-arm64@1.80.5: - resolution: {integrity: sha512-6P1suMeGiiSdbqwYNbCS4NbgFQaUMgvNMABydPfJ0KssTkFbpnPATQ5k8K1siZbxhw0kyxDbYMJebnpCS1lWbw==} + sass-embedded-darwin-arm64@1.80.6: + resolution: {integrity: sha512-0mnAx8Vq6Gxj3PQt3imgITfK33hhqrSKpyHSuab71gZZni5opsdtoggq2JawW+1taRFTEZwbZJLKZ0MBDbwCCA==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [darwin] - sass-embedded-darwin-x64@1.80.5: - resolution: {integrity: sha512-/QiaUEJsSJYITKz9oO98GJz7Cw8BeDJuQHfXehFg9tMYZDWqskgKqZ0tAX/e0M1eagU8/RVbndav+EY19G+yqg==} + sass-embedded-darwin-x64@1.80.6: + resolution: {integrity: sha512-Ib20yNZFOrJ7YVT+ltoe+JQNKPcRclM3iLAK69XZZYcSeFM/72SCoQBAaVGIpT23dxDp7FXiE4lO602c3xTRwQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [darwin] - sass-embedded-linux-arm64@1.80.5: - resolution: {integrity: sha512-M7YV2ZZRZ7BYnAKkFEUxguNf0HLGGu2wxait31qLLdQ3Cm8Oqdnrj4EdwqXm6umWBy9pPAOhptleo6TgxlAJgQ==} + sass-embedded-linux-arm64@1.80.6: + resolution: {integrity: sha512-n5r98pBXawrQQKaxIYCMM1zDpnngsqxTkOrmvsYLFiAMCSbR0lWf/7sBB33k/Pm0D6dsbp3jpHilCoQNKI3jIw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - sass-embedded-linux-arm@1.80.5: - resolution: {integrity: sha512-N+UkxXdWGSReJ5AOFJzITY5nWI1jjtPlI8+syu5OvQk0r6uvous+XMTAm3GHyETHi1G90f8PU2nDBW0aVrFJ/A==} + sass-embedded-linux-arm@1.80.6: + resolution: {integrity: sha512-QR0Q6TZox/ThuU2r9c0s3fKCgU2rXAEocpitdgxFp6tta+GsQlMFV3oON2unAa8Bwnuxkmf0YOaK0Oy/TwzkXw==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - sass-embedded-linux-ia32@1.80.5: - resolution: {integrity: sha512-VGv0xJFsoszPGOyClhJSbRQan/zGlwX+skbBkxUnWaK79KYK3rIAt/8L7yvLOuB/QvGcdmbLqVcDaolntK1SWA==} + sass-embedded-linux-ia32@1.80.6: + resolution: {integrity: sha512-O6dWZdcOkryRdDCxVMGOeVowgblpDgVcAuRtZ1F1X7XfbpDriTQm64D+9vVZIrywYSPoJfQMJJ662cr0wUs9IQ==} engines: {node: '>=14.0.0'} cpu: [ia32] os: [linux] - sass-embedded-linux-musl-arm64@1.80.5: - resolution: {integrity: sha512-G4qEewtCkP7l1y7Kj2UTJd7KdyJLC8PGg7Pz3ScyIMBwOpAMJYUEy+UEDpIgshv87CigNPzoVeKQZifDBEuXzQ==} + sass-embedded-linux-musl-arm64@1.80.6: + resolution: {integrity: sha512-VeUSHUi3MAsvOlg9QI4X/2j04h1659aE+7qKP/282CYBTrGkjFGSXZhIki9WKWDgIpDiSInRYXfQQRWhPhjCDg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - sass-embedded-linux-musl-arm@1.80.5: - resolution: {integrity: sha512-cZfGOQrfkKYSSsOd1Bdge7IT9604wp/DNCMBi1U2yENHIVftoo8JYdH08wlBUjpD6nuCO3OH9IiMmtRwb5Wa2w==} + sass-embedded-linux-musl-arm@1.80.6: + resolution: {integrity: sha512-X9FC8s8fvQGRiXc+eATlZ57N44Iq3nNa0M0ugi3ysdJwkaNYvOeS4QzBHKQAaw3QiTqdxTnLUHHVBkyzdCi9pw==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - sass-embedded-linux-musl-ia32@1.80.5: - resolution: {integrity: sha512-KGykpYQ4LcYecjaAYgKXrWWk9H0/Ls5KSgwNbeaspVjsrYQOQguEOTDS0e/tdjZkS2kVMhorkD9ZySsaucxLdw==} + sass-embedded-linux-musl-ia32@1.80.6: + resolution: {integrity: sha512-GqitS2Nab8ah0+wfCqaxW1hnI1piC08FimL6+lM9YWK5DbCOOF82IapbvJOy0feUmd/wNnHmyNTgE9h0zVMFdQ==} engines: {node: '>=14.0.0'} cpu: [ia32] os: [linux] - sass-embedded-linux-musl-riscv64@1.80.5: - resolution: {integrity: sha512-ba4NbmyH7hAuWo9v6XrTLZvxDO5bMcgEKBkDhJLyCo2ywioXjXgAuRANt7qAzVz9JJxJnVT2K8bc8aZ+8h7T3A==} + sass-embedded-linux-musl-riscv64@1.80.6: + resolution: {integrity: sha512-ySs15z7QSRRQK/aByEEqaJLYW/sTpfynefNPZCtsVNVEzNRwy+DRpxNChtxo+QjKq97ocXETbdG5KLik7QOTJg==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] - sass-embedded-linux-musl-x64@1.80.5: - resolution: {integrity: sha512-oznwZKX4K3vB3yITiV7beDfOrgnL7GpDXjDSVQvH2XuR9c/VueUdzGNpogiXJ/spydJ79eMt2rZCYVD/V9LsUw==} + sass-embedded-linux-musl-x64@1.80.6: + resolution: {integrity: sha512-DzeNqU/SN0mWFznoOH4RtVGcrg3Eoa41pUQhKMtrhNbCmIE1zNDunUiAEVTNpdHJF4nxf7ELUPXWmStM31CbUQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - sass-embedded-linux-riscv64@1.80.5: - resolution: {integrity: sha512-hDVRbfA/XPtD0ESlWasvBB00aw50/Ir1pun+a5eTmzuvzgiQ7yT8kRUojfZA3eHWYQFKmjQ1FnIvPk+YjzPplw==} + sass-embedded-linux-riscv64@1.80.6: + resolution: {integrity: sha512-AyoHJ3icV9xuJjq1YzJqpEj2XfiC/KBkVYTUrCELKiXP0DN1gi/BpUwZNCAgCM3CyEdMef4LQM/ztCYJxYzdyg==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] - sass-embedded-linux-x64@1.80.5: - resolution: {integrity: sha512-jQeCOGFgOk8Dt4nabHiG1Xf0d2ethPuk4VDvfXsWhUiRllahZ+CfqoPPr630AQdaDtcNKwWuXwBsZLyI2wP3aw==} + sass-embedded-linux-x64@1.80.6: + resolution: {integrity: sha512-EohsE9CEqx0ycylnsEj/0DNPG99Tb0qAVZspiAs5xHFCJjXOFfp3cRQu0BRf+lZ1b72IhPFXymzVtojvzUHb7g==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - sass-embedded-win32-arm64@1.80.5: - resolution: {integrity: sha512-ok85M2ptV81B+EkUs0T1DmRQ6ELgOWJGtnhBt7WwRPalZBl59gFQFNsRWNqxOpROlVYJya+RFnNieq6kQdL9Vg==} + sass-embedded-win32-arm64@1.80.6: + resolution: {integrity: sha512-29wETQi1ykeVvpd4zMVokpQKFSOZskGJzZawuuNCdo7BHjHKIRDsqbz8YT1CewHPBshI0hfD21fenmjxYjGXPQ==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [win32] - sass-embedded-win32-ia32@1.80.5: - resolution: {integrity: sha512-Bp1Fe2vixWiJnWZ59QjXpyqlyy3DTFjAUhJV5ybKNeISYw6FdY85jSIaM2wH/mt8zTd+ZkoGPBwF5DWueD61ZQ==} + sass-embedded-win32-ia32@1.80.6: + resolution: {integrity: sha512-1s3OpK2iTIfIL/a91QhAQnffsbuWfnsM8Lx4Fxt0f7ErnxjCV6q8MUFTV/UhcLtLyTFnPCA62DLjp2KGCjMI9A==} engines: {node: '>=14.0.0'} cpu: [ia32] os: [win32] - sass-embedded-win32-x64@1.80.5: - resolution: {integrity: sha512-RJjvNAgi2oVsSTKjAyEfdjlWnpgCVov8sUFvMv97Vcq8i8BCx4oztO3X2P8neFP3QGwHclDqEPINLdiTGHwcZw==} + sass-embedded-win32-x64@1.80.6: + resolution: {integrity: sha512-0pH4Zr9silHkcmLPC0ghnD3DI0vMsjA7dKvGR32/RbbjOSvHV5cDQRLiuVJAPp34dfMA7kJd1ysSchRdH0igAQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [win32] - sass-embedded@1.80.5: - resolution: {integrity: sha512-2rmFO02+NMk1no+OElI+H3+8wf0QDcbjmdIBATJhnPLKzbYbRt88U40rGN4pQWETFZ4hxppOGmGxn9MnHppHjw==} + sass-embedded@1.80.6: + resolution: {integrity: sha512-Og4aqBnaA3oJfIpHaLuNATAqzBRgUJDYJy2X15V59cot2wYOtiT/ciPnyuq1o7vpDEeOkHhEd+mSviSlXoETug==} engines: {node: '>=16.0.0'} hasBin: true @@ -7817,8 +8003,8 @@ packages: resolution: {integrity: sha512-RbRMD+IuJJseSZljDdne9ThrUYrwBwJR04FvN4VXpfsU3MNID5VJGHLAD5je/HGThCyEKNgH+nEkSFEWKD7C3Q==} deprecated: Please migrate to https://github.com/antfu/shikiji - shiki@1.22.0: - resolution: {integrity: sha512-/t5LlhNs+UOKQCYBtl5ZsH/Vclz73GIqT2yQsCBygr8L/ppTdmpL4w3kPLoZJbMKVWtoG77Ue1feOjZfDxvMkw==} + shiki@1.22.2: + resolution: {integrity: sha512-3IZau0NdGKXhH2bBlUk4w1IHNxPh6A5B2sUpyY+8utLu2j/h1QpFkAaUA1bAMxOWWGtTWcAh531vnS4NJKS/lA==} side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} @@ -7877,16 +8063,16 @@ packages: socket.io-adapter@2.5.2: resolution: {integrity: sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA==} - socket.io-client@4.8.0: - resolution: {integrity: sha512-C0jdhD5yQahMws9alf/yvtsMGTaIDBnZ8Rb5HU56svyq0l5LIrGzIDZZD5pHQlmzxLuU91Gz+VpQMKgCTNYtkw==} + socket.io-client@4.8.1: + resolution: {integrity: sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==} engines: {node: '>=10.0.0'} socket.io-parser@4.2.4: resolution: {integrity: sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==} engines: {node: '>=10.0.0'} - socket.io@4.8.0: - resolution: {integrity: sha512-8U6BEgGjQOfGz3HHTYaC/L1GaxDCJ/KM0XTkJly0EhZ5U/du9uNEZy4ZgYzEzIqlx2CMm25CrCqr1ck899eLNA==} + socket.io@4.8.1: + resolution: {integrity: sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==} engines: {node: '>=10.2.0'} sockjs@0.3.24: @@ -8127,8 +8313,8 @@ packages: resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==} engines: {node: '>=10'} - taze@0.17.2: - resolution: {integrity: sha512-VZvB2PfuIXVQdgEnjqg1NLAnxzEv28ypxTLpbtSs8rO0gdZbFRwRj3ES9QXneo112rdIwx1SM2QcIL83EfNBdg==} + taze@0.18.0: + resolution: {integrity: sha512-aL8g+4tZvfhsn147u9dRP2eUE2MV+HfJe1sAtSJp46b0Gd8AjyqlJ2uDwnJfM1XNv301Mvh98RkXQw27sco5tQ==} hasBin: true terser-webpack-plugin@5.3.10: @@ -8168,8 +8354,8 @@ packages: peerDependencies: webpack: ^4.27.0 || ^5.0.0 - three@0.169.0: - resolution: {integrity: sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w==} + three@0.170.0: + resolution: {integrity: sha512-FQK+LEpYc0fBD+J8g6oSEyyNzjp+Q7Ks1C568WWaoMRLW+TkNNWmenWeGgJjV105Gd+p/2ql1ZcjYvNiPZBhuQ==} thunky@1.1.0: resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} @@ -8177,23 +8363,23 @@ packages: tinybench@2.9.0: resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} - tinyexec@0.3.0: - resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} + tinyexec@0.3.1: + resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} - tinyglobby@0.2.9: - resolution: {integrity: sha512-8or1+BGEdk1Zkkw2ii16qSS7uVrQJPre5A9o/XkWPATkk23FZh/15BKFxPnlTy6vkljZxLqYCzzBMj30ZrSvjw==} + tinyglobby@0.2.10: + resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==} engines: {node: '>=12.0.0'} - tinypool@1.0.0: - resolution: {integrity: sha512-KIKExllK7jp3uvrNtvRBYBWBOAXSX8ZvoaD8T+7KB/QHIuoJW3Pmr60zucywjAlMb5TeXUkcs/MWeWLu0qvuAQ==} + tinypool@1.0.1: + resolution: {integrity: sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==} engines: {node: ^18.0.0 || >=20.0.0} tinyrainbow@1.2.0: resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==} engines: {node: '>=14.0.0'} - tinyspy@3.0.0: - resolution: {integrity: sha512-q5nmENpTHgiPVd1cJDDc9cVoYN5x4vCvwT3FMilvKPKneCBZAxn2YWQjDF0UMcE9k0Cay1gBiDfTMU0g+mPMQA==} + tinyspy@3.0.2: + resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} engines: {node: '>=14.0.0'} tldts-core@6.1.47: @@ -8203,10 +8389,6 @@ packages: resolution: {integrity: sha512-R/K2tZ5MiY+mVrnSkNJkwqYT2vUv1lcT6wJvd2emGaMJ7PHUGRY4e3tUsdFCXgqxi2QgbHjL3yJgXCo40v9Hxw==} hasBin: true - to-fast-properties@2.0.0: - resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} - engines: {node: '>=4'} - to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -8264,8 +8446,8 @@ packages: tslib@2.7.0: resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} - tsup@8.3.0: - resolution: {integrity: sha512-ALscEeyS03IomcuNdFdc0YWGVIkwH1Ws7nfTbAPuoILvEV2hpGQAY72LIOjglGo4ShWpZfpBqP/jpQVCzqYQag==} + tsup@8.3.5: + resolution: {integrity: sha512-Tunf6r6m6tnZsG9GYWndg0z8dEV7fD733VBFzFJ5Vcm1FtlXB8xBD/rtrBi2a3YKEV7hHtxiZtW5EAVADoe1pA==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -8283,8 +8465,8 @@ packages: typescript: optional: true - tsx@4.19.1: - resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} + tsx@4.19.2: + resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==} engines: {node: '>=18.0.0'} hasBin: true @@ -8453,11 +8635,11 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - unocss@0.63.4: - resolution: {integrity: sha512-MQ/ktuJ2MoXBsd117DEONFubJRQN6Og4mQJLbT+0nna2aTW4jYJESJ479mJYWq/ajonxEaM+zrf8M92VIWxzEw==} + unocss@0.63.6: + resolution: {integrity: sha512-OKJJKEFWVz+Lsf3JdOgRiRtL+QOUQRBov89taUcCPFPZtrhP6pPVFCZHD9qMvY4IChMX7dzalQax3ZXJ3hbtkQ==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.63.4 + '@unocss/webpack': 0.63.6 vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: '@unocss/webpack': @@ -8500,8 +8682,8 @@ packages: peerDependencies: vue: ^3.2.25 - unplugin@1.14.1: - resolution: {integrity: sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==} + unplugin@1.15.0: + resolution: {integrity: sha512-jTPIs63W+DUEDW207ztbaoO7cQ4p5aVaB823LSlxpsFEU3Mykwxf3ZGC/wzxFJeZlASZYgVrWeo7LgOrqJZ8RA==} engines: {node: '>=14.0.0'} peerDependencies: webpack-sources: ^3 @@ -8570,8 +8752,8 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - vee-validate@4.14.3: - resolution: {integrity: sha512-o4yABwgmCxyNz63hAFiDuLtK4qSrJ3+Ri5kbbJ9RQecXpaMp6NzJUEGE3LOcScakkSmtLDzvliQ2yBdFyPWDIw==} + vee-validate@4.14.6: + resolution: {integrity: sha512-5w6e+YqJFLfzRR6gmRZgE6ZIVZ5nW1UAQdAlu78Oy3CFVrhTraqMMsfDC/Kmz7CNtCpIYaXxC8oKfr2hAiTnew==} peerDependencies: vue: ^3.4.26 @@ -8614,8 +8796,8 @@ packages: engines: {node: '>=v14.18.0'} hasBin: true - vite-node@2.1.3: - resolution: {integrity: sha512-I1JadzO+xYX887S39Do+paRePCKoiDrWRRjp9kkG5he0t7RXNvPAJPCQSJqbGN4uCrFFeS3Kj3sLqY8NMYBEdA==} + vite-node@2.1.4: + resolution: {integrity: sha512-kqa9v+oi4HwkG6g8ufRnb5AeplcRw8jUF6/7/Qz1qRQOXHImG8YnLbB+LLszENwFnoBl9xIf9nVdCFzNd7GQEg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -8644,8 +8826,8 @@ packages: peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 - vite@5.4.9: - resolution: {integrity: sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==} + vite@5.4.10: + resolution: {integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -8675,8 +8857,8 @@ packages: terser: optional: true - vitepress@1.4.1: - resolution: {integrity: sha512-C2rQ7PMlDVqgsaHOa0uJtgGGWaGv74QMaGL62lxKbtFkYtosJB5HAfZ8+pEbfzzvLemYaYwaiQdFLBlexK2sFw==} + vitepress@1.5.0: + resolution: {integrity: sha512-q4Q/G2zjvynvizdB3/bupdYkCJe2umSAMv9Ju4d92E6/NXJ59z70xB0q5p/4lpRyAwflDsbwy1mLV9Q5+nlB+g==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4 @@ -8687,15 +8869,15 @@ packages: postcss: optional: true - vitest@2.1.3: - resolution: {integrity: sha512-Zrxbg/WiIvUP2uEzelDNTXmEMJXuzJ1kCpbDvaKByFA9MNeO95V+7r/3ti0qzJzrxdyuUw5VduN7k+D3VmVOSA==} + vitest@2.1.4: + resolution: {integrity: sha512-eDjxbVAJw1UJJCHr5xr/xM86Zx+YxIEXGAR+bmnEID7z9qWfoxpHw0zdobz+TQAFOLT+nEXz3+gx6nUJ7RgmlQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.1.3 - '@vitest/ui': 2.1.3 + '@vitest/browser': 2.1.4 + '@vitest/ui': 2.1.4 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -8732,6 +8914,9 @@ packages: peerDependencies: eslint: '>=6.0.0' + vue-flow-layout@0.0.5: + resolution: {integrity: sha512-lZlqQ/Se1trGMtBMneZDWaiQiQBuxU8ivZ+KpJMem5zKROFpzuPq9KqyWABbSYbxq0qhqZs1I4DBwrY041rtOA==} + vue-hot-reload-api@2.3.4: resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==} @@ -9227,47 +9412,47 @@ snapshots: '@andrewbranch/untar.js@1.0.3': {} - '@antfu/eslint-config@3.8.0(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(@unocss/eslint-plugin@0.63.4(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(@vue/compiler-sfc@3.5.12)(eslint-plugin-format@0.1.2(eslint@9.13.0(jiti@2.0.0)))(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.3(@types/node@20.16.14)(jsdom@25.0.1)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))': + '@antfu/eslint-config@3.8.0(@typescript-eslint/utils@8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(@unocss/eslint-plugin@0.63.6(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(@vue/compiler-sfc@3.5.12)(eslint-plugin-format@0.1.2(eslint@9.14.0(jiti@2.0.0)))(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.4(@types/node@20.17.6)(jsdom@25.0.1)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))': dependencies: '@antfu/install-pkg': 0.4.1 '@clack/prompts': 0.7.0 - '@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.13.0(jiti@2.0.0)) + '@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.14.0(jiti@2.0.0)) '@eslint/markdown': 6.2.1 - '@stylistic/eslint-plugin': 2.9.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) - '@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) - '@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) - '@vitest/eslint-plugin': 1.1.7(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.3(@types/node@20.16.14)(jsdom@25.0.1)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) - eslint: 9.13.0(jiti@2.0.0) - eslint-config-flat-gitignore: 0.3.0(eslint@9.13.0(jiti@2.0.0)) + '@stylistic/eslint-plugin': 2.9.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) + '@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) + '@typescript-eslint/parser': 8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) + '@vitest/eslint-plugin': 1.1.7(@typescript-eslint/utils@8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.4(@types/node@20.17.6)(jsdom@25.0.1)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) + eslint: 9.14.0(jiti@2.0.0) + eslint-config-flat-gitignore: 0.3.0(eslint@9.14.0(jiti@2.0.0)) eslint-flat-config-utils: 0.4.0 - eslint-merge-processors: 0.1.0(eslint@9.13.0(jiti@2.0.0)) - eslint-plugin-antfu: 2.7.0(eslint@9.13.0(jiti@2.0.0)) - eslint-plugin-command: 0.2.6(eslint@9.13.0(jiti@2.0.0)) - eslint-plugin-import-x: 4.3.1(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) - eslint-plugin-jsdoc: 50.4.3(eslint@9.13.0(jiti@2.0.0)) - eslint-plugin-jsonc: 2.16.0(eslint@9.13.0(jiti@2.0.0)) - eslint-plugin-n: 17.11.1(eslint@9.13.0(jiti@2.0.0)) + eslint-merge-processors: 0.1.0(eslint@9.14.0(jiti@2.0.0)) + eslint-plugin-antfu: 2.7.0(eslint@9.14.0(jiti@2.0.0)) + eslint-plugin-command: 0.2.6(eslint@9.14.0(jiti@2.0.0)) + eslint-plugin-import-x: 4.3.1(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) + eslint-plugin-jsdoc: 50.4.3(eslint@9.14.0(jiti@2.0.0)) + eslint-plugin-jsonc: 2.16.0(eslint@9.14.0(jiti@2.0.0)) + eslint-plugin-n: 17.11.1(eslint@9.14.0(jiti@2.0.0)) eslint-plugin-no-only-tests: 3.3.0 - eslint-plugin-perfectionist: 3.9.1(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.0.0))) - eslint-plugin-regexp: 2.6.0(eslint@9.13.0(jiti@2.0.0)) - eslint-plugin-toml: 0.11.1(eslint@9.13.0(jiti@2.0.0)) - eslint-plugin-unicorn: 56.0.0(eslint@9.13.0(jiti@2.0.0)) - eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.13.0(jiti@2.0.0)) - eslint-plugin-vue: 9.29.1(eslint@9.13.0(jiti@2.0.0)) - eslint-plugin-yml: 1.14.0(eslint@9.13.0(jiti@2.0.0)) - eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.5.12)(eslint@9.13.0(jiti@2.0.0)) + eslint-plugin-perfectionist: 3.9.1(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.14.0(jiti@2.0.0))) + eslint-plugin-regexp: 2.6.0(eslint@9.14.0(jiti@2.0.0)) + eslint-plugin-toml: 0.11.1(eslint@9.14.0(jiti@2.0.0)) + eslint-plugin-unicorn: 56.0.0(eslint@9.14.0(jiti@2.0.0)) + eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.0.0)) + eslint-plugin-vue: 9.30.0(eslint@9.14.0(jiti@2.0.0)) + eslint-plugin-yml: 1.14.0(eslint@9.14.0(jiti@2.0.0)) + eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.5.12)(eslint@9.14.0(jiti@2.0.0)) globals: 15.11.0 jsonc-eslint-parser: 2.4.0 local-pkg: 0.5.0 parse-gitignore: 2.0.0 picocolors: 1.1.1 toml-eslint-parser: 0.10.0 - vue-eslint-parser: 9.4.3(eslint@9.13.0(jiti@2.0.0)) + vue-eslint-parser: 9.4.3(eslint@9.14.0(jiti@2.0.0)) yaml-eslint-parser: 1.2.3 yargs: 17.7.2 optionalDependencies: - '@unocss/eslint-plugin': 0.63.4(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) - eslint-plugin-format: 0.1.2(eslint@9.13.0(jiti@2.0.0)) + '@unocss/eslint-plugin': 0.63.6(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) + eslint-plugin-format: 0.1.2(eslint@9.14.0(jiti@2.0.0)) transitivePeerDependencies: - '@typescript-eslint/utils' - '@vue/compiler-sfc' @@ -9278,8 +9463,8 @@ snapshots: '@antfu/install-pkg@0.4.1': dependencies: - package-manager-detector: 0.2.0 - tinyexec: 0.3.0 + package-manager-detector: 0.2.2 + tinyexec: 0.3.1 '@antfu/ni@0.23.0': {} @@ -9305,25 +9490,26 @@ snapshots: typescript: 5.6.1-rc validate-npm-package-name: 5.0.0 - '@babel/code-frame@7.25.7': + '@babel/code-frame@7.26.2': dependencies: - '@babel/highlight': 7.25.7 + '@babel/helper-validator-identifier': 7.25.9 + js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.25.7': {} + '@babel/compat-data@7.26.2': {} - '@babel/core@7.25.8': + '@babel/core@7.26.0': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.25.7 - '@babel/generator': 7.25.7 - '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.8) - '@babel/helpers': 7.25.7 - '@babel/parser': 7.25.8 - '@babel/template': 7.25.7 - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.26.2 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) + '@babel/helpers': 7.26.0 + '@babel/parser': 7.26.2 + '@babel/template': 7.25.9 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 convert-source-map: 2.0.0 debug: 4.3.7 gensync: 1.0.0-beta.2 @@ -9332,63 +9518,64 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/eslint-parser@7.25.8(@babel/core@7.25.8)(eslint@9.13.0(jiti@2.0.0))': + '@babel/eslint-parser@7.25.9(@babel/core@7.26.0)(eslint@9.14.0(jiti@2.0.0))': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.25.7': + '@babel/generator@7.26.2': dependencies: - '@babel/types': 7.25.8 + '@babel/parser': 7.26.2 + '@babel/types': 7.26.0 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.0.2 '@babel/helper-annotate-as-pure@7.24.7': dependencies: - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15': dependencies: - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 - '@babel/helper-compilation-targets@7.25.7': + '@babel/helper-compilation-targets@7.25.9': dependencies: - '@babel/compat-data': 7.25.7 - '@babel/helper-validator-option': 7.25.7 + '@babel/compat-data': 7.26.2 + '@babel/helper-validator-option': 7.25.9 browserslist: 4.24.0 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.25.8)': + '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-function-name': 7.24.7 '@babel/helper-member-expression-to-functions': 7.24.7 '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.25.8) + '@babel/helper-replace-supers': 7.24.7(@babel/core@7.26.0) '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 '@babel/helper-split-export-declaration': 7.24.7 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.25.8)': + '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.24.7 regexpu-core: 5.3.2 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.4.4(@babel/core@7.25.8)': + '@babel/helper-define-polyfill-provider@0.4.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-compilation-targets': 7.25.7 + '@babel/core': 7.26.0 + '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.24.7 debug: 4.3.7 lodash.debounce: 4.0.8 @@ -9398,61 +9585,60 @@ snapshots: '@babel/helper-environment-visitor@7.24.7': dependencies: - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 '@babel/helper-function-name@7.24.7': dependencies: - '@babel/template': 7.25.7 - '@babel/types': 7.25.8 + '@babel/template': 7.25.9 + '@babel/types': 7.26.0 '@babel/helper-hoist-variables@7.24.7': dependencies: - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 '@babel/helper-member-expression-to-functions@7.24.7': dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.22.15': dependencies: - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 - '@babel/helper-module-imports@7.25.7': + '@babel/helper-module-imports@7.25.9': dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.25.7(@babel/core@7.25.8)': + '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-imports': 7.25.7 - '@babel/helper-simple-access': 7.25.7 - '@babel/helper-validator-identifier': 7.25.7 - '@babel/traverse': 7.25.7 + '@babel/core': 7.26.0 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.25.9 transitivePeerDependencies: - supports-color '@babel/helper-optimise-call-expression@7.24.7': dependencies: - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 '@babel/helper-plugin-utils@7.24.7': {} - '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.25.8)': + '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-wrap-function': 7.22.20 - '@babel/helper-replace-supers@7.24.7(@babel/core@7.25.8)': + '@babel/helper-replace-supers@7.24.7(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-member-expression-to-functions': 7.24.7 '@babel/helper-optimise-call-expression': 7.24.7 @@ -9461,633 +9647,626 @@ snapshots: '@babel/helper-simple-access@7.25.7': dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.24.7': dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 transitivePeerDependencies: - supports-color '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 - '@babel/helper-string-parser@7.25.7': {} + '@babel/helper-string-parser@7.25.9': {} - '@babel/helper-validator-identifier@7.25.7': {} + '@babel/helper-validator-identifier@7.25.9': {} - '@babel/helper-validator-option@7.25.7': {} + '@babel/helper-validator-option@7.25.9': {} '@babel/helper-wrap-function@7.22.20': dependencies: '@babel/helper-function-name': 7.24.7 - '@babel/template': 7.25.7 - '@babel/types': 7.25.8 + '@babel/template': 7.25.9 + '@babel/types': 7.26.0 - '@babel/helpers@7.25.7': + '@babel/helpers@7.26.0': dependencies: - '@babel/template': 7.25.7 - '@babel/types': 7.25.8 + '@babel/template': 7.25.9 + '@babel/types': 7.26.0 - '@babel/highlight@7.25.7': + '@babel/parser@7.26.2': dependencies: - '@babel/helper-validator-identifier': 7.25.7 - chalk: 2.4.2 - js-tokens: 4.0.0 - picocolors: 1.1.1 + '@babel/types': 7.26.0 - '@babel/parser@7.25.8': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/types': 7.25.8 - - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.25.8) + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.26.0) transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.7(@babel/core@7.25.8)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.7(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.25.8)': + '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-decorators@7.23.5(@babel/core@7.25.8)': + '@babel/plugin-proposal-decorators@7.23.5(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.25.8) + '@babel/helper-replace-supers': 7.24.7(@babel/core@7.26.0) '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.25.8) + '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.26.0) transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.8)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.25.8)': + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.8)': + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.8)': + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.8)': + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.25.8)': + '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.8)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.25.8)': + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.25.8)': + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.8)': + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.25.8)': + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.25.8)': + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.8)': + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.25.8)': + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.25.8)': + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.8)': + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.25.8)': + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.25.8)': + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.8)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-async-generator-functions@7.23.7(@babel/core@7.25.8)': + '@babel/plugin-transform-async-generator-functions@7.23.7(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.25.8) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.8) + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.26.0) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.26.0) - '@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-imports': 7.25.7 + '@babel/core': 7.26.0 + '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.25.8) + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.26.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.8) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.26.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.23.5(@babel/core@7.25.8)': + '@babel/plugin-transform-classes@7.23.5(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-compilation-targets': 7.25.7 + '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-function-name': 7.24.7 '@babel/helper-optimise-call-expression': 7.24.7 '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.25.8) + '@babel/helper-replace-supers': 7.24.7(@babel/core@7.26.0) '@babel/helper-split-export-declaration': 7.24.7 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/template': 7.25.7 + '@babel/template': 7.25.9 - '@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.8) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.26.0) - '@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.8) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.26.0) - '@babel/plugin-transform-for-of@7.23.6(@babel/core@7.25.8)': + '@babel/plugin-transform-for-of@7.23.6(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-function-name@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-compilation-targets': 7.25.7 + '@babel/core': 7.26.0 + '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-function-name': 7.24.7 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.8) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.0) - '@babel/plugin-transform-literals@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-literals@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.8) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.0) - '@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.25.8)': + '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 '@babel/helper-simple-access': 7.25.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-hoist-variables': 7.24.7 - '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.8) + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-validator-identifier': 7.25.7 + '@babel/helper-validator-identifier': 7.25.9 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.25.8)': + '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-new-target@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-new-target@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.8) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.0) - '@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.8) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.0) - '@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/compat-data': 7.25.7 - '@babel/core': 7.25.8 - '@babel/helper-compilation-targets': 7.25.7 + '@babel/compat-data': 7.26.2 + '@babel/core': 7.26.0 + '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.25.8) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.26.0) - '@babel/plugin-transform-object-super@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-object-super@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.25.8) + '@babel/helper-replace-supers': 7.24.7(@babel/core@7.26.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.8) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.0) - '@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.8) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-parameters@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.25.8)': + '@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.8) + '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.8) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 regenerator-transform: 0.15.2 - '@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-runtime@7.23.7(@babel/core@7.25.8)': + '@babel/plugin-transform-runtime@7.23.7(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-imports': 7.25.7 + '@babel/core': 7.26.0 + '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.24.7 - babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.25.8) - babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.25.8) - babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.25.8) + babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.26.0) + babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.26.0) + babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.26.0) semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-spread@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-spread@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.25.8)': + '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.8) + '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.8) + '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.26.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.25.8)': + '@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.24.7 - '@babel/preset-env@7.23.7(@babel/core@7.25.8)': + '@babel/preset-env@7.23.7(@babel/core@7.26.0)': dependencies: - '@babel/compat-data': 7.25.7 - '@babel/core': 7.25.8 - '@babel/helper-compilation-targets': 7.25.7 + '@babel/compat-data': 7.26.2 + '@babel/core': 7.26.0 + '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-validator-option': 7.25.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.7(@babel/core@7.25.8) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.8) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.8) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.8) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.8) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.8) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.8) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.8) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.8) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.8) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.8) - '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-async-generator-functions': 7.23.7(@babel/core@7.25.8) - '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.25.8) - '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-for-of': 7.23.6(@babel/core@7.25.8) - '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.25.8) - '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.25.8) - '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.25.8) - '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.25.8) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.8) - babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.25.8) - babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.25.8) - babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.25.8) + '@babel/helper-validator-option': 7.25.9 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.7(@babel/core@7.26.0) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.0) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.26.0) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.26.0) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.26.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.0) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.0) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.0) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-async-generator-functions': 7.23.7(@babel/core@7.26.0) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.26.0) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-for-of': 7.23.6(@babel/core@7.26.0) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.26.0) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.26.0) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.26.0) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.26.0) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.0) + babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.26.0) + babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.26.0) + babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.26.0) core-js-compat: 3.38.1 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.8)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.24.7 - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 esutils: 2.0.3 '@babel/regjsgen@0.8.0': {} @@ -10098,29 +10277,28 @@ snapshots: '@babel/standalone@7.22.15': {} - '@babel/template@7.25.7': + '@babel/template@7.25.9': dependencies: - '@babel/code-frame': 7.25.7 - '@babel/parser': 7.25.8 - '@babel/types': 7.25.8 + '@babel/code-frame': 7.26.2 + '@babel/parser': 7.26.2 + '@babel/types': 7.26.0 - '@babel/traverse@7.25.7': + '@babel/traverse@7.25.9': dependencies: - '@babel/code-frame': 7.25.7 - '@babel/generator': 7.25.7 - '@babel/parser': 7.25.8 - '@babel/template': 7.25.7 - '@babel/types': 7.25.8 + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.26.2 + '@babel/parser': 7.26.2 + '@babel/template': 7.25.9 + '@babel/types': 7.26.0 debug: 4.3.7 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.25.8': + '@babel/types@7.26.0': dependencies: - '@babel/helper-string-parser': 7.25.7 - '@babel/helper-validator-identifier': 7.25.7 - to-fast-properties: 2.0.0 + '@babel/helper-string-parser': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 '@bufbuild/protobuf@2.2.1': {} @@ -10257,6 +10435,9 @@ snapshots: '@esbuild/aix-ppc64@0.23.0': optional: true + '@esbuild/aix-ppc64@0.24.0': + optional: true + '@esbuild/android-arm64@0.18.20': optional: true @@ -10269,6 +10450,9 @@ snapshots: '@esbuild/android-arm64@0.23.0': optional: true + '@esbuild/android-arm64@0.24.0': + optional: true + '@esbuild/android-arm@0.18.20': optional: true @@ -10281,6 +10465,9 @@ snapshots: '@esbuild/android-arm@0.23.0': optional: true + '@esbuild/android-arm@0.24.0': + optional: true + '@esbuild/android-x64@0.18.20': optional: true @@ -10293,6 +10480,9 @@ snapshots: '@esbuild/android-x64@0.23.0': optional: true + '@esbuild/android-x64@0.24.0': + optional: true + '@esbuild/darwin-arm64@0.18.20': optional: true @@ -10305,6 +10495,9 @@ snapshots: '@esbuild/darwin-arm64@0.23.0': optional: true + '@esbuild/darwin-arm64@0.24.0': + optional: true + '@esbuild/darwin-x64@0.18.20': optional: true @@ -10317,6 +10510,9 @@ snapshots: '@esbuild/darwin-x64@0.23.0': optional: true + '@esbuild/darwin-x64@0.24.0': + optional: true + '@esbuild/freebsd-arm64@0.18.20': optional: true @@ -10329,6 +10525,9 @@ snapshots: '@esbuild/freebsd-arm64@0.23.0': optional: true + '@esbuild/freebsd-arm64@0.24.0': + optional: true + '@esbuild/freebsd-x64@0.18.20': optional: true @@ -10341,6 +10540,9 @@ snapshots: '@esbuild/freebsd-x64@0.23.0': optional: true + '@esbuild/freebsd-x64@0.24.0': + optional: true + '@esbuild/linux-arm64@0.18.20': optional: true @@ -10353,6 +10555,9 @@ snapshots: '@esbuild/linux-arm64@0.23.0': optional: true + '@esbuild/linux-arm64@0.24.0': + optional: true + '@esbuild/linux-arm@0.18.20': optional: true @@ -10365,6 +10570,9 @@ snapshots: '@esbuild/linux-arm@0.23.0': optional: true + '@esbuild/linux-arm@0.24.0': + optional: true + '@esbuild/linux-ia32@0.18.20': optional: true @@ -10377,6 +10585,9 @@ snapshots: '@esbuild/linux-ia32@0.23.0': optional: true + '@esbuild/linux-ia32@0.24.0': + optional: true + '@esbuild/linux-loong64@0.18.20': optional: true @@ -10389,6 +10600,9 @@ snapshots: '@esbuild/linux-loong64@0.23.0': optional: true + '@esbuild/linux-loong64@0.24.0': + optional: true + '@esbuild/linux-mips64el@0.18.20': optional: true @@ -10401,6 +10615,9 @@ snapshots: '@esbuild/linux-mips64el@0.23.0': optional: true + '@esbuild/linux-mips64el@0.24.0': + optional: true + '@esbuild/linux-ppc64@0.18.20': optional: true @@ -10413,6 +10630,9 @@ snapshots: '@esbuild/linux-ppc64@0.23.0': optional: true + '@esbuild/linux-ppc64@0.24.0': + optional: true + '@esbuild/linux-riscv64@0.18.20': optional: true @@ -10425,6 +10645,9 @@ snapshots: '@esbuild/linux-riscv64@0.23.0': optional: true + '@esbuild/linux-riscv64@0.24.0': + optional: true + '@esbuild/linux-s390x@0.18.20': optional: true @@ -10437,6 +10660,9 @@ snapshots: '@esbuild/linux-s390x@0.23.0': optional: true + '@esbuild/linux-s390x@0.24.0': + optional: true + '@esbuild/linux-x64@0.18.20': optional: true @@ -10449,6 +10675,9 @@ snapshots: '@esbuild/linux-x64@0.23.0': optional: true + '@esbuild/linux-x64@0.24.0': + optional: true + '@esbuild/netbsd-x64@0.18.20': optional: true @@ -10461,9 +10690,15 @@ snapshots: '@esbuild/netbsd-x64@0.23.0': optional: true + '@esbuild/netbsd-x64@0.24.0': + optional: true + '@esbuild/openbsd-arm64@0.23.0': optional: true + '@esbuild/openbsd-arm64@0.24.0': + optional: true + '@esbuild/openbsd-x64@0.18.20': optional: true @@ -10476,6 +10711,9 @@ snapshots: '@esbuild/openbsd-x64@0.23.0': optional: true + '@esbuild/openbsd-x64@0.24.0': + optional: true + '@esbuild/sunos-x64@0.18.20': optional: true @@ -10488,6 +10726,9 @@ snapshots: '@esbuild/sunos-x64@0.23.0': optional: true + '@esbuild/sunos-x64@0.24.0': + optional: true + '@esbuild/win32-arm64@0.18.20': optional: true @@ -10500,6 +10741,9 @@ snapshots: '@esbuild/win32-arm64@0.23.0': optional: true + '@esbuild/win32-arm64@0.24.0': + optional: true + '@esbuild/win32-ia32@0.18.20': optional: true @@ -10512,6 +10756,9 @@ snapshots: '@esbuild/win32-ia32@0.23.0': optional: true + '@esbuild/win32-ia32@0.24.0': + optional: true + '@esbuild/win32-x64@0.18.20': optional: true @@ -10524,18 +10771,21 @@ snapshots: '@esbuild/win32-x64@0.23.0': optional: true - '@eslint-community/eslint-plugin-eslint-comments@4.4.0(eslint@9.13.0(jiti@2.0.0))': + '@esbuild/win32-x64@0.24.0': + optional: true + + '@eslint-community/eslint-plugin-eslint-comments@4.4.0(eslint@9.14.0(jiti@2.0.0))': dependencies: escape-string-regexp: 4.0.0 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) ignore: 5.3.1 - '@eslint-community/eslint-utils@4.4.0(eslint@9.13.0(jiti@2.0.0))': + '@eslint-community/eslint-utils@4.4.0(eslint@9.14.0(jiti@2.0.0))': dependencies: - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) eslint-visitor-keys: 3.4.3 - '@eslint-community/regexpp@4.11.0': {} + '@eslint-community/regexpp@4.12.1': {} '@eslint/compat@1.1.1': {} @@ -10553,7 +10803,7 @@ snapshots: dependencies: ajv: 6.12.6 debug: 4.3.7 - espree: 10.2.0 + espree: 10.3.0 globals: 14.0.0 ignore: 5.3.1 import-fresh: 3.3.0 @@ -10563,7 +10813,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.13.0': {} + '@eslint/js@9.14.0': {} '@eslint/markdown@6.2.1': dependencies: @@ -10596,10 +10846,10 @@ snapshots: dependencies: '@hapi/hoek': 9.3.0 - '@histoire/app@0.17.17(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))': + '@histoire/app@0.17.17(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))': dependencies: - '@histoire/controls': 0.17.17(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) - '@histoire/shared': 0.17.17(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + '@histoire/controls': 0.17.17(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) '@histoire/vendors': 0.17.17 '@types/flexsearch': 0.7.6 flexsearch: 0.7.21 @@ -10607,7 +10857,7 @@ snapshots: transitivePeerDependencies: - vite - '@histoire/controls@0.17.17(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))': + '@histoire/controls@0.17.17(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))': dependencies: '@codemirror/commands': 6.3.2 '@codemirror/lang-json': 6.0.1 @@ -10616,26 +10866,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.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) '@histoire/vendors': 0.17.17 transitivePeerDependencies: - vite - '@histoire/plugin-vue@0.17.17(histoire@0.17.17(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)))(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3))': + '@histoire/plugin-vue@0.17.17(histoire@0.17.17(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)))(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3))': dependencies: - '@histoire/controls': 0.17.17(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) - '@histoire/shared': 0.17.17(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + '@histoire/controls': 0.17.17(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(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.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + histoire: 0.17.17(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) launch-editor: 2.6.1 pathe: 1.1.2 vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - vite - '@histoire/shared@0.17.17(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))': + '@histoire/shared@0.17.17(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))': dependencies: '@histoire/vendors': 0.17.17 '@types/fs-extra': 9.0.13 @@ -10643,26 +10893,32 @@ snapshots: chokidar: 3.6.0 pathe: 1.1.2 picocolors: 1.1.1 - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) '@histoire/vendors@0.17.17': {} - '@humanfs/core@0.19.0': {} + '@humanfs/core@0.19.1': {} - '@humanfs/node@0.16.5': + '@humanfs/node@0.16.6': dependencies: - '@humanfs/core': 0.19.0 + '@humanfs/core': 0.19.1 '@humanwhocodes/retry': 0.3.1 '@humanwhocodes/module-importer@1.0.1': {} '@humanwhocodes/retry@0.3.1': {} + '@humanwhocodes/retry@0.4.0': {} + '@iconify-json/ic@1.2.1': dependencies: '@iconify/types': 2.0.0 - '@iconify/json@2.2.262': + '@iconify-json/simple-icons@1.2.10': + dependencies: + '@iconify/types': 2.0.0 + + '@iconify/json@2.2.267': dependencies: '@iconify/types': 2.0.0 pathe: 1.1.2 @@ -10736,23 +10992,23 @@ snapshots: dependencies: '@lezer/common': 1.1.1 - '@microsoft/api-extractor-model@7.28.13(@types/node@20.16.14)': + '@microsoft/api-extractor-model@7.28.13(@types/node@20.17.6)': dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.16.14) + '@rushstack/node-core-library': 4.0.2(@types/node@20.17.6) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.43.0(@types/node@20.16.14)': + '@microsoft/api-extractor@7.43.0(@types/node@20.17.6)': dependencies: - '@microsoft/api-extractor-model': 7.28.13(@types/node@20.16.14) + '@microsoft/api-extractor-model': 7.28.13(@types/node@20.17.6) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.16.14) + '@rushstack/node-core-library': 4.0.2(@types/node@20.17.6) '@rushstack/rig-package': 0.5.2 - '@rushstack/terminal': 0.10.0(@types/node@20.16.14) - '@rushstack/ts-command-line': 4.19.1(@types/node@20.16.14) + '@rushstack/terminal': 0.10.0(@types/node@20.17.6) + '@rushstack/ts-command-line': 4.19.1(@types/node@20.17.6) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.8 @@ -10870,20 +11126,20 @@ snapshots: estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 - magic-string: 0.30.11 + magic-string: 0.30.12 optionalDependencies: rollup: 3.28.1 - '@rollup/plugin-commonjs@26.0.3(rollup@4.20.0)': + '@rollup/plugin-commonjs@26.0.3(rollup@4.24.4)': dependencies: - '@rollup/pluginutils': 5.1.2(rollup@4.20.0) + '@rollup/pluginutils': 5.1.2(rollup@4.24.4) commondir: 1.0.1 estree-walker: 2.0.2 glob: 10.4.1 is-reference: 1.2.1 - magic-string: 0.30.11 + magic-string: 0.30.12 optionalDependencies: - rollup: 4.20.0 + rollup: 4.24.4 '@rollup/plugin-json@6.0.0(rollup@3.28.1)': dependencies: @@ -10917,63 +11173,69 @@ snapshots: optionalDependencies: rollup: 3.28.1 - '@rollup/pluginutils@5.1.2(rollup@4.20.0)': + '@rollup/pluginutils@5.1.2(rollup@4.24.4)': dependencies: '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 2.3.1 optionalDependencies: - rollup: 4.20.0 + rollup: 4.24.4 - '@rollup/rollup-android-arm-eabi@4.20.0': + '@rollup/rollup-android-arm-eabi@4.24.4': optional: true - '@rollup/rollup-android-arm64@4.20.0': + '@rollup/rollup-android-arm64@4.24.4': optional: true - '@rollup/rollup-darwin-arm64@4.20.0': + '@rollup/rollup-darwin-arm64@4.24.4': optional: true - '@rollup/rollup-darwin-x64@4.20.0': + '@rollup/rollup-darwin-x64@4.24.4': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.20.0': + '@rollup/rollup-freebsd-arm64@4.24.4': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.20.0': + '@rollup/rollup-freebsd-x64@4.24.4': optional: true - '@rollup/rollup-linux-arm64-gnu@4.20.0': + '@rollup/rollup-linux-arm-gnueabihf@4.24.4': optional: true - '@rollup/rollup-linux-arm64-musl@4.20.0': + '@rollup/rollup-linux-arm-musleabihf@4.24.4': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.20.0': + '@rollup/rollup-linux-arm64-gnu@4.24.4': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.20.0': + '@rollup/rollup-linux-arm64-musl@4.24.4': optional: true - '@rollup/rollup-linux-s390x-gnu@4.20.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.24.4': optional: true - '@rollup/rollup-linux-x64-gnu@4.20.0': + '@rollup/rollup-linux-riscv64-gnu@4.24.4': optional: true - '@rollup/rollup-linux-x64-musl@4.20.0': + '@rollup/rollup-linux-s390x-gnu@4.24.4': optional: true - '@rollup/rollup-win32-arm64-msvc@4.20.0': + '@rollup/rollup-linux-x64-gnu@4.24.4': optional: true - '@rollup/rollup-win32-ia32-msvc@4.20.0': + '@rollup/rollup-linux-x64-musl@4.24.4': optional: true - '@rollup/rollup-win32-x64-msvc@4.20.0': + '@rollup/rollup-win32-arm64-msvc@4.24.4': optional: true - '@rushstack/node-core-library@4.0.2(@types/node@20.16.14)': + '@rollup/rollup-win32-ia32-msvc@4.24.4': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.24.4': + optional: true + + '@rushstack/node-core-library@4.0.2(@types/node@20.17.6)': dependencies: fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -10982,54 +11244,54 @@ snapshots: semver: 7.5.4 z-schema: 5.0.5 optionalDependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@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.16.14)': + '@rushstack/terminal@0.10.0(@types/node@20.17.6)': dependencies: - '@rushstack/node-core-library': 4.0.2(@types/node@20.16.14) + '@rushstack/node-core-library': 4.0.2(@types/node@20.17.6) supports-color: 8.1.1 optionalDependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 - '@rushstack/ts-command-line@4.19.1(@types/node@20.16.14)': + '@rushstack/ts-command-line@4.19.1(@types/node@20.17.6)': dependencies: - '@rushstack/terminal': 0.10.0(@types/node@20.16.14) + '@rushstack/terminal': 0.10.0(@types/node@20.17.6) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 transitivePeerDependencies: - '@types/node' - '@shikijs/core@1.22.0': + '@shikijs/core@1.22.2': dependencies: - '@shikijs/engine-javascript': 1.22.0 - '@shikijs/engine-oniguruma': 1.22.0 - '@shikijs/types': 1.22.0 + '@shikijs/engine-javascript': 1.22.2 + '@shikijs/engine-oniguruma': 1.22.2 + '@shikijs/types': 1.22.2 '@shikijs/vscode-textmate': 9.3.0 '@types/hast': 3.0.4 hast-util-to-html: 9.0.3 - '@shikijs/engine-javascript@1.22.0': + '@shikijs/engine-javascript@1.22.2': dependencies: - '@shikijs/types': 1.22.0 + '@shikijs/types': 1.22.2 '@shikijs/vscode-textmate': 9.3.0 oniguruma-to-js: 0.4.3 - '@shikijs/engine-oniguruma@1.22.0': + '@shikijs/engine-oniguruma@1.22.2': dependencies: - '@shikijs/types': 1.22.0 + '@shikijs/types': 1.22.2 '@shikijs/vscode-textmate': 9.3.0 - '@shikijs/transformers@1.22.0': + '@shikijs/transformers@1.22.2': dependencies: - shiki: 1.22.0 + shiki: 1.22.2 - '@shikijs/types@1.22.0': + '@shikijs/types@1.22.2': dependencies: '@shikijs/vscode-textmate': 9.3.0 '@types/hast': 3.0.4 @@ -11048,22 +11310,22 @@ snapshots: '@socket.io/component-emitter@3.1.0': {} - '@soda/friendly-errors-webpack-plugin@1.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))': + '@soda/friendly-errors-webpack-plugin@1.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0))': dependencies: chalk: 3.0.0 error-stack-parser: 2.1.4 string-width: 4.2.3 strip-ansi: 6.0.1 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) '@soda/get-current-script@1.0.2': {} - '@stylistic/eslint-plugin@2.9.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)': + '@stylistic/eslint-plugin@2.9.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)': dependencies: - '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) - eslint: 9.13.0(jiti@2.0.0) - eslint-visitor-keys: 4.1.0 - espree: 10.2.0 + '@typescript-eslint/utils': 8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) + eslint: 9.14.0(jiti@2.0.0) + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 estraverse: 5.3.0 picomatch: 4.0.2 transitivePeerDependencies: @@ -11135,32 +11397,32 @@ snapshots: dependencies: remove-accents: 0.5.0 - '@tanstack/query-core@5.59.13': {} + '@tanstack/query-core@5.59.17': {} - '@tanstack/query-devtools@5.58.0': {} + '@tanstack/query-devtools@5.59.19': {} - '@tanstack/vue-query-devtools@5.59.13(@tanstack/vue-query@5.59.13(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))': + '@tanstack/vue-query-devtools@5.59.19(@tanstack/vue-query@5.59.17(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))': dependencies: - '@tanstack/query-devtools': 5.58.0 - '@tanstack/vue-query': 5.59.13(vue@3.5.12(typescript@5.6.3)) + '@tanstack/query-devtools': 5.59.19 + '@tanstack/vue-query': 5.59.17(vue@3.5.12(typescript@5.6.3)) vue: 3.5.12(typescript@5.6.3) - '@tanstack/vue-query@5.59.13(vue@3.5.12(typescript@5.6.3))': + '@tanstack/vue-query@5.59.17(vue@3.5.12(typescript@5.6.3))': dependencies: '@tanstack/match-sorter-utils': 8.15.1 - '@tanstack/query-core': 5.59.13 + '@tanstack/query-core': 5.59.17 '@vue/devtools-api': 6.6.4 vue: 3.5.12(typescript@5.6.3) vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) '@tootallnate/once@2.0.0': {} - '@tresjs/core@4.3.1(three@0.169.0)(vue@3.5.12(typescript@5.6.3))': + '@tresjs/core@4.3.1(three@0.170.0)(vue@3.5.12(typescript@5.6.3))': dependencies: '@alvarosabu/utils': 3.2.0 '@vue/devtools-api': 6.6.4 - '@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3)) - three: 0.169.0 + '@vueuse/core': 11.2.0(vue@3.5.12(typescript@5.6.3)) + three: 0.170.0 vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - '@vue/composition-api' @@ -11174,20 +11436,20 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/cacheable-request@6.0.3': dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/responselike': 1.0.3 - '@types/chrome@0.0.279': + '@types/chrome@0.0.280': dependencies: '@types/filesystem': 0.0.35 '@types/har-format': 1.2.15 @@ -11195,17 +11457,17 @@ snapshots: '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 4.17.41 - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/connect@3.4.38': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/debug@4.1.12': dependencies: @@ -11228,13 +11490,11 @@ snapshots: '@types/estree': 1.0.6 '@types/json-schema': 7.0.15 - '@types/estree@1.0.5': {} - '@types/estree@1.0.6': {} '@types/express-serve-static-core@4.17.41': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/qs': 6.9.11 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -11257,11 +11517,11 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/fs-extra@9.0.13': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/hammerjs@2.0.45': {} @@ -11279,17 +11539,17 @@ snapshots: '@types/http-proxy@1.17.14': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/json-schema@7.0.15': {} '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/keyv@3.1.4': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/linkify-it@5.0.0': {} @@ -11325,9 +11585,9 @@ snapshots: '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 - '@types/node@20.16.14': + '@types/node@20.17.6': dependencies: undici-types: 6.19.8 @@ -11343,14 +11603,14 @@ snapshots: '@types/responselike@1.0.3': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/retry@0.12.0': {} '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/serve-index@1.9.4': dependencies: @@ -11360,11 +11620,11 @@ snapshots: dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/speakingurl@13.0.6': {} @@ -11393,22 +11653,22 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 optional: true - '@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)': + '@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)': dependencies: - '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) + '@eslint-community/regexpp': 4.12.1 + '@typescript-eslint/parser': 8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) '@typescript-eslint/scope-manager': 8.11.0 - '@typescript-eslint/type-utils': 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) - '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) + '@typescript-eslint/type-utils': 8.11.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) + '@typescript-eslint/utils': 8.11.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) '@typescript-eslint/visitor-keys': 8.11.0 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 @@ -11418,14 +11678,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)': + '@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)': dependencies: - '@typescript-eslint/scope-manager': 8.11.0 - '@typescript-eslint/types': 8.11.0 - '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.11.0 + '@typescript-eslint/scope-manager': 8.13.0 + '@typescript-eslint/types': 8.13.0 + '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.13.0 debug: 4.3.7 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: @@ -11436,10 +11696,15 @@ snapshots: '@typescript-eslint/types': 8.11.0 '@typescript-eslint/visitor-keys': 8.11.0 - '@typescript-eslint/type-utils@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)': + '@typescript-eslint/scope-manager@8.13.0': + dependencies: + '@typescript-eslint/types': 8.13.0 + '@typescript-eslint/visitor-keys': 8.13.0 + + '@typescript-eslint/type-utils@8.11.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)': dependencies: '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3) - '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) + '@typescript-eslint/utils': 8.11.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) debug: 4.3.7 ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: @@ -11450,6 +11715,8 @@ snapshots: '@typescript-eslint/types@8.11.0': {} + '@typescript-eslint/types@8.13.0': {} + '@typescript-eslint/typescript-estree@8.11.0(typescript@5.6.3)': dependencies: '@typescript-eslint/types': 8.11.0 @@ -11465,13 +11732,39 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)': + '@typescript-eslint/typescript-estree@8.13.0(typescript@5.6.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.0.0)) + '@typescript-eslint/types': 8.13.0 + '@typescript-eslint/visitor-keys': 8.13.0 + debug: 4.3.7 + fast-glob: 3.3.2 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.6.3) + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@8.11.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@9.14.0(jiti@2.0.0)) '@typescript-eslint/scope-manager': 8.11.0 '@typescript-eslint/types': 8.11.0 '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3) - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) + transitivePeerDependencies: + - supports-color + - typescript + + '@typescript-eslint/utils@8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@9.14.0(jiti@2.0.0)) + '@typescript-eslint/scope-manager': 8.13.0 + '@typescript-eslint/types': 8.13.0 + '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) + eslint: 9.14.0(jiti@2.0.0) transitivePeerDependencies: - supports-color - typescript @@ -11481,227 +11774,237 @@ snapshots: '@typescript-eslint/types': 8.11.0 eslint-visitor-keys: 3.4.3 + '@typescript-eslint/visitor-keys@8.13.0': + dependencies: + '@typescript-eslint/types': 8.13.0 + eslint-visitor-keys: 3.4.3 + '@ungap/structured-clone@1.2.0': {} - '@unocss/astro@0.63.4(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))': + '@unocss/astro@0.63.6(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))': dependencies: - '@unocss/core': 0.63.4 - '@unocss/reset': 0.63.4 - '@unocss/vite': 0.63.4(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + '@unocss/core': 0.63.6 + '@unocss/reset': 0.63.6 + '@unocss/vite': 0.63.6(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) optionalDependencies: - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) transitivePeerDependencies: - rollup - supports-color + - typescript - '@unocss/cli@0.63.4(rollup@4.20.0)': + '@unocss/cli@0.63.6(rollup@4.24.4)': dependencies: '@ampproject/remapping': 2.3.0 - '@rollup/pluginutils': 5.1.2(rollup@4.20.0) - '@unocss/config': 0.63.4 - '@unocss/core': 0.63.4 - '@unocss/preset-uno': 0.63.4 + '@rollup/pluginutils': 5.1.2(rollup@4.24.4) + '@unocss/config': 0.63.6 + '@unocss/core': 0.63.6 + '@unocss/preset-uno': 0.63.6 cac: 6.7.14 chokidar: 3.6.0 colorette: 2.0.20 consola: 3.2.3 - magic-string: 0.30.11 + magic-string: 0.30.12 pathe: 1.1.2 perfect-debounce: 1.0.0 - tinyglobby: 0.2.9 + tinyglobby: 0.2.10 transitivePeerDependencies: - rollup - supports-color - '@unocss/config@0.63.4': + '@unocss/config@0.63.6': dependencies: - '@unocss/core': 0.63.4 + '@unocss/core': 0.63.6 unconfig: 0.5.5 transitivePeerDependencies: - supports-color - '@unocss/core@0.63.4': {} + '@unocss/core@0.63.6': {} - '@unocss/eslint-plugin@0.63.4(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)': + '@unocss/eslint-plugin@0.63.6(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)': dependencies: - '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) - '@unocss/config': 0.63.4 - '@unocss/core': 0.63.4 - magic-string: 0.30.11 + '@typescript-eslint/utils': 8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) + '@unocss/config': 0.63.6 + '@unocss/core': 0.63.6 + magic-string: 0.30.12 synckit: 0.9.1 transitivePeerDependencies: - eslint - supports-color - typescript - '@unocss/extractor-arbitrary-variants@0.63.4': + '@unocss/extractor-arbitrary-variants@0.63.6': dependencies: - '@unocss/core': 0.63.4 + '@unocss/core': 0.63.6 - '@unocss/inspector@0.63.4': + '@unocss/inspector@0.63.6(typescript@5.6.3)': dependencies: - '@unocss/core': 0.63.4 - '@unocss/rule-utils': 0.63.4 + '@unocss/core': 0.63.6 + '@unocss/rule-utils': 0.63.6 gzip-size: 6.0.0 sirv: 2.0.4 + vue-flow-layout: 0.0.5(typescript@5.6.3) + transitivePeerDependencies: + - typescript - '@unocss/postcss@0.63.4(postcss@8.4.47)': + '@unocss/postcss@0.63.6(postcss@8.4.47)': dependencies: - '@unocss/config': 0.63.4 - '@unocss/core': 0.63.4 - '@unocss/rule-utils': 0.63.4 + '@unocss/config': 0.63.6 + '@unocss/core': 0.63.6 + '@unocss/rule-utils': 0.63.6 css-tree: 3.0.0 postcss: 8.4.47 - tinyglobby: 0.2.9 + tinyglobby: 0.2.10 transitivePeerDependencies: - supports-color - '@unocss/preset-attributify@0.63.4': + '@unocss/preset-attributify@0.63.6': dependencies: - '@unocss/core': 0.63.4 + '@unocss/core': 0.63.6 - '@unocss/preset-icons@0.63.4': + '@unocss/preset-icons@0.63.6': dependencies: '@iconify/utils': 2.1.33 - '@unocss/core': 0.63.4 - ofetch: 1.4.0 + '@unocss/core': 0.63.6 + ofetch: 1.4.1 transitivePeerDependencies: - supports-color - '@unocss/preset-mini@0.63.4': + '@unocss/preset-mini@0.63.6': dependencies: - '@unocss/core': 0.63.4 - '@unocss/extractor-arbitrary-variants': 0.63.4 - '@unocss/rule-utils': 0.63.4 + '@unocss/core': 0.63.6 + '@unocss/extractor-arbitrary-variants': 0.63.6 + '@unocss/rule-utils': 0.63.6 - '@unocss/preset-tagify@0.63.4': + '@unocss/preset-tagify@0.63.6': dependencies: - '@unocss/core': 0.63.4 + '@unocss/core': 0.63.6 - '@unocss/preset-typography@0.63.4': + '@unocss/preset-typography@0.63.6': dependencies: - '@unocss/core': 0.63.4 - '@unocss/preset-mini': 0.63.4 + '@unocss/core': 0.63.6 + '@unocss/preset-mini': 0.63.6 - '@unocss/preset-uno@0.63.4': + '@unocss/preset-uno@0.63.6': dependencies: - '@unocss/core': 0.63.4 - '@unocss/preset-mini': 0.63.4 - '@unocss/preset-wind': 0.63.4 - '@unocss/rule-utils': 0.63.4 + '@unocss/core': 0.63.6 + '@unocss/preset-mini': 0.63.6 + '@unocss/preset-wind': 0.63.6 + '@unocss/rule-utils': 0.63.6 - '@unocss/preset-web-fonts@0.63.4': + '@unocss/preset-web-fonts@0.63.6': dependencies: - '@unocss/core': 0.63.4 - ofetch: 1.4.0 + '@unocss/core': 0.63.6 + ofetch: 1.4.1 - '@unocss/preset-wind@0.63.4': + '@unocss/preset-wind@0.63.6': dependencies: - '@unocss/core': 0.63.4 - '@unocss/preset-mini': 0.63.4 - '@unocss/rule-utils': 0.63.4 + '@unocss/core': 0.63.6 + '@unocss/preset-mini': 0.63.6 + '@unocss/rule-utils': 0.63.6 - '@unocss/reset@0.63.4': {} + '@unocss/reset@0.63.6': {} - '@unocss/rule-utils@0.63.4': + '@unocss/rule-utils@0.63.6': dependencies: - '@unocss/core': 0.63.4 - magic-string: 0.30.11 + '@unocss/core': 0.63.6 + magic-string: 0.30.12 - '@unocss/transformer-attributify-jsx@0.63.4': + '@unocss/transformer-attributify-jsx@0.63.6': dependencies: - '@unocss/core': 0.63.4 + '@unocss/core': 0.63.6 - '@unocss/transformer-compile-class@0.63.4': + '@unocss/transformer-compile-class@0.63.6': dependencies: - '@unocss/core': 0.63.4 + '@unocss/core': 0.63.6 - '@unocss/transformer-directives@0.63.4': + '@unocss/transformer-directives@0.63.6': dependencies: - '@unocss/core': 0.63.4 - '@unocss/rule-utils': 0.63.4 + '@unocss/core': 0.63.6 + '@unocss/rule-utils': 0.63.6 css-tree: 3.0.0 - '@unocss/transformer-variant-group@0.63.4': + '@unocss/transformer-variant-group@0.63.6': dependencies: - '@unocss/core': 0.63.4 + '@unocss/core': 0.63.6 - '@unocss/vite@0.63.4(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))': + '@unocss/vite@0.63.6(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))': dependencies: '@ampproject/remapping': 2.3.0 - '@rollup/pluginutils': 5.1.2(rollup@4.20.0) - '@unocss/config': 0.63.4 - '@unocss/core': 0.63.4 - '@unocss/inspector': 0.63.4 + '@rollup/pluginutils': 5.1.2(rollup@4.24.4) + '@unocss/config': 0.63.6 + '@unocss/core': 0.63.6 + '@unocss/inspector': 0.63.6(typescript@5.6.3) chokidar: 3.6.0 - magic-string: 0.30.11 - tinyglobby: 0.2.9 - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + magic-string: 0.30.12 + tinyglobby: 0.2.10 + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) transitivePeerDependencies: - rollup - supports-color + - typescript - '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3))': + '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3))': dependencies: - '@babel/core': 7.25.8 - '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.8) - '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.8) - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + '@babel/core': 7.26.0 + '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.26.0) + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3))': + '@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3))': dependencies: - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vue: 3.5.12(typescript@5.6.3) - '@vitest/eslint-plugin@1.1.7(@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.3(@types/node@20.16.14)(jsdom@25.0.1)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))': + '@vitest/eslint-plugin@1.1.7(@typescript-eslint/utils@8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.4(@types/node@20.17.6)(jsdom@25.0.1)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))': dependencies: - '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) - eslint: 9.13.0(jiti@2.0.0) + '@typescript-eslint/utils': 8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) + eslint: 9.14.0(jiti@2.0.0) optionalDependencies: typescript: 5.6.3 - vitest: 2.1.3(@types/node@20.16.14)(jsdom@25.0.1)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vitest: 2.1.4(@types/node@20.17.6)(jsdom@25.0.1)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) - '@vitest/expect@2.1.3': + '@vitest/expect@2.1.4': dependencies: - '@vitest/spy': 2.1.3 - '@vitest/utils': 2.1.3 - chai: 5.1.1 + '@vitest/spy': 2.1.4 + '@vitest/utils': 2.1.4 + chai: 5.1.2 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.3(@vitest/spy@2.1.3)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))': + '@vitest/mocker@2.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))': dependencies: - '@vitest/spy': 2.1.3 + '@vitest/spy': 2.1.4 estree-walker: 3.0.3 - magic-string: 0.30.11 + magic-string: 0.30.12 optionalDependencies: - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) - '@vitest/pretty-format@2.1.3': + '@vitest/pretty-format@2.1.4': dependencies: tinyrainbow: 1.2.0 - '@vitest/runner@2.1.3': + '@vitest/runner@2.1.4': dependencies: - '@vitest/utils': 2.1.3 + '@vitest/utils': 2.1.4 pathe: 1.1.2 - '@vitest/snapshot@2.1.3': + '@vitest/snapshot@2.1.4': dependencies: - '@vitest/pretty-format': 2.1.3 - magic-string: 0.30.11 + '@vitest/pretty-format': 2.1.4 + magic-string: 0.30.12 pathe: 1.1.2 - '@vitest/spy@2.1.3': + '@vitest/spy@2.1.4': dependencies: - tinyspy: 3.0.0 + tinyspy: 3.0.2 - '@vitest/utils@2.1.3': + '@vitest/utils@2.1.4': dependencies: - '@vitest/pretty-format': 2.1.3 - loupe: 3.1.1 + '@vitest/pretty-format': 2.1.4 + loupe: 3.1.2 tinyrainbow: 1.2.0 '@volar/language-core@1.11.1': @@ -11721,38 +12024,38 @@ snapshots: '@vue/babel-helper-vue-transform-on@1.2.2': {} - '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.25.8)': + '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.26.0)': dependencies: '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.8) - '@babel/template': 7.25.7 - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.26.0) + '@babel/template': 7.25.9 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 '@vue/babel-helper-vue-transform-on': 1.2.2 - '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.25.8) + '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.26.0) camelcase: 6.3.0 html-tags: 3.3.1 svg-tags: 1.0.0 optionalDependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 transitivePeerDependencies: - supports-color - '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.25.8)': + '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.26.0)': dependencies: - '@babel/code-frame': 7.25.7 - '@babel/core': 7.25.8 + '@babel/code-frame': 7.26.2 + '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.24.7 - '@babel/parser': 7.25.8 + '@babel/parser': 7.26.2 '@vue/compiler-sfc': 3.5.12 - '@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.25.8)': + '@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-imports': 7.25.7 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-module-imports': 7.25.9 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.26.0) '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 html-tags: 2.0.0 lodash.kebabcase: 4.1.1 @@ -11760,97 +12063,97 @@ snapshots: transitivePeerDependencies: - supports-color - '@vue/babel-preset-app@5.0.8(@babel/core@7.25.8)(core-js@3.38.1)(vue@3.5.12(typescript@5.6.3))': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-module-imports': 7.25.7 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.25.8) - '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.25.8) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.8) - '@babel/plugin-transform-runtime': 7.23.7(@babel/core@7.25.8) - '@babel/preset-env': 7.23.7(@babel/core@7.25.8) + '@vue/babel-preset-app@5.0.8(@babel/core@7.26.0)(core-js@3.39.0)(vue@3.5.12(typescript@5.6.3))': + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-module-imports': 7.25.9 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.26.0) + '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.26.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.26.0) + '@babel/plugin-transform-runtime': 7.23.7(@babel/core@7.26.0) + '@babel/preset-env': 7.23.7(@babel/core@7.26.0) '@babel/runtime': 7.23.7 - '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.8) - '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.25.8)(vue@3.5.12(typescript@5.6.3)) + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.26.0) + '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.26.0)(vue@3.5.12(typescript@5.6.3)) babel-plugin-dynamic-import-node: 2.3.3 core-js-compat: 3.38.1 semver: 7.6.3 optionalDependencies: - core-js: 3.38.1 + core-js: 3.39.0 vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - supports-color - '@vue/babel-preset-jsx@1.4.0(@babel/core@7.25.8)(vue@3.5.12(typescript@5.6.3))': + '@vue/babel-preset-jsx@1.4.0(@babel/core@7.26.0)(vue@3.5.12(typescript@5.6.3))': dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 - '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.25.8) - '@vue/babel-sugar-composition-api-inject-h': 1.4.0(@babel/core@7.25.8) - '@vue/babel-sugar-composition-api-render-instance': 1.4.0(@babel/core@7.25.8) - '@vue/babel-sugar-functional-vue': 1.4.0(@babel/core@7.25.8) - '@vue/babel-sugar-inject-h': 1.4.0(@babel/core@7.25.8) - '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.25.8) - '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.25.8) + '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.26.0) + '@vue/babel-sugar-composition-api-inject-h': 1.4.0(@babel/core@7.26.0) + '@vue/babel-sugar-composition-api-render-instance': 1.4.0(@babel/core@7.26.0) + '@vue/babel-sugar-functional-vue': 1.4.0(@babel/core@7.26.0) + '@vue/babel-sugar-inject-h': 1.4.0(@babel/core@7.26.0) + '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.26.0) + '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.26.0) optionalDependencies: vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - supports-color - '@vue/babel-sugar-composition-api-inject-h@1.4.0(@babel/core@7.25.8)': + '@vue/babel-sugar-composition-api-inject-h@1.4.0(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.26.0) - '@vue/babel-sugar-composition-api-render-instance@1.4.0(@babel/core@7.25.8)': + '@vue/babel-sugar-composition-api-render-instance@1.4.0(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.26.0) - '@vue/babel-sugar-functional-vue@1.4.0(@babel/core@7.25.8)': + '@vue/babel-sugar-functional-vue@1.4.0(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.26.0) - '@vue/babel-sugar-inject-h@1.4.0(@babel/core@7.25.8)': + '@vue/babel-sugar-inject-h@1.4.0(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.26.0) - '@vue/babel-sugar-v-model@1.4.0(@babel/core@7.25.8)': + '@vue/babel-sugar-v-model@1.4.0(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.26.0) '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 - '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.25.8) + '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.26.0) camelcase: 5.3.1 html-tags: 2.0.0 svg-tags: 1.0.0 transitivePeerDependencies: - supports-color - '@vue/babel-sugar-v-on@1.4.0(@babel/core@7.25.8)': + '@vue/babel-sugar-v-on@1.4.0(@babel/core@7.26.0)': dependencies: - '@babel/core': 7.25.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.8) - '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.26.0) + '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.26.0) camelcase: 5.3.1 transitivePeerDependencies: - supports-color '@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.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3))(core-js@3.38.1)(encoding@0.1.13)(esbuild@0.23.0)(vue@3.5.12(typescript@5.6.3))': + '@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.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3))(core-js@3.39.0)(encoding@0.1.13)(esbuild@0.24.0)(vue@3.5.12(typescript@5.6.3))': dependencies: - '@babel/core': 7.25.8 - '@vue/babel-preset-app': 5.0.8(@babel/core@7.25.8)(core-js@3.38.1)(vue@3.5.12(typescript@5.6.3)) - '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + '@babel/core': 7.26.0 + '@vue/babel-preset-app': 5.0.8(@babel/core@7.26.0)(core-js@3.39.0)(vue@3.5.12(typescript@5.6.3)) + '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(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.8)(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)) - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + babel-loader: 8.3.0(@babel/core@7.26.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) + thread-loader: 3.0.4(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) transitivePeerDependencies: - '@swc/core' - core-js @@ -11861,14 +12164,14 @@ 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.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.23.0)(eslint@9.13.0(jiti@2.0.0))': + '@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.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.24.0)(eslint@9.14.0(jiti@2.0.0))': dependencies: - '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13) - eslint: 9.13.0(jiti@2.0.0) - eslint-webpack-plugin: 3.2.0(eslint@9.13.0(jiti@2.0.0))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) + eslint: 9.14.0(jiti@2.0.0) + eslint-webpack-plugin: 3.2.0(eslint@9.14.0(jiti@2.0.0))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) globby: 11.1.0 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) yorkie: 2.0.0 transitivePeerDependencies: - '@swc/core' @@ -11877,31 +12180,31 @@ 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.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(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.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(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.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(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.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(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.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3))': dependencies: - '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) - '@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3)': + '@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3)': dependencies: - '@babel/helper-compilation-targets': 7.25.7 - '@soda/friendly-errors-webpack-plugin': 1.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) + '@babel/helper-compilation-targets': 7.25.9 + '@soda/friendly-errors-webpack-plugin': 1.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.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.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(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.5.12)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(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.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(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.5.12)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.5.12(typescript@5.6.3))(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.5.12)(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.5.12)(css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) '@vue/web-component-wrapper': 1.3.0 - acorn: 8.12.1 + acorn: 8.14.0 acorn-walk: 8.3.2 address: 1.2.2 autoprefixer: 10.4.16(postcss@8.4.47) @@ -11910,9 +12213,9 @@ snapshots: cli-highlight: 2.1.11 clipboardy: 2.3.0 cliui: 7.0.4 - copy-webpack-plugin: 9.1.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) - css-loader: 6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) - css-minimizer-webpack-plugin: 3.4.1(esbuild@0.23.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) + copy-webpack-plugin: 9.1.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) + css-loader: 6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) + css-minimizer-webpack-plugin: 3.4.1(esbuild@0.24.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) cssnano: 5.1.15(postcss@8.4.47) debug: 4.3.7 default-gateway: 6.0.3 @@ -11921,27 +12224,27 @@ snapshots: fs-extra: 9.1.0 globby: 11.1.0 hash-sum: 2.0.0 - html-webpack-plugin: 5.6.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) + html-webpack-plugin: 5.6.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) is-file-esm: 1.0.0 launch-editor-middleware: 2.6.1 lodash.defaultsdeep: 4.6.1 lodash.mapvalues: 4.6.0 - mini-css-extract-plugin: 2.7.6(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) + mini-css-extract-plugin: 2.7.6(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) minimist: 1.2.8 module-alias: 2.2.3 portfinder: 1.0.32 postcss: 8.4.47 - postcss-loader: 6.2.1(postcss@8.4.47)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) - progress-webpack-plugin: 1.0.16(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) + postcss-loader: 6.2.1(postcss@8.4.47)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) + progress-webpack-plugin: 1.0.16(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) 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.5.12)(vue@3.5.12(typescript@5.6.3))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) + terser-webpack-plugin: 5.3.10(@swc/core@1.5.29)(esbuild@0.24.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) + thread-loader: 3.0.4(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) + vue-loader: 17.4.2(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) vue-style-loader: 4.1.3 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) webpack-bundle-analyzer: 4.10.1 webpack-chain: 6.5.1 - webpack-dev-server: 4.15.1(debug@4.3.7)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) + webpack-dev-server: 4.15.1(debug@4.3.7)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) webpack-merge: 5.10.0 webpack-virtual-modules: 0.4.6 whatwg-fetch: 3.6.20 @@ -12037,7 +12340,7 @@ snapshots: '@vue/compiler-core@3.5.12': dependencies: - '@babel/parser': 7.25.8 + '@babel/parser': 7.26.2 '@vue/shared': 3.5.12 entities: 4.5.0 estree-walker: 2.0.2 @@ -12050,19 +12353,19 @@ snapshots: '@vue/compiler-sfc@2.7.15': dependencies: - '@babel/parser': 7.25.8 + '@babel/parser': 7.26.2 postcss: 8.4.47 source-map: 0.6.1 '@vue/compiler-sfc@3.5.12': dependencies: - '@babel/parser': 7.25.8 + '@babel/parser': 7.26.2 '@vue/compiler-core': 3.5.12 '@vue/compiler-dom': 3.5.12 '@vue/compiler-ssr': 3.5.12 '@vue/shared': 3.5.12 estree-walker: 2.0.2 - magic-string: 0.30.11 + magic-string: 0.30.12 postcss: 8.4.47 source-map-js: 1.2.1 @@ -12140,13 +12443,13 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-api@7.5.2': + '@vue/devtools-api@7.6.2': dependencies: - '@vue/devtools-kit': 7.5.2 + '@vue/devtools-kit': 7.6.2 - '@vue/devtools-kit@7.5.2': + '@vue/devtools-kit@7.6.2': dependencies: - '@vue/devtools-shared': 7.5.2 + '@vue/devtools-shared': 7.6.2 birpc: 0.2.19 hookable: 5.5.3 mitt: 3.0.1 @@ -12154,7 +12457,7 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.1 - '@vue/devtools-shared@7.5.2': + '@vue/devtools-shared@7.6.2': dependencies: rfdc: 1.4.1 @@ -12203,20 +12506,20 @@ snapshots: '@vue/web-component-wrapper@1.3.0': {} - '@vueuse/components@11.1.0(vue@3.5.12(typescript@5.6.3))': + '@vueuse/components@11.2.0(vue@3.5.12(typescript@5.6.3))': dependencies: - '@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3)) - '@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.6.3)) + '@vueuse/core': 11.2.0(vue@3.5.12(typescript@5.6.3)) + '@vueuse/shared': 11.2.0(vue@3.5.12(typescript@5.6.3)) vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.3))': + '@vueuse/core@11.2.0(vue@3.5.12(typescript@5.6.3))': dependencies: '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 11.1.0 - '@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.6.3)) + '@vueuse/metadata': 11.2.0 + '@vueuse/shared': 11.2.0(vue@3.5.12(typescript@5.6.3)) vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: - '@vue/composition-api' @@ -12232,10 +12535,10 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/integrations@11.1.0(async-validator@4.2.5)(focus-trap@7.6.0)(fuse.js@7.0.0)(vue@3.5.12(typescript@5.6.3))': + '@vueuse/integrations@11.2.0(async-validator@4.2.5)(focus-trap@7.6.0)(fuse.js@7.0.0)(vue@3.5.12(typescript@5.6.3))': dependencies: - '@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3)) - '@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.6.3)) + '@vueuse/core': 11.2.0(vue@3.5.12(typescript@5.6.3)) + '@vueuse/shared': 11.2.0(vue@3.5.12(typescript@5.6.3)) vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) optionalDependencies: async-validator: 4.2.5 @@ -12245,11 +12548,11 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/metadata@11.1.0': {} + '@vueuse/metadata@11.2.0': {} '@vueuse/metadata@9.13.0': {} - '@vueuse/shared@11.1.0(vue@3.5.12(typescript@5.6.3))': + '@vueuse/shared@11.2.0(vue@3.5.12(typescript@5.6.3))': dependencies: vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: @@ -12362,20 +12665,20 @@ snapshots: acorn-globals@7.0.1: dependencies: - acorn: 8.12.1 + acorn: 8.14.0 acorn-walk: 8.3.2 - acorn-import-assertions@1.9.0(acorn@8.12.1): + acorn-import-assertions@1.9.0(acorn@8.14.0): dependencies: - acorn: 8.12.1 + acorn: 8.14.0 - acorn-jsx@5.3.2(acorn@8.12.1): + acorn-jsx@5.3.2(acorn@8.14.0): dependencies: - acorn: 8.12.1 + acorn: 8.14.0 acorn-walk@8.3.2: {} - acorn@8.12.1: {} + acorn@8.14.0: {} address@1.2.2: {} @@ -12532,40 +12835,40 @@ snapshots: b4a@1.6.4: {} - babel-loader@8.3.0(@babel/core@7.25.8)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + babel-loader@8.3.0(@babel/core@7.26.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) babel-plugin-dynamic-import-node@2.3.3: dependencies: object.assign: 4.1.4 - babel-plugin-polyfill-corejs2@0.4.7(@babel/core@7.25.8): + babel-plugin-polyfill-corejs2@0.4.7(@babel/core@7.26.0): dependencies: - '@babel/compat-data': 7.25.7 - '@babel/core': 7.25.8 - '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.25.8) + '@babel/compat-data': 7.26.2 + '@babel/core': 7.26.0 + '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.26.0) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.25.8): + babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.26.0): dependencies: - '@babel/core': 7.25.8 - '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.26.0) core-js-compat: 3.38.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.5.4(@babel/core@7.25.8): + babel-plugin-polyfill-regenerator@0.5.4(@babel/core@7.26.0): dependencies: - '@babel/core': 7.25.8 - '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.26.0) transitivePeerDependencies: - supports-color @@ -12675,17 +12978,17 @@ snapshots: dependencies: semver: 7.6.3 - bumpp@9.7.1: + bumpp@9.8.1: dependencies: '@jsdevtools/ez-spawn': 3.0.4 c12: 1.11.2 cac: 6.7.14 escalade: 3.2.0 - fast-glob: 3.3.2 js-yaml: 4.1.0 jsonc-parser: 3.3.1 prompts: 2.4.2 semver: 7.6.3 + tinyglobby: 0.2.10 transitivePeerDependencies: - magicast @@ -12698,6 +13001,11 @@ snapshots: esbuild: 0.23.0 load-tsconfig: 0.2.5 + bundle-require@5.0.0(esbuild@0.24.0): + dependencies: + esbuild: 0.24.0 + load-tsconfig: 0.2.5 + bytes@3.0.0: {} bytes@3.1.2: {} @@ -12770,12 +13078,12 @@ snapshots: ccount@2.0.1: {} - chai@5.1.1: + chai@5.1.2: dependencies: assertion-error: 2.0.1 check-error: 2.1.1 deep-eql: 5.0.2 - loupe: 3.1.1 + loupe: 3.1.2 pathval: 2.0.0 chalk-template@0.4.0: @@ -12842,7 +13150,6 @@ snapshots: chokidar@4.0.1: dependencies: readdirp: 4.0.1 - optional: true chownr@2.0.0: {} @@ -13065,7 +13372,7 @@ snapshots: dependencies: is-what: 4.1.16 - copy-webpack-plugin@9.1.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + copy-webpack-plugin@9.1.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: fast-glob: 3.3.2 glob-parent: 6.0.2 @@ -13073,13 +13380,13 @@ snapshots: normalize-path: 3.0.0 schema-utils: 3.3.0 serialize-javascript: 6.0.1 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) core-js-compat@3.38.1: dependencies: browserslist: 4.24.0 - core-js@3.38.1: {} + core-js@3.39.0: {} core-util-is@1.0.3: {} @@ -13135,7 +13442,7 @@ snapshots: dependencies: postcss: 8.4.47 - css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: icss-utils: 5.1.0(postcss@8.4.47) postcss: 8.4.47 @@ -13145,9 +13452,9 @@ snapshots: postcss-modules-values: 4.0.0(postcss@8.4.47) postcss-value-parser: 4.2.0 semver: 7.6.3 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) - css-minimizer-webpack-plugin@3.4.1(esbuild@0.23.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + css-minimizer-webpack-plugin@3.4.1(esbuild@0.24.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: cssnano: 5.1.15(postcss@8.4.47) jest-worker: 27.5.1 @@ -13155,9 +13462,9 @@ snapshots: schema-utils: 4.2.0 serialize-javascript: 6.0.1 source-map: 0.6.1 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) optionalDependencies: - esbuild: 0.23.0 + esbuild: 0.24.0 css-select@4.3.0: dependencies: @@ -13421,12 +13728,12 @@ snapshots: electron@29.4.6: dependencies: '@electron/get': 2.0.3 - '@types/node': 20.16.14 + '@types/node': 20.17.6 extract-zip: 2.0.1 transitivePeerDependencies: - supports-color - element-plus@2.8.6(vue@3.5.12(typescript@5.6.3)): + element-plus@2.8.7(vue@3.5.12(typescript@5.6.3)): dependencies: '@ctrl/tinycolor': 3.6.1 '@element-plus/icons-vue': 2.3.1(vue@3.5.12(typescript@5.6.3)) @@ -13486,7 +13793,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.16.14 + '@types/node': 20.17.6 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -13631,6 +13938,33 @@ snapshots: '@esbuild/win32-ia32': 0.23.0 '@esbuild/win32-x64': 0.23.0 + esbuild@0.24.0: + optionalDependencies: + '@esbuild/aix-ppc64': 0.24.0 + '@esbuild/android-arm': 0.24.0 + '@esbuild/android-arm64': 0.24.0 + '@esbuild/android-x64': 0.24.0 + '@esbuild/darwin-arm64': 0.24.0 + '@esbuild/darwin-x64': 0.24.0 + '@esbuild/freebsd-arm64': 0.24.0 + '@esbuild/freebsd-x64': 0.24.0 + '@esbuild/linux-arm': 0.24.0 + '@esbuild/linux-arm64': 0.24.0 + '@esbuild/linux-ia32': 0.24.0 + '@esbuild/linux-loong64': 0.24.0 + '@esbuild/linux-mips64el': 0.24.0 + '@esbuild/linux-ppc64': 0.24.0 + '@esbuild/linux-riscv64': 0.24.0 + '@esbuild/linux-s390x': 0.24.0 + '@esbuild/linux-x64': 0.24.0 + '@esbuild/netbsd-x64': 0.24.0 + '@esbuild/openbsd-arm64': 0.24.0 + '@esbuild/openbsd-x64': 0.24.0 + '@esbuild/sunos-x64': 0.24.0 + '@esbuild/win32-arm64': 0.24.0 + '@esbuild/win32-ia32': 0.24.0 + '@esbuild/win32-x64': 0.24.0 + escalade@3.2.0: {} escape-html@1.0.3: {} @@ -13649,28 +13983,28 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-compat-utils@0.1.2(eslint@9.13.0(jiti@2.0.0)): + eslint-compat-utils@0.1.2(eslint@9.14.0(jiti@2.0.0)): dependencies: - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) - eslint-compat-utils@0.5.0(eslint@9.13.0(jiti@2.0.0)): + eslint-compat-utils@0.5.0(eslint@9.14.0(jiti@2.0.0)): dependencies: - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) semver: 7.6.3 - eslint-config-flat-gitignore@0.3.0(eslint@9.13.0(jiti@2.0.0)): + eslint-config-flat-gitignore@0.3.0(eslint@9.14.0(jiti@2.0.0)): dependencies: '@eslint/compat': 1.1.1 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) find-up-simple: 1.0.0 eslint-flat-config-utils@0.4.0: dependencies: pathe: 1.1.2 - eslint-formatting-reporter@0.0.0(eslint@9.13.0(jiti@2.0.0)): + eslint-formatting-reporter@0.0.0(eslint@9.14.0(jiti@2.0.0)): dependencies: - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) prettier-linter-helpers: 1.0.0 eslint-import-resolver-node@0.3.9: @@ -13681,46 +14015,46 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-merge-processors@0.1.0(eslint@9.13.0(jiti@2.0.0)): + eslint-merge-processors@0.1.0(eslint@9.14.0(jiti@2.0.0)): dependencies: - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) eslint-parser-plain@0.1.0: {} - eslint-plugin-antfu@2.7.0(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-antfu@2.7.0(eslint@9.14.0(jiti@2.0.0)): dependencies: '@antfu/utils': 0.7.10 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) - eslint-plugin-command@0.2.6(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-command@0.2.6(eslint@9.14.0(jiti@2.0.0)): dependencies: '@es-joy/jsdoccomment': 0.48.0 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) - eslint-plugin-es-x@7.5.0(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-es-x@7.5.0(eslint@9.14.0(jiti@2.0.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.0.0)) - '@eslint-community/regexpp': 4.11.0 - eslint: 9.13.0(jiti@2.0.0) - eslint-compat-utils: 0.1.2(eslint@9.13.0(jiti@2.0.0)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.14.0(jiti@2.0.0)) + '@eslint-community/regexpp': 4.12.1 + eslint: 9.14.0(jiti@2.0.0) + eslint-compat-utils: 0.1.2(eslint@9.14.0(jiti@2.0.0)) - eslint-plugin-format@0.1.2(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-format@0.1.2(eslint@9.14.0(jiti@2.0.0)): dependencies: '@dprint/formatter': 0.3.0 '@dprint/markdown': 0.17.1 '@dprint/toml': 0.6.2 - eslint: 9.13.0(jiti@2.0.0) - eslint-formatting-reporter: 0.0.0(eslint@9.13.0(jiti@2.0.0)) + eslint: 9.14.0(jiti@2.0.0) + eslint-formatting-reporter: 0.0.0(eslint@9.14.0(jiti@2.0.0)) eslint-parser-plain: 0.1.0 prettier: 3.3.2 synckit: 0.9.1 - eslint-plugin-import-x@4.3.1(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3): + eslint-plugin-import-x@4.3.1(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3): dependencies: - '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) + '@typescript-eslint/utils': 8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) debug: 4.3.7 doctrine: 3.0.0 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) eslint-import-resolver-node: 0.3.9 get-tsconfig: 4.7.5 is-glob: 4.0.3 @@ -13732,15 +14066,15 @@ snapshots: - supports-color - typescript - eslint-plugin-jsdoc@50.4.3(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-jsdoc@50.4.3(eslint@9.14.0(jiti@2.0.0)): dependencies: '@es-joy/jsdoccomment': 0.49.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.7 escape-string-regexp: 4.0.0 - eslint: 9.13.0(jiti@2.0.0) - espree: 10.2.0 + eslint: 9.14.0(jiti@2.0.0) + espree: 10.3.0 esquery: 1.6.0 parse-imports: 2.1.1 semver: 7.6.3 @@ -13749,23 +14083,23 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jsonc@2.16.0(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-jsonc@2.16.0(eslint@9.14.0(jiti@2.0.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.0.0)) - eslint: 9.13.0(jiti@2.0.0) - eslint-compat-utils: 0.5.0(eslint@9.13.0(jiti@2.0.0)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.14.0(jiti@2.0.0)) + eslint: 9.14.0(jiti@2.0.0) + eslint-compat-utils: 0.5.0(eslint@9.14.0(jiti@2.0.0)) espree: 9.6.1 graphemer: 1.4.0 jsonc-eslint-parser: 2.4.0 natural-compare: 1.4.0 synckit: 0.6.2 - eslint-plugin-n@17.11.1(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-n@17.11.1(eslint@9.14.0(jiti@2.0.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.0.0)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.14.0(jiti@2.0.0)) enhanced-resolve: 5.17.0 - eslint: 9.13.0(jiti@2.0.0) - eslint-plugin-es-x: 7.5.0(eslint@9.13.0(jiti@2.0.0)) + eslint: 9.14.0(jiti@2.0.0) + eslint-plugin-es-x: 7.5.0(eslint@9.14.0(jiti@2.0.0)) get-tsconfig: 4.7.5 globals: 15.11.0 ignore: 5.3.1 @@ -13774,48 +14108,48 @@ snapshots: eslint-plugin-no-only-tests@3.3.0: {} - eslint-plugin-perfectionist@3.9.1(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.0.0))): + eslint-plugin-perfectionist@3.9.1(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.14.0(jiti@2.0.0))): dependencies: - '@typescript-eslint/types': 8.11.0 - '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) - eslint: 9.13.0(jiti@2.0.0) + '@typescript-eslint/types': 8.13.0 + '@typescript-eslint/utils': 8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) + eslint: 9.14.0(jiti@2.0.0) minimatch: 9.0.5 natural-compare-lite: 1.4.0 optionalDependencies: - vue-eslint-parser: 9.4.3(eslint@9.13.0(jiti@2.0.0)) + vue-eslint-parser: 9.4.3(eslint@9.14.0(jiti@2.0.0)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-regexp@2.6.0(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-regexp@2.6.0(eslint@9.14.0(jiti@2.0.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.0.0)) - '@eslint-community/regexpp': 4.11.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.14.0(jiti@2.0.0)) + '@eslint-community/regexpp': 4.12.1 comment-parser: 1.4.1 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) jsdoc-type-pratt-parser: 4.1.0 refa: 0.12.1 regexp-ast-analysis: 0.7.1 scslre: 0.3.0 - eslint-plugin-toml@0.11.1(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-toml@0.11.1(eslint@9.14.0(jiti@2.0.0)): dependencies: debug: 4.3.7 - eslint: 9.13.0(jiti@2.0.0) - eslint-compat-utils: 0.5.0(eslint@9.13.0(jiti@2.0.0)) + eslint: 9.14.0(jiti@2.0.0) + eslint-compat-utils: 0.5.0(eslint@9.14.0(jiti@2.0.0)) lodash: 4.17.21 toml-eslint-parser: 0.10.0 transitivePeerDependencies: - supports-color - eslint-plugin-unicorn@56.0.0(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-unicorn@56.0.0(eslint@9.14.0(jiti@2.0.0)): dependencies: - '@babel/helper-validator-identifier': 7.25.7 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.0.0)) + '@babel/helper-validator-identifier': 7.25.9 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.14.0(jiti@2.0.0)) ci-info: 4.0.0 clean-regexp: 1.0.0 core-js-compat: 3.38.1 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) esquery: 1.6.0 globals: 15.11.0 indent-string: 4.0.0 @@ -13828,41 +14162,41 @@ snapshots: semver: 7.6.3 strip-indent: 3.0.0 - eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.0.0)): dependencies: - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) + '@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) - eslint-plugin-vue@9.29.1(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-vue@9.30.0(eslint@9.14.0(jiti@2.0.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.0.0)) - eslint: 9.13.0(jiti@2.0.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.14.0(jiti@2.0.0)) + eslint: 9.14.0(jiti@2.0.0) globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.15 semver: 7.6.3 - vue-eslint-parser: 9.4.3(eslint@9.13.0(jiti@2.0.0)) + vue-eslint-parser: 9.4.3(eslint@9.14.0(jiti@2.0.0)) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color - eslint-plugin-yml@1.14.0(eslint@9.13.0(jiti@2.0.0)): + eslint-plugin-yml@1.14.0(eslint@9.14.0(jiti@2.0.0)): dependencies: debug: 4.3.7 - eslint: 9.13.0(jiti@2.0.0) - eslint-compat-utils: 0.5.0(eslint@9.13.0(jiti@2.0.0)) + eslint: 9.14.0(jiti@2.0.0) + eslint-compat-utils: 0.5.0(eslint@9.14.0(jiti@2.0.0)) lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.2.3 transitivePeerDependencies: - supports-color - eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.5.12)(eslint@9.13.0(jiti@2.0.0)): + eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.5.12)(eslint@9.14.0(jiti@2.0.0)): dependencies: '@vue/compiler-sfc': 3.5.12 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) eslint-scope@5.1.1: dependencies: @@ -13874,7 +14208,7 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 - eslint-scope@8.1.0: + eslint-scope@8.2.0: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 @@ -13883,41 +14217,41 @@ snapshots: eslint-visitor-keys@3.4.3: {} - eslint-visitor-keys@4.1.0: {} + eslint-visitor-keys@4.2.0: {} - eslint-vitest-rule-tester@0.6.1(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.3(@types/node@20.16.14)(jsdom@25.0.1)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)): + eslint-vitest-rule-tester@0.6.1(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3)(vitest@2.1.4(@types/node@20.17.6)(jsdom@25.0.1)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)): dependencies: '@antfu/utils': 0.7.10 '@types/eslint': 9.6.1 - '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.0.0))(typescript@5.6.3) - eslint: 9.13.0(jiti@2.0.0) - vitest: 2.1.3(@types/node@20.16.14)(jsdom@25.0.1)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + '@typescript-eslint/utils': 8.13.0(eslint@9.14.0(jiti@2.0.0))(typescript@5.6.3) + eslint: 9.14.0(jiti@2.0.0) + vitest: 2.1.4(@types/node@20.17.6)(jsdom@25.0.1)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) transitivePeerDependencies: - supports-color - typescript - eslint-webpack-plugin@3.2.0(eslint@9.13.0(jiti@2.0.0))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + eslint-webpack-plugin@3.2.0(eslint@9.14.0(jiti@2.0.0))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: '@types/eslint': 8.56.10 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) jest-worker: 28.1.3 micromatch: 4.0.8 normalize-path: 3.0.0 schema-utils: 4.2.0 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) - eslint@9.13.0(jiti@2.0.0): + eslint@9.14.0(jiti@2.0.0): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.0.0)) - '@eslint-community/regexpp': 4.11.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.14.0(jiti@2.0.0)) + '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.18.0 '@eslint/core': 0.7.0 '@eslint/eslintrc': 3.1.0 - '@eslint/js': 9.13.0 + '@eslint/js': 9.14.0 '@eslint/plugin-kit': 0.2.0 - '@humanfs/node': 0.16.5 + '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.3.1 + '@humanwhocodes/retry': 0.4.0 '@types/estree': 1.0.6 '@types/json-schema': 7.0.15 ajv: 6.12.6 @@ -13925,9 +14259,9 @@ snapshots: cross-spawn: 7.0.3 debug: 4.3.7 escape-string-regexp: 4.0.0 - eslint-scope: 8.1.0 - eslint-visitor-keys: 4.1.0 - espree: 10.2.0 + eslint-scope: 8.2.0 + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 esquery: 1.6.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -13948,16 +14282,16 @@ snapshots: transitivePeerDependencies: - supports-color - espree@10.2.0: + espree@10.3.0: dependencies: - acorn: 8.12.1 - acorn-jsx: 5.3.2(acorn@8.12.1) - eslint-visitor-keys: 4.1.0 + acorn: 8.14.0 + acorn-jsx: 5.3.2(acorn@8.14.0) + eslint-visitor-keys: 4.2.0 espree@9.6.1: dependencies: - acorn: 8.12.1 - acorn-jsx: 5.3.2(acorn@8.12.1) + acorn: 8.14.0 + acorn-jsx: 5.3.2(acorn@8.14.0) eslint-visitor-keys: 3.4.3 esprima@4.0.1: {} @@ -14038,6 +14372,8 @@ snapshots: signal-exit: 4.1.0 strip-final-newline: 3.0.0 + expect-type@1.1.0: {} + express@4.18.2: dependencies: accepts: 1.3.8 @@ -14118,7 +14454,7 @@ snapshots: dependencies: pend: 1.2.0 - fdir@6.4.0(picomatch@4.0.2): + fdir@6.4.2(picomatch@4.0.2): optionalDependencies: picomatch: 4.0.2 @@ -14272,8 +14608,6 @@ snapshots: get-east-asian-width@1.2.0: {} - get-func-name@2.0.2: {} - get-intrinsic@1.2.2: dependencies: function-bind: 1.1.2 @@ -14484,12 +14818,12 @@ snapshots: highlight.js@10.7.3: {} - histoire@0.17.17(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)): + histoire@0.17.17(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)): dependencies: '@akryum/tinypool': 0.3.1 - '@histoire/app': 0.17.17(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) - '@histoire/controls': 0.17.17(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) - '@histoire/shared': 0.17.17(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + '@histoire/app': 0.17.17(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) + '@histoire/controls': 0.17.17(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) '@histoire/vendors': 0.17.17 '@types/flexsearch': 0.7.6 '@types/markdown-it': 12.2.3 @@ -14516,8 +14850,8 @@ snapshots: sade: 1.8.1 shiki-es: 0.2.0 sirv: 2.0.4 - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) - vite-node: 0.34.6(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) + vite-node: 0.34.6(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - bufferutil @@ -14571,7 +14905,7 @@ snapshots: html-void-elements@3.0.0: {} - html-webpack-plugin@5.6.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + html-webpack-plugin@5.6.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -14579,7 +14913,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.2.1 optionalDependencies: - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) htmlparser2@6.1.0: dependencies: @@ -14706,7 +15040,7 @@ snapshots: jiti: 2.0.0-beta.3 jiti-v1: jiti@1.21.6 pathe: 1.1.2 - tsx: 4.19.1 + tsx: 4.19.2 transitivePeerDependencies: - supports-color @@ -14717,7 +15051,7 @@ snapshots: esbuild: 0.23.0 jiti: 2.0.0 pathe: 1.1.2 - tsx: 4.19.1 + tsx: 4.19.2 transitivePeerDependencies: - supports-color @@ -14848,13 +15182,13 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@28.1.3: dependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -14903,7 +15237,7 @@ snapshots: jsdom@20.0.3: dependencies: abab: 2.0.6 - acorn: 8.12.1 + acorn: 8.14.0 acorn-globals: 7.0.1 cssom: 0.5.0 cssstyle: 2.3.0 @@ -14990,7 +15324,7 @@ snapshots: jsonc-eslint-parser@2.4.0: dependencies: - acorn: 8.12.1 + acorn: 8.14.0 eslint-visitor-keys: 3.4.3 espree: 9.6.1 semver: 7.6.3 @@ -15153,9 +15487,7 @@ snapshots: longest-streak@3.1.0: {} - loupe@3.1.1: - dependencies: - get-func-name: 2.0.2 + loupe@3.1.2: {} lower-case@2.0.2: dependencies: @@ -15182,7 +15514,7 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 - magic-string@0.30.11: + magic-string@0.30.12: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 @@ -15599,10 +15931,10 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.7.6(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + mini-css-extract-plugin@2.7.6(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: schema-utils: 4.2.0 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) minimalistic-assert@1.0.1: {} @@ -15674,7 +16006,7 @@ snapshots: mlly@1.7.1: dependencies: - acorn: 8.12.1 + acorn: 8.14.0 pathe: 1.1.2 pkg-types: 1.2.0 ufo: 1.5.4 @@ -15832,7 +16164,7 @@ snapshots: obuf@1.1.2: {} - ofetch@1.4.0: + ofetch@1.4.1: dependencies: destr: 2.0.3 node-fetch-native: 1.6.4 @@ -15937,7 +16269,7 @@ snapshots: p-try@2.2.0: {} - package-manager-detector@0.2.0: {} + package-manager-detector@0.2.2: {} param-case@3.0.4: dependencies: @@ -15957,7 +16289,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.25.7 + '@babel/code-frame': 7.26.2 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -16031,7 +16363,7 @@ snapshots: pidtree@0.6.0: {} - pinia@2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)): + pinia@2.2.6(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)): dependencies: '@vue/devtools-api': 6.6.4 vue: 3.5.12(typescript@5.6.3) @@ -16053,7 +16385,7 @@ snapshots: pluralize@8.0.0: {} - pnpm@9.12.2: {} + pnpm@9.12.3: {} portfinder@1.0.32: dependencies: @@ -16099,22 +16431,22 @@ snapshots: dependencies: postcss: 8.4.47 - postcss-load-config@6.0.1(jiti@2.0.0)(postcss@8.4.47)(tsx@4.19.1)(yaml@2.5.0): + postcss-load-config@6.0.1(jiti@2.0.0)(postcss@8.4.47)(tsx@4.19.2)(yaml@2.5.0): dependencies: lilconfig: 3.1.2 optionalDependencies: jiti: 2.0.0 postcss: 8.4.47 - tsx: 4.19.1 + tsx: 4.19.2 yaml: 2.5.0 - postcss-loader@6.2.1(postcss@8.4.47)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + postcss-loader@6.2.1(postcss@8.4.47)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: cosmiconfig: 7.1.0 klona: 2.0.6 postcss: 8.4.47 semver: 7.6.3 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) postcss-merge-longhand@5.1.7(postcss@8.4.47): dependencies: @@ -16291,12 +16623,12 @@ snapshots: process@0.11.10: {} - progress-webpack-plugin@1.0.16(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + progress-webpack-plugin@1.0.16(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: chalk: 2.4.2 figures: 2.0.0 log-update: 2.3.0 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) progress@2.0.3: {} @@ -16318,7 +16650,7 @@ snapshots: psl@1.9.0: {} - publint@0.2.11: + publint@0.2.12: dependencies: npm-packlist: 5.1.3 picocolors: 1.1.1 @@ -16418,7 +16750,7 @@ snapshots: dependencies: minimatch: 5.1.6 - readdir-glob@2.0.0: + readdir-glob@2.0.1: dependencies: minimatch: 9.0.5 @@ -16426,12 +16758,11 @@ snapshots: dependencies: picomatch: 2.3.1 - readdirp@4.0.1: - optional: true + readdirp@4.0.1: {} refa@0.12.1: dependencies: - '@eslint-community/regexpp': 4.11.0 + '@eslint-community/regexpp': 4.12.1 regenerate-unicode-properties@10.1.1: dependencies: @@ -16451,7 +16782,7 @@ snapshots: regexp-ast-analysis@0.7.1: dependencies: - '@eslint-community/regexpp': 4.11.0 + '@eslint-community/regexpp': 4.12.1 refa: 0.12.1 regexp-tree@0.1.27: {} @@ -16560,36 +16891,38 @@ snapshots: rollup-plugin-dts@6.0.1(rollup@3.28.1)(typescript@5.6.3): dependencies: - magic-string: 0.30.11 + magic-string: 0.30.12 rollup: 3.28.1 typescript: 5.6.3 optionalDependencies: - '@babel/code-frame': 7.25.7 + '@babel/code-frame': 7.26.2 rollup@3.28.1: optionalDependencies: fsevents: 2.3.3 - rollup@4.20.0: + rollup@4.24.4: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.20.0 - '@rollup/rollup-android-arm64': 4.20.0 - '@rollup/rollup-darwin-arm64': 4.20.0 - '@rollup/rollup-darwin-x64': 4.20.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.20.0 - '@rollup/rollup-linux-arm-musleabihf': 4.20.0 - '@rollup/rollup-linux-arm64-gnu': 4.20.0 - '@rollup/rollup-linux-arm64-musl': 4.20.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.20.0 - '@rollup/rollup-linux-riscv64-gnu': 4.20.0 - '@rollup/rollup-linux-s390x-gnu': 4.20.0 - '@rollup/rollup-linux-x64-gnu': 4.20.0 - '@rollup/rollup-linux-x64-musl': 4.20.0 - '@rollup/rollup-win32-arm64-msvc': 4.20.0 - '@rollup/rollup-win32-ia32-msvc': 4.20.0 - '@rollup/rollup-win32-x64-msvc': 4.20.0 + '@rollup/rollup-android-arm-eabi': 4.24.4 + '@rollup/rollup-android-arm64': 4.24.4 + '@rollup/rollup-darwin-arm64': 4.24.4 + '@rollup/rollup-darwin-x64': 4.24.4 + '@rollup/rollup-freebsd-arm64': 4.24.4 + '@rollup/rollup-freebsd-x64': 4.24.4 + '@rollup/rollup-linux-arm-gnueabihf': 4.24.4 + '@rollup/rollup-linux-arm-musleabihf': 4.24.4 + '@rollup/rollup-linux-arm64-gnu': 4.24.4 + '@rollup/rollup-linux-arm64-musl': 4.24.4 + '@rollup/rollup-linux-powerpc64le-gnu': 4.24.4 + '@rollup/rollup-linux-riscv64-gnu': 4.24.4 + '@rollup/rollup-linux-s390x-gnu': 4.24.4 + '@rollup/rollup-linux-x64-gnu': 4.24.4 + '@rollup/rollup-linux-x64-musl': 4.24.4 + '@rollup/rollup-win32-arm64-msvc': 4.24.4 + '@rollup/rollup-win32-ia32-msvc': 4.24.4 + '@rollup/rollup-win32-x64-msvc': 4.24.4 fsevents: 2.3.3 rrweb-cssom@0.7.1: {} @@ -16614,67 +16947,67 @@ snapshots: safer-buffer@2.1.2: {} - sass-embedded-android-arm64@1.80.5: + sass-embedded-android-arm64@1.80.6: optional: true - sass-embedded-android-arm@1.80.5: + sass-embedded-android-arm@1.80.6: optional: true - sass-embedded-android-ia32@1.80.5: + sass-embedded-android-ia32@1.80.6: optional: true - sass-embedded-android-riscv64@1.80.5: + sass-embedded-android-riscv64@1.80.6: optional: true - sass-embedded-android-x64@1.80.5: + sass-embedded-android-x64@1.80.6: optional: true - sass-embedded-darwin-arm64@1.80.5: + sass-embedded-darwin-arm64@1.80.6: optional: true - sass-embedded-darwin-x64@1.80.5: + sass-embedded-darwin-x64@1.80.6: optional: true - sass-embedded-linux-arm64@1.80.5: + sass-embedded-linux-arm64@1.80.6: optional: true - sass-embedded-linux-arm@1.80.5: + sass-embedded-linux-arm@1.80.6: optional: true - sass-embedded-linux-ia32@1.80.5: + sass-embedded-linux-ia32@1.80.6: optional: true - sass-embedded-linux-musl-arm64@1.80.5: + sass-embedded-linux-musl-arm64@1.80.6: optional: true - sass-embedded-linux-musl-arm@1.80.5: + sass-embedded-linux-musl-arm@1.80.6: optional: true - sass-embedded-linux-musl-ia32@1.80.5: + sass-embedded-linux-musl-ia32@1.80.6: optional: true - sass-embedded-linux-musl-riscv64@1.80.5: + sass-embedded-linux-musl-riscv64@1.80.6: optional: true - sass-embedded-linux-musl-x64@1.80.5: + sass-embedded-linux-musl-x64@1.80.6: optional: true - sass-embedded-linux-riscv64@1.80.5: + sass-embedded-linux-riscv64@1.80.6: optional: true - sass-embedded-linux-x64@1.80.5: + sass-embedded-linux-x64@1.80.6: optional: true - sass-embedded-win32-arm64@1.80.5: + sass-embedded-win32-arm64@1.80.6: optional: true - sass-embedded-win32-ia32@1.80.5: + sass-embedded-win32-ia32@1.80.6: optional: true - sass-embedded-win32-x64@1.80.5: + sass-embedded-win32-x64@1.80.6: optional: true - sass-embedded@1.80.5: + sass-embedded@1.80.6: dependencies: '@bufbuild/protobuf': 2.2.1 buffer-builder: 0.2.0 @@ -16684,26 +17017,26 @@ snapshots: supports-color: 8.1.1 varint: 6.0.0 optionalDependencies: - sass-embedded-android-arm: 1.80.5 - sass-embedded-android-arm64: 1.80.5 - sass-embedded-android-ia32: 1.80.5 - sass-embedded-android-riscv64: 1.80.5 - sass-embedded-android-x64: 1.80.5 - sass-embedded-darwin-arm64: 1.80.5 - sass-embedded-darwin-x64: 1.80.5 - sass-embedded-linux-arm: 1.80.5 - sass-embedded-linux-arm64: 1.80.5 - sass-embedded-linux-ia32: 1.80.5 - sass-embedded-linux-musl-arm: 1.80.5 - sass-embedded-linux-musl-arm64: 1.80.5 - sass-embedded-linux-musl-ia32: 1.80.5 - sass-embedded-linux-musl-riscv64: 1.80.5 - sass-embedded-linux-musl-x64: 1.80.5 - sass-embedded-linux-riscv64: 1.80.5 - sass-embedded-linux-x64: 1.80.5 - sass-embedded-win32-arm64: 1.80.5 - sass-embedded-win32-ia32: 1.80.5 - sass-embedded-win32-x64: 1.80.5 + sass-embedded-android-arm: 1.80.6 + sass-embedded-android-arm64: 1.80.6 + sass-embedded-android-ia32: 1.80.6 + sass-embedded-android-riscv64: 1.80.6 + sass-embedded-android-x64: 1.80.6 + sass-embedded-darwin-arm64: 1.80.6 + sass-embedded-darwin-x64: 1.80.6 + sass-embedded-linux-arm: 1.80.6 + sass-embedded-linux-arm64: 1.80.6 + sass-embedded-linux-ia32: 1.80.6 + sass-embedded-linux-musl-arm: 1.80.6 + sass-embedded-linux-musl-arm64: 1.80.6 + sass-embedded-linux-musl-ia32: 1.80.6 + sass-embedded-linux-musl-riscv64: 1.80.6 + sass-embedded-linux-musl-x64: 1.80.6 + sass-embedded-linux-riscv64: 1.80.6 + sass-embedded-linux-x64: 1.80.6 + sass-embedded-win32-arm64: 1.80.6 + sass-embedded-win32-ia32: 1.80.6 + sass-embedded-win32-x64: 1.80.6 sass@1.80.3: dependencies: @@ -16738,7 +17071,7 @@ snapshots: scslre@0.3.0: dependencies: - '@eslint-community/regexpp': 4.11.0 + '@eslint-community/regexpp': 4.12.1 refa: 0.12.1 regexp-ast-analysis: 0.7.1 @@ -16875,12 +17208,12 @@ snapshots: shiki-es@0.2.0: {} - shiki@1.22.0: + shiki@1.22.2: dependencies: - '@shikijs/core': 1.22.0 - '@shikijs/engine-javascript': 1.22.0 - '@shikijs/engine-oniguruma': 1.22.0 - '@shikijs/types': 1.22.0 + '@shikijs/core': 1.22.2 + '@shikijs/engine-javascript': 1.22.2 + '@shikijs/engine-oniguruma': 1.22.2 + '@shikijs/types': 1.22.2 '@shikijs/vscode-textmate': 9.3.0 '@types/hast': 3.0.4 @@ -16944,7 +17277,7 @@ snapshots: - bufferutil - utf-8-validate - socket.io-client@4.8.0: + socket.io-client@4.8.1: dependencies: '@socket.io/component-emitter': 3.1.0 debug: 4.3.7 @@ -16962,7 +17295,7 @@ snapshots: transitivePeerDependencies: - supports-color - socket.io@4.8.0: + socket.io@4.8.1: dependencies: accepts: 1.3.8 base64id: 2.0.0 @@ -17230,34 +17563,34 @@ snapshots: mkdirp: 1.0.4 yallist: 4.0.0 - taze@0.17.2: + taze@0.18.0: dependencies: '@antfu/ni': 0.23.0 js-yaml: 4.1.0 - ofetch: 1.4.0 - package-manager-detector: 0.2.0 - tinyexec: 0.3.0 + ofetch: 1.4.1 + package-manager-detector: 0.2.2 + tinyexec: 0.3.1 unconfig: 0.6.0 yargs: 17.7.2 transitivePeerDependencies: - supports-color - 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)): + terser-webpack-plugin@5.3.10(@swc/core@1.5.29)(esbuild@0.24.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 terser: 5.26.0 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) optionalDependencies: '@swc/core': 1.5.29 - esbuild: 0.23.0 + esbuild: 0.24.0 terser@5.26.0: dependencies: '@jridgewell/source-map': 0.3.5 - acorn: 8.12.1 + acorn: 8.14.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -17271,33 +17604,33 @@ snapshots: dependencies: any-promise: 1.3.0 - thread-loader@3.0.4(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.24.0)): dependencies: json-parse-better-errors: 1.0.2 loader-runner: 4.3.0 loader-utils: 2.0.4 neo-async: 2.6.2 schema-utils: 3.3.0 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) - three@0.169.0: {} + three@0.170.0: {} thunky@1.1.0: {} tinybench@2.9.0: {} - tinyexec@0.3.0: {} + tinyexec@0.3.1: {} - tinyglobby@0.2.9: + tinyglobby@0.2.10: dependencies: - fdir: 6.4.0(picomatch@4.0.2) + fdir: 6.4.2(picomatch@4.0.2) picomatch: 4.0.2 - tinypool@1.0.0: {} + tinypool@1.0.1: {} tinyrainbow@1.2.0: {} - tinyspy@3.0.0: {} + tinyspy@3.0.2: {} tldts-core@6.1.47: {} @@ -17305,8 +17638,6 @@ snapshots: dependencies: tldts-core: 6.1.47 - to-fast-properties@2.0.0: {} - to-regex-range@5.0.1: dependencies: is-number: 7.0.0 @@ -17356,26 +17687,26 @@ snapshots: tslib@2.7.0: {} - tsup@8.3.0(@microsoft/api-extractor@7.43.0(@types/node@20.16.14))(@swc/core@1.5.29)(jiti@2.0.0)(postcss@8.4.47)(tsx@4.19.1)(typescript@5.6.3)(yaml@2.5.0): + tsup@8.3.5(@microsoft/api-extractor@7.43.0(@types/node@20.17.6))(@swc/core@1.5.29)(jiti@2.0.0)(postcss@8.4.47)(tsx@4.19.2)(typescript@5.6.3)(yaml@2.5.0): dependencies: - bundle-require: 5.0.0(esbuild@0.23.0) + bundle-require: 5.0.0(esbuild@0.24.0) cac: 6.7.14 - chokidar: 3.6.0 + chokidar: 4.0.1 consola: 3.2.3 debug: 4.3.7 - esbuild: 0.23.0 - execa: 5.1.1 + esbuild: 0.24.0 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@2.0.0)(postcss@8.4.47)(tsx@4.19.1)(yaml@2.5.0) + postcss-load-config: 6.0.1(jiti@2.0.0)(postcss@8.4.47)(tsx@4.19.2)(yaml@2.5.0) resolve-from: 5.0.0 - rollup: 4.20.0 + rollup: 4.24.4 source-map: 0.8.0-beta.0 sucrase: 3.35.0 - tinyglobby: 0.2.9 + tinyexec: 0.3.1 + tinyglobby: 0.2.10 tree-kill: 1.2.2 optionalDependencies: - '@microsoft/api-extractor': 7.43.0(@types/node@20.16.14) + '@microsoft/api-extractor': 7.43.0(@types/node@20.17.6) '@swc/core': 1.5.29 postcss: 8.4.47 typescript: 5.6.3 @@ -17385,7 +17716,7 @@ snapshots: - tsx - yaml - tsx@4.19.1: + tsx@4.19.2: dependencies: esbuild: 0.23.0 get-tsconfig: 4.7.5 @@ -17469,7 +17800,7 @@ snapshots: globby: 13.2.2 hookable: 5.5.3 jiti: 1.21.6 - magic-string: 0.30.11 + magic-string: 0.30.12 mkdist: 1.3.0(sass@1.80.3)(typescript@5.6.3) mlly: 1.7.1 pathe: 1.1.2 @@ -17526,21 +17857,21 @@ snapshots: unicode-property-aliases-ecmascript@2.1.0: {} - unimport@3.12.0(rollup@4.20.0)(webpack-sources@3.2.3): + unimport@3.12.0(rollup@4.24.4)(webpack-sources@3.2.3): dependencies: - '@rollup/pluginutils': 5.1.2(rollup@4.20.0) - acorn: 8.12.1 + '@rollup/pluginutils': 5.1.2(rollup@4.24.4) + acorn: 8.14.0 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 fast-glob: 3.3.2 local-pkg: 0.5.0 - magic-string: 0.30.11 + magic-string: 0.30.12 mlly: 1.7.1 pathe: 1.1.2 pkg-types: 1.2.0 scule: 1.3.0 strip-literal: 2.1.0 - unplugin: 1.14.1(webpack-sources@3.2.3) + unplugin: 1.15.0(webpack-sources@3.2.3) transitivePeerDependencies: - rollup - webpack-sources @@ -17574,76 +17905,77 @@ snapshots: universalify@2.0.1: {} - unocss@0.63.4(postcss@8.4.47)(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)): - dependencies: - '@unocss/astro': 0.63.4(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) - '@unocss/cli': 0.63.4(rollup@4.20.0) - '@unocss/core': 0.63.4 - '@unocss/postcss': 0.63.4(postcss@8.4.47) - '@unocss/preset-attributify': 0.63.4 - '@unocss/preset-icons': 0.63.4 - '@unocss/preset-mini': 0.63.4 - '@unocss/preset-tagify': 0.63.4 - '@unocss/preset-typography': 0.63.4 - '@unocss/preset-uno': 0.63.4 - '@unocss/preset-web-fonts': 0.63.4 - '@unocss/preset-wind': 0.63.4 - '@unocss/transformer-attributify-jsx': 0.63.4 - '@unocss/transformer-compile-class': 0.63.4 - '@unocss/transformer-directives': 0.63.4 - '@unocss/transformer-variant-group': 0.63.4 - '@unocss/vite': 0.63.4(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) + unocss@0.63.6(postcss@8.4.47)(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)): + dependencies: + '@unocss/astro': 0.63.6(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) + '@unocss/cli': 0.63.6(rollup@4.24.4) + '@unocss/core': 0.63.6 + '@unocss/postcss': 0.63.6(postcss@8.4.47) + '@unocss/preset-attributify': 0.63.6 + '@unocss/preset-icons': 0.63.6 + '@unocss/preset-mini': 0.63.6 + '@unocss/preset-tagify': 0.63.6 + '@unocss/preset-typography': 0.63.6 + '@unocss/preset-uno': 0.63.6 + '@unocss/preset-web-fonts': 0.63.6 + '@unocss/preset-wind': 0.63.6 + '@unocss/transformer-attributify-jsx': 0.63.6 + '@unocss/transformer-compile-class': 0.63.6 + '@unocss/transformer-directives': 0.63.6 + '@unocss/transformer-variant-group': 0.63.6 + '@unocss/vite': 0.63.6(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) optionalDependencies: - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) transitivePeerDependencies: - postcss - rollup - supports-color + - typescript unpipe@1.0.0: {} - unplugin-auto-import@0.18.3(@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.20.0)(webpack-sources@3.2.3): + unplugin-auto-import@0.18.3(@vueuse/core@11.2.0(vue@3.5.12(typescript@5.6.3)))(rollup@4.24.4)(webpack-sources@3.2.3): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.2(rollup@4.20.0) + '@rollup/pluginutils': 5.1.2(rollup@4.24.4) fast-glob: 3.3.2 local-pkg: 0.5.0 - magic-string: 0.30.11 + magic-string: 0.30.12 minimatch: 9.0.5 - unimport: 3.12.0(rollup@4.20.0)(webpack-sources@3.2.3) - unplugin: 1.14.1(webpack-sources@3.2.3) + unimport: 3.12.0(rollup@4.24.4)(webpack-sources@3.2.3) + unplugin: 1.15.0(webpack-sources@3.2.3) optionalDependencies: - '@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3)) + '@vueuse/core': 11.2.0(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: - rollup - webpack-sources - unplugin-vue-components@0.27.4(@babel/parser@7.25.8)(rollup@4.20.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3): + unplugin-vue-components@0.27.4(@babel/parser@7.26.2)(rollup@4.24.4)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.2(rollup@4.20.0) + '@rollup/pluginutils': 5.1.2(rollup@4.24.4) chokidar: 3.6.0 debug: 4.3.7 fast-glob: 3.3.2 local-pkg: 0.5.0 - magic-string: 0.30.11 + magic-string: 0.30.12 minimatch: 9.0.5 mlly: 1.7.1 - unplugin: 1.14.1(webpack-sources@3.2.3) + unplugin: 1.15.0(webpack-sources@3.2.3) vue: 3.5.12(typescript@5.6.3) optionalDependencies: - '@babel/parser': 7.25.8 + '@babel/parser': 7.26.2 transitivePeerDependencies: - rollup - supports-color - webpack-sources - unplugin-vue@5.1.5(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3): + unplugin-vue@5.1.5(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3): dependencies: '@vue/reactivity': 3.5.12 debug: 4.3.7 - unplugin: 1.14.1(webpack-sources@3.2.3) - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + unplugin: 1.15.0(webpack-sources@3.2.3) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - '@types/node' @@ -17657,18 +17989,18 @@ snapshots: - terser - webpack-sources - unplugin@1.14.1(webpack-sources@3.2.3): + unplugin@1.15.0(webpack-sources@3.2.3): dependencies: - acorn: 8.12.1 + acorn: 8.14.0 webpack-virtual-modules: 0.6.2 optionalDependencies: webpack-sources: 3.2.3 untyped@1.4.0: dependencies: - '@babel/core': 7.25.8 + '@babel/core': 7.26.0 '@babel/standalone': 7.22.15 - '@babel/types': 7.25.8 + '@babel/types': 7.26.0 defu: 6.1.4 jiti: 1.21.6 mri: 1.2.0 @@ -17729,9 +18061,9 @@ snapshots: vary@1.1.2: {} - vee-validate@4.14.3(vue@3.5.12(typescript@5.6.3)): + vee-validate@4.14.6(vue@3.5.12(typescript@5.6.3)): dependencies: - '@vue/devtools-api': 7.5.2 + '@vue/devtools-api': 7.6.2 type-fest: 4.18.2 vue: 3.5.12(typescript@5.6.3) @@ -17764,18 +18096,18 @@ snapshots: '@egjs/hammerjs': 2.0.17 component-emitter: 1.3.1 - vite-hot-client@0.2.3(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)): + vite-hot-client@0.2.3(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)): dependencies: - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) - vite-node@0.34.6(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0): + vite-node@0.34.6(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0): dependencies: cac: 6.7.14 debug: 4.3.7 mlly: 1.7.1 pathe: 1.1.2 picocolors: 1.1.1 - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - less @@ -17787,12 +18119,12 @@ snapshots: - supports-color - terser - vite-node@2.1.3(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0): + vite-node@2.1.4(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0): dependencies: cac: 6.7.14 debug: 4.3.7 pathe: 1.1.2 - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - less @@ -17804,27 +18136,27 @@ snapshots: - supports-color - terser - vite-plugin-dts@3.9.1(@types/node@20.16.14)(rollup@4.20.0)(typescript@5.6.3)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)): + vite-plugin-dts@3.9.1(@types/node@20.17.6)(rollup@4.24.4)(typescript@5.6.3)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)): dependencies: - '@microsoft/api-extractor': 7.43.0(@types/node@20.16.14) - '@rollup/pluginutils': 5.1.2(rollup@4.20.0) + '@microsoft/api-extractor': 7.43.0(@types/node@20.17.6) + '@rollup/pluginutils': 5.1.2(rollup@4.24.4) '@vue/language-core': 1.8.27(typescript@5.6.3) debug: 4.3.7 kolorist: 1.8.0 - magic-string: 0.30.11 + magic-string: 0.30.12 typescript: 5.6.3 vue-tsc: 1.8.27(typescript@5.6.3) optionalDependencies: - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-inspect@0.8.7(rollup@4.20.0)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)): + vite-plugin-inspect@0.8.7(rollup@4.24.4)(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.2(rollup@4.20.0) + '@rollup/pluginutils': 5.1.2(rollup@4.24.4) debug: 4.3.7 error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 @@ -17832,56 +18164,57 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 2.0.4 - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) transitivePeerDependencies: - rollup - supports-color - vite-plugin-vue-inspector@5.2.0(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)): + vite-plugin-vue-inspector@5.2.0(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)): dependencies: - '@babel/core': 7.25.8 - '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.25.8) - '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.25.8) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.8) - '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.8) - '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.8) + '@babel/core': 7.26.0 + '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.26.0) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.26.0) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.26.0) + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.26.0) '@vue/compiler-dom': 3.5.12 kolorist: 1.8.0 - magic-string: 0.30.11 - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + magic-string: 0.30.12 + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) transitivePeerDependencies: - supports-color - vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0): + vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0): dependencies: esbuild: 0.21.5 postcss: 8.4.47 - rollup: 4.20.0 + rollup: 4.24.4 optionalDependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 fsevents: 2.3.3 sass: 1.80.3 - sass-embedded: 1.80.5 + sass-embedded: 1.80.6 terser: 5.26.0 - vitepress@1.4.1(@algolia/client-search@4.22.0)(@types/node@20.16.14)(async-validator@4.2.5)(fuse.js@7.0.0)(postcss@8.4.47)(sass-embedded@1.80.5)(sass@1.80.3)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.6.3): + vitepress@1.5.0(@algolia/client-search@4.22.0)(@types/node@20.17.6)(async-validator@4.2.5)(fuse.js@7.0.0)(postcss@8.4.47)(sass-embedded@1.80.6)(sass@1.80.3)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.6.3): dependencies: '@docsearch/css': 3.6.2 '@docsearch/js': 3.6.2(@algolia/client-search@4.22.0)(search-insights@2.13.0) - '@shikijs/core': 1.22.0 - '@shikijs/transformers': 1.22.0 - '@shikijs/types': 1.22.0 + '@iconify-json/simple-icons': 1.2.10 + '@shikijs/core': 1.22.2 + '@shikijs/transformers': 1.22.2 + '@shikijs/types': 1.22.2 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 5.1.4(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) - '@vue/devtools-api': 7.5.2 + '@vitejs/plugin-vue': 5.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0))(vue@3.5.12(typescript@5.6.3)) + '@vue/devtools-api': 7.6.2 '@vue/shared': 3.5.12 - '@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3)) - '@vueuse/integrations': 11.1.0(async-validator@4.2.5)(focus-trap@7.6.0)(fuse.js@7.0.0)(vue@3.5.12(typescript@5.6.3)) + '@vueuse/core': 11.2.0(vue@3.5.12(typescript@5.6.3)) + '@vueuse/integrations': 11.2.0(async-validator@4.2.5)(focus-trap@7.6.0)(fuse.js@7.0.0)(vue@3.5.12(typescript@5.6.3)) focus-trap: 7.6.0 mark.js: 8.11.1 minisearch: 7.1.0 - shiki: 1.22.0 - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + shiki: 1.22.2 + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) vue: 3.5.12(typescript@5.6.3) optionalDependencies: postcss: 8.4.47 @@ -17913,29 +18246,30 @@ snapshots: - typescript - universal-cookie - vitest@2.1.3(@types/node@20.16.14)(jsdom@25.0.1)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0): + vitest@2.1.4(@types/node@20.17.6)(jsdom@25.0.1)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0): dependencies: - '@vitest/expect': 2.1.3 - '@vitest/mocker': 2.1.3(@vitest/spy@2.1.3)(vite@5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0)) - '@vitest/pretty-format': 2.1.3 - '@vitest/runner': 2.1.3 - '@vitest/snapshot': 2.1.3 - '@vitest/spy': 2.1.3 - '@vitest/utils': 2.1.3 - chai: 5.1.1 + '@vitest/expect': 2.1.4 + '@vitest/mocker': 2.1.4(vite@5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0)) + '@vitest/pretty-format': 2.1.4 + '@vitest/runner': 2.1.4 + '@vitest/snapshot': 2.1.4 + '@vitest/spy': 2.1.4 + '@vitest/utils': 2.1.4 + chai: 5.1.2 debug: 4.3.7 - magic-string: 0.30.11 + expect-type: 1.1.0 + magic-string: 0.30.12 pathe: 1.1.2 std-env: 3.7.0 tinybench: 2.9.0 - tinyexec: 0.3.0 - tinypool: 1.0.0 + tinyexec: 0.3.1 + tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.9(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) - vite-node: 2.1.3(@types/node@20.16.14)(sass-embedded@1.80.5)(sass@1.80.3)(terser@5.26.0) + vite: 5.4.10(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) + vite-node: 2.1.4(@types/node@20.17.6)(sass-embedded@1.80.6)(sass@1.80.3)(terser@5.26.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.16.14 + '@types/node': 20.17.6 jsdom: 25.0.1 transitivePeerDependencies: - less @@ -17954,10 +18288,10 @@ snapshots: dependencies: vue: 3.5.12(typescript@5.6.3) - vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.0.0)): + vue-eslint-parser@9.4.3(eslint@9.14.0(jiti@2.0.0)): dependencies: debug: 4.3.7 - eslint: 9.13.0(jiti@2.0.0) + eslint: 9.14.0(jiti@2.0.0) eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -17967,17 +18301,23 @@ snapshots: transitivePeerDependencies: - supports-color + vue-flow-layout@0.0.5(typescript@5.6.3): + dependencies: + vue: 3.5.12(typescript@5.6.3) + transitivePeerDependencies: + - typescript + vue-hot-reload-api@2.3.4: {} - vue-loader@15.11.1(@vue/compiler-sfc@3.5.12)(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.5.12)(css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.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)) + css-loader: 6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) hash-sum: 1.0.2 loader-utils: 1.4.2 vue-hot-reload-api: 2.3.4 vue-style-loader: 4.1.3 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) optionalDependencies: '@vue/compiler-sfc': 3.5.12 vue-template-compiler: 2.7.15 @@ -18036,12 +18376,12 @@ snapshots: - walrus - whiskers - vue-loader@17.4.2(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + vue-loader@17.4.2(@vue/compiler-sfc@3.5.12)(vue@3.5.12(typescript@5.6.3))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.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) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) optionalDependencies: '@vue/compiler-sfc': 3.5.12 vue: 3.5.12(typescript@5.6.3) @@ -18137,7 +18477,7 @@ snapshots: webpack-bundle-analyzer@4.10.1: dependencies: '@discoveryjs/json-ext': 0.5.7 - acorn: 8.12.1 + acorn: 8.14.0 acorn-walk: 8.3.2 commander: 7.2.0 debounce: 1.2.1 @@ -18158,16 +18498,16 @@ snapshots: deepmerge: 1.5.2 javascript-stringify: 2.1.0 - webpack-dev-middleware@5.3.3(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + webpack-dev-middleware@5.3.3(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: colorette: 2.0.20 memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.2.0 - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) - webpack-dev-server@4.15.1(debug@4.3.7)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)): + webpack-dev-server@4.15.1(debug@4.3.7)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -18197,10 +18537,10 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 5.3.3(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)) + webpack-dev-middleware: 5.3.3(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) ws: 8.18.0 optionalDependencies: - webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0) + webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.24.0) transitivePeerDependencies: - bufferutil - debug @@ -18219,15 +18559,15 @@ snapshots: webpack-virtual-modules@0.6.2: {} - webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0): + webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.6 '@webassemblyjs/ast': 1.11.6 '@webassemblyjs/wasm-edit': 1.11.6 '@webassemblyjs/wasm-parser': 1.11.6 - acorn: 8.12.1 - acorn-import-assertions: 1.9.0(acorn@8.12.1) + acorn: 8.14.0 + acorn-import-assertions: 1.9.0(acorn@8.14.0) browserslist: 4.24.0 chrome-trace-event: 1.0.3 enhanced-resolve: 5.17.0 @@ -18242,7 +18582,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.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)) + terser-webpack-plugin: 5.3.10(@swc/core@1.5.29)(esbuild@0.24.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.24.0)) watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: