diff --git a/README.md b/README.md index dd881407..c4e489a6 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@

Spring Authorization Server 1.4.1 - Spring Boot 3.4.1 + Spring Boot 3.4.2 Spring Cloud 2024.0.0 Spring Cloud Alibaba 2023.0.1.2 Spring Cloud Tencent 1.14.0--2023.0.0-SNAPSHOT - Nacos 2.4.3 + Nacos 2.5.0

- Version 3.4.1.2 - Dante Engine 3.4.1.2 - Dante OSS 3.4.1.2 + Version 3.4.2.0 + Dante Engine 3.4.2.0 + Dante OSS 3.4.2.0 Java 17 License Apache 2.0 Total Visits @@ -53,7 +53,7 @@ Dante Cloud 核心关注点是:**「高质量的系统代码」**、**「合 ## Dante Cloud 响应式版本特性 -- `Spring Boot` 已升级至 3.4.1 +- `Spring Boot` 已升级至 3.4.2 - `Spring Authorization Server` 已升级至 1.4.1 - 全面采用 Java 21,默认开启虚拟线程,以改善阻塞操作的处理降低系统资源的消耗 - 支持传统的 `阻塞式` 微服务与基于 `Reactor` 和 `WebFlux` 的 `响应式` 微服务同时运行在一套系统之中 @@ -169,13 +169,13 @@ Dante Cloud 核心关注点是:**「高质量的系统代码」**、**「合 | 组件 | 版本 | | --------------------------- | --------------- | -| Spring Boot | 3.4.1 | +| Spring Boot | 3.4.2 | | Spring Cloud | 2024.0.0 | | Spring Cloud Alibaba | 2023.0.1.2 | | Spring Cloud Tencent | 1.14.0-2023.0.0 | | Spring Authorization Server | 1.4.1 | | Spring Boot Admin | 3.3.3 | -| Nacos | 2.4.3 | +| Nacos | 2.5.0 | | Sentinel | 1.8.8 | | Seata | 1.7.0 | diff --git a/package.json b/package.json index 58482591..0c7e8249 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dante-cloud-ui", "private": true, - "version": "3.4.1.2", + "version": "3.4.2.0", "type": "module", "scripts": { "preinstall": "npx only-allow pnpm", @@ -27,7 +27,7 @@ ] }, "dependencies": { - "@quasar/extras": "^1.16.15", + "@quasar/extras": "^1.16.16", "disable-devtool": "^0.3.8", "lodash-es": "^4.17.21", "pinia": "^2.3.1", @@ -41,10 +41,10 @@ "@changesets/cli": "^2.27.11", "@quasar/vite-plugin": "^1.9.0", "@types/lodash-es": "^4.17.12", - "@types/node": "^22.10.7", + "@types/node": "^22.10.9", "@types/qs": "^6.9.18", - "@typescript-eslint/eslint-plugin": "^8.20.0", - "@typescript-eslint/parser": "^8.20.0", + "@typescript-eslint/eslint-plugin": "^8.21.0", + "@typescript-eslint/parser": "^8.21.0", "@vitejs/plugin-vue": "^5.2.1", "commitizen": "^4.3.1", "cross-env": "^7.0.3", @@ -57,7 +57,7 @@ "eslint-plugin-quasar": "^1.1.0", "eslint-plugin-vue": "^9.32.0", "husky": "^9.1.7", - "lint-staged": "^15.4.1", + "lint-staged": "^15.4.2", "postcss": "^8.5.1", "postcss-html": "^1.8.0", "prettier": "^3.4.2", @@ -66,7 +66,7 @@ "sass": "^1.83.4", "stylelint": "^16.13.2", "stylelint-config-recess-order": "^6.0.0", - "stylelint-config-recommended-vue": "^1.5.0", + "stylelint-config-recommended-vue": "^1.6.0", "stylelint-config-standard-scss": "^14.0.0", "terser": "^5.37.0", "typescript": "^5.7.3", @@ -74,7 +74,7 @@ "unplugin-icons": "^22.0.0", "unplugin-vue-components": "^28.0.0", "vconsole": "^3.15.1", - "vite": "^6.0.8", + "vite": "^6.0.11", "vite-plugin-compression": "^0.5.1", "vite-plugin-dts": "4.5.0", "vite-plugin-html": "^3.2.2", diff --git a/packages/ui/package.json b/packages/ui/package.json index af2917c2..a1396dc1 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@dante/ui", - "version": "3.4.1.2", + "version": "3.4.2.0", "description": "", "keywords": [], "author": "", @@ -21,11 +21,11 @@ "@herodotus/oss-apis": "workspace:^", "@highlightjs/vue-plugin": "^2.1.0", "@mdi/js": "^7.4.47", - "@quasar/extras": "^1.16.15", + "@quasar/extras": "^1.16.16", "@stomp/stompjs": "^7.0.0", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "@vueuse/core": "^12.4.0", + "@vueuse/core": "^12.5.0", "animate.css": "^4.1.1", "colord": "^2.9.3", "echarts": "^5.6.0", @@ -41,7 +41,7 @@ "xlsx": "^0.18.5" }, "devDependencies": { - "@types/node": "22.10.7", + "@types/node": "22.10.9", "@types/vkbeautify": "^0.99.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b04771e6..6672227e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@quasar/extras': - specifier: ^1.16.15 - version: 1.16.15 + specifier: ^1.16.16 + version: 1.16.16 disable-devtool: specifier: ^0.3.8 version: 0.3.8 @@ -41,34 +41,34 @@ importers: version: 2.27.11 '@quasar/vite-plugin': specifier: ^1.9.0 - version: 1.9.0(@vitejs/plugin-vue@5.2.1(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3)))(quasar@2.17.7)(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3)) + version: 1.9.0(@vitejs/plugin-vue@5.2.1(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)))(quasar@2.17.7)(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: ^22.10.7 - version: 22.10.7 + specifier: ^22.10.9 + version: 22.10.9 '@types/qs': specifier: ^6.9.18 version: 6.9.18 '@typescript-eslint/eslint-plugin': - specifier: ^8.20.0 - version: 8.20.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) + specifier: ^8.21.0 + version: 8.21.0(@typescript-eslint/parser@8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) '@typescript-eslint/parser': - specifier: ^8.20.0 - version: 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) + specifier: ^8.21.0 + version: 8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3)) + version: 5.2.1(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) commitizen: specifier: ^4.3.1 - version: 4.3.1(@types/node@22.10.7)(typescript@5.7.3) + version: 4.3.1(@types/node@22.10.9)(typescript@5.7.3) cross-env: specifier: ^7.0.3 version: 7.0.3 cz-conventional-changelog: specifier: ^3.3.0 - version: 3.3.0(@types/node@22.10.7)(typescript@5.7.3) + version: 3.3.0(@types/node@22.10.9)(typescript@5.7.3) dotenv: specifier: ^16.4.7 version: 16.4.7 @@ -94,8 +94,8 @@ importers: specifier: ^9.1.7 version: 9.1.7 lint-staged: - specifier: ^15.4.1 - version: 15.4.1 + specifier: ^15.4.2 + version: 15.4.2 postcss: specifier: ^8.5.1 version: 8.5.1 @@ -121,8 +121,8 @@ importers: specifier: ^6.0.0 version: 6.0.0(stylelint@16.13.2(typescript@5.7.3)) stylelint-config-recommended-vue: - specifier: ^1.5.0 - version: 1.5.0(postcss-html@1.8.0)(stylelint@16.13.2(typescript@5.7.3)) + specifier: ^1.6.0 + version: 1.6.0(postcss-html@1.8.0)(stylelint@16.13.2(typescript@5.7.3)) stylelint-config-standard-scss: specifier: ^14.0.0 version: 14.0.0(postcss@8.5.1)(stylelint@16.13.2(typescript@5.7.3)) @@ -134,7 +134,7 @@ importers: version: 5.7.3 unplugin-auto-import: specifier: ^19.0.0 - version: 19.0.0(@nuxt/kit@3.15.2(rollup@4.31.0))(@vueuse/core@12.4.0(typescript@5.7.3))(rollup@4.31.0) + version: 19.0.0(@nuxt/kit@3.15.2(rollup@4.31.0))(@vueuse/core@12.5.0(typescript@5.7.3))(rollup@4.31.0) unplugin-icons: specifier: ^22.0.0 version: 22.0.0(@vue/compiler-sfc@3.5.13)(vue-template-compiler@2.7.16) @@ -145,17 +145,17 @@ importers: specifier: ^3.15.1 version: 3.15.1 vite: - specifier: ^6.0.8 - version: 6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0) vite-plugin-compression: specifier: ^0.5.1 - version: 0.5.1(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1)) + version: 0.5.1(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0)) vite-plugin-dts: specifier: 4.5.0 - version: 4.5.0(@types/node@22.10.7)(rollup@4.31.0)(typescript@5.7.3)(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1)) + version: 4.5.0(@types/node@22.10.9)(rollup@4.31.0)(typescript@5.7.3)(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0)) vite-plugin-html: specifier: ^3.2.2 - version: 3.2.2(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1)) + version: 3.2.2(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0)) vite-plugin-vconsole: specifier: ^2.1.1 version: 2.1.1 @@ -190,8 +190,8 @@ importers: specifier: ^7.4.47 version: 7.4.47 '@quasar/extras': - specifier: ^1.16.15 - version: 1.16.15 + specifier: ^1.16.16 + version: 1.16.16 '@stomp/stompjs': specifier: ^7.0.0 version: 7.0.0 @@ -202,8 +202,8 @@ importers: specifier: ^2.0.4 version: 2.0.4(vue@3.5.13(typescript@5.7.3)) '@vueuse/core': - specifier: ^12.4.0 - version: 12.4.0(typescript@5.7.3) + specifier: ^12.5.0 + version: 12.5.0(typescript@5.7.3) animate.css: specifier: ^4.1.1 version: 4.1.1 @@ -245,8 +245,8 @@ importers: version: 0.18.5 devDependencies: '@types/node': - specifier: 22.10.7 - version: 22.10.7 + specifier: 22.10.9 + version: 22.10.9 '@types/vkbeautify': specifier: ^0.99.4 version: 0.99.4 @@ -281,14 +281,14 @@ importers: specifier: ^18.1.2 version: 18.1.2 bpmn-js-properties-panel: - specifier: ^5.30.1 - version: 5.30.1(@bpmn-io/properties-panel@3.25.1)(bpmn-js@18.1.2)(camunda-bpmn-js-behaviors@1.9.0(bpmn-js@18.1.2)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.8.0))(diagram-js@15.2.4) + specifier: ^5.31.1 + version: 5.31.1(@bpmn-io/properties-panel@3.25.1)(bpmn-js@18.1.2)(camunda-bpmn-js-behaviors@1.9.1(bpmn-js@18.1.2)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.9.0))(diagram-js@15.2.4) bpmn-js-token-simulation: specifier: ^0.36.0 version: 0.36.0 camunda-bpmn-js-behaviors: - specifier: ^1.9.0 - version: 1.9.0(bpmn-js@18.1.2)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.8.0) + specifier: ^1.9.1 + version: 1.9.1(bpmn-js@18.1.2)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.9.0) camunda-bpmn-moddle: specifier: ^7.0.1 version: 7.0.1 @@ -299,8 +299,8 @@ importers: specifier: ^10.25.4 version: 10.25.4 zeebe-bpmn-moddle: - specifier: ^1.8.0 - version: 1.8.0 + specifier: ^1.9.0 + version: 1.9.0 devDependencies: webpack: specifier: ^5.97.1 @@ -992,8 +992,8 @@ packages: resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@quasar/extras@1.16.15': - resolution: {integrity: sha512-ZM8rUAagZ3Gm7Thu6DjKdGfkyFBv61RaCeVSIWdve6+q300yN+6aouxttf2RmxCk12RsSqEyzBnIg7BlF1s7MA==} + '@quasar/extras@1.16.16': + resolution: {integrity: sha512-aswGUbEyLvt45KB1u6hBD3s82KnOdkqTn6YVu3xX5aGgwQkCWPyqb3FMTEHG+4+gGTMp4pIcnng96RlqswQctQ==} '@quasar/vite-plugin@1.9.0': resolution: {integrity: sha512-r1MFtI2QZJ2g20pe75Zuv4aoi0uoK8oP0yEdzLWRoOLCbhtf2+StJpUza9TydYi3KcvCl9+4HUf3OAWVKoxDmQ==} @@ -1220,8 +1220,8 @@ packages: '@types/node@13.13.52': resolution: {integrity: sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==} - '@types/node@22.10.7': - resolution: {integrity: sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==} + '@types/node@22.10.9': + resolution: {integrity: sha512-Ir6hwgsKyNESl/gLOcEz3krR4CBGgliDqBQ2ma4wIhEx0w+xnoeTq3tdrNw15kU3SxogDjOgv9sqdtLW8mIHaw==} '@types/qs@6.9.18': resolution: {integrity: sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==} @@ -1232,51 +1232,51 @@ packages: '@types/web-bluetooth@0.0.20': resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} - '@typescript-eslint/eslint-plugin@8.20.0': - resolution: {integrity: sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==} + '@typescript-eslint/eslint-plugin@8.21.0': + resolution: {integrity: sha512-eTH+UOR4I7WbdQnG4Z48ebIA6Bgi7WO8HvFEneeYBxG8qCOYgTOFPSg6ek9ITIDvGjDQzWHcoWHCDO2biByNzA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/parser@8.20.0': - resolution: {integrity: sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==} + '@typescript-eslint/parser@8.21.0': + resolution: {integrity: sha512-Wy+/sdEH9kI3w9civgACwabHbKl+qIOu0uFZ9IMKzX3Jpv9og0ZBJrZExGrPpFAY7rWsXuxs5e7CPPP17A4eYA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/scope-manager@8.20.0': - resolution: {integrity: sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==} + '@typescript-eslint/scope-manager@8.21.0': + resolution: {integrity: sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.20.0': - resolution: {integrity: sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==} + '@typescript-eslint/type-utils@8.21.0': + resolution: {integrity: sha512-95OsL6J2BtzoBxHicoXHxgk3z+9P3BEcQTpBKriqiYzLKnM2DeSqs+sndMKdamU8FosiadQFT3D+BSL9EKnAJQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/types@8.20.0': - resolution: {integrity: sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==} + '@typescript-eslint/types@8.21.0': + resolution: {integrity: sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.20.0': - resolution: {integrity: sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==} + '@typescript-eslint/typescript-estree@8.21.0': + resolution: {integrity: sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/utils@8.20.0': - resolution: {integrity: sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==} + '@typescript-eslint/utils@8.21.0': + resolution: {integrity: sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/visitor-keys@8.20.0': - resolution: {integrity: sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==} + '@typescript-eslint/visitor-keys@8.21.0': + resolution: {integrity: sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@vitejs/plugin-vue@5.2.1': @@ -1356,14 +1356,14 @@ packages: '@vue/composition-api': optional: true - '@vueuse/core@12.4.0': - resolution: {integrity: sha512-XnjQYcJwCsyXyIafyA6SvyN/OBtfPnjvJmbxNxQjCcyWD198urwm5TYvIUUyAxEAN0K7HJggOgT15cOlWFyLeA==} + '@vueuse/core@12.5.0': + resolution: {integrity: sha512-GVyH1iYqNANwcahAx8JBm6awaNgvR/SwZ1fjr10b8l1HIgDp82ngNbfzJUgOgWEoxjL+URAggnlilAEXwCOZtg==} - '@vueuse/metadata@12.4.0': - resolution: {integrity: sha512-AhPuHs/qtYrKHUlEoNO6zCXufu8OgbR8S/n2oMw1OQuBQJ3+HOLQ+EpvXs+feOlZMa0p8QVvDWNlmcJJY8rW2g==} + '@vueuse/metadata@12.5.0': + resolution: {integrity: sha512-Ui7Lo2a7AxrMAXRF+fAp9QsXuwTeeZ8fIB9wsLHqzq9MQk+2gMYE2IGJW48VMJ8ecvCB3z3GsGLKLbSasQ5Qlg==} - '@vueuse/shared@12.4.0': - resolution: {integrity: sha512-9yLgbHVIF12OSCojnjTIoZL1+UA10+O4E1aD6Hpfo/DKVm5o3SZIwz6CupqGy3+IcKI8d6Jnl26EQj/YucnW0Q==} + '@vueuse/shared@12.5.0': + resolution: {integrity: sha512-vMpcL1lStUU6O+kdj6YdHDixh0odjPAUM15uJ9f7MY781jcYkIwFA4iv2EfoIPO6vBmvutI1HxxAwmf0cx5ISQ==} '@webassemblyjs/ast@1.14.1': resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==} @@ -1575,8 +1575,8 @@ packages: boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} - bpmn-js-properties-panel@5.30.1: - resolution: {integrity: sha512-UOi6cfwhmAibYuqnTb+40zzWDvsl4KyOYugbnw2ljF04RGKDamgCkULo846Zjfw666hcZ3ydnOmlm3Lat2FNvQ==} + bpmn-js-properties-panel@5.31.1: + resolution: {integrity: sha512-DH+IYngB0SVGh5yqDhKoFQMIR3sgnQgh8NFua0OmjKiwyxIaT/nzrPmuY/QEGhS0YbmRPfNIH0xVlFJwGR6jeA==} peerDependencies: '@bpmn-io/properties-panel': '>= 3.7' bpmn-js: '>= 11.5' @@ -1648,8 +1648,8 @@ packages: camel-case@4.1.2: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} - camunda-bpmn-js-behaviors@1.9.0: - resolution: {integrity: sha512-s80UtNaEemOjmVjpgFaX81PK/+As4qPNdpJenyDXCalIDDdFNoKgqH/HjKlfhKq/PjUxgqY9p7FwbxKXe18Lmw==} + camunda-bpmn-js-behaviors@1.9.1: + resolution: {integrity: sha512-VHTJFgfsqn9C4ass4irNr9rQkrqBzNmw4+/l0yh8CW34XciIBDa754ZVmDpE5h86Ffl+yeiySbUaH/PqeoNWOw==} peerDependencies: bpmn-js: '>= 9' camunda-bpmn-moddle: '>= 7' @@ -1769,8 +1769,8 @@ packages: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} - commander@12.1.0: - resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} + commander@13.1.0: + resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} engines: {node: '>=18'} commander@2.20.3: @@ -2008,8 +2008,8 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.5.83: - resolution: {integrity: sha512-LcUDPqSt+V0QmI47XLzZrz5OqILSMGsPFkDYus22rIbgorSvBYEFqq854ltTmUdHkY92FSdAAvsh4jWEULMdfQ==} + electron-to-chromium@1.5.86: + resolution: {integrity: sha512-/D7GAAaCRBQFBBcop6SfAAGH37djtpWkOuYhyAajw0l5vsfeSsUQYxaFPwr1c/mC/flARCDdKFo5gpFqNI+18w==} element-resize-detector@1.2.4: resolution: {integrity: sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg==} @@ -2223,8 +2223,8 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - fast-uri@3.0.5: - resolution: {integrity: sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q==} + fast-uri@3.0.6: + resolution: {integrity: sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==} fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} @@ -2739,8 +2739,8 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - lint-staged@15.4.1: - resolution: {integrity: sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==} + lint-staged@15.4.2: + resolution: {integrity: sha512-gCqzB/Li281uZJgReNci+oXXqUEdrFAQAzTE/LwoxxiEuP41vozNe4BATS+4ehdqkWn+Z6bGc3EDcBja3npBVw==} engines: {node: '>=18.12.0'} hasBin: true @@ -2966,8 +2966,8 @@ packages: node-addon-api@7.1.1: resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} - node-fetch-native@1.6.4: - resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==} + node-fetch-native@1.6.6: + resolution: {integrity: sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==} node-html-parser@5.4.2: resolution: {integrity: sha512-RaBPP3+51hPne/OolXxcz89iYvQvKOydaqoePpOgXcrOKZhjVIzmpKZz+Hd/RBO2/zN2q6CNJhQzucVz+u3Jyw==} @@ -3562,8 +3562,8 @@ packages: postcss: optional: true - stylelint-config-recommended-vue@1.5.0: - resolution: {integrity: sha512-65TAK/clUqkNtkZLcuytoxU0URQYlml+30Nhop7sRkCZ/mtWdXt7T+spPSB3KMKlb+82aEVJ4OrcstyDBdbosg==} + stylelint-config-recommended-vue@1.6.0: + resolution: {integrity: sha512-syk1adIHvbH2T1OiR/spUK4oQy35PZIDw8Zmc7E0+eVK9Z9SK3tdMpGRT/bgGnAPpMt/WaL9K1u0tlF6xM0sMQ==} engines: {node: ^12 || >=14} peerDependencies: postcss-html: ^1.0.0 @@ -3855,8 +3855,8 @@ packages: vite-plugin-vconsole@2.1.1: resolution: {integrity: sha512-369FlBnQhzR5pF2+nsmbMeF5qNO6MzUIk3l+DHa8In15cscyk4eXT5pWfExoSLn41dgeI1FPP+kgAKViePYPdQ==} - vite@6.0.8: - resolution: {integrity: sha512-rJmB+6m3Qmo5nssFmm6hbSvaCS+5tH/iuTJYeHEOHMwqu/DPrjjBs1rlecCo4D0qy5xq506hMpkKx6pKaudUxA==} + vite@6.0.11: + resolution: {integrity: sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -4048,8 +4048,8 @@ packages: yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - yaml@2.6.1: - resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==} + yaml@2.7.0: + resolution: {integrity: sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==} engines: {node: '>= 14'} hasBin: true @@ -4065,8 +4065,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - zeebe-bpmn-moddle@1.8.0: - resolution: {integrity: sha512-NIImLOK3ovMikloRku6tdF2h6cGE3/CmKqCCaNPCwSV2yL0uS4KIwWyROaV14gnjYsVnrdo4idBgHExzt65jUA==} + zeebe-bpmn-moddle@1.9.0: + resolution: {integrity: sha512-Y9ncIdP4m1PKbIBDqSghwZud2eiiBpfygE0bTApGqtnGlJMA/6Xanl/J7ujxG5zREoAliwf6rJyJFk3FZ75AYg==} zrender@5.6.1: resolution: {integrity: sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==} @@ -4427,7 +4427,7 @@ snapshots: '@commitlint/execute-rule@19.5.0': optional: true - '@commitlint/load@19.6.1(@types/node@22.10.7)(typescript@5.7.3)': + '@commitlint/load@19.6.1(@types/node@22.10.9)(typescript@5.7.3)': dependencies: '@commitlint/config-validator': 19.5.0 '@commitlint/execute-rule': 19.5.0 @@ -4435,7 +4435,7 @@ snapshots: '@commitlint/types': 19.5.0 chalk: 5.4.1 cosmiconfig: 9.0.0(typescript@5.7.3) - cosmiconfig-typescript-loader: 6.1.0(@types/node@22.10.7)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3) + cosmiconfig-typescript-loader: 6.1.0(@types/node@22.10.9)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -4700,23 +4700,23 @@ snapshots: '@mdi/js@7.4.47': {} - '@microsoft/api-extractor-model@7.30.2(@types/node@22.10.7)': + '@microsoft/api-extractor-model@7.30.2(@types/node@22.10.9)': dependencies: '@microsoft/tsdoc': 0.15.1 '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.10.2(@types/node@22.10.7) + '@rushstack/node-core-library': 5.10.2(@types/node@22.10.9) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.49.1(@types/node@22.10.7)': + '@microsoft/api-extractor@7.49.1(@types/node@22.10.9)': dependencies: - '@microsoft/api-extractor-model': 7.30.2(@types/node@22.10.7) + '@microsoft/api-extractor-model': 7.30.2(@types/node@22.10.9) '@microsoft/tsdoc': 0.15.1 '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.10.2(@types/node@22.10.7) + '@rushstack/node-core-library': 5.10.2(@types/node@22.10.9) '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.14.5(@types/node@22.10.7) - '@rushstack/ts-command-line': 4.23.3(@types/node@22.10.7) + '@rushstack/terminal': 0.14.5(@types/node@22.10.9) + '@rushstack/ts-command-line': 4.23.3(@types/node@22.10.9) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.10 @@ -4845,13 +4845,13 @@ snapshots: '@pkgr/core@0.1.1': {} - '@quasar/extras@1.16.15': {} + '@quasar/extras@1.16.16': {} - '@quasar/vite-plugin@1.9.0(@vitejs/plugin-vue@5.2.1(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3)))(quasar@2.17.7)(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3))': + '@quasar/vite-plugin@1.9.0(@vitejs/plugin-vue@5.2.1(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)))(quasar@2.17.7)(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))': dependencies: - '@vitejs/plugin-vue': 5.2.1(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3)) + '@vitejs/plugin-vue': 5.2.1(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) quasar: 2.17.7 - vite: 6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1) + vite: 6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0) vue: 3.5.13(typescript@5.7.3) '@rollup/pluginutils@4.2.1': @@ -4924,7 +4924,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.31.0': optional: true - '@rushstack/node-core-library@5.10.2(@types/node@22.10.7)': + '@rushstack/node-core-library@5.10.2(@types/node@22.10.9)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) @@ -4935,23 +4935,23 @@ snapshots: resolve: 1.22.10 semver: 7.5.4 optionalDependencies: - '@types/node': 22.10.7 + '@types/node': 22.10.9 '@rushstack/rig-package@0.5.3': dependencies: resolve: 1.22.10 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.14.5(@types/node@22.10.7)': + '@rushstack/terminal@0.14.5(@types/node@22.10.9)': dependencies: - '@rushstack/node-core-library': 5.10.2(@types/node@22.10.7) + '@rushstack/node-core-library': 5.10.2(@types/node@22.10.9) supports-color: 8.1.1 optionalDependencies: - '@types/node': 22.10.7 + '@types/node': 22.10.9 - '@rushstack/ts-command-line@4.23.3(@types/node@22.10.7)': + '@rushstack/ts-command-line@4.23.3(@types/node@22.10.9)': dependencies: - '@rushstack/terminal': 0.14.5(@types/node@22.10.7) + '@rushstack/terminal': 0.14.5(@types/node@22.10.9) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -5021,7 +5021,7 @@ snapshots: '@types/conventional-commits-parser@5.0.1': dependencies: - '@types/node': 22.10.7 + '@types/node': 22.10.9 optional: true '@types/crypto-js@4.2.2': {} @@ -5050,7 +5050,7 @@ snapshots: '@types/node@13.13.52': {} - '@types/node@22.10.7': + '@types/node@22.10.9': dependencies: undici-types: 6.20.0 @@ -5060,14 +5060,14 @@ snapshots: '@types/web-bluetooth@0.0.20': {} - '@typescript-eslint/eslint-plugin@8.20.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/eslint-plugin@8.21.0(@typescript-eslint/parser@8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) - '@typescript-eslint/scope-manager': 8.20.0 - '@typescript-eslint/type-utils': 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) - '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) - '@typescript-eslint/visitor-keys': 8.20.0 + '@typescript-eslint/parser': 8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) + '@typescript-eslint/scope-manager': 8.21.0 + '@typescript-eslint/type-utils': 8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) + '@typescript-eslint/utils': 8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) + '@typescript-eslint/visitor-keys': 8.21.0 eslint: 9.18.0(jiti@2.4.2) graphemer: 1.4.0 ignore: 5.3.2 @@ -5077,27 +5077,27 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/parser@8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3)': dependencies: - '@typescript-eslint/scope-manager': 8.20.0 - '@typescript-eslint/types': 8.20.0 - '@typescript-eslint/typescript-estree': 8.20.0(typescript@5.7.3) - '@typescript-eslint/visitor-keys': 8.20.0 + '@typescript-eslint/scope-manager': 8.21.0 + '@typescript-eslint/types': 8.21.0 + '@typescript-eslint/typescript-estree': 8.21.0(typescript@5.7.3) + '@typescript-eslint/visitor-keys': 8.21.0 debug: 4.4.0 eslint: 9.18.0(jiti@2.4.2) typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.20.0': + '@typescript-eslint/scope-manager@8.21.0': dependencies: - '@typescript-eslint/types': 8.20.0 - '@typescript-eslint/visitor-keys': 8.20.0 + '@typescript-eslint/types': 8.21.0 + '@typescript-eslint/visitor-keys': 8.21.0 - '@typescript-eslint/type-utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/type-utils@8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.20.0(typescript@5.7.3) - '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) + '@typescript-eslint/typescript-estree': 8.21.0(typescript@5.7.3) + '@typescript-eslint/utils': 8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3) debug: 4.4.0 eslint: 9.18.0(jiti@2.4.2) ts-api-utils: 2.0.0(typescript@5.7.3) @@ -5105,12 +5105,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.20.0': {} + '@typescript-eslint/types@8.21.0': {} - '@typescript-eslint/typescript-estree@8.20.0(typescript@5.7.3)': + '@typescript-eslint/typescript-estree@8.21.0(typescript@5.7.3)': dependencies: - '@typescript-eslint/types': 8.20.0 - '@typescript-eslint/visitor-keys': 8.20.0 + '@typescript-eslint/types': 8.21.0 + '@typescript-eslint/visitor-keys': 8.21.0 debug: 4.4.0 fast-glob: 3.3.3 is-glob: 4.0.3 @@ -5121,25 +5121,25 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/utils@8.21.0(eslint@9.18.0(jiti@2.4.2))(typescript@5.7.3)': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@9.18.0(jiti@2.4.2)) - '@typescript-eslint/scope-manager': 8.20.0 - '@typescript-eslint/types': 8.20.0 - '@typescript-eslint/typescript-estree': 8.20.0(typescript@5.7.3) + '@typescript-eslint/scope-manager': 8.21.0 + '@typescript-eslint/types': 8.21.0 + '@typescript-eslint/typescript-estree': 8.21.0(typescript@5.7.3) eslint: 9.18.0(jiti@2.4.2) typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.20.0': + '@typescript-eslint/visitor-keys@8.21.0': dependencies: - '@typescript-eslint/types': 8.20.0 + '@typescript-eslint/types': 8.21.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue@5.2.1(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3))': + '@vitejs/plugin-vue@5.2.1(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))': dependencies: - vite: 6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1) + vite: 6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0) vue: 3.5.13(typescript@5.7.3) '@volar/language-core@2.4.11': @@ -5238,18 +5238,18 @@ snapshots: vue: 3.5.13(typescript@5.7.3) vue-demi: 0.13.11(vue@3.5.13(typescript@5.7.3)) - '@vueuse/core@12.4.0(typescript@5.7.3)': + '@vueuse/core@12.5.0(typescript@5.7.3)': dependencies: '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 12.4.0 - '@vueuse/shared': 12.4.0(typescript@5.7.3) + '@vueuse/metadata': 12.5.0 + '@vueuse/shared': 12.5.0(typescript@5.7.3) vue: 3.5.13(typescript@5.7.3) transitivePeerDependencies: - typescript - '@vueuse/metadata@12.4.0': {} + '@vueuse/metadata@12.5.0': {} - '@vueuse/shared@12.4.0(typescript@5.7.3)': + '@vueuse/shared@12.5.0(typescript@5.7.3)': dependencies: vue: 3.5.13(typescript@5.7.3) transitivePeerDependencies: @@ -5388,7 +5388,7 @@ snapshots: ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.5 + fast-uri: 3.0.6 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -5473,13 +5473,13 @@ snapshots: boolbase@1.0.0: {} - bpmn-js-properties-panel@5.30.1(@bpmn-io/properties-panel@3.25.1)(bpmn-js@18.1.2)(camunda-bpmn-js-behaviors@1.9.0(bpmn-js@18.1.2)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.8.0))(diagram-js@15.2.4): + bpmn-js-properties-panel@5.31.1(@bpmn-io/properties-panel@3.25.1)(bpmn-js@18.1.2)(camunda-bpmn-js-behaviors@1.9.1(bpmn-js@18.1.2)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.9.0))(diagram-js@15.2.4): dependencies: '@bpmn-io/extract-process-variables': 1.0.1 '@bpmn-io/properties-panel': 3.25.1 array-move: 4.0.0 bpmn-js: 18.1.2 - camunda-bpmn-js-behaviors: 1.9.0(bpmn-js@18.1.2)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.8.0) + camunda-bpmn-js-behaviors: 1.9.1(bpmn-js@18.1.2)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.9.0) diagram-js: 15.2.4 ids: 1.0.5 min-dash: 4.2.2 @@ -5525,7 +5525,7 @@ snapshots: browserslist@4.24.4: dependencies: caniuse-lite: 1.0.30001695 - electron-to-chromium: 1.5.83 + electron-to-chromium: 1.5.86 node-releases: 2.0.19 update-browserslist-db: 1.1.2(browserslist@4.24.4) @@ -5580,13 +5580,13 @@ snapshots: pascal-case: 3.1.2 tslib: 2.8.1 - camunda-bpmn-js-behaviors@1.9.0(bpmn-js@18.1.2)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.8.0): + camunda-bpmn-js-behaviors@1.9.1(bpmn-js@18.1.2)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.9.0): dependencies: bpmn-js: 18.1.2 camunda-bpmn-moddle: 7.0.1 ids: 1.0.5 min-dash: 4.2.2 - zeebe-bpmn-moddle: 1.8.0 + zeebe-bpmn-moddle: 1.9.0 camunda-bpmn-moddle@7.0.1: {} @@ -5693,16 +5693,16 @@ snapshots: dependencies: delayed-stream: 1.0.0 - commander@12.1.0: {} + commander@13.1.0: {} commander@2.20.3: {} commander@8.3.0: {} - commitizen@4.3.1(@types/node@22.10.7)(typescript@5.7.3): + commitizen@4.3.1(@types/node@22.10.9)(typescript@5.7.3): dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(@types/node@22.10.7)(typescript@5.7.3) + cz-conventional-changelog: 3.3.0(@types/node@22.10.9)(typescript@5.7.3) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 @@ -5741,9 +5741,9 @@ snapshots: core-js@3.40.0: {} - cosmiconfig-typescript-loader@6.1.0(@types/node@22.10.7)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3): + cosmiconfig-typescript-loader@6.1.0(@types/node@22.10.9)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3): dependencies: - '@types/node': 22.10.7 + '@types/node': 22.10.9 cosmiconfig: 9.0.0(typescript@5.7.3) jiti: 2.4.2 typescript: 5.7.3 @@ -5795,16 +5795,16 @@ snapshots: csstype@3.1.3: {} - cz-conventional-changelog@3.3.0(@types/node@22.10.7)(typescript@5.7.3): + cz-conventional-changelog@3.3.0(@types/node@22.10.9)(typescript@5.7.3): dependencies: chalk: 2.4.2 - commitizen: 4.3.1(@types/node@22.10.7)(typescript@5.7.3) + commitizen: 4.3.1(@types/node@22.10.9)(typescript@5.7.3) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - '@commitlint/load': 19.6.1(@types/node@22.10.7)(typescript@5.7.3) + '@commitlint/load': 19.6.1(@types/node@22.10.9)(typescript@5.7.3) transitivePeerDependencies: - '@types/node' - typescript @@ -5928,7 +5928,7 @@ snapshots: dependencies: jake: 10.9.2 - electron-to-chromium@1.5.83: {} + electron-to-chromium@1.5.86: {} element-resize-detector@1.2.4: dependencies: @@ -6179,7 +6179,7 @@ snapshots: fast-levenshtein@2.0.6: {} - fast-uri@3.0.5: {} + fast-uri@3.0.6: {} fastest-levenshtein@1.0.16: {} @@ -6353,7 +6353,7 @@ snapshots: citty: 0.1.6 consola: 3.4.0 defu: 6.1.4 - node-fetch-native: 1.6.4 + node-fetch-native: 1.6.6 nypm: 0.3.12 ohash: 1.1.4 pathe: 1.1.2 @@ -6607,7 +6607,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 22.10.7 + '@types/node': 22.10.9 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -6698,10 +6698,10 @@ snapshots: lines-and-columns@1.2.4: {} - lint-staged@15.4.1: + lint-staged@15.4.2: dependencies: chalk: 5.4.1 - commander: 12.1.0 + commander: 13.1.0 debug: 4.4.0 execa: 8.0.1 lilconfig: 3.1.3 @@ -6709,7 +6709,7 @@ snapshots: micromatch: 4.0.8 pidtree: 0.6.0 string-argv: 0.3.2 - yaml: 2.6.1 + yaml: 2.7.0 transitivePeerDependencies: - supports-color @@ -6916,7 +6916,7 @@ snapshots: node-addon-api@7.1.1: optional: true - node-fetch-native@1.6.4: {} + node-fetch-native@1.6.6: {} node-html-parser@5.4.2: dependencies: @@ -7483,7 +7483,7 @@ snapshots: optionalDependencies: postcss: 8.5.1 - stylelint-config-recommended-vue@1.5.0(postcss-html@1.8.0)(stylelint@16.13.2(typescript@5.7.3)): + stylelint-config-recommended-vue@1.6.0(postcss-html@1.8.0)(stylelint@16.13.2(typescript@5.7.3)): dependencies: postcss-html: 1.8.0 semver: 7.6.3 @@ -7711,7 +7711,7 @@ snapshots: universalify@2.0.1: {} - unplugin-auto-import@19.0.0(@nuxt/kit@3.15.2(rollup@4.31.0))(@vueuse/core@12.4.0(typescript@5.7.3))(rollup@4.31.0): + unplugin-auto-import@19.0.0(@nuxt/kit@3.15.2(rollup@4.31.0))(@vueuse/core@12.5.0(typescript@5.7.3))(rollup@4.31.0): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.31.0) @@ -7722,7 +7722,7 @@ snapshots: unplugin: 2.1.2 optionalDependencies: '@nuxt/kit': 3.15.2(rollup@4.31.0) - '@vueuse/core': 12.4.0(typescript@5.7.3) + '@vueuse/core': 12.5.0(typescript@5.7.3) transitivePeerDependencies: - rollup @@ -7803,18 +7803,18 @@ snapshots: core-js: 3.40.0 mutation-observer: 1.0.3 - vite-plugin-compression@0.5.1(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1)): + vite-plugin-compression@0.5.1(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0)): dependencies: chalk: 4.1.2 debug: 4.4.0 fs-extra: 10.1.0 - vite: 6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1) + vite: 6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0) transitivePeerDependencies: - supports-color - vite-plugin-dts@4.5.0(@types/node@22.10.7)(rollup@4.31.0)(typescript@5.7.3)(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1)): + vite-plugin-dts@4.5.0(@types/node@22.10.9)(rollup@4.31.0)(typescript@5.7.3)(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0)): dependencies: - '@microsoft/api-extractor': 7.49.1(@types/node@22.10.7) + '@microsoft/api-extractor': 7.49.1(@types/node@22.10.9) '@rollup/pluginutils': 5.1.4(rollup@4.31.0) '@volar/typescript': 2.4.11 '@vue/language-core': 2.2.0(typescript@5.7.3) @@ -7825,13 +7825,13 @@ snapshots: magic-string: 0.30.17 typescript: 5.7.3 optionalDependencies: - vite: 6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1) + vite: 6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-html@3.2.2(vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1)): + vite-plugin-html@3.2.2(vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0)): dependencies: '@rollup/pluginutils': 4.2.1 colorette: 2.0.20 @@ -7845,22 +7845,22 @@ snapshots: html-minifier-terser: 6.1.0 node-html-parser: 5.4.2 pathe: 0.2.0 - vite: 6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1) + vite: 6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0) vite-plugin-vconsole@2.1.1: {} - vite@6.0.8(@types/node@22.10.7)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.6.1): + vite@6.0.11(@types/node@22.10.9)(jiti@2.4.2)(sass@1.83.4)(terser@5.37.0)(yaml@2.7.0): dependencies: esbuild: 0.24.2 postcss: 8.5.1 rollup: 4.31.0 optionalDependencies: - '@types/node': 22.10.7 + '@types/node': 22.10.9 fsevents: 2.3.3 jiti: 2.4.2 sass: 1.83.4 terser: 5.37.0 - yaml: 2.6.1 + yaml: 2.7.0 vkbeautify@0.99.3: {} @@ -8024,7 +8024,7 @@ snapshots: yallist@4.0.0: {} - yaml@2.6.1: {} + yaml@2.7.0: {} yargs-parser@21.1.1: {} @@ -8040,7 +8040,7 @@ snapshots: yocto-queue@0.1.0: {} - zeebe-bpmn-moddle@1.8.0: {} + zeebe-bpmn-moddle@1.9.0: {} zrender@5.6.1: dependencies: diff --git a/shared/bpmn-designer/package.json b/shared/bpmn-designer/package.json index ffda447c..7099b850 100644 --- a/shared/bpmn-designer/package.json +++ b/shared/bpmn-designer/package.json @@ -31,13 +31,13 @@ "@herodotus/components": "workspace:^", "@herodotus/core": "workspace:^", "bpmn-js": "^18.1.2", - "bpmn-js-properties-panel": "^5.30.1", + "bpmn-js-properties-panel": "^5.31.1", "bpmn-js-token-simulation": "^0.36.0", - "camunda-bpmn-js-behaviors": "^1.9.0", + "camunda-bpmn-js-behaviors": "^1.9.1", "camunda-bpmn-moddle": "^7.0.1", "diagram-js": "^15.2.4", "preact": "^10.25.4", - "zeebe-bpmn-moddle": "^1.8.0" + "zeebe-bpmn-moddle": "^1.9.0" }, "devDependencies": { "webpack": "^5.97.1"