diff --git a/web/build/vite/index.ts b/web/build/vite/index.ts index e8b2847..f4e61c4 100644 --- a/web/build/vite/index.ts +++ b/web/build/vite/index.ts @@ -152,6 +152,8 @@ export function createVitePlugins() { progress(), PurgeIcons({ //included: offlineIcons,// + content:[], + strategy: 'local', included: preloadOfflineIcons(IconJson) }), ElementPlus({}), diff --git a/web/build/vite/optimize.ts b/web/build/vite/optimize.ts index 9de496a..deb52e7 100644 --- a/web/build/vite/optimize.ts +++ b/web/build/vite/optimize.ts @@ -34,88 +34,89 @@ const include = [ 'markmap-toolbar', 'highlight.js', 'element-plus', - 'element-plus/es', - 'element-plus/es/locale/lang/zh-cn', - 'element-plus/es/locale/lang/en', - 'element-plus/es/components/avatar/style/css', - 'element-plus/es/components/space/style/css', - 'element-plus/es/components/backtop/style/css', - 'element-plus/es/components/form/style/css', - 'element-plus/es/components/radio-group/style/css', - 'element-plus/es/components/radio/style/css', - 'element-plus/es/components/checkbox/style/css', - 'element-plus/es/components/checkbox-group/style/css', - 'element-plus/es/components/switch/style/css', - 'element-plus/es/components/time-picker/style/css', - 'element-plus/es/components/date-picker/style/css', - 'element-plus/es/components/descriptions/style/css', - 'element-plus/es/components/descriptions-item/style/css', - 'element-plus/es/components/link/style/css', - 'element-plus/es/components/tooltip/style/css', - 'element-plus/es/components/drawer/style/css', - 'element-plus/es/components/dialog/style/css', - 'element-plus/es/components/checkbox-button/style/css', - 'element-plus/es/components/option-group/style/css', - 'element-plus/es/components/radio-button/style/css', - 'element-plus/es/components/cascader/style/css', - 'element-plus/es/components/color-picker/style/css', - 'element-plus/es/components/input-number/style/css', - 'element-plus/es/components/rate/style/css', - 'element-plus/es/components/select-v2/style/css', - 'element-plus/es/components/tree-select/style/css', - 'element-plus/es/components/slider/style/css', - 'element-plus/es/components/time-select/style/css', - 'element-plus/es/components/autocomplete/style/css', - 'element-plus/es/components/image-viewer/style/css', - 'element-plus/es/components/upload/style/css', - 'element-plus/es/components/col/style/css', - 'element-plus/es/components/form-item/style/css', - 'element-plus/es/components/alert/style/css', - 'element-plus/es/components/breadcrumb/style/css', - 'element-plus/es/components/select/style/css', - 'element-plus/es/components/input/style/css', - 'element-plus/es/components/breadcrumb-item/style/css', - 'element-plus/es/components/tag/style/css', - 'element-plus/es/components/pagination/style/css', - 'element-plus/es/components/table/style/css', - 'element-plus/es/components/table-v2/style/css', - 'element-plus/es/components/table-column/style/css', - 'element-plus/es/components/card/style/css', - 'element-plus/es/components/row/style/css', - 'element-plus/es/components/button/style/css', - 'element-plus/es/components/menu/style/css', - 'element-plus/es/components/sub-menu/style/css', - 'element-plus/es/components/menu-item/style/css', - 'element-plus/es/components/option/style/css', - 'element-plus/es/components/dropdown/style/css', - 'element-plus/es/components/dropdown-menu/style/css', - 'element-plus/es/components/dropdown-item/style/css', - 'element-plus/es/components/skeleton/style/css', - 'element-plus/es/components/skeleton/style/css', - 'element-plus/es/components/backtop/style/css', - 'element-plus/es/components/menu/style/css', - 'element-plus/es/components/sub-menu/style/css', - 'element-plus/es/components/menu-item/style/css', - 'element-plus/es/components/dropdown/style/css', - 'element-plus/es/components/tree/style/css', - 'element-plus/es/components/dropdown-menu/style/css', - 'element-plus/es/components/dropdown-item/style/css', - 'element-plus/es/components/badge/style/css', - 'element-plus/es/components/breadcrumb/style/css', - 'element-plus/es/components/breadcrumb-item/style/css', - 'element-plus/es/components/image/style/css', - 'element-plus/es/components/collapse-transition/style/css', - 'element-plus/es/components/timeline/style/css', - 'element-plus/es/components/timeline-item/style/css', - 'element-plus/es/components/collapse/style/css', - 'element-plus/es/components/collapse-item/style/css', - 'element-plus/es/components/button-group/style/css', - 'element-plus/es/components/text/style/css', - 'element-plus/es/components/segmented/style/css', - '@element-plus/icons-vue', - 'element-plus/es/components/footer/style/css', - 'element-plus/es/components/empty/style/css', - 'element-plus/es/components/mention/style/css' + '@element-plus/icons-vue' + // 'element-plus/es', + // 'element-plus/es/locale/lang/zh-cn', + // 'element-plus/es/locale/lang/en', + // 'element-plus/es/components/avatar/style/css', + // 'element-plus/es/components/space/style/css', + // 'element-plus/es/components/backtop/style/css', + // 'element-plus/es/components/form/style/css', + // 'element-plus/es/components/radio-group/style/css', + // 'element-plus/es/components/radio/style/css', + // 'element-plus/es/components/checkbox/style/css', + // 'element-plus/es/components/checkbox-group/style/css', + // 'element-plus/es/components/switch/style/css', + // 'element-plus/es/components/time-picker/style/css', + // 'element-plus/es/components/date-picker/style/css', + // 'element-plus/es/components/descriptions/style/css', + // 'element-plus/es/components/descriptions-item/style/css', + // 'element-plus/es/components/link/style/css', + // 'element-plus/es/components/tooltip/style/css', + // 'element-plus/es/components/drawer/style/css', + // 'element-plus/es/components/dialog/style/css', + // 'element-plus/es/components/checkbox-button/style/css', + // 'element-plus/es/components/option-group/style/css', + // 'element-plus/es/components/radio-button/style/css', + // 'element-plus/es/components/cascader/style/css', + // 'element-plus/es/components/color-picker/style/css', + // 'element-plus/es/components/input-number/style/css', + // 'element-plus/es/components/rate/style/css', + // 'element-plus/es/components/select-v2/style/css', + // 'element-plus/es/components/tree-select/style/css', + // 'element-plus/es/components/slider/style/css', + // 'element-plus/es/components/time-select/style/css', + // 'element-plus/es/components/autocomplete/style/css', + // 'element-plus/es/components/image-viewer/style/css', + // 'element-plus/es/components/upload/style/css', + // 'element-plus/es/components/col/style/css', + // 'element-plus/es/components/form-item/style/css', + // 'element-plus/es/components/alert/style/css', + // 'element-plus/es/components/breadcrumb/style/css', + // 'element-plus/es/components/select/style/css', + // 'element-plus/es/components/input/style/css', + // 'element-plus/es/components/breadcrumb-item/style/css', + // 'element-plus/es/components/tag/style/css', + // 'element-plus/es/components/pagination/style/css', + // 'element-plus/es/components/table/style/css', + // 'element-plus/es/components/table-v2/style/css', + // 'element-plus/es/components/table-column/style/css', + // 'element-plus/es/components/card/style/css', + // 'element-plus/es/components/row/style/css', + // 'element-plus/es/components/button/style/css', + // 'element-plus/es/components/menu/style/css', + // 'element-plus/es/components/sub-menu/style/css', + // 'element-plus/es/components/menu-item/style/css', + // 'element-plus/es/components/option/style/css', + // 'element-plus/es/components/dropdown/style/css', + // 'element-plus/es/components/dropdown-menu/style/css', + // 'element-plus/es/components/dropdown-item/style/css', + // 'element-plus/es/components/skeleton/style/css', + // 'element-plus/es/components/skeleton/style/css', + // 'element-plus/es/components/backtop/style/css', + // 'element-plus/es/components/menu/style/css', + // 'element-plus/es/components/sub-menu/style/css', + // 'element-plus/es/components/menu-item/style/css', + // 'element-plus/es/components/dropdown/style/css', + // 'element-plus/es/components/tree/style/css', + // 'element-plus/es/components/dropdown-menu/style/css', + // 'element-plus/es/components/dropdown-item/style/css', + // 'element-plus/es/components/badge/style/css', + // 'element-plus/es/components/breadcrumb/style/css', + // 'element-plus/es/components/breadcrumb-item/style/css', + // 'element-plus/es/components/image/style/css', + // 'element-plus/es/components/collapse-transition/style/css', + // 'element-plus/es/components/timeline/style/css', + // 'element-plus/es/components/timeline-item/style/css', + // 'element-plus/es/components/collapse/style/css', + // 'element-plus/es/components/collapse-item/style/css', + // 'element-plus/es/components/button-group/style/css', + // 'element-plus/es/components/text/style/css', + // 'element-plus/es/components/segmented/style/css', + + // 'element-plus/es/components/footer/style/css', + // 'element-plus/es/components/empty/style/css', + // 'element-plus/es/components/mention/style/css' ] const exclude = ['@iconify/json'] diff --git a/web/package.json b/web/package.json index cbdd818..3ab0940 100644 --- a/web/package.json +++ b/web/package.json @@ -2,7 +2,6 @@ "name": "HandDevice", "version": "0.0.41", "private": true, - "scripts": { "i": "pnpm install", "dev": "vite --mode dev", @@ -72,9 +71,9 @@ "v3-jsoneditor": "^0.0.6", "vconsole": "^3.15.1", "video.js": "^7.21.5", - "vue": "3.5.12", + "vue": "3.5.24", "vue-dompurify-html": "^4.1.4", - "vue-i18n": "9.10.2", + "vue-i18n": "11.1.12", "vue-router": "4.4.5", "vue-types": "^5.1.1", "vue3-signature": "^0.2.4", @@ -86,7 +85,7 @@ "@commitlint/cli": "^19.0.1", "@commitlint/config-conventional": "^19.0.0", "@iconify/json": "^2.2.187", - "@intlify/unplugin-vue-i18n": "^2.0.0", + "@intlify/unplugin-vue-i18n": "^11.0.1", "@purge-icons/generated": "^0.9.0", "@tauri-apps/cli": "^2.8.1", "@types/lodash-es": "^4.17.12", @@ -96,12 +95,12 @@ "@types/qs": "^6.9.12", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", - "@unocss/eslint-config": "^0.57.4", - "@unocss/eslint-plugin": "66.1.0-beta.5", + "@unocss/eslint-config": "^66.5.5", + "@unocss/eslint-plugin": "66.5.5", "@unocss/transformer-variant-group": "^0.58.5", - "@vitejs/plugin-legacy": "^5.3.1", - "@vitejs/plugin-vue": "^5.0.4", - "@vitejs/plugin-vue-jsx": "^3.1.0", + "@vitejs/plugin-legacy": "^7.2.1", + "@vitejs/plugin-vue": "^6.0.1", + "@vitejs/plugin-vue-jsx": "^5.1.1", "autoprefixer": "^10.4.17", "bpmn-js": "^17.9.2", "bpmn-js-properties-panel": "5.23.0", @@ -127,11 +126,11 @@ "stylelint-order": "^6.0.4", "terser": "^5.28.1", "typescript": "5.3.3", - "unocss": "^0.58.5", + "unocss": "^66.5.5", "unplugin-auto-import": "^0.16.7", "unplugin-element-plus": "^0.8.0", "unplugin-vue-components": "^0.25.2", - "vite": "5.1.4", + "vite": "7.2.2", "vite-plugin-compression": "^0.5.1", "vite-plugin-ejs": "^1.7.0", "vite-plugin-eslint": "^1.8.1", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 351dba2..d1fe3f0 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -10,13 +10,13 @@ importers: dependencies: '@element-plus/icons-vue': specifier: ^2.1.0 - version: 2.3.2(vue@3.5.12(typescript@5.3.3)) + version: 2.3.2(vue@3.5.24(typescript@5.3.3)) '@form-create/designer': specifier: ^3.2.6 - version: 3.3.1(vue@3.5.12(typescript@5.3.3)) + version: 3.3.1(vue@3.5.24(typescript@5.3.3)) '@form-create/element-ui': specifier: ^3.2.11 - version: 3.2.31(vue@3.5.12(typescript@5.3.3)) + version: 3.2.31(vue@3.5.24(typescript@5.3.3)) '@iconify/iconify': specifier: ^3.1.1 version: 3.1.1 @@ -28,16 +28,16 @@ importers: version: 2.0.1 '@videojs-player/vue': specifier: ^1.0.0 - version: 1.0.0(@types/video.js@7.3.58)(video.js@7.21.7)(vue@3.5.12(typescript@5.3.3)) + version: 1.0.0(@types/video.js@7.3.58)(video.js@7.21.7)(vue@3.5.24(typescript@5.3.3)) '@vueuse/core': specifier: ^10.9.0 - version: 10.11.1(vue@3.5.12(typescript@5.3.3)) + version: 10.11.1(vue@3.5.24(typescript@5.3.3)) '@wangeditor/editor': specifier: ^5.1.23 version: 5.1.23 '@wangeditor/editor-for-vue': specifier: ^5.1.10 - version: 5.1.12(@wangeditor/editor@5.1.23)(vue@3.5.12(typescript@5.3.3)) + version: 5.1.12(@wangeditor/editor@5.1.23)(vue@3.5.24(typescript@5.3.3)) '@wecom/jssdk': specifier: ^2.3.1 version: 2.3.1 @@ -82,7 +82,7 @@ importers: version: 2.1.0(echarts@5.6.0) element-plus: specifier: 2.9.1 - version: 2.9.1(vue@3.5.12(typescript@5.3.3)) + version: 2.9.1(vue@3.5.24(typescript@5.3.3)) fast-xml-parser: specifier: ^4.3.2 version: 4.5.3 @@ -124,10 +124,10 @@ importers: version: 10.6.1 pinia: specifier: ^2.1.7 - version: 2.3.1(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3)) + version: 2.3.1(typescript@5.3.3)(vue@3.5.24(typescript@5.3.3)) pinia-plugin-persistedstate: specifier: ^3.2.1 - version: 3.2.3(pinia@2.3.1(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3))) + version: 3.2.3(pinia@2.3.1(typescript@5.3.3)(vue@3.5.24(typescript@5.3.3))) qrcode: specifier: ^1.5.3 version: 1.5.4 @@ -153,26 +153,26 @@ importers: specifier: ^7.21.5 version: 7.21.7 vue: - specifier: 3.5.12 - version: 3.5.12(typescript@5.3.3) + specifier: 3.5.24 + version: 3.5.24(typescript@5.3.3) vue-dompurify-html: specifier: ^4.1.4 - version: 4.1.4(vue@3.5.12(typescript@5.3.3)) + version: 4.1.4(vue@3.5.24(typescript@5.3.3)) vue-i18n: - specifier: 9.10.2 - version: 9.10.2(vue@3.5.12(typescript@5.3.3)) + specifier: 11.1.12 + version: 11.1.12(vue@3.5.24(typescript@5.3.3)) vue-router: specifier: 4.4.5 - version: 4.4.5(vue@3.5.12(typescript@5.3.3)) + version: 4.4.5(vue@3.5.24(typescript@5.3.3)) vue-types: specifier: ^5.1.1 - version: 5.1.3(vue@3.5.12(typescript@5.3.3)) + version: 5.1.3(vue@3.5.24(typescript@5.3.3)) vue3-signature: specifier: ^0.2.4 - version: 0.2.4(vue@3.5.12(typescript@5.3.3)) + version: 0.2.4(vue@3.5.24(typescript@5.3.3)) vuedraggable: specifier: ^4.1.0 - version: 4.1.0(vue@3.5.12(typescript@5.3.3)) + version: 4.1.0(vue@3.5.24(typescript@5.3.3)) web-storage-cache: specifier: ^1.1.1 version: 1.1.1 @@ -190,8 +190,8 @@ importers: specifier: ^2.2.187 version: 2.2.393 '@intlify/unplugin-vue-i18n': - specifier: ^2.0.0 - version: 2.0.0(rollup@4.52.4)(vue-i18n@9.10.2(vue@3.5.12(typescript@5.3.3))) + specifier: ^11.0.1 + version: 11.0.1(@vue/compiler-dom@3.5.24)(eslint@8.57.1)(rollup@4.52.4)(typescript@5.3.3)(vue-i18n@11.1.12(vue@3.5.24(typescript@5.3.3)))(vue@3.5.24(typescript@5.3.3)) '@purge-icons/generated': specifier: ^0.9.0 version: 0.9.0 @@ -220,23 +220,23 @@ importers: specifier: ^7.1.0 version: 7.18.0(eslint@8.57.1)(typescript@5.3.3) '@unocss/eslint-config': - specifier: ^0.57.4 - version: 0.57.7(eslint@8.57.1)(typescript@5.3.3) + specifier: ^66.5.5 + version: 66.5.5(eslint@8.57.1)(typescript@5.3.3) '@unocss/eslint-plugin': - specifier: 66.1.0-beta.5 - version: 66.1.0-beta.5(eslint@8.57.1)(typescript@5.3.3) + specifier: 66.5.5 + version: 66.5.5(eslint@8.57.1)(typescript@5.3.3) '@unocss/transformer-variant-group': specifier: ^0.58.5 version: 0.58.9 '@vitejs/plugin-legacy': - specifier: ^5.3.1 - version: 5.4.3(terser@5.44.0)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) + specifier: ^7.2.1 + version: 7.2.1(terser@5.44.0)(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) '@vitejs/plugin-vue': - specifier: ^5.0.4 - version: 5.2.4(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0))(vue@3.5.12(typescript@5.3.3)) + specifier: ^6.0.1 + version: 6.0.1(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.3.3)) '@vitejs/plugin-vue-jsx': - specifier: ^3.1.0 - version: 3.1.0(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0))(vue@3.5.12(typescript@5.3.3)) + specifier: ^5.1.1 + version: 5.1.1(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.3.3)) autoprefixer: specifier: ^10.4.17 version: 10.4.21(postcss@8.5.6) @@ -313,41 +313,41 @@ importers: specifier: 5.3.3 version: 5.3.3 unocss: - specifier: ^0.58.5 - version: 0.58.9(postcss@8.5.6)(rollup@4.52.4)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) + specifier: ^66.5.5 + version: 66.5.5(postcss@8.5.6)(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) unplugin-auto-import: specifier: ^0.16.7 - version: 0.16.7(@vueuse/core@10.11.1(vue@3.5.12(typescript@5.3.3)))(rollup@4.52.4) + version: 0.16.7(@vueuse/core@10.11.1(vue@3.5.24(typescript@5.3.3)))(rollup@4.52.4) unplugin-element-plus: specifier: ^0.8.0 version: 0.8.0(rollup@4.52.4) unplugin-vue-components: specifier: ^0.25.2 - version: 0.25.2(@babel/parser@7.28.4)(rollup@4.52.4)(vue@3.5.12(typescript@5.3.3)) + version: 0.25.2(@babel/parser@7.28.5)(rollup@4.52.4)(vue@3.5.24(typescript@5.3.3)) vite: - specifier: 5.1.4 - version: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) + specifier: 7.2.2 + version: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) vite-plugin-compression: specifier: ^0.5.1 - version: 0.5.1(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) + version: 0.5.1(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) vite-plugin-ejs: specifier: ^1.7.0 - version: 1.7.0(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) + version: 1.7.0(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) vite-plugin-eslint: specifier: ^1.8.1 - version: 1.8.1(eslint@8.57.1)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) + version: 1.8.1(eslint@8.57.1)(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) vite-plugin-progress: specifier: ^0.0.7 - version: 0.0.7(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) + version: 0.0.7(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) vite-plugin-purge-icons: specifier: ^0.10.0 - version: 0.10.0(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) + version: 0.10.0(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) vite-plugin-svg-icons-ng: specifier: ^1.3.1 - version: 1.4.1(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) + version: 1.4.1(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) vite-plugin-top-level-await: specifier: ^1.4.4 - version: 1.6.0(rollup@4.52.4)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) + version: 1.6.0(rollup@4.52.4)(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) vue-eslint-parser: specifier: ^9.3.2 version: 9.4.3(eslint@8.57.1) @@ -357,18 +357,14 @@ importers: packages: - '@ampproject/remapping@2.3.0': - resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} - engines: {node: '>=6.0.0'} - '@antfu/install-pkg@1.1.0': resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==} '@antfu/utils@0.7.10': resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==} - '@antfu/utils@8.1.1': - resolution: {integrity: sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==} + '@antfu/utils@9.3.0': + resolution: {integrity: sha512-9hFT4RauhcUzqOE4f1+frMKLZrgNog5b06I7VmZQV1BkvwvqrbC8EBZf3L1eEL2AKb6rNKjER0sEvJiSP1FXEA==} '@babel/code-frame@7.27.1': resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} @@ -461,6 +457,10 @@ packages: resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.28.5': + resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.27.1': resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} @@ -473,11 +473,21 @@ packages: resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==} engines: {node: '>=6.9.0'} + '@babel/parser@7.27.7': + resolution: {integrity: sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/parser@7.28.4': resolution: {integrity: sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==} engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.28.5': + resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1': resolution: {integrity: sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==} engines: {node: '>=6.9.0'} @@ -867,12 +877,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 - '@babel/preset-typescript@7.27.1': - resolution: {integrity: sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/runtime-corejs3@7.28.4': resolution: {integrity: sha512-h7iEYiW4HebClDEhtvFObtPmIvrd1SSfpI9EhOeKk4CtIK/ngBWFpuhCzhdmRKtg71ylcue+9I6dv54XYO1epQ==} engines: {node: '>=6.9.0'} @@ -885,6 +889,10 @@ packages: resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.27.7': + resolution: {integrity: sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==} + engines: {node: '>=6.9.0'} + '@babel/traverse@7.28.4': resolution: {integrity: sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==} engines: {node: '>=6.9.0'} @@ -893,6 +901,10 @@ packages: resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==} engines: {node: '>=6.9.0'} + '@babel/types@7.28.5': + resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} + engines: {node: '>=6.9.0'} + '@bpmn-io/cm-theme@0.1.0-alpha.2': resolution: {integrity: sha512-ZILgiYzxk3KMvxplUXmdRFQo45/JehDPg5k9tWfehmzUOSE13ssyLPil8uCloMQnb3yyzyOWTjb/wzKXTHlFQw==} @@ -1055,141 +1067,159 @@ packages: peerDependencies: vue: ^3.2.0 - '@esbuild/aix-ppc64@0.19.12': - resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} - engines: {node: '>=12'} + '@esbuild/aix-ppc64@0.25.12': + resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} + engines: {node: '>=18'} cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.19.12': - resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} - engines: {node: '>=12'} + '@esbuild/android-arm64@0.25.12': + resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==} + engines: {node: '>=18'} cpu: [arm64] os: [android] - '@esbuild/android-arm@0.19.12': - resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} - engines: {node: '>=12'} + '@esbuild/android-arm@0.25.12': + resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==} + engines: {node: '>=18'} cpu: [arm] os: [android] - '@esbuild/android-x64@0.19.12': - resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} - engines: {node: '>=12'} + '@esbuild/android-x64@0.25.12': + resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==} + engines: {node: '>=18'} cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.19.12': - resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} - engines: {node: '>=12'} + '@esbuild/darwin-arm64@0.25.12': + resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==} + engines: {node: '>=18'} cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.19.12': - resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} - engines: {node: '>=12'} + '@esbuild/darwin-x64@0.25.12': + resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==} + engines: {node: '>=18'} cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.19.12': - resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} - engines: {node: '>=12'} + '@esbuild/freebsd-arm64@0.25.12': + resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} + engines: {node: '>=18'} cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.19.12': - resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} - engines: {node: '>=12'} + '@esbuild/freebsd-x64@0.25.12': + resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==} + engines: {node: '>=18'} cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.19.12': - resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} - engines: {node: '>=12'} + '@esbuild/linux-arm64@0.25.12': + resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==} + engines: {node: '>=18'} cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.19.12': - resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} - engines: {node: '>=12'} + '@esbuild/linux-arm@0.25.12': + resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==} + engines: {node: '>=18'} cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.19.12': - resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} - engines: {node: '>=12'} + '@esbuild/linux-ia32@0.25.12': + resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==} + engines: {node: '>=18'} cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.19.12': - resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} - engines: {node: '>=12'} + '@esbuild/linux-loong64@0.25.12': + resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==} + engines: {node: '>=18'} cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.19.12': - resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} - engines: {node: '>=12'} + '@esbuild/linux-mips64el@0.25.12': + resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==} + engines: {node: '>=18'} cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.19.12': - resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} - engines: {node: '>=12'} + '@esbuild/linux-ppc64@0.25.12': + resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==} + engines: {node: '>=18'} cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.19.12': - resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} - engines: {node: '>=12'} + '@esbuild/linux-riscv64@0.25.12': + resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==} + engines: {node: '>=18'} cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.19.12': - resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} - engines: {node: '>=12'} + '@esbuild/linux-s390x@0.25.12': + resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==} + engines: {node: '>=18'} cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.19.12': - resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} - engines: {node: '>=12'} + '@esbuild/linux-x64@0.25.12': + resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==} + engines: {node: '>=18'} cpu: [x64] os: [linux] - '@esbuild/netbsd-x64@0.19.12': - resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} - engines: {node: '>=12'} + '@esbuild/netbsd-arm64@0.25.12': + resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + + '@esbuild/netbsd-x64@0.25.12': + resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==} + engines: {node: '>=18'} cpu: [x64] os: [netbsd] - '@esbuild/openbsd-x64@0.19.12': - resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} - engines: {node: '>=12'} + '@esbuild/openbsd-arm64@0.25.12': + resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + + '@esbuild/openbsd-x64@0.25.12': + resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==} + engines: {node: '>=18'} cpu: [x64] os: [openbsd] - '@esbuild/sunos-x64@0.19.12': - resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} - engines: {node: '>=12'} + '@esbuild/openharmony-arm64@0.25.12': + resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + + '@esbuild/sunos-x64@0.25.12': + resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==} + engines: {node: '>=18'} cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.19.12': - resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} - engines: {node: '>=12'} + '@esbuild/win32-arm64@0.25.12': + resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==} + engines: {node: '>=18'} cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.19.12': - resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} - engines: {node: '>=12'} + '@esbuild/win32-ia32@0.25.12': + resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==} + engines: {node: '>=18'} cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.19.12': - resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} - engines: {node: '>=12'} + '@esbuild/win32-x64@0.25.12': + resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==} + engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -1295,12 +1325,12 @@ packages: '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} - '@iconify/utils@2.3.0': - resolution: {integrity: sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==} + '@iconify/utils@3.0.2': + resolution: {integrity: sha512-EfJS0rLfVuRuJRn4psJHtK2A9TqVnkxPpHY6lYHiB9+8eSuudsxbwMiavocG45ujOo6FJ+CIRlRnlOGinzkaGQ==} - '@intlify/bundle-utils@7.5.1': - resolution: {integrity: sha512-UovJl10oBIlmYEcWw+VIHdKY5Uv5sdPG0b/b6bOYxGLln3UwB75+2dlc0F3Fsa0RhoznQ5Rp589/BZpABpE4Xw==} - engines: {node: '>= 14.16'} + '@intlify/bundle-utils@11.0.1': + resolution: {integrity: sha512-5l10G5wE2cQRsZMS9y0oSFMOLW5IG/SgbkIUltqnwF1EMRrRbUAHFiPabXdGTHeexCsMTcxj/1w9i0rzjJU9IQ==} + engines: {node: '>= 20'} peerDependencies: petite-vue-i18n: '*' vue-i18n: '*' @@ -1310,39 +1340,47 @@ packages: vue-i18n: optional: true - '@intlify/core-base@9.10.2': - resolution: {integrity: sha512-HGStVnKobsJL0DoYIyRCGXBH63DMQqEZxDUGrkNI05FuTcruYUtOAxyL3zoAZu/uDGO6mcUvm3VXBaHG2GdZCg==} + '@intlify/core-base@11.1.12': + resolution: {integrity: sha512-whh0trqRsSqVLNEUCwU59pyJZYpU8AmSWl8M3Jz2Mv5ESPP6kFh4juas2NpZ1iCvy7GlNRffUD1xr84gceimjg==} engines: {node: '>= 16'} - '@intlify/message-compiler@9.10.2': - resolution: {integrity: sha512-ntY/kfBwQRtX5Zh6wL8cSATujPzWW2ZQd1QwKyWwAy5fMqJyyixHMeovN4fmEyCqSu+hFfYOE63nU94evsy4YA==} + '@intlify/message-compiler@11.1.12': + resolution: {integrity: sha512-Fv9iQSJoJaXl4ZGkOCN1LDM3trzze0AS2zRz2EHLiwenwL6t0Ki9KySYlyr27yVOj5aVz0e55JePO+kELIvfdQ==} engines: {node: '>= 16'} - '@intlify/message-compiler@9.14.5': - resolution: {integrity: sha512-IHzgEu61/YIpQV5Pc3aRWScDcnFKWvQA9kigcINcCBXN8mbW+vk9SK+lDxA6STzKQsVJxUPg9ACC52pKKo3SVQ==} + '@intlify/shared@11.1.12': + resolution: {integrity: sha512-Om86EjuQtA69hdNj3GQec9ZC0L0vPSAnXzB3gP/gyJ7+mA7t06d9aOAiqMZ+xEOsumGP4eEBlfl8zF2LOTzf2A==} engines: {node: '>= 16'} - '@intlify/shared@9.10.2': - resolution: {integrity: sha512-ttHCAJkRy7R5W2S9RVnN9KYQYPIpV2+GiS79T4EE37nrPyH6/1SrOh3bmdCRC1T3ocL8qCDx7x2lBJ0xaITU7Q==} - engines: {node: '>= 16'} - - '@intlify/shared@9.14.5': - resolution: {integrity: sha512-9gB+E53BYuAEMhbCAxVgG38EZrk59sxBtv3jSizNL2hEWlgjBjAw1AwpLHtNaeda12pe6W20OGEa0TwuMSRbyQ==} - engines: {node: '>= 16'} - - '@intlify/unplugin-vue-i18n@2.0.0': - resolution: {integrity: sha512-1oKvm92L9l2od2H9wKx2ZvR4tzn7gUtd7bPLI7AWUmm7U9H1iEypndt5d985ypxGsEs0gToDaKTrytbBIJwwSg==} - engines: {node: '>= 14.16'} + '@intlify/unplugin-vue-i18n@11.0.1': + resolution: {integrity: sha512-nH5NJdNjy/lO6Ne8LDtZzv4SbpVsMhPE+LbvBDmMeIeJDiino8sOJN2QB3MXzTliYTnqe3aB9Fw5+LJ/XVaXCg==} + engines: {node: '>= 20'} peerDependencies: petite-vue-i18n: '*' + vue: ^3.2.25 vue-i18n: '*' - vue-i18n-bridge: '*' peerDependenciesMeta: petite-vue-i18n: optional: true vue-i18n: optional: true - vue-i18n-bridge: + + '@intlify/vue-i18n-extensions@8.0.0': + resolution: {integrity: sha512-w0+70CvTmuqbskWfzeYhn0IXxllr6mU+IeM2MU0M+j9OW64jkrvqY+pYFWrUnIIC9bEdij3NICruicwd5EgUuQ==} + engines: {node: '>= 18'} + peerDependencies: + '@intlify/shared': ^9.0.0 || ^10.0.0 || ^11.0.0 + '@vue/compiler-dom': ^3.0.0 + vue: ^3.0.0 + vue-i18n: ^9.0.0 || ^10.0.0 || ^11.0.0 + peerDependenciesMeta: + '@intlify/shared': + optional: true + '@vue/compiler-dom': + optional: true + vue: + optional: true + vue-i18n: optional: true '@isaacs/cliui@8.0.2': @@ -1510,10 +1548,6 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@pkgr/core@0.1.2': - resolution: {integrity: sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==} - engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@pkgr/core@0.2.9': resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} @@ -1533,6 +1567,12 @@ packages: '@quansync/fs@0.1.5': resolution: {integrity: sha512-lNS9hL2aS2NZgNW7BBj+6EBl4rOf8l+tQ0eRY6JWCI8jI2kc53gSoqbjojU0OnAWhzoXiOjFyGsHcDGePB3lhA==} + '@rolldown/pluginutils@1.0.0-beta.29': + resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==} + + '@rolldown/pluginutils@1.0.0-beta.47': + resolution: {integrity: sha512-8QagwMH3kNCuzD8EWL8R2YPW5e4OrHNSAHRFDdmFqEwEaD/KcNKjVoumo+gP2vW5eKB2UPbM6vTYiGZX0ixLnw==} + '@rollup/plugin-virtual@3.0.2': resolution: {integrity: sha512-10monEYsBp3scM4/ND4LNH5Rxvh3e/cVeL3jWTgZ2SrQ+BmUoQcopVQvnaMcOnykb1VkxUFuDAN+0FnpTFRy2A==} engines: {node: '>=14.0.0'} @@ -1985,9 +2025,6 @@ packages: '@types/rbush@4.0.0': resolution: {integrity: sha512-+N+2H39P8X+Hy1I5mC6awlTX54k3FhiUmvt7HWzGJZvF+syUAAxP/stwppS8JE84YHqFgRMv6fCy31202CMFxQ==} - '@types/semver@7.7.1': - resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==} - '@types/trusted-types@2.0.7': resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} @@ -2037,6 +2074,12 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/project-service@8.46.3': + resolution: {integrity: sha512-Fz8yFXsp2wDFeUElO88S9n4w1I4CWDTXDqDr9gYvZgUpwXQqmZBr9+NTTql5R3J7+hrJZPdpiWaB9VNhAKYLuQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/scope-manager@6.21.0': resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} engines: {node: ^16.0.0 || >=18.0.0} @@ -2049,12 +2092,22 @@ packages: resolution: {integrity: sha512-lWETPa9XGcBes4jqAMYD9fW0j4n6hrPtTJwWDmtqgFO/4HF4jmdH/Q6wggTw5qIT5TXjKzbt7GsZUBnWoO3dqw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/scope-manager@8.46.3': + resolution: {integrity: sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/tsconfig-utils@8.46.0': resolution: {integrity: sha512-WrYXKGAHY836/N7zoK/kzi6p8tXFhasHh8ocFL9VZSAkvH956gfeRfcnhs3xzRy8qQ/dq3q44v1jvQieMFg2cw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/tsconfig-utils@8.46.3': + resolution: {integrity: sha512-GLupljMniHNIROP0zE7nCcybptolcH8QZfXOpCfhQDAdwJ/ZTlcaBOYebSOZotpti/3HrHSw7D3PZm75gYFsOA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/type-utils@7.18.0': resolution: {integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==} engines: {node: ^18.18.0 || >=20.0.0} @@ -2077,6 +2130,10 @@ packages: resolution: {integrity: sha512-bHGGJyVjSE4dJJIO5yyEWt/cHyNwga/zXGJbJJ8TiO01aVREK6gCTu3L+5wrkb1FbDkQ+TKjMNe9R/QQQP9+rA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/types@8.46.3': + resolution: {integrity: sha512-G7Ok9WN/ggW7e/tOf8TQYMaxgID3Iujn231hfi0Pc7ZheztIJVpO44ekY00b7akqc6nZcvregk0Jpah3kep6hA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@6.21.0': resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} engines: {node: ^16.0.0 || >=18.0.0} @@ -2101,11 +2158,11 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@6.21.0': - resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} - engines: {node: ^16.0.0 || >=18.0.0} + '@typescript-eslint/typescript-estree@8.46.3': + resolution: {integrity: sha512-f/NvtRjOm80BtNM5OQtlaBdM5BRFUv7gf381j9wygDNL+qOYSNOgtQ/DCndiYi80iIOv76QqaTmp4fa9hwI0OA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + typescript: '>=4.8.4 <6.0.0' '@typescript-eslint/utils@7.18.0': resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==} @@ -2113,8 +2170,8 @@ packages: peerDependencies: eslint: ^8.56.0 - '@typescript-eslint/utils@8.46.0': - resolution: {integrity: sha512-nD6yGWPj1xiOm4Gk0k6hLSZz2XkNXhuYmyIrOWcHoPuAhjT9i5bAG+xbWPgFeNR8HPHHtpNKdYUXJl/D3x7f5g==} + '@typescript-eslint/utils@8.46.3': + resolution: {integrity: sha512-VXw7qmdkucEx9WkmR3ld/u6VhRyKeiF1uxWwCy/iuNfokjJ7VhsgLSOTjsol8BunSw190zABzpwdNsze2Kpo4g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -2132,124 +2189,112 @@ packages: resolution: {integrity: sha512-FrvMpAK+hTbFy7vH5j1+tMYHMSKLE6RzluFJlkFNKD0p9YsUT75JlBSmr5so3QRzvMwU5/bIEdeNrxm8du8l3Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/visitor-keys@8.46.3': + resolution: {integrity: sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} - '@unocss/astro@0.58.9': - resolution: {integrity: sha512-VWfHNC0EfawFxLfb3uI+QcMGBN+ju+BYtutzeZTjilLKj31X2UpqIh8fepixL6ljgZzB3fweqg2xtUMC0gMnoQ==} + '@unocss/astro@66.5.5': + resolution: {integrity: sha512-kSdiZBZLGXSiOFZ/M0QHS1wXVnbh9vn+CpIMZFr/QZ6tCpoq+1fguwiBlY0QaMjh43FVVr55gJTpb78BQvKHwg==} peerDependencies: - vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 peerDependenciesMeta: vite: optional: true - '@unocss/cli@0.58.9': - resolution: {integrity: sha512-q7qlwX3V6UaqljWUQ5gMj36yTA9eLuuRywahdQWt1ioy4aPF/MEEfnMBZf/ntrqf5tIT5TO8fE11nvCco2Q/sA==} + '@unocss/cli@66.5.5': + resolution: {integrity: sha512-odIbaQE0ZpOiPRA73yYg38372uvLgoOSz06cUO/RygxRwWxgf+ddPuCFBmsJ9yDbKl+P74ucC50sRMSEg3LYBg==} engines: {node: '>=14'} hasBin: true - '@unocss/config@0.57.7': - resolution: {integrity: sha512-UG8G9orWEdk/vyDvGUToXYn/RZy/Qjpx66pLsaf5wQK37hkYsBoReAU5v8Ia/6PL1ueJlkcNXLaNpN6/yVoJvg==} - engines: {node: '>=14'} - - '@unocss/config@0.58.9': - resolution: {integrity: sha512-90wRXIyGNI8UenWxvHUcH4l4rgq813MsTzYWsf6ZKyLLvkFjV2b2EfGXI27GPvZ7fVE1OAqx+wJNTw8CyQxwag==} - engines: {node: '>=14'} - - '@unocss/config@66.1.0-beta.5': - resolution: {integrity: sha512-RBty/CVvdefTpeLmluQrIQIj+Po5bTIgIgcWgw+A3dMcUN3iRv0mYbw1d3FIRa0Ladx9zKaMxRFss0xkiS13yw==} + '@unocss/config@66.5.5': + resolution: {integrity: sha512-HHrU0S/3SRWrmkuIK26OnH/X3luyGFXDXJYqIWkJ1n9xpYs8picX2v8CylaeHI3PVQNeR7o853kDd1HBCt1yMw==} engines: {node: '>=14'} - '@unocss/core@0.57.7': - resolution: {integrity: sha512-1d36M0CV3yC80J0pqOa5rH1BX6g2iZdtKmIb3oSBN4AWnMCSrrJEPBrUikyMq2TEQTrYWJIVDzv5A9hBUat3TA==} - '@unocss/core@0.58.9': resolution: {integrity: sha512-wYpPIPPsOIbIoMIDuH8ihehJk5pAZmyFKXIYO/Kro98GEOFhz6lJoLsy6/PZuitlgp2/TSlubUuWGjHWvp5osw==} - '@unocss/core@66.1.0-beta.5': - resolution: {integrity: sha512-1kZzSrB87KKd+xP+vMN7IP03j2UPEykna447aw3UaK5RYTDd/LuVtxoep6gvjN9TJiB4K+Qx0sAtgnfhPpka9Q==} - - '@unocss/eslint-config@0.57.7': - resolution: {integrity: sha512-EJlI6rV0ZfDCphIiddHSWZVeoHdYDTVohVXGo+NfNOuRuvYWGna3n4hY3VEAiT3mWLK0/0anzHF7X0PNzCR5lQ==} - engines: {node: '>=14'} + '@unocss/core@66.5.5': + resolution: {integrity: sha512-BL+TdQMJCuu3fOGnF8wugGVpqrgBUEFzWp3yI9VJe/+p6H6NXuqlzwgSKcbpJD0XQMnxhRYYtC5Gh1coNXiBIQ==} - '@unocss/eslint-plugin@0.57.7': - resolution: {integrity: sha512-nwj7UJF7wCfPVl5B7cUB0xrSk6yuVMdMgABnsy4N5xBlds8cclrUO+boaTB9qzh8Lg9nfJVLB3+cW3po2SJoew==} + '@unocss/eslint-config@66.5.5': + resolution: {integrity: sha512-+0iYkFXT2ND/JDcyvxeDVrD8ykfTXEeIg0XFbs3uYcSnFWZ71jMk3L5Q/ESYtD5JTFUidWgQELeaSCmpE5x2zw==} engines: {node: '>=14'} - '@unocss/eslint-plugin@66.1.0-beta.5': - resolution: {integrity: sha512-5BRXjE8XJ9Yrf/lmgBCCmpfXRfiaebdS0zhkbmsFJmtXzhhun0epIF2cs/nXIya9rtvne+YKUAPXxIIoHV3lKA==} + '@unocss/eslint-plugin@66.5.5': + resolution: {integrity: sha512-AIwljMRxUboBjoJ+m5KtRKLHdKwpP2A/dPx+OOBBlka+mQtuyrrW+TIRODm8RiStxCWLdmKsMk06N13C4RRisg==} engines: {node: '>=14'} - '@unocss/extractor-arbitrary-variants@0.58.9': - resolution: {integrity: sha512-M/BvPdbEEMdhcFQh/z2Bf9gylO1Ky/ZnpIvKWS1YJPLt4KA7UWXSUf+ZNTFxX+X58Is5qAb5hNh/XBQmL3gbXg==} + '@unocss/extractor-arbitrary-variants@66.5.5': + resolution: {integrity: sha512-XmZmHVJv1/cynHNQlLNY5PkJdGz42/DcThI2ZX+9zUHCnDBl/a/HdsByaSY3HMWA/n2d/5/OqKusRCkkwprerQ==} - '@unocss/inspector@0.58.9': - resolution: {integrity: sha512-uRzqkCNeBmEvFePXcfIFcQPMlCXd9/bLwa5OkBthiOILwQdH1uRIW3GWAa2SWspu+kZLP0Ly3SjZ9Wqi+5ZtTw==} + '@unocss/inspector@66.5.5': + resolution: {integrity: sha512-2M74tmMYJLnSenY4wTXj1q9sDUrg2aH3s/9y8FesXTkGDpNMCNYoG8K2etVKbr+IKFV8Fdrs4heQyLuIKSFdow==} - '@unocss/postcss@0.58.9': - resolution: {integrity: sha512-PnKmH6Qhimw35yO6u6yx9SHaX2NmvbRNPDvMDHA/1xr3M8L0o8U88tgKbWfm65NEGF3R1zJ9A8rjtZn/LPkgPA==} + '@unocss/postcss@66.5.5': + resolution: {integrity: sha512-otDPQqdlFMgRdpW5o4jFG2bu8+FnQbz4PBxXheW8VW8P8A12fltPdBchOPhF3dnJdF5i6QQXEDhvCnrbe09VNA==} engines: {node: '>=14'} peerDependencies: postcss: ^8.4.21 - '@unocss/preset-attributify@0.58.9': - resolution: {integrity: sha512-ucP+kXRFcwmBmHohUVv31bE/SejMAMo7Hjb0QcKVLyHlzRWUJsfNR+jTAIGIUSYxN7Q8MeigYsongGo3nIeJnQ==} + '@unocss/preset-attributify@66.5.5': + resolution: {integrity: sha512-BOZ6S6bkJGmffS/Up4ld7/Mdm1BcV0erIiXlis2YXuKWQ0gp1bROrvmiX9Mmf4bt9PORgf3nILJ3lKQd/OxDYQ==} - '@unocss/preset-icons@0.58.9': - resolution: {integrity: sha512-9dS48+yAunsbS0ylOW2Wisozwpn3nGY1CqTiidkUnrMnrZK3al579A7srUX9NyPWWDjprO7eU/JkWbdDQSmFFA==} + '@unocss/preset-icons@66.5.5': + resolution: {integrity: sha512-4thYFwch0N+egxFVrIDd52NgJ6DhYdjpoNkXMnDZSuoGLnZYuRBdL3dAXPcGIHrYiuZz35RR5o0eauL2TJrVsw==} - '@unocss/preset-mini@0.58.9': - resolution: {integrity: sha512-m4aDGYtueP8QGsU3FsyML63T/w5Mtr4htme2jXy6m50+tzC1PPHaIBstMTMQfLc6h8UOregPJyGHB5iYQZGEvQ==} + '@unocss/preset-mini@66.5.5': + resolution: {integrity: sha512-l8hByRW1qrFxSxydCzBPHoRYK3hUvCo+vbnQ6YKaghktKRMPFW8pKUgRtPKRgT+Gm4YOFz34IXD2T8223YOVvg==} - '@unocss/preset-tagify@0.58.9': - resolution: {integrity: sha512-obh75XrRmxYwrQMflzvhQUMeHwd/R9bEDhTWUW9aBTolBy4eNypmQwOhHCKh5Xi4Dg6o0xj6GWC/jcCj1SPLog==} + '@unocss/preset-tagify@66.5.5': + resolution: {integrity: sha512-sf2K/+MXjP5OkcxDBmWxt/0qLzz6SJi6NWBSNrVsby1eSmeKrrdcHkDEdd3pn2fXwxPU9a9CGAmXcQHZ1DJN0w==} - '@unocss/preset-typography@0.58.9': - resolution: {integrity: sha512-hrsaqKlcZni3Vh4fwXC+lP9e92FQYbqtmlZw2jpxlVwwH5aLzwk4d4MiFQGyhCfzuSDYm0Zd52putFVV02J7bA==} + '@unocss/preset-typography@66.5.5': + resolution: {integrity: sha512-dR0xedqdWlvApZ7KPHQ8LEXgwQoPFum3e/2YkCGPsuAfsKB1WO7rwza4LfQh4EhDhSCKgHvsP5PkdtKwH0CLnA==} - '@unocss/preset-uno@0.58.9': - resolution: {integrity: sha512-Fze+X2Z/EegCkRdDRgwwvFBmXBenNR1AG8KxAyz8iPeWbhOBaRra2sn2ScryrfH6SbJHpw26ZyJXycAdS0Fq3A==} + '@unocss/preset-uno@66.5.5': + resolution: {integrity: sha512-MHUMNXikr3JM043jibXJszeC8lz3t6Jn+HDZHaRamdtZO/+H/HK8YR46dbFEndGlQ3d3qjBqTZXg0BBWM0jApQ==} - '@unocss/preset-web-fonts@0.58.9': - resolution: {integrity: sha512-XtiO+Z+RYnNYomNkS2XxaQiY++CrQZKOfNGw5htgIrb32QtYVQSkyYQ3jDw7JmMiCWlZ4E72cV/zUb++WrZLxg==} + '@unocss/preset-web-fonts@66.5.5': + resolution: {integrity: sha512-ySwIigf7OGBlzUKe9KZ0luzzA/yjz84T/WVGF75SkYUw6vyfWo3XxSIxU/sHYjoRCKUC/7di3FAUPT5xkX45Vw==} - '@unocss/preset-wind@0.58.9': - resolution: {integrity: sha512-7l+7Vx5UoN80BmJKiqDXaJJ6EUqrnUQYv8NxCThFi5lYuHzxsYWZPLU3k3XlWRUQt8XL+6rYx7mMBmD7EUSHyw==} + '@unocss/preset-wind3@66.5.5': + resolution: {integrity: sha512-q9faBHImvjFa0tRpDTJ7ghKaNKA25f2E+ZMalH0yqq0qsLkbgnI8p/lUYjvSv5U07WM92kfvJP/t0Mv+IlRoaw==} - '@unocss/reset@0.58.9': - resolution: {integrity: sha512-nA2pg3tnwlquq+FDOHyKwZvs20A6iBsKPU7Yjb48JrNnzoaXqE+O9oN6782IG2yKVW4AcnsAnAnM4cxXhGzy1w==} + '@unocss/preset-wind4@66.5.5': + resolution: {integrity: sha512-tZPBB9c8iec36tNrSgMGgLpeqWXgqtFyS/HkOydKJXyhR11ORhCYUJX/dAFTHwzn3P5Ojc/PkA2x4c25CmEE1w==} - '@unocss/rule-utils@0.58.9': - resolution: {integrity: sha512-45bDa+elmlFLthhJmKr2ltKMAB0yoXnDMQ6Zp5j3OiRB7dDMBkwYRPvHLvIe+34Ey7tDt/kvvDPtWMpPl2quUQ==} - engines: {node: '>=14'} - - '@unocss/rule-utils@66.1.0-beta.5': - resolution: {integrity: sha512-G757sAnQAMNRUijgOTut8UkbkncSablI6Viwcq2VP4r0Lhi6RFOv/n6AOTWsDgGeUSuWTa/p3zb3NDHY7ztE9g==} - engines: {node: '>=14'} + '@unocss/preset-wind@66.5.5': + resolution: {integrity: sha512-H+zBSZBFuhLzuktpmrSe7Di++QfVruGAHLlyduRaBrV+M7yvJtNPzBaIr7vcZJNaCeruzv1wivRLzglw9Vj4Gw==} - '@unocss/scope@0.58.9': - resolution: {integrity: sha512-BIwcpx0R3bE0rYa9JVDJTk0GX32EBvnbvufBpNkWfC5tb7g+B7nMkVq9ichanksYCCxrIQQo0mrIz5PNzu9sGA==} + '@unocss/reset@66.5.5': + resolution: {integrity: sha512-mDqCGp35oXesNBxWanpvNMmeIOVOj54UE1dlVkVDFrdzfUbXpvqMxXvByePFJj27GMZOhduYETeQrjCoixAMGQ==} - '@unocss/transformer-attributify-jsx-babel@0.58.9': - resolution: {integrity: sha512-UGaQoGZg+3QrsPtnGHPECmsGn4EQb2KSdZ4eGEn2YssjKv+CcQhzRvpEUgnuF/F+jGPkCkS/G/YEQBHRWBY54Q==} + '@unocss/rule-utils@66.5.5': + resolution: {integrity: sha512-74bccTyWDXcMPYydMfFvuaGL9DeaJd6sjcjVaDgA9aImpRpKbkFz0htHzcgzO4JXhOewTGPycVu+ssyCIHPa4A==} + engines: {node: '>=14'} - '@unocss/transformer-attributify-jsx@0.58.9': - resolution: {integrity: sha512-jpL3PRwf8t43v1agUdQn2EHGgfdWfvzsMxFtoybO88xzOikzAJaaouteNtojc/fQat2T9iBduDxVj5egdKmhdQ==} + '@unocss/transformer-attributify-jsx@66.5.5': + resolution: {integrity: sha512-TbBp8qwLtNZwLP6RqpcXXc1YYTJA1+j3eOEaOAflca+c9nTIA3w4RP/s5flLYttGkZiMeK6WPD3rkfqv/9knGQ==} - '@unocss/transformer-compile-class@0.58.9': - resolution: {integrity: sha512-l2VpCqelJ6Tgc1kfSODxBtg7fCGPVRr2EUzTg1LrGYKa2McbKuc/wV/2DWKHGxL6+voWi7a2C9XflqGDXXutuQ==} + '@unocss/transformer-compile-class@66.5.5': + resolution: {integrity: sha512-SgV+UesjDOPoEaGGaRV9M+OFGtH+snzPkYZXXc9cCoYborWM9S9+ck24mnYY/RnjY1SdsnyKNHKRaP+L04pomQ==} - '@unocss/transformer-directives@0.58.9': - resolution: {integrity: sha512-pLOUsdoY2ugVntJXg0xuGjO9XZ2xCiMxTPRtpZ4TsEzUtdEzMswR06Y8VWvNciTB/Zqxcz9ta8rD0DKePOfSuw==} + '@unocss/transformer-directives@66.5.5': + resolution: {integrity: sha512-7EQFiOKuBEuK6L1A5bN4D2ot4DgPW4vxhhatjn3wswRLP39PCx7ldglTMUdSOVnNw0tqJELiN2zJMZ6lmG5vWg==} '@unocss/transformer-variant-group@0.58.9': resolution: {integrity: sha512-3A6voHSnFcyw6xpcZT6oxE+KN4SHRnG4z862tdtWvRGcN+jGyNr20ylEZtnbk4xj0VNMeGHHQRZ0WLvmrAwvOQ==} - '@unocss/vite@0.58.9': - resolution: {integrity: sha512-mmppBuulAHCal+sC0Qz36Y99t0HicAmznpj70Kzwl7g/yvXwm58/DW2OnpCWw+uA8/JBft/+z3zE+XvrI+T1HA==} + '@unocss/transformer-variant-group@66.5.5': + resolution: {integrity: sha512-zfcaOPgK+VdIAUR8hYD3TF6u49jZIHiFx7O3w/8Z2FjQGdB2iWsGOPMHqlkZaNfsISFkxuAy5YNm26O4w44XNQ==} + + '@unocss/vite@66.5.5': + resolution: {integrity: sha512-NsDwkK8D64Rg+aYPVltBh+xnY0yMNEb7tqN+goOm3GwZkfOYqxJElTQ095T3Xe+kl1zk/RxFw4v85WETW3ivqA==} peerDependencies: - vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 '@uppy/companion-client@2.2.2': resolution: {integrity: sha512-5mTp2iq97/mYSisMaBtFRry6PTgZA6SIL7LePteOV5x0/DxKfrZW3DEiQERJmYpHzy7k8johpm2gHnEKto56Og==} @@ -2288,25 +2333,25 @@ packages: '@videojs/xhr@2.6.0': resolution: {integrity: sha512-7J361GiN1tXpm+gd0xz2QWr3xNWBE+rytvo8J3KuggFaLg+U37gZQ2BuPLcnkfGffy2e+ozY70RHC8jt7zjA6Q==} - '@vitejs/plugin-legacy@5.4.3': - resolution: {integrity: sha512-wsyXK9mascyplcqvww1gA1xYiy29iRHfyciw+a0t7qRNdzX6PdfSWmOoCi74epr87DujM+5J+rnnSv+4PazqVg==} - engines: {node: ^18.0.0 || >=20.0.0} + '@vitejs/plugin-legacy@7.2.1': + resolution: {integrity: sha512-CaXb/y0mlfu7jQRELEJJc2/5w2bX2m1JraARgFnvSB2yfvnCNJVWWlqAo6WjnKoepOwKx8gs0ugJThPLKCOXIg==} + engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - terser: ^5.4.0 - vite: ^5.0.0 + terser: ^5.16.0 + vite: ^7.0.0 - '@vitejs/plugin-vue-jsx@3.1.0': - resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} - engines: {node: ^14.18.0 || >=16.0.0} + '@vitejs/plugin-vue-jsx@5.1.1': + resolution: {integrity: sha512-uQkfxzlF8SGHJJVH966lFTdjM/lGcwJGzwAHpVqAPDD/QcsqoUGa+q31ox1BrUfi+FLP2ChVp7uLXE3DkHyDdQ==} + engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - vite: ^4.0.0 || ^5.0.0 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 vue: ^3.0.0 - '@vitejs/plugin-vue@5.2.4': - resolution: {integrity: sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==} - engines: {node: ^18.0.0 || >=20.0.0} + '@vitejs/plugin-vue@6.0.1': + resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==} + engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - vite: ^5.0.0 || ^6.0.0 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 vue: ^3.2.25 '@volar/language-core@1.11.1': @@ -2334,30 +2379,30 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@vue/compiler-core@3.5.12': - resolution: {integrity: sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==} - '@vue/compiler-core@3.5.22': resolution: {integrity: sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==} - '@vue/compiler-dom@3.5.12': - resolution: {integrity: sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg==} + '@vue/compiler-core@3.5.24': + resolution: {integrity: sha512-eDl5H57AOpNakGNAkFDH+y7kTqrQpJkZFXhWZQGyx/5Wh7B1uQYvcWkvZi11BDhscPgj8N7XV3oRwiPnx1Vrig==} '@vue/compiler-dom@3.5.22': resolution: {integrity: sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==} - '@vue/compiler-sfc@3.5.12': - resolution: {integrity: sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==} + '@vue/compiler-dom@3.5.24': + resolution: {integrity: sha512-1QHGAvs53gXkWdd3ZMGYuvQFXHW4ksKWPG8HP8/2BscrbZ0brw183q2oNWjMrSWImYLHxHrx1ItBQr50I/q2zw==} '@vue/compiler-sfc@3.5.22': resolution: {integrity: sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==} - '@vue/compiler-ssr@3.5.12': - resolution: {integrity: sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==} + '@vue/compiler-sfc@3.5.24': + resolution: {integrity: sha512-8EG5YPRgmTB+YxYBM3VXy8zHD9SWHUJLIGPhDovo3Z8VOgvP+O7UP5vl0J4BBPWYD9vxtBabzW1EuEZ+Cqs14g==} '@vue/compiler-ssr@3.5.22': resolution: {integrity: sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==} + '@vue/compiler-ssr@3.5.24': + resolution: {integrity: sha512-trOvMWNBMQ/odMRHW7Ae1CdfYx+7MuiQu62Jtu36gMLXcaoqKvAyh+P73sYG9ll+6jLB6QPovqoKGGZROzkFFg==} + '@vue/devtools-api@6.6.4': resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} @@ -2369,26 +2414,26 @@ packages: typescript: optional: true - '@vue/reactivity@3.5.12': - resolution: {integrity: sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==} + '@vue/reactivity@3.5.24': + resolution: {integrity: sha512-BM8kBhtlkkbnyl4q+HiF5R5BL0ycDPfihowulm02q3WYp2vxgPcJuZO866qa/0u3idbMntKEtVNuAUp5bw4teg==} - '@vue/runtime-core@3.5.12': - resolution: {integrity: sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw==} + '@vue/runtime-core@3.5.24': + resolution: {integrity: sha512-RYP/byyKDgNIqfX/gNb2PB55dJmM97jc9wyF3jK7QUInYKypK2exmZMNwnjueWwGceEkP6NChd3D2ZVEp9undQ==} - '@vue/runtime-dom@3.5.12': - resolution: {integrity: sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA==} + '@vue/runtime-dom@3.5.24': + resolution: {integrity: sha512-Z8ANhr/i0XIluonHVjbUkjvn+CyrxbXRIxR7wn7+X7xlcb7dJsfITZbkVOeJZdP8VZwfrWRsWdShH6pngMxRjw==} - '@vue/server-renderer@3.5.12': - resolution: {integrity: sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg==} + '@vue/server-renderer@3.5.24': + resolution: {integrity: sha512-Yh2j2Y4G/0/4z/xJ1Bad4mxaAk++C2v4kaa8oSYTMJBJ00/ndPuxCnWeot0/7/qafQFLh5pr6xeV6SdMcE/G1w==} peerDependencies: - vue: 3.5.12 - - '@vue/shared@3.5.12': - resolution: {integrity: sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==} + vue: 3.5.24 '@vue/shared@3.5.22': resolution: {integrity: sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==} + '@vue/shared@3.5.24': + resolution: {integrity: sha512-9cwHL2EsJBdi8NY22pngYYWzkTDhld6fAD6jlaeloNGciNSJL6bLpbxVgXl96X00Jtc6YWQv96YA/0sxex/k1A==} + '@vueuse/core@10.11.1': resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==} @@ -3308,9 +3353,9 @@ packages: resolution: {integrity: sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==} engines: {node: '>=0.12'} - esbuild@0.19.12: - resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} - engines: {node: '>=12'} + esbuild@0.25.12: + resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==} + engines: {node: '>=18'} hasBin: true escalade@3.2.0: @@ -3467,6 +3512,15 @@ packages: fastq@1.19.1: resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==} + fdir@6.5.0: + resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} + engines: {node: '>=12.0.0'} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + feelers@1.4.0: resolution: {integrity: sha512-CGa/7ILuqoqTaeYeoKsg/4tzu2es9sEEJTmSjdu0lousZBw4V9gcYhHYFNmbrSrKmbAVfOzj6/DsymGJWFIOeg==} @@ -3615,6 +3669,10 @@ packages: global@4.4.0: resolution: {integrity: sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==} + globals@11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + globals@13.24.0: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} @@ -3840,10 +3898,6 @@ packages: javascript-natural-sort@0.7.1: resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} - jiti@1.21.7: - resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} - hasBin: true - jiti@2.6.1: resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==} hasBin: true @@ -4085,6 +4139,9 @@ packages: magic-string@0.30.19: resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==} + magic-string@0.30.21: + resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} + markdown-it@14.1.0: resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} hasBin: true @@ -4338,8 +4395,8 @@ packages: object-refs@0.4.0: resolution: {integrity: sha512-6kJqKWryKZmtte6QYvouas0/EIJKPI1/MMIuRsiBlNuhIMfqYTggzX2F1AJ2+cDs288xyi9GL7FyasHINR98BQ==} - ofetch@1.4.1: - resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==} + ofetch@1.5.1: + resolution: {integrity: sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==} ol@10.6.1: resolution: {integrity: sha512-xp174YOwPeLj7c7/8TCIEHQ4d41tgTDDhdv6SqNdySsql5/MaFJEJkjlsYcvOPt7xA6vrum/QG4UdJ0iCGT1cg==} @@ -4454,9 +4511,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - pathe@1.1.2: - resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} - pathe@2.0.3: resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} @@ -4843,9 +4897,9 @@ packages: signature_pad@5.1.1: resolution: {integrity: sha512-BT5JJygS5BS0oV+tffPRorIud6q17bM7v/1LdQwd0o6mTqGoI25yY1NjSL99OqkekWltS4uon6p52Y8j1Zqu7g==} - sirv@2.0.4: - resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} - engines: {node: '>= 10'} + sirv@3.0.2: + resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==} + engines: {node: '>=18'} slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} @@ -5008,14 +5062,6 @@ packages: resolution: {integrity: sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==} engines: {node: ^14.18.0 || >=16.0.0} - synckit@0.8.8: - resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==} - engines: {node: ^14.18.0 || >=16.0.0} - - synckit@0.9.3: - resolution: {integrity: sha512-JJoOEKTfL1urb1mDoEblhD9NhEbWmq9jHEMEnxoC4ujUaZ4itA8vKgwkFAyNClgxplLi9tsUKX+EduK0p/l7sg==} - engines: {node: ^14.18.0 || >=16.0.0} - systemjs@6.15.1: resolution: {integrity: sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA==} @@ -5050,6 +5096,10 @@ packages: tinyexec@1.0.1: resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==} + tinyglobby@0.2.15: + resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} + engines: {node: '>=12.0.0'} + to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -5101,9 +5151,6 @@ packages: ufo@1.6.1: resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} - unconfig@0.3.13: - resolution: {integrity: sha512-N9Ph5NC4+sqtcOjPfHrRcHekBCadCXWTBzp2VYYbySOHW0PfD9XLCeXshTXjkPYwLrBr9AtSeU0CZmkYECJhng==} - unconfig@7.3.3: resolution: {integrity: sha512-QCkQoOnJF8L107gxfHL0uavn7WD9b3dpBcFX6HtfQYmjw2YzWxGuFQ0N0J6tE9oguCBJn9KOvfqYDCMPHIZrBA==} @@ -5137,12 +5184,12 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - unocss@0.58.9: - resolution: {integrity: sha512-aqANXXP0RrtN4kSaTLn/7I6wh8o45LUdVgPzGu7Fan2DfH2+wpIs6frlnlHlOymnb+52dp6kXluQinddaUKW1A==} + unocss@66.5.5: + resolution: {integrity: sha512-czQNlMT2w4iMOm75OdW/kUooj87o113zzpJGVbrBHR7R7FiOofkVOYectWyAQFYyvV4pugG7+kdmLqmifLKp7Q==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.58.9 - vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 + '@unocss/webpack': 66.5.5 + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 peerDependenciesMeta: '@unocss/webpack': optional: true @@ -5165,6 +5212,10 @@ packages: resolution: {integrity: sha512-jByUGY3FG2B8RJKFryqxx4eNtSTj+Hjlo8edcOdJymewndDQjThZ1pRUQHRjQsbKhTV2jEctJV7t7RJ405UL4g==} engines: {node: '>=14.19.0'} + unplugin-utils@0.3.1: + resolution: {integrity: sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==} + engines: {node: '>=20.19.0'} + unplugin-vue-components@0.25.2: resolution: {integrity: sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==} engines: {node: '>=14'} @@ -5182,6 +5233,10 @@ packages: resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==} engines: {node: '>=14.0.0'} + unplugin@2.3.10: + resolution: {integrity: sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==} + engines: {node: '>=18.12.0'} + update-browserslist-db@1.1.3: resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} hasBin: true @@ -5266,33 +5321,45 @@ packages: peerDependencies: vite: '>=2.8' - vite@5.1.4: - resolution: {integrity: sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==} - engines: {node: ^18.0.0 || >=20.0.0} + vite@7.2.2: + resolution: {integrity: sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==} + engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 - less: '*' + '@types/node': ^20.19.0 || >=22.12.0 + jiti: '>=1.21.0' + less: ^4.0.0 lightningcss: ^1.21.0 - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 peerDependenciesMeta: '@types/node': optional: true + jiti: + optional: true less: optional: true lightningcss: optional: true sass: optional: true + sass-embedded: + optional: true stylus: optional: true sugarss: optional: true terser: optional: true + tsx: + optional: true + yaml: + optional: true vue-demi@0.14.10: resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==} @@ -5316,8 +5383,11 @@ packages: peerDependencies: eslint: '>=6.0.0' - vue-i18n@9.10.2: - resolution: {integrity: sha512-ECJ8RIFd+3c1d3m1pctQ6ywG5Yj8Efy1oYoAKQ9neRdkLbuKLVeW4gaY5HPkD/9ssf1pOnUrmIFjx2/gkGxmEw==} + vue-flow-layout@0.2.0: + resolution: {integrity: sha512-zKgsWWkXq0xrus7H4Mc+uFs1ESrmdTXlO0YNbR6wMdPaFvosL3fMB8N7uTV308UhGy9UvTrGhIY7mVz9eN+L0Q==} + + vue-i18n@11.1.12: + resolution: {integrity: sha512-BnstPj3KLHLrsqbVU2UOrPmr0+Mv11bsUZG0PyCOzsawCivk8W00GMXHeVUWIDOgNaScCuZah47CZFE+Wnl8mw==} engines: {node: '>= 16'} peerDependencies: vue: ^3.0.0 @@ -5350,8 +5420,8 @@ packages: peerDependencies: vue: ^3.2.0 - vue@3.5.12: - resolution: {integrity: sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==} + vue@3.5.24: + resolution: {integrity: sha512-uTHDOpVQTMjcGgrqFPSb8iO2m1DUvo+WbGqoXQz8Y1CeBYQ0FXf2z1gLRaBtHjlRz7zZUBHxjVB5VTLzYkvftg==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -5491,11 +5561,6 @@ packages: snapshots: - '@ampproject/remapping@2.3.0': - dependencies: - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - '@antfu/install-pkg@1.1.0': dependencies: package-manager-detector: 1.4.0 @@ -5503,7 +5568,7 @@ snapshots: '@antfu/utils@0.7.10': {} - '@antfu/utils@8.1.1': {} + '@antfu/utils@9.3.0': {} '@babel/code-frame@7.27.1': dependencies: @@ -5644,6 +5709,8 @@ snapshots: '@babel/helper-validator-identifier@7.27.1': {} + '@babel/helper-validator-identifier@7.28.5': {} + '@babel/helper-validator-option@7.27.1': {} '@babel/helper-wrap-function@7.28.3': @@ -5659,10 +5726,18 @@ snapshots: '@babel/template': 7.27.2 '@babel/types': 7.28.4 + '@babel/parser@7.27.7': + dependencies: + '@babel/types': 7.28.5 + '@babel/parser@7.28.4': dependencies: '@babel/types': 7.28.4 + '@babel/parser@7.28.5': + dependencies: + '@babel/types': 7.28.5 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 @@ -6155,17 +6230,6 @@ snapshots: '@babel/types': 7.28.4 esutils: 2.0.3 - '@babel/preset-typescript@7.27.1(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.4) - transitivePeerDependencies: - - supports-color - '@babel/runtime-corejs3@7.28.4': dependencies: core-js-pure: 3.46.0 @@ -6178,6 +6242,18 @@ snapshots: '@babel/parser': 7.28.4 '@babel/types': 7.28.4 + '@babel/traverse@7.27.7': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.3 + '@babel/parser': 7.28.5 + '@babel/template': 7.27.2 + '@babel/types': 7.28.5 + debug: 4.4.3 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/traverse@7.28.4': dependencies: '@babel/code-frame': 7.27.1 @@ -6195,6 +6271,11 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 + '@babel/types@7.28.5': + dependencies: + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.28.5 + '@bpmn-io/cm-theme@0.1.0-alpha.2': dependencies: '@codemirror/language': 6.11.3 @@ -6444,77 +6525,86 @@ snapshots: '@dual-bundle/import-meta-resolve@4.2.1': {} - '@element-plus/icons-vue@2.3.2(vue@3.5.12(typescript@5.3.3))': + '@element-plus/icons-vue@2.3.2(vue@3.5.24(typescript@5.3.3))': dependencies: - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) + + '@esbuild/aix-ppc64@0.25.12': + optional: true + + '@esbuild/android-arm64@0.25.12': + optional: true + + '@esbuild/android-arm@0.25.12': + optional: true - '@esbuild/aix-ppc64@0.19.12': + '@esbuild/android-x64@0.25.12': optional: true - '@esbuild/android-arm64@0.19.12': + '@esbuild/darwin-arm64@0.25.12': optional: true - '@esbuild/android-arm@0.19.12': + '@esbuild/darwin-x64@0.25.12': optional: true - '@esbuild/android-x64@0.19.12': + '@esbuild/freebsd-arm64@0.25.12': optional: true - '@esbuild/darwin-arm64@0.19.12': + '@esbuild/freebsd-x64@0.25.12': optional: true - '@esbuild/darwin-x64@0.19.12': + '@esbuild/linux-arm64@0.25.12': optional: true - '@esbuild/freebsd-arm64@0.19.12': + '@esbuild/linux-arm@0.25.12': optional: true - '@esbuild/freebsd-x64@0.19.12': + '@esbuild/linux-ia32@0.25.12': optional: true - '@esbuild/linux-arm64@0.19.12': + '@esbuild/linux-loong64@0.25.12': optional: true - '@esbuild/linux-arm@0.19.12': + '@esbuild/linux-mips64el@0.25.12': optional: true - '@esbuild/linux-ia32@0.19.12': + '@esbuild/linux-ppc64@0.25.12': optional: true - '@esbuild/linux-loong64@0.19.12': + '@esbuild/linux-riscv64@0.25.12': optional: true - '@esbuild/linux-mips64el@0.19.12': + '@esbuild/linux-s390x@0.25.12': optional: true - '@esbuild/linux-ppc64@0.19.12': + '@esbuild/linux-x64@0.25.12': optional: true - '@esbuild/linux-riscv64@0.19.12': + '@esbuild/netbsd-arm64@0.25.12': optional: true - '@esbuild/linux-s390x@0.19.12': + '@esbuild/netbsd-x64@0.25.12': optional: true - '@esbuild/linux-x64@0.19.12': + '@esbuild/openbsd-arm64@0.25.12': optional: true - '@esbuild/netbsd-x64@0.19.12': + '@esbuild/openbsd-x64@0.25.12': optional: true - '@esbuild/openbsd-x64@0.19.12': + '@esbuild/openharmony-arm64@0.25.12': optional: true - '@esbuild/sunos-x64@0.19.12': + '@esbuild/sunos-x64@0.25.12': optional: true - '@esbuild/win32-arm64@0.19.12': + '@esbuild/win32-arm64@0.25.12': optional: true - '@esbuild/win32-ia32@0.19.12': + '@esbuild/win32-ia32@0.25.12': optional: true - '@esbuild/win32-x64@0.19.12': + '@esbuild/win32-x64@0.25.12': optional: true '@eslint-community/eslint-utils@4.9.0(eslint@8.57.1)': @@ -6585,26 +6675,26 @@ snapshots: dependencies: wangeditor: 4.7.15 - '@form-create/core@3.2.31(vue@3.5.12(typescript@5.3.3))': + '@form-create/core@3.2.31(vue@3.5.24(typescript@5.3.3))': dependencies: '@form-create/utils': 3.2.31 - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) - '@form-create/designer@3.3.1(vue@3.5.12(typescript@5.3.3))': + '@form-create/designer@3.3.1(vue@3.5.24(typescript@5.3.3))': dependencies: '@form-create/component-wangeditor': 3.2.14 - '@form-create/element-ui': 3.2.31(vue@3.5.12(typescript@5.3.3)) + '@form-create/element-ui': 3.2.31(vue@3.5.24(typescript@5.3.3)) '@form-create/utils': 3.2.31 codemirror: 6.65.7 - element-plus: 2.11.4(vue@3.5.12(typescript@5.3.3)) + element-plus: 2.11.4(vue@3.5.24(typescript@5.3.3)) js-beautify: 1.15.4 signature_pad: 5.1.1 - vue: 3.5.12(typescript@5.3.3) - vuedraggable: 4.1.0(vue@3.5.12(typescript@5.3.3)) + vue: 3.5.24(typescript@5.3.3) + vuedraggable: 4.1.0(vue@3.5.24(typescript@5.3.3)) transitivePeerDependencies: - '@vue/composition-api' - '@form-create/element-ui@3.2.31(vue@3.5.12(typescript@5.3.3))': + '@form-create/element-ui@3.2.31(vue@3.5.24(typescript@5.3.3))': dependencies: '@form-create/component-elm-checkbox': 3.2.31 '@form-create/component-elm-frame': 3.2.31 @@ -6614,9 +6704,9 @@ snapshots: '@form-create/component-elm-tree': 3.2.31 '@form-create/component-elm-upload': 3.2.31 '@form-create/component-subform': 3.1.34 - '@form-create/core': 3.2.31(vue@3.5.12(typescript@5.3.3)) + '@form-create/core': 3.2.31(vue@3.5.24(typescript@5.3.3)) '@form-create/utils': 3.2.31 - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) '@form-create/utils@3.2.31': {} @@ -6653,10 +6743,10 @@ snapshots: '@iconify/types@2.0.0': {} - '@iconify/utils@2.3.0': + '@iconify/utils@3.0.2': dependencies: '@antfu/install-pkg': 1.1.0 - '@antfu/utils': 8.1.1 + '@antfu/utils': 9.3.0 '@iconify/types': 2.0.0 debug: 4.4.3 globals: 15.15.0 @@ -6666,59 +6756,64 @@ snapshots: transitivePeerDependencies: - supports-color - '@intlify/bundle-utils@7.5.1(vue-i18n@9.10.2(vue@3.5.12(typescript@5.3.3)))': + '@intlify/bundle-utils@11.0.1(vue-i18n@11.1.12(vue@3.5.24(typescript@5.3.3)))': dependencies: - '@intlify/message-compiler': 9.14.5 - '@intlify/shared': 9.14.5 + '@intlify/message-compiler': 11.1.12 + '@intlify/shared': 11.1.12 acorn: 8.15.0 + esbuild: 0.25.12 escodegen: 2.1.0 estree-walker: 2.0.2 jsonc-eslint-parser: 2.4.1 - magic-string: 0.30.19 - mlly: 1.8.0 source-map-js: 1.2.1 yaml-eslint-parser: 1.3.0 optionalDependencies: - vue-i18n: 9.10.2(vue@3.5.12(typescript@5.3.3)) + vue-i18n: 11.1.12(vue@3.5.24(typescript@5.3.3)) - '@intlify/core-base@9.10.2': + '@intlify/core-base@11.1.12': dependencies: - '@intlify/message-compiler': 9.10.2 - '@intlify/shared': 9.10.2 - - '@intlify/message-compiler@9.10.2': - dependencies: - '@intlify/shared': 9.10.2 - source-map-js: 1.2.1 + '@intlify/message-compiler': 11.1.12 + '@intlify/shared': 11.1.12 - '@intlify/message-compiler@9.14.5': + '@intlify/message-compiler@11.1.12': dependencies: - '@intlify/shared': 9.14.5 + '@intlify/shared': 11.1.12 source-map-js: 1.2.1 - '@intlify/shared@9.10.2': {} + '@intlify/shared@11.1.12': {} - '@intlify/shared@9.14.5': {} - - '@intlify/unplugin-vue-i18n@2.0.0(rollup@4.52.4)(vue-i18n@9.10.2(vue@3.5.12(typescript@5.3.3)))': + '@intlify/unplugin-vue-i18n@11.0.1(@vue/compiler-dom@3.5.24)(eslint@8.57.1)(rollup@4.52.4)(typescript@5.3.3)(vue-i18n@11.1.12(vue@3.5.24(typescript@5.3.3)))(vue@3.5.24(typescript@5.3.3))': dependencies: - '@intlify/bundle-utils': 7.5.1(vue-i18n@9.10.2(vue@3.5.12(typescript@5.3.3))) - '@intlify/shared': 9.14.5 + '@eslint-community/eslint-utils': 4.9.0(eslint@8.57.1) + '@intlify/bundle-utils': 11.0.1(vue-i18n@11.1.12(vue@3.5.24(typescript@5.3.3))) + '@intlify/shared': 11.1.12 + '@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.1.12)(@vue/compiler-dom@3.5.24)(vue-i18n@11.1.12(vue@3.5.24(typescript@5.3.3)))(vue@3.5.24(typescript@5.3.3)) '@rollup/pluginutils': 5.3.0(rollup@4.52.4) - '@vue/compiler-sfc': 3.5.22 + '@typescript-eslint/scope-manager': 8.46.0 + '@typescript-eslint/typescript-estree': 8.46.0(typescript@5.3.3) debug: 4.4.3 fast-glob: 3.3.3 - js-yaml: 4.1.0 - json5: 2.2.3 - pathe: 1.1.2 + pathe: 2.0.3 picocolors: 1.1.1 - source-map-js: 1.2.1 - unplugin: 1.16.1 + unplugin: 2.3.10 + vue: 3.5.24(typescript@5.3.3) optionalDependencies: - vue-i18n: 9.10.2(vue@3.5.12(typescript@5.3.3)) + vue-i18n: 11.1.12(vue@3.5.24(typescript@5.3.3)) transitivePeerDependencies: + - '@vue/compiler-dom' + - eslint - rollup - supports-color + - typescript + + '@intlify/vue-i18n-extensions@8.0.0(@intlify/shared@11.1.12)(@vue/compiler-dom@3.5.24)(vue-i18n@11.1.12(vue@3.5.24(typescript@5.3.3)))(vue@3.5.24(typescript@5.3.3))': + dependencies: + '@babel/parser': 7.28.5 + optionalDependencies: + '@intlify/shared': 11.1.12 + '@vue/compiler-dom': 3.5.24 + vue: 3.5.24(typescript@5.3.3) + vue-i18n: 11.1.12(vue@3.5.24(typescript@5.3.3)) '@isaacs/cliui@8.0.2': dependencies: @@ -6873,8 +6968,6 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@pkgr/core@0.1.2': {} - '@pkgr/core@0.2.9': {} '@polka/url@1.0.0-next.29': {} @@ -6902,6 +6995,10 @@ snapshots: dependencies: quansync: 0.2.11 + '@rolldown/pluginutils@1.0.0-beta.29': {} + + '@rolldown/pluginutils@1.0.0-beta.47': {} + '@rollup/plugin-virtual@3.0.2(rollup@4.52.4)': optionalDependencies: rollup: 4.52.4 @@ -7252,8 +7349,6 @@ snapshots: '@types/rbush@4.0.0': {} - '@types/semver@7.7.1': {} - '@types/trusted-types@2.0.7': optional: true @@ -7316,6 +7411,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/project-service@8.46.3(typescript@5.3.3)': + dependencies: + '@typescript-eslint/tsconfig-utils': 8.46.3(typescript@5.3.3) + '@typescript-eslint/types': 8.46.3 + debug: 4.4.3 + typescript: 5.3.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/scope-manager@6.21.0': dependencies: '@typescript-eslint/types': 6.21.0 @@ -7331,10 +7435,19 @@ snapshots: '@typescript-eslint/types': 8.46.0 '@typescript-eslint/visitor-keys': 8.46.0 + '@typescript-eslint/scope-manager@8.46.3': + dependencies: + '@typescript-eslint/types': 8.46.3 + '@typescript-eslint/visitor-keys': 8.46.3 + '@typescript-eslint/tsconfig-utils@8.46.0(typescript@5.3.3)': dependencies: typescript: 5.3.3 + '@typescript-eslint/tsconfig-utils@8.46.3(typescript@5.3.3)': + dependencies: + typescript: 5.3.3 + '@typescript-eslint/type-utils@7.18.0(eslint@8.57.1)(typescript@5.3.3)': dependencies: '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.3.3) @@ -7353,6 +7466,8 @@ snapshots: '@typescript-eslint/types@8.46.0': {} + '@typescript-eslint/types@8.46.3': {} + '@typescript-eslint/typescript-estree@6.21.0(typescript@5.3.3)': dependencies: '@typescript-eslint/types': 6.21.0 @@ -7399,19 +7514,21 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.3.3)': + '@typescript-eslint/typescript-estree@8.46.3(typescript@5.3.3)': dependencies: - '@eslint-community/eslint-utils': 4.9.0(eslint@8.57.1) - '@types/json-schema': 7.0.15 - '@types/semver': 7.7.1 - '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.3.3) - eslint: 8.57.1 + '@typescript-eslint/project-service': 8.46.3(typescript@5.3.3) + '@typescript-eslint/tsconfig-utils': 8.46.3(typescript@5.3.3) + '@typescript-eslint/types': 8.46.3 + '@typescript-eslint/visitor-keys': 8.46.3 + debug: 4.4.3 + fast-glob: 3.3.3 + is-glob: 4.0.3 + minimatch: 9.0.5 semver: 7.7.3 + ts-api-utils: 2.1.0(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color - - typescript '@typescript-eslint/utils@7.18.0(eslint@8.57.1)(typescript@5.3.3)': dependencies: @@ -7424,12 +7541,12 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@8.46.0(eslint@8.57.1)(typescript@5.3.3)': + '@typescript-eslint/utils@8.46.3(eslint@8.57.1)(typescript@5.3.3)': dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@8.57.1) - '@typescript-eslint/scope-manager': 8.46.0 - '@typescript-eslint/types': 8.46.0 - '@typescript-eslint/typescript-estree': 8.46.0(typescript@5.3.3) + '@typescript-eslint/scope-manager': 8.46.3 + '@typescript-eslint/types': 8.46.3 + '@typescript-eslint/typescript-estree': 8.46.3(typescript@5.3.3) eslint: 8.57.1 typescript: 5.3.3 transitivePeerDependencies: @@ -7450,212 +7567,188 @@ snapshots: '@typescript-eslint/types': 8.46.0 eslint-visitor-keys: 4.2.1 + '@typescript-eslint/visitor-keys@8.46.3': + dependencies: + '@typescript-eslint/types': 8.46.3 + eslint-visitor-keys: 4.2.1 + '@ungap/structured-clone@1.3.0': {} - '@unocss/astro@0.58.9(rollup@4.52.4)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0))': + '@unocss/astro@66.5.5(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': dependencies: - '@unocss/core': 0.58.9 - '@unocss/reset': 0.58.9 - '@unocss/vite': 0.58.9(rollup@4.52.4)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) + '@unocss/core': 66.5.5 + '@unocss/reset': 66.5.5 + '@unocss/vite': 66.5.5(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) optionalDependencies: - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) - transitivePeerDependencies: - - rollup + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) - '@unocss/cli@0.58.9(rollup@4.52.4)': + '@unocss/cli@66.5.5': dependencies: - '@ampproject/remapping': 2.3.0 - '@rollup/pluginutils': 5.3.0(rollup@4.52.4) - '@unocss/config': 0.58.9 - '@unocss/core': 0.58.9 - '@unocss/preset-uno': 0.58.9 + '@jridgewell/remapping': 2.3.5 + '@unocss/config': 66.5.5 + '@unocss/core': 66.5.5 + '@unocss/preset-uno': 66.5.5 cac: 6.7.14 chokidar: 3.6.0 colorette: 2.0.20 consola: 3.4.2 - fast-glob: 3.3.3 - magic-string: 0.30.19 - pathe: 1.1.2 + magic-string: 0.30.21 + pathe: 2.0.3 perfect-debounce: 1.0.0 - transitivePeerDependencies: - - rollup - - '@unocss/config@0.57.7': - dependencies: - '@unocss/core': 0.57.7 - unconfig: 0.3.13 - - '@unocss/config@0.58.9': - dependencies: - '@unocss/core': 0.58.9 - unconfig: 0.3.13 + tinyglobby: 0.2.15 + unplugin-utils: 0.3.1 - '@unocss/config@66.1.0-beta.5': + '@unocss/config@66.5.5': dependencies: - '@unocss/core': 66.1.0-beta.5 + '@unocss/core': 66.5.5 unconfig: 7.3.3 - '@unocss/core@0.57.7': {} - '@unocss/core@0.58.9': {} - '@unocss/core@66.1.0-beta.5': {} - - '@unocss/eslint-config@0.57.7(eslint@8.57.1)(typescript@5.3.3)': - dependencies: - '@unocss/eslint-plugin': 0.57.7(eslint@8.57.1)(typescript@5.3.3) - transitivePeerDependencies: - - eslint - - supports-color - - typescript + '@unocss/core@66.5.5': {} - '@unocss/eslint-plugin@0.57.7(eslint@8.57.1)(typescript@5.3.3)': + '@unocss/eslint-config@66.5.5(eslint@8.57.1)(typescript@5.3.3)': dependencies: - '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.3.3) - '@unocss/config': 0.57.7 - '@unocss/core': 0.57.7 - magic-string: 0.30.19 - synckit: 0.8.8 + '@unocss/eslint-plugin': 66.5.5(eslint@8.57.1)(typescript@5.3.3) transitivePeerDependencies: - eslint - supports-color - typescript - '@unocss/eslint-plugin@66.1.0-beta.5(eslint@8.57.1)(typescript@5.3.3)': + '@unocss/eslint-plugin@66.5.5(eslint@8.57.1)(typescript@5.3.3)': dependencies: - '@typescript-eslint/utils': 8.46.0(eslint@8.57.1)(typescript@5.3.3) - '@unocss/config': 66.1.0-beta.5 - '@unocss/core': 66.1.0-beta.5 - '@unocss/rule-utils': 66.1.0-beta.5 - magic-string: 0.30.19 - synckit: 0.9.3 + '@typescript-eslint/utils': 8.46.3(eslint@8.57.1)(typescript@5.3.3) + '@unocss/config': 66.5.5 + '@unocss/core': 66.5.5 + '@unocss/rule-utils': 66.5.5 + magic-string: 0.30.21 + synckit: 0.11.11 transitivePeerDependencies: - eslint - supports-color - typescript - '@unocss/extractor-arbitrary-variants@0.58.9': + '@unocss/extractor-arbitrary-variants@66.5.5': dependencies: - '@unocss/core': 0.58.9 + '@unocss/core': 66.5.5 - '@unocss/inspector@0.58.9': + '@unocss/inspector@66.5.5': dependencies: - '@unocss/core': 0.58.9 - '@unocss/rule-utils': 0.58.9 + '@unocss/core': 66.5.5 + '@unocss/rule-utils': 66.5.5 + colorette: 2.0.20 gzip-size: 6.0.0 - sirv: 2.0.4 + sirv: 3.0.2 + vue-flow-layout: 0.2.0 - '@unocss/postcss@0.58.9(postcss@8.5.6)': + '@unocss/postcss@66.5.5(postcss@8.5.6)': dependencies: - '@unocss/config': 0.58.9 - '@unocss/core': 0.58.9 - '@unocss/rule-utils': 0.58.9 - css-tree: 2.3.1 - fast-glob: 3.3.3 - magic-string: 0.30.19 + '@unocss/config': 66.5.5 + '@unocss/core': 66.5.5 + '@unocss/rule-utils': 66.5.5 + css-tree: 3.1.0 postcss: 8.5.6 + tinyglobby: 0.2.15 - '@unocss/preset-attributify@0.58.9': + '@unocss/preset-attributify@66.5.5': dependencies: - '@unocss/core': 0.58.9 + '@unocss/core': 66.5.5 - '@unocss/preset-icons@0.58.9': + '@unocss/preset-icons@66.5.5': dependencies: - '@iconify/utils': 2.3.0 - '@unocss/core': 0.58.9 - ofetch: 1.4.1 + '@iconify/utils': 3.0.2 + '@unocss/core': 66.5.5 + ofetch: 1.5.1 transitivePeerDependencies: - supports-color - '@unocss/preset-mini@0.58.9': + '@unocss/preset-mini@66.5.5': dependencies: - '@unocss/core': 0.58.9 - '@unocss/extractor-arbitrary-variants': 0.58.9 - '@unocss/rule-utils': 0.58.9 + '@unocss/core': 66.5.5 + '@unocss/extractor-arbitrary-variants': 66.5.5 + '@unocss/rule-utils': 66.5.5 - '@unocss/preset-tagify@0.58.9': + '@unocss/preset-tagify@66.5.5': dependencies: - '@unocss/core': 0.58.9 + '@unocss/core': 66.5.5 - '@unocss/preset-typography@0.58.9': + '@unocss/preset-typography@66.5.5': dependencies: - '@unocss/core': 0.58.9 - '@unocss/preset-mini': 0.58.9 + '@unocss/core': 66.5.5 + '@unocss/rule-utils': 66.5.5 - '@unocss/preset-uno@0.58.9': + '@unocss/preset-uno@66.5.5': dependencies: - '@unocss/core': 0.58.9 - '@unocss/preset-mini': 0.58.9 - '@unocss/preset-wind': 0.58.9 - '@unocss/rule-utils': 0.58.9 + '@unocss/core': 66.5.5 + '@unocss/preset-wind3': 66.5.5 - '@unocss/preset-web-fonts@0.58.9': + '@unocss/preset-web-fonts@66.5.5': dependencies: - '@unocss/core': 0.58.9 - ofetch: 1.4.1 + '@unocss/core': 66.5.5 + ofetch: 1.5.1 - '@unocss/preset-wind@0.58.9': + '@unocss/preset-wind3@66.5.5': dependencies: - '@unocss/core': 0.58.9 - '@unocss/preset-mini': 0.58.9 - '@unocss/rule-utils': 0.58.9 - - '@unocss/reset@0.58.9': {} + '@unocss/core': 66.5.5 + '@unocss/preset-mini': 66.5.5 + '@unocss/rule-utils': 66.5.5 - '@unocss/rule-utils@0.58.9': + '@unocss/preset-wind4@66.5.5': dependencies: - '@unocss/core': 0.58.9 - magic-string: 0.30.19 + '@unocss/core': 66.5.5 + '@unocss/extractor-arbitrary-variants': 66.5.5 + '@unocss/rule-utils': 66.5.5 - '@unocss/rule-utils@66.1.0-beta.5': + '@unocss/preset-wind@66.5.5': dependencies: - '@unocss/core': 66.1.0-beta.5 - magic-string: 0.30.19 + '@unocss/core': 66.5.5 + '@unocss/preset-wind3': 66.5.5 - '@unocss/scope@0.58.9': {} + '@unocss/reset@66.5.5': {} - '@unocss/transformer-attributify-jsx-babel@0.58.9': + '@unocss/rule-utils@66.5.5': dependencies: - '@babel/core': 7.28.4 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.4) - '@babel/preset-typescript': 7.27.1(@babel/core@7.28.4) - '@unocss/core': 0.58.9 + '@unocss/core': 66.5.5 + magic-string: 0.30.21 + + '@unocss/transformer-attributify-jsx@66.5.5': + dependencies: + '@babel/parser': 7.27.7 + '@babel/traverse': 7.27.7 + '@unocss/core': 66.5.5 transitivePeerDependencies: - supports-color - '@unocss/transformer-attributify-jsx@0.58.9': + '@unocss/transformer-compile-class@66.5.5': dependencies: - '@unocss/core': 0.58.9 + '@unocss/core': 66.5.5 - '@unocss/transformer-compile-class@0.58.9': + '@unocss/transformer-directives@66.5.5': dependencies: - '@unocss/core': 0.58.9 + '@unocss/core': 66.5.5 + '@unocss/rule-utils': 66.5.5 + css-tree: 3.1.0 - '@unocss/transformer-directives@0.58.9': + '@unocss/transformer-variant-group@0.58.9': dependencies: '@unocss/core': 0.58.9 - '@unocss/rule-utils': 0.58.9 - css-tree: 2.3.1 - '@unocss/transformer-variant-group@0.58.9': + '@unocss/transformer-variant-group@66.5.5': dependencies: - '@unocss/core': 0.58.9 + '@unocss/core': 66.5.5 - '@unocss/vite@0.58.9(rollup@4.52.4)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0))': + '@unocss/vite@66.5.5(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': dependencies: - '@ampproject/remapping': 2.3.0 - '@rollup/pluginutils': 5.3.0(rollup@4.52.4) - '@unocss/config': 0.58.9 - '@unocss/core': 0.58.9 - '@unocss/inspector': 0.58.9 - '@unocss/scope': 0.58.9 - '@unocss/transformer-directives': 0.58.9 + '@jridgewell/remapping': 2.3.5 + '@unocss/config': 66.5.5 + '@unocss/core': 66.5.5 + '@unocss/inspector': 66.5.5 chokidar: 3.6.0 - fast-glob: 3.3.3 - magic-string: 0.30.19 - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) - transitivePeerDependencies: - - rollup + magic-string: 0.30.21 + pathe: 2.0.3 + tinyglobby: 0.2.15 + unplugin-utils: 0.3.1 + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) '@uppy/companion-client@2.2.2': dependencies: @@ -7686,11 +7779,11 @@ snapshots: '@uppy/utils': 4.1.3 nanoid: 3.3.11 - '@videojs-player/vue@1.0.0(@types/video.js@7.3.58)(video.js@7.21.7)(vue@3.5.12(typescript@5.3.3))': + '@videojs-player/vue@1.0.0(@types/video.js@7.3.58)(video.js@7.21.7)(vue@3.5.24(typescript@5.3.3))': dependencies: '@types/video.js': 7.3.58 video.js: 7.21.7 - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) '@videojs/http-streaming@2.16.3(video.js@7.21.7)': dependencies: @@ -7715,10 +7808,14 @@ snapshots: global: 4.4.0 is-function: 1.0.2 - '@vitejs/plugin-legacy@5.4.3(terser@5.44.0)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0))': + '@vitejs/plugin-legacy@7.2.1(terser@5.44.0)(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': dependencies: '@babel/core': 7.28.4 + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.28.4) '@babel/preset-env': 7.28.3(@babel/core@7.28.4) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.4) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.4) browserslist: 4.26.3 browserslist-to-esbuild: 2.1.1(browserslist@4.26.3) core-js: 3.46.0 @@ -7726,24 +7823,27 @@ snapshots: regenerator-runtime: 0.14.1 systemjs: 6.15.1 terser: 5.44.0 - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@3.1.0(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0))(vue@3.5.12(typescript@5.3.3))': + '@vitejs/plugin-vue-jsx@5.1.1(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.3.3))': dependencies: '@babel/core': 7.28.4 + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.4) + '@rolldown/pluginutils': 1.0.0-beta.47 '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.4) - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) - vue: 3.5.12(typescript@5.3.3) + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vue: 3.5.24(typescript@5.3.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.4(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0))(vue@3.5.12(typescript@5.3.3))': + '@vitejs/plugin-vue@6.0.1(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.3.3))': dependencies: - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) - vue: 3.5.12(typescript@5.3.3) + '@rolldown/pluginutils': 1.0.0-beta.29 + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vue: 3.5.24(typescript@5.3.3) '@volar/language-core@1.11.1': dependencies: @@ -7787,43 +7887,31 @@ snapshots: transitivePeerDependencies: - supports-color - '@vue/compiler-core@3.5.12': + '@vue/compiler-core@3.5.22': dependencies: '@babel/parser': 7.28.4 - '@vue/shared': 3.5.12 + '@vue/shared': 3.5.22 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.22': + '@vue/compiler-core@3.5.24': dependencies: - '@babel/parser': 7.28.4 - '@vue/shared': 3.5.22 + '@babel/parser': 7.28.5 + '@vue/shared': 3.5.24 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-dom@3.5.12': - dependencies: - '@vue/compiler-core': 3.5.12 - '@vue/shared': 3.5.12 - '@vue/compiler-dom@3.5.22': dependencies: '@vue/compiler-core': 3.5.22 '@vue/shared': 3.5.22 - '@vue/compiler-sfc@3.5.12': + '@vue/compiler-dom@3.5.24': dependencies: - '@babel/parser': 7.28.4 - '@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.19 - postcss: 8.5.6 - source-map-js: 1.2.1 + '@vue/compiler-core': 3.5.24 + '@vue/shared': 3.5.24 '@vue/compiler-sfc@3.5.22': dependencies: @@ -7837,16 +7925,28 @@ snapshots: postcss: 8.5.6 source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.12': + '@vue/compiler-sfc@3.5.24': dependencies: - '@vue/compiler-dom': 3.5.12 - '@vue/shared': 3.5.12 + '@babel/parser': 7.28.5 + '@vue/compiler-core': 3.5.24 + '@vue/compiler-dom': 3.5.24 + '@vue/compiler-ssr': 3.5.24 + '@vue/shared': 3.5.24 + estree-walker: 2.0.2 + magic-string: 0.30.21 + postcss: 8.5.6 + source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.22': dependencies: '@vue/compiler-dom': 3.5.22 '@vue/shared': 3.5.22 + '@vue/compiler-ssr@3.5.24': + dependencies: + '@vue/compiler-dom': 3.5.24 + '@vue/shared': 3.5.24 + '@vue/devtools-api@6.6.4': {} '@vue/language-core@1.8.27(typescript@5.3.3)': @@ -7863,48 +7963,48 @@ snapshots: optionalDependencies: typescript: 5.3.3 - '@vue/reactivity@3.5.12': + '@vue/reactivity@3.5.24': dependencies: - '@vue/shared': 3.5.12 + '@vue/shared': 3.5.24 - '@vue/runtime-core@3.5.12': + '@vue/runtime-core@3.5.24': dependencies: - '@vue/reactivity': 3.5.12 - '@vue/shared': 3.5.12 + '@vue/reactivity': 3.5.24 + '@vue/shared': 3.5.24 - '@vue/runtime-dom@3.5.12': + '@vue/runtime-dom@3.5.24': dependencies: - '@vue/reactivity': 3.5.12 - '@vue/runtime-core': 3.5.12 - '@vue/shared': 3.5.12 + '@vue/reactivity': 3.5.24 + '@vue/runtime-core': 3.5.24 + '@vue/shared': 3.5.24 csstype: 3.1.3 - '@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.3.3))': + '@vue/server-renderer@3.5.24(vue@3.5.24(typescript@5.3.3))': dependencies: - '@vue/compiler-ssr': 3.5.12 - '@vue/shared': 3.5.12 - vue: 3.5.12(typescript@5.3.3) - - '@vue/shared@3.5.12': {} + '@vue/compiler-ssr': 3.5.24 + '@vue/shared': 3.5.24 + vue: 3.5.24(typescript@5.3.3) '@vue/shared@3.5.22': {} - '@vueuse/core@10.11.1(vue@3.5.12(typescript@5.3.3))': + '@vue/shared@3.5.24': {} + + '@vueuse/core@10.11.1(vue@3.5.24(typescript@5.3.3))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.11.1 - '@vueuse/shared': 10.11.1(vue@3.5.12(typescript@5.3.3)) - vue-demi: 0.14.10(vue@3.5.12(typescript@5.3.3)) + '@vueuse/shared': 10.11.1(vue@3.5.24(typescript@5.3.3)) + vue-demi: 0.14.10(vue@3.5.24(typescript@5.3.3)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/core@9.13.0(vue@3.5.12(typescript@5.3.3))': + '@vueuse/core@9.13.0(vue@3.5.24(typescript@5.3.3))': dependencies: '@types/web-bluetooth': 0.0.16 '@vueuse/metadata': 9.13.0 - '@vueuse/shared': 9.13.0(vue@3.5.12(typescript@5.3.3)) - vue-demi: 0.14.10(vue@3.5.12(typescript@5.3.3)) + '@vueuse/shared': 9.13.0(vue@3.5.24(typescript@5.3.3)) + vue-demi: 0.14.10(vue@3.5.24(typescript@5.3.3)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -7913,16 +8013,16 @@ snapshots: '@vueuse/metadata@9.13.0': {} - '@vueuse/shared@10.11.1(vue@3.5.12(typescript@5.3.3))': + '@vueuse/shared@10.11.1(vue@3.5.24(typescript@5.3.3))': dependencies: - vue-demi: 0.14.10(vue@3.5.12(typescript@5.3.3)) + vue-demi: 0.14.10(vue@3.5.24(typescript@5.3.3)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/shared@9.13.0(vue@3.5.12(typescript@5.3.3))': + '@vueuse/shared@9.13.0(vue@3.5.24(typescript@5.3.3))': dependencies: - vue-demi: 0.14.10(vue@3.5.12(typescript@5.3.3)) + vue-demi: 0.14.10(vue@3.5.24(typescript@5.3.3)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -7968,10 +8068,10 @@ snapshots: slate-history: 0.66.0(slate@0.72.8) snabbdom: 3.6.3 - '@wangeditor/editor-for-vue@5.1.12(@wangeditor/editor@5.1.23)(vue@3.5.12(typescript@5.3.3))': + '@wangeditor/editor-for-vue@5.1.12(@wangeditor/editor@5.1.23)(vue@3.5.24(typescript@5.3.3))': dependencies: '@wangeditor/editor': 5.1.23 - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) '@wangeditor/editor@5.1.23': dependencies: @@ -8829,15 +8929,15 @@ snapshots: electron-to-chromium@1.5.234: {} - element-plus@2.11.4(vue@3.5.12(typescript@5.3.3)): + element-plus@2.11.4(vue@3.5.24(typescript@5.3.3)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.3.2(vue@3.5.12(typescript@5.3.3)) + '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@5.3.3)) '@floating-ui/dom': 1.7.4 '@popperjs/core': '@sxzz/popperjs-es@2.11.7' '@types/lodash': 4.17.20 '@types/lodash-es': 4.17.12 - '@vueuse/core': 9.13.0(vue@3.5.12(typescript@5.3.3)) + '@vueuse/core': 9.13.0(vue@3.5.24(typescript@5.3.3)) async-validator: 4.2.5 dayjs: 1.11.18 escape-html: 1.0.3 @@ -8846,19 +8946,19 @@ snapshots: lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21) memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) transitivePeerDependencies: - '@vue/composition-api' - element-plus@2.9.1(vue@3.5.12(typescript@5.3.3)): + element-plus@2.9.1(vue@3.5.24(typescript@5.3.3)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.3.2(vue@3.5.12(typescript@5.3.3)) + '@element-plus/icons-vue': 2.3.2(vue@3.5.24(typescript@5.3.3)) '@floating-ui/dom': 1.7.4 '@popperjs/core': '@sxzz/popperjs-es@2.11.7' '@types/lodash': 4.17.20 '@types/lodash-es': 4.17.12 - '@vueuse/core': 9.13.0(vue@3.5.12(typescript@5.3.3)) + '@vueuse/core': 9.13.0(vue@3.5.24(typescript@5.3.3)) async-validator: 4.2.5 dayjs: 1.11.18 escape-html: 1.0.3 @@ -8867,7 +8967,7 @@ snapshots: lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21) memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) transitivePeerDependencies: - '@vue/composition-api' @@ -8924,31 +9024,34 @@ snapshots: d: 1.0.2 ext: 1.7.0 - esbuild@0.19.12: + esbuild@0.25.12: optionalDependencies: - '@esbuild/aix-ppc64': 0.19.12 - '@esbuild/android-arm': 0.19.12 - '@esbuild/android-arm64': 0.19.12 - '@esbuild/android-x64': 0.19.12 - '@esbuild/darwin-arm64': 0.19.12 - '@esbuild/darwin-x64': 0.19.12 - '@esbuild/freebsd-arm64': 0.19.12 - '@esbuild/freebsd-x64': 0.19.12 - '@esbuild/linux-arm': 0.19.12 - '@esbuild/linux-arm64': 0.19.12 - '@esbuild/linux-ia32': 0.19.12 - '@esbuild/linux-loong64': 0.19.12 - '@esbuild/linux-mips64el': 0.19.12 - '@esbuild/linux-ppc64': 0.19.12 - '@esbuild/linux-riscv64': 0.19.12 - '@esbuild/linux-s390x': 0.19.12 - '@esbuild/linux-x64': 0.19.12 - '@esbuild/netbsd-x64': 0.19.12 - '@esbuild/openbsd-x64': 0.19.12 - '@esbuild/sunos-x64': 0.19.12 - '@esbuild/win32-arm64': 0.19.12 - '@esbuild/win32-ia32': 0.19.12 - '@esbuild/win32-x64': 0.19.12 + '@esbuild/aix-ppc64': 0.25.12 + '@esbuild/android-arm': 0.25.12 + '@esbuild/android-arm64': 0.25.12 + '@esbuild/android-x64': 0.25.12 + '@esbuild/darwin-arm64': 0.25.12 + '@esbuild/darwin-x64': 0.25.12 + '@esbuild/freebsd-arm64': 0.25.12 + '@esbuild/freebsd-x64': 0.25.12 + '@esbuild/linux-arm': 0.25.12 + '@esbuild/linux-arm64': 0.25.12 + '@esbuild/linux-ia32': 0.25.12 + '@esbuild/linux-loong64': 0.25.12 + '@esbuild/linux-mips64el': 0.25.12 + '@esbuild/linux-ppc64': 0.25.12 + '@esbuild/linux-riscv64': 0.25.12 + '@esbuild/linux-s390x': 0.25.12 + '@esbuild/linux-x64': 0.25.12 + '@esbuild/netbsd-arm64': 0.25.12 + '@esbuild/netbsd-x64': 0.25.12 + '@esbuild/openbsd-arm64': 0.25.12 + '@esbuild/openbsd-x64': 0.25.12 + '@esbuild/openharmony-arm64': 0.25.12 + '@esbuild/sunos-x64': 0.25.12 + '@esbuild/win32-arm64': 0.25.12 + '@esbuild/win32-ia32': 0.25.12 + '@esbuild/win32-x64': 0.25.12 escalade@3.2.0: {} @@ -9136,6 +9239,10 @@ snapshots: dependencies: reusify: 1.1.0 + fdir@6.5.0(picomatch@4.0.3): + optionalDependencies: + picomatch: 4.0.3 + feelers@1.4.0: dependencies: '@bpmn-io/cm-theme': 0.1.0-alpha.2 @@ -9336,6 +9443,8 @@ snapshots: min-document: 2.19.0 process: 0.11.10 + globals@11.12.0: {} + globals@13.24.0: dependencies: type-fest: 0.20.2 @@ -9510,8 +9619,6 @@ snapshots: javascript-natural-sort@0.7.1: {} - jiti@1.21.7: {} - jiti@2.6.1: {} jmespath@0.16.0: {} @@ -9746,6 +9853,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 + magic-string@0.30.21: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + markdown-it@14.1.0: dependencies: argparse: 2.0.1 @@ -9984,7 +10095,7 @@ snapshots: object-refs@0.4.0: {} - ofetch@1.4.1: + ofetch@1.5.1: dependencies: destr: 2.0.5 node-fetch-native: 1.6.7 @@ -10098,8 +10209,6 @@ snapshots: path-type@4.0.0: {} - pathe@1.1.2: {} - pathe@2.0.3: {} pbf@4.0.1: @@ -10118,15 +10227,15 @@ snapshots: pidtree@0.6.0: {} - pinia-plugin-persistedstate@3.2.3(pinia@2.3.1(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3))): + pinia-plugin-persistedstate@3.2.3(pinia@2.3.1(typescript@5.3.3)(vue@3.5.24(typescript@5.3.3))): dependencies: - pinia: 2.3.1(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3)) + pinia: 2.3.1(typescript@5.3.3)(vue@3.5.24(typescript@5.3.3)) - pinia@2.3.1(typescript@5.3.3)(vue@3.5.12(typescript@5.3.3)): + pinia@2.3.1(typescript@5.3.3)(vue@3.5.24(typescript@5.3.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.12(typescript@5.3.3) - vue-demi: 0.14.10(vue@3.5.12(typescript@5.3.3)) + vue: 3.5.24(typescript@5.3.3) + vue-demi: 0.14.10(vue@3.5.24(typescript@5.3.3)) optionalDependencies: typescript: 5.3.3 transitivePeerDependencies: @@ -10476,7 +10585,7 @@ snapshots: signature_pad@5.1.1: {} - sirv@2.0.4: + sirv@3.0.2: dependencies: '@polka/url': 1.0.0-next.29 mrmime: 2.0.1 @@ -10671,16 +10780,6 @@ snapshots: dependencies: '@pkgr/core': 0.2.9 - synckit@0.8.8: - dependencies: - '@pkgr/core': 0.1.2 - tslib: 2.8.1 - - synckit@0.9.3: - dependencies: - '@pkgr/core': 0.1.2 - tslib: 2.8.1 - systemjs@6.15.1: {} tabbable@6.2.0: {} @@ -10712,6 +10811,11 @@ snapshots: tinyexec@1.0.1: {} + tinyglobby@0.2.15: + dependencies: + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + to-regex-range@5.0.1: dependencies: is-number: 7.0.0 @@ -10746,12 +10850,6 @@ snapshots: ufo@1.6.1: {} - unconfig@0.3.13: - dependencies: - '@antfu/utils': 0.7.10 - defu: 6.1.4 - jiti: 1.21.7 - unconfig@7.3.3: dependencies: '@quansync/fs': 0.1.5 @@ -10795,36 +10893,34 @@ snapshots: universalify@2.0.1: {} - unocss@0.58.9(postcss@8.5.6)(rollup@4.52.4)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)): - dependencies: - '@unocss/astro': 0.58.9(rollup@4.52.4)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) - '@unocss/cli': 0.58.9(rollup@4.52.4) - '@unocss/core': 0.58.9 - '@unocss/extractor-arbitrary-variants': 0.58.9 - '@unocss/postcss': 0.58.9(postcss@8.5.6) - '@unocss/preset-attributify': 0.58.9 - '@unocss/preset-icons': 0.58.9 - '@unocss/preset-mini': 0.58.9 - '@unocss/preset-tagify': 0.58.9 - '@unocss/preset-typography': 0.58.9 - '@unocss/preset-uno': 0.58.9 - '@unocss/preset-web-fonts': 0.58.9 - '@unocss/preset-wind': 0.58.9 - '@unocss/reset': 0.58.9 - '@unocss/transformer-attributify-jsx': 0.58.9 - '@unocss/transformer-attributify-jsx-babel': 0.58.9 - '@unocss/transformer-compile-class': 0.58.9 - '@unocss/transformer-directives': 0.58.9 - '@unocss/transformer-variant-group': 0.58.9 - '@unocss/vite': 0.58.9(rollup@4.52.4)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)) + unocss@66.5.5(postcss@8.5.6)(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)): + dependencies: + '@unocss/astro': 66.5.5(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) + '@unocss/cli': 66.5.5 + '@unocss/core': 66.5.5 + '@unocss/postcss': 66.5.5(postcss@8.5.6) + '@unocss/preset-attributify': 66.5.5 + '@unocss/preset-icons': 66.5.5 + '@unocss/preset-mini': 66.5.5 + '@unocss/preset-tagify': 66.5.5 + '@unocss/preset-typography': 66.5.5 + '@unocss/preset-uno': 66.5.5 + '@unocss/preset-web-fonts': 66.5.5 + '@unocss/preset-wind': 66.5.5 + '@unocss/preset-wind3': 66.5.5 + '@unocss/preset-wind4': 66.5.5 + '@unocss/transformer-attributify-jsx': 66.5.5 + '@unocss/transformer-compile-class': 66.5.5 + '@unocss/transformer-directives': 66.5.5 + '@unocss/transformer-variant-group': 66.5.5 + '@unocss/vite': 66.5.5(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) optionalDependencies: - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) transitivePeerDependencies: - postcss - - rollup - supports-color - unplugin-auto-import@0.16.7(@vueuse/core@10.11.1(vue@3.5.12(typescript@5.3.3)))(rollup@4.52.4): + unplugin-auto-import@0.16.7(@vueuse/core@10.11.1(vue@3.5.24(typescript@5.3.3)))(rollup@4.52.4): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.3.0(rollup@4.52.4) @@ -10835,7 +10931,7 @@ snapshots: unimport: 3.14.6(rollup@4.52.4) unplugin: 1.16.1 optionalDependencies: - '@vueuse/core': 10.11.1(vue@3.5.12(typescript@5.3.3)) + '@vueuse/core': 10.11.1(vue@3.5.24(typescript@5.3.3)) transitivePeerDependencies: - rollup @@ -10848,7 +10944,12 @@ snapshots: transitivePeerDependencies: - rollup - unplugin-vue-components@0.25.2(@babel/parser@7.28.4)(rollup@4.52.4)(vue@3.5.12(typescript@5.3.3)): + unplugin-utils@0.3.1: + dependencies: + pathe: 2.0.3 + picomatch: 4.0.3 + + unplugin-vue-components@0.25.2(@babel/parser@7.28.5)(rollup@4.52.4)(vue@3.5.24(typescript@5.3.3)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.3.0(rollup@4.52.4) @@ -10860,9 +10961,9 @@ snapshots: minimatch: 9.0.5 resolve: 1.22.10 unplugin: 1.16.1 - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) optionalDependencies: - '@babel/parser': 7.28.4 + '@babel/parser': 7.28.5 transitivePeerDependencies: - rollup - supports-color @@ -10872,6 +10973,13 @@ snapshots: acorn: 8.15.0 webpack-virtual-modules: 0.6.2 + unplugin@2.3.10: + dependencies: + '@jridgewell/remapping': 2.3.5 + acorn: 8.15.0 + picomatch: 4.0.3 + webpack-virtual-modules: 0.6.2 + update-browserslist-db@1.1.3(browserslist@4.26.3): dependencies: browserslist: 4.26.3 @@ -10932,85 +11040,90 @@ snapshots: dependencies: global: 4.4.0 - vite-plugin-compression@0.5.1(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)): + vite-plugin-compression@0.5.1(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)): dependencies: chalk: 4.1.2 debug: 4.4.3 fs-extra: 10.1.0 - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) transitivePeerDependencies: - supports-color - vite-plugin-ejs@1.7.0(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)): + vite-plugin-ejs@1.7.0(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)): dependencies: ejs: 3.1.10 - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) - vite-plugin-eslint@1.8.1(eslint@8.57.1)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)): + vite-plugin-eslint@1.8.1(eslint@8.57.1)(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)): dependencies: '@rollup/pluginutils': 4.2.1 '@types/eslint': 8.56.12 eslint: 8.57.1 rollup: 2.79.2 - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) - vite-plugin-progress@0.0.7(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)): + vite-plugin-progress@0.0.7(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)): dependencies: picocolors: 1.1.1 progress: 2.0.3 rd: 2.0.1 - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) - vite-plugin-purge-icons@0.10.0(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)): + vite-plugin-purge-icons@0.10.0(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)): dependencies: '@purge-icons/core': 0.10.0 '@purge-icons/generated': 0.10.0 rollup-plugin-purge-icons: 0.10.0 - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) transitivePeerDependencies: - encoding - supports-color - vite-plugin-svg-icons-ng@1.4.1(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)): + vite-plugin-svg-icons-ng@1.4.1(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)): dependencies: fast-glob: 3.3.3 fs-extra: 11.3.2 node-html-parser: 7.0.1 pathe: 2.0.3 svgo: 3.3.2 - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) - vite-plugin-top-level-await@1.6.0(rollup@4.52.4)(vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0)): + vite-plugin-top-level-await@1.6.0(rollup@4.52.4)(vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)): dependencies: '@rollup/plugin-virtual': 3.0.2(rollup@4.52.4) '@swc/core': 1.13.5 '@swc/wasm': 1.13.20 uuid: 10.0.0 - vite: 5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0) + vite: 7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) transitivePeerDependencies: - '@swc/helpers' - rollup - vite@5.1.4(@types/node@20.19.20)(sass@1.93.2)(terser@5.44.0): + vite@7.2.2(@types/node@20.19.20)(jiti@2.6.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1): dependencies: - esbuild: 0.19.12 + esbuild: 0.25.12 + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 postcss: 8.5.6 rollup: 4.52.4 + tinyglobby: 0.2.15 optionalDependencies: '@types/node': 20.19.20 fsevents: 2.3.3 + jiti: 2.6.1 sass: 1.93.2 terser: 5.44.0 + yaml: 2.8.1 - vue-demi@0.14.10(vue@3.5.12(typescript@5.3.3)): + vue-demi@0.14.10(vue@3.5.24(typescript@5.3.3)): dependencies: - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) - vue-dompurify-html@4.1.4(vue@3.5.12(typescript@5.3.3)): + vue-dompurify-html@4.1.4(vue@3.5.24(typescript@5.3.3)): dependencies: dompurify: 3.2.7 - vue: 3.5.12(typescript@5.3.3) - vue-demi: 0.14.10(vue@3.5.12(typescript@5.3.3)) + vue: 3.5.24(typescript@5.3.3) + vue-demi: 0.14.10(vue@3.5.24(typescript@5.3.3)) transitivePeerDependencies: - '@vue/composition-api' @@ -11027,17 +11140,19 @@ snapshots: transitivePeerDependencies: - supports-color - vue-i18n@9.10.2(vue@3.5.12(typescript@5.3.3)): + vue-flow-layout@0.2.0: {} + + vue-i18n@11.1.12(vue@3.5.24(typescript@5.3.3)): dependencies: - '@intlify/core-base': 9.10.2 - '@intlify/shared': 9.10.2 + '@intlify/core-base': 11.1.12 + '@intlify/shared': 11.1.12 '@vue/devtools-api': 6.6.4 - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) - vue-router@4.4.5(vue@3.5.12(typescript@5.3.3)): + vue-router@4.4.5(vue@3.5.24(typescript@5.3.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) vue-template-compiler@2.7.16: dependencies: @@ -11051,32 +11166,32 @@ snapshots: semver: 7.7.3 typescript: 5.3.3 - vue-types@5.1.3(vue@3.5.12(typescript@5.3.3)): + vue-types@5.1.3(vue@3.5.24(typescript@5.3.3)): dependencies: is-plain-object: 5.0.0 optionalDependencies: - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) - vue3-signature@0.2.4(vue@3.5.12(typescript@5.3.3)): + vue3-signature@0.2.4(vue@3.5.24(typescript@5.3.3)): dependencies: default-passive-events: 2.0.0 signature_pad: 3.0.0-beta.4 - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) - vue@3.5.12(typescript@5.3.3): + vue@3.5.24(typescript@5.3.3): dependencies: - '@vue/compiler-dom': 3.5.12 - '@vue/compiler-sfc': 3.5.12 - '@vue/runtime-dom': 3.5.12 - '@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.3.3)) - '@vue/shared': 3.5.12 + '@vue/compiler-dom': 3.5.24 + '@vue/compiler-sfc': 3.5.24 + '@vue/runtime-dom': 3.5.24 + '@vue/server-renderer': 3.5.24(vue@3.5.24(typescript@5.3.3)) + '@vue/shared': 3.5.24 optionalDependencies: typescript: 5.3.3 - vuedraggable@4.1.0(vue@3.5.12(typescript@5.3.3)): + vuedraggable@4.1.0(vue@3.5.24(typescript@5.3.3)): dependencies: sortablejs: 1.14.0 - vue: 3.5.12(typescript@5.3.3) + vue: 3.5.24(typescript@5.3.3) w3c-keyname@2.2.8: {}