cabloy 5.1.66 → 5.1.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/skills/cabloy-resource-field-update/SKILL.md +6 -0
- package/CHANGELOG.md +28 -0
- package/package.json +1 -1
- package/vona/packages-cli/cli/package.json +1 -1
- package/vona/packages-cli/cli-set-api/cli/templates/create/module/boilerplate/_package.json +1 -1
- package/vona/packages-cli/cli-set-api/package.json +2 -2
- package/vona/packages-utils/zod-query/package.json +1 -1
- package/vona/packages-utils/zod-query/src/lib/query.ts +4 -0
- package/vona/packages-vona/vona/package.json +1 -1
- package/vona/packages-vona/vona-core/package.json +1 -1
- package/vona/packages-vona/vona-mock/package.json +1 -1
- package/vona/pnpm-lock.yaml +777 -840
- package/vona/pnpm-workspace.yaml +1 -1
- package/vona/src/suite/a-demo/modules/demo-basic/package.json +1 -1
- package/vona/src/suite/a-home/modules/home-base/package.json +1 -1
- package/vona/src/suite/a-home/modules/home-index/package.json +1 -1
- package/vona/src/suite/a-home/modules/home-user/package.json +1 -1
- package/vona/src/suite/a-training/modules/training-record/package.json +1 -1
- package/vona/src/suite/a-training/modules/training-record/src/.metadata/index.ts +232 -3
- package/vona/src/suite/a-training/modules/training-record/src/bean/meta.version.ts +4 -1
- package/vona/src/suite/a-training/modules/training-record/src/bean/ssrMenu.record.ts +29 -0
- package/vona/src/suite/a-training/modules/training-record/src/config/locale/en-us.ts +14 -3
- package/vona/src/suite/a-training/modules/training-record/src/config/locale/zh-cn.ts +14 -3
- package/vona/src/suite/a-training/modules/training-record/src/controller/record.ts +59 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/detailRecordSubjectBase.tsx +18 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/detailRecordSubjectMutate.tsx +17 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/detailRecordSubjectResItem.tsx +60 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/detailRecordSubjectView.tsx +17 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordCreate.tsx +45 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordSelectReq.tsx +38 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordSelectRes.tsx +11 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordSelectResItem.tsx +39 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordUpdate.tsx +45 -0
- package/vona/src/suite/a-training/modules/training-record/src/dto/recordView.tsx +42 -0
- package/vona/src/suite/a-training/modules/training-record/src/entity/record.tsx +39 -7
- package/vona/src/suite/a-training/modules/training-record/src/model/record.ts +15 -2
- package/vona/src/suite/a-training/modules/training-record/src/service/record.ts +50 -0
- package/vona/src/suite/a-training/modules/training-record/test/record.test.ts +162 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/package.json +53 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/src/.metadata/index.ts +198 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/src/.metadata/locales.ts +18 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/src/.metadata/this.ts +2 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/src/bean/meta.index.ts +12 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/src/bean/meta.version.ts +21 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/src/config/locale/en-us.ts +9 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/src/config/locale/zh-cn.ts +9 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/src/entity/subject.tsx +42 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/src/index.ts +2 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/src/model/subject.ts +10 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/tsconfig.build.json +11 -0
- package/vona/src/suite/a-training/modules/training-recordsubject/tsconfig.json +7 -0
- package/vona/src/suite/a-training/modules/training-student/package.json +1 -1
- package/vona/src/suite/a-training/modules/training-student/src/.metadata/index.ts +1 -1
- package/vona/src/suite/a-training/modules/training-student/src/config/locale/en-us.ts +9 -5
- package/vona/src/suite/a-training/modules/training-student/src/config/locale/zh-cn.ts +9 -5
- package/vona/src/suite/a-training/modules/training-student/src/dto/detailRecordBase.tsx +20 -2
- package/vona/src/suite/a-training/modules/training-student/src/dto/detailRecordMutate.tsx +11 -2
- package/vona/src/suite/a-training/modules/training-student/src/dto/detailRecordResItem.tsx +1 -0
- package/vona/src/suite/a-training/modules/training-student/src/dto/detailRecordView.tsx +11 -2
- package/vona/src/suite/a-training/modules/training-student/src/dto/studentSummary.tsx +1 -1
- package/vona/src/suite/a-training/modules/training-student/src/entity/student.tsx +3 -1
- package/vona/src/suite/a-training/modules/training-student/src/model/student.ts +9 -1
- package/vona/src/suite/a-training/modules/training-student/src/service/student.ts +17 -5
- package/vona/src/suite/a-training/modules/training-student/test/student.test.ts +88 -15
- package/vona/src/suite/a-training/package.json +1 -0
- package/vona/src/suite/a-training/tsconfig.json +3 -0
- package/vona/src/suite/cabloy-basic/modules/basic-siteadmin/package.json +1 -1
- package/vona/src/suite/cabloy-basic/modules/basic-siteweb/package.json +1 -1
- package/vona/src/suite-vendor/a-auth/modules/a-auth/package.json +2 -2
- package/vona/src/suite-vendor/a-auth/modules/auth-oauth/package.json +2 -2
- package/vona/src/suite-vendor/a-auth/modules/auth-simple/package.json +2 -2
- package/vona/src/suite-vendor/a-auth/package.json +2 -2
- package/vona/src/suite-vendor/a-cabloy/modules/a-cabloy/package.json +2 -2
- package/vona/src/suite-vendor/a-cabloy/modules/a-datasharding/package.json +2 -2
- package/vona/src/suite-vendor/a-cabloy/modules/a-datasource/package.json +2 -2
- package/vona/src/suite-vendor/a-cabloy/modules/a-socket/package.json +2 -2
- package/vona/src/suite-vendor/a-cabloy/modules/a-ssr/package.json +2 -2
- package/vona/src/suite-vendor/a-cabloy/modules/a-ssrhmr/package.json +2 -2
- package/vona/src/suite-vendor/a-cabloy/modules/a-status/package.json +2 -2
- package/vona/src/suite-vendor/a-cabloy/package.json +1 -1
- package/vona/src/suite-vendor/a-captcha/modules/a-captcha/package.json +2 -2
- package/vona/src/suite-vendor/a-captcha/modules/captcha-simple/package.json +2 -2
- package/vona/src/suite-vendor/a-captcha/package.json +1 -1
- package/vona/src/suite-vendor/a-paypal/modules/a-paypal/package.json +2 -2
- package/vona/src/suite-vendor/a-paypal/package.json +1 -1
- package/vona/src/suite-vendor/a-vona/modules/a-aspect/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-aspectutils/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-bean/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-beanmutate/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-body/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-broadcast/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-cache/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-caching/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-core/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-election/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-error/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-event/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-executor/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-hmr/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-hmrbase/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-index/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-instance/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-jwt/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-locale/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-logger/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-mail/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-mailconfirm/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-menu/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-meta/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-onion/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-openapi/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-openapischema/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-openapiutils/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-orm/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-orm/src/lib/dto/dtoGet.ts +4 -0
- package/vona/src/suite-vendor/a-vona/modules/a-orm/src/lib/dto/dtoMutate.ts +5 -3
- package/vona/src/suite-vendor/a-vona/modules/a-orm/src/lib/utils.ts +1 -1
- package/vona/src/suite-vendor/a-vona/modules/a-orm/src/service/relations_.ts +5 -0
- package/vona/src/suite-vendor/a-vona/modules/a-ormdialect/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-ormutils/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-permission/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-play/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-printtip/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-queue/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-redis/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-redlock/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-runtime/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-schedule/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-security/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-serialization/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-startup/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-static/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-summer/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-swagger/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-upload/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-user/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-validation/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-version/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-vona/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-web/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-worker/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/modules/a-zod/package.json +2 -2
- package/vona/src/suite-vendor/a-vona/package.json +1 -1
- package/zova/packages-cli/cli/package.json +2 -2
- package/zova/packages-cli/cli-set-front/cli/templates/create/module/boilerplate/_package.json +1 -1
- package/zova/packages-cli/cli-set-front/package.json +2 -2
- package/zova/packages-utils/zova-jsx/package.json +2 -2
- package/zova/packages-zova/zova/package.json +3 -3
- package/zova/packages-zova/zova-core/package.json +2 -2
- package/zova/pnpm-lock.yaml +186 -142
- package/zova/pnpm-workspace.yaml +1 -1
- package/zova/src/suite/a-demo/modules/demo-basic/package.json +1 -1
- package/zova/src/suite/a-demo/modules/demo-todo/package.json +1 -1
- package/zova/src/suite/a-devui/modules/devui-adapter/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-api/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-base/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-icon/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-indexadmin/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-indexweb/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-layoutadmin/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-layoutempty/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-layoutweb/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-login/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-passport/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-theme/package.json +1 -1
- package/zova/src/suite/a-training/modules/training-student/package.json +1 -1
- package/zova/src/suite/a-training/modules/training-student/src/api/openapi/schemas.ts +52 -24
- package/zova/src/suite/a-training/modules/training-student/src/api/openapi/types.ts +860 -307
- package/zova/src/suite/cabloy-basic/modules/basic-adapter/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-app/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-captcha/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-commands/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-commandssync/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-currency/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-date/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/.metadata/component/date.ts +61 -0
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/.metadata/index.ts +17 -4
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/component/date/controller.tsx +44 -0
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/component/formFieldDate/controller.tsx +49 -9
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/lib/utils.ts +60 -1
- package/zova/src/suite/cabloy-basic/modules/basic-date/src/types/date.ts +2 -0
- package/zova/src/suite/cabloy-basic/modules/basic-details/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-form/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-input/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-page/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-pageentry/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-resource/package.json +52 -0
- package/zova/src/suite/cabloy-basic/modules/basic-resource/src/.metadata/component/formFieldResourcePicker.ts +31 -0
- package/zova/src/suite/cabloy-basic/modules/basic-resource/src/.metadata/index.ts +103 -0
- package/zova/src/suite/cabloy-basic/modules/basic-resource/src/.metadata/this.ts +2 -0
- package/zova/src/suite/cabloy-basic/modules/basic-resource/src/bean/tableCell.resourcePicker.tsx +46 -0
- package/zova/src/suite/cabloy-basic/modules/basic-resource/src/component/formFieldResourcePicker/controller.tsx +157 -0
- package/zova/src/suite/cabloy-basic/modules/basic-resource/src/index.ts +1 -0
- package/zova/src/suite/cabloy-basic/modules/basic-resource/tsconfig.build.json +13 -0
- package/zova/src/suite/cabloy-basic/modules/basic-resource/tsconfig.json +5 -0
- package/zova/src/suite/cabloy-basic/modules/basic-select/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-table/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-text/package.json +1 -1
- package/zova/src/suite/cabloy-basic/package.json +1 -0
- package/zova/src/suite-vendor/a-cabloy/modules/rest-resource/package.json +2 -2
- package/zova/src/suite-vendor/a-cabloy/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-api/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-app/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-bean/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-behavior/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-behaviors/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-boundary/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-command/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-fetch/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-form/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-icon/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-interceptor/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-logger/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-meta/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-model/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-model/src/bean/bean.model/bean.model.useQuery.ts +2 -1
- package/zova/src/suite-vendor/a-zova/modules/a-openapi/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-openapi/src/model/sdk.ts +4 -0
- package/zova/src/suite-vendor/a-zova/modules/a-router/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-routerstack/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-routertabs/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-ssr/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-ssrhmr/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-ssrserver/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-style/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-table/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-zod/package.json +3 -3
- package/zova/src/suite-vendor/a-zova/modules/a-zova/package.json +3 -3
- package/zova/src/suite-vendor/a-zova/package.json +26 -26
package/vona/pnpm-lock.yaml
CHANGED
|
@@ -13,7 +13,7 @@ overrides:
|
|
|
13
13
|
'@vue/runtime-dom': 3.5.36
|
|
14
14
|
'@vue/server-renderer': 3.5.36
|
|
15
15
|
'@vue/shared': 3.5.36
|
|
16
|
-
zod: npm:@cabloy/zod@4.3.
|
|
16
|
+
zod: npm:@cabloy/zod@4.3.8
|
|
17
17
|
|
|
18
18
|
importers:
|
|
19
19
|
|
|
@@ -57,7 +57,7 @@ importers:
|
|
|
57
57
|
version: 1.4.0(ioredis@5.11.1)
|
|
58
58
|
better-sqlite3:
|
|
59
59
|
specifier: ^12.9.0
|
|
60
|
-
version: 12.
|
|
60
|
+
version: 12.11.1
|
|
61
61
|
bignumber.js:
|
|
62
62
|
specifier: ^9.3.1
|
|
63
63
|
version: 9.3.1
|
|
@@ -66,7 +66,7 @@ importers:
|
|
|
66
66
|
version: 8.0.1
|
|
67
67
|
bullmq:
|
|
68
68
|
specifier: ^5.74.1
|
|
69
|
-
version: 5.
|
|
69
|
+
version: 5.79.1(supports-color@5.5.0)
|
|
70
70
|
chalk:
|
|
71
71
|
specifier: ^5.6.2
|
|
72
72
|
version: 5.6.2
|
|
@@ -81,7 +81,7 @@ importers:
|
|
|
81
81
|
version: 5.11.1(supports-color@5.5.0)
|
|
82
82
|
knex:
|
|
83
83
|
specifier: ^3.2.9
|
|
84
|
-
version: 3.2.10(better-sqlite3@12.
|
|
84
|
+
version: 3.2.10(better-sqlite3@12.11.1)
|
|
85
85
|
luxon:
|
|
86
86
|
specifier: ^3.7.2
|
|
87
87
|
version: 3.7.2
|
|
@@ -349,6 +349,9 @@ importers:
|
|
|
349
349
|
vona-module-training-record:
|
|
350
350
|
specifier: workspace:^
|
|
351
351
|
version: link:src/suite/a-training/modules/training-record
|
|
352
|
+
vona-module-training-recordsubject:
|
|
353
|
+
specifier: workspace:^
|
|
354
|
+
version: link:src/suite/a-training/modules/training-recordsubject
|
|
352
355
|
vona-module-training-student:
|
|
353
356
|
specifier: workspace:^
|
|
354
357
|
version: link:src/suite/a-training/modules/training-student
|
|
@@ -362,8 +365,8 @@ importers:
|
|
|
362
365
|
specifier: ^4.9.0
|
|
363
366
|
version: 4.9.0
|
|
364
367
|
zod:
|
|
365
|
-
specifier: npm:@cabloy/zod@4.3.
|
|
366
|
-
version: '@cabloy/zod@4.3.
|
|
368
|
+
specifier: npm:@cabloy/zod@4.3.8
|
|
369
|
+
version: '@cabloy/zod@4.3.8'
|
|
367
370
|
zova-rest-cabloy-basic-admin:
|
|
368
371
|
specifier: file:./.zova-rest/cabloy-basic-admin
|
|
369
372
|
version: file:.zova-rest/cabloy-basic-admin(typescript@5.9.3)
|
|
@@ -379,7 +382,7 @@ importers:
|
|
|
379
382
|
version: link:packages-utils/lint
|
|
380
383
|
'@swc/core':
|
|
381
384
|
specifier: ^1.15.26
|
|
382
|
-
version: 1.15.
|
|
385
|
+
version: 1.15.43(@swc/helpers@0.5.23)
|
|
383
386
|
'@swc/helpers':
|
|
384
387
|
specifier: ^0.5.21
|
|
385
388
|
version: 0.5.23
|
|
@@ -394,10 +397,10 @@ importers:
|
|
|
394
397
|
version: 3.0.3
|
|
395
398
|
'@types/luxon':
|
|
396
399
|
specifier: ^3.7.1
|
|
397
|
-
version: 3.7.
|
|
400
|
+
version: 3.7.2
|
|
398
401
|
'@types/node':
|
|
399
402
|
specifier: ^22.19.17
|
|
400
|
-
version: 22.
|
|
403
|
+
version: 22.20.0
|
|
401
404
|
'@types/react':
|
|
402
405
|
specifier: npm:@cabloy/types-react@^19.2.16
|
|
403
406
|
version: '@cabloy/types-react@19.2.16'
|
|
@@ -409,13 +412,13 @@ importers:
|
|
|
409
412
|
version: 7.0.3
|
|
410
413
|
gogocode:
|
|
411
414
|
specifier: ^1.0.55
|
|
412
|
-
version: 1.0.55(vue@3.5.
|
|
415
|
+
version: 1.0.55(vue@3.5.39(typescript@5.9.3))
|
|
413
416
|
oxfmt:
|
|
414
417
|
specifier: ^0.45.0
|
|
415
418
|
version: 0.45.0
|
|
416
419
|
oxlint:
|
|
417
420
|
specifier: ^1.65.0
|
|
418
|
-
version: 1.
|
|
421
|
+
version: 1.71.0
|
|
419
422
|
textlint:
|
|
420
423
|
specifier: ^15.7.0
|
|
421
424
|
version: 15.7.1(supports-color@5.5.0)
|
|
@@ -433,7 +436,7 @@ importers:
|
|
|
433
436
|
version: 1.0.1
|
|
434
437
|
ts-node-maintained:
|
|
435
438
|
specifier: ^10.9.6
|
|
436
|
-
version: 10.9.6(@swc/core@1.15.
|
|
439
|
+
version: 10.9.6(@swc/core@1.15.43(@swc/helpers@0.5.23))(@types/node@22.20.0)(typescript@5.9.3)
|
|
437
440
|
tslib:
|
|
438
441
|
specifier: ^2.8.1
|
|
439
442
|
version: 2.8.1
|
|
@@ -499,7 +502,7 @@ importers:
|
|
|
499
502
|
version: 16.2.0
|
|
500
503
|
gogocode:
|
|
501
504
|
specifier: ^1.0.55
|
|
502
|
-
version: 1.0.55(vue@3.5.
|
|
505
|
+
version: 1.0.55(vue@3.5.39(typescript@5.9.3))
|
|
503
506
|
is-type-of:
|
|
504
507
|
specifier: ^2.2.0
|
|
505
508
|
version: 2.2.0
|
|
@@ -508,7 +511,7 @@ importers:
|
|
|
508
511
|
version: 3.3.0
|
|
509
512
|
semver:
|
|
510
513
|
specifier: ^7.7.4
|
|
511
|
-
version: 7.8.
|
|
514
|
+
version: 7.8.5
|
|
512
515
|
tmp:
|
|
513
516
|
specifier: ^0.2.7
|
|
514
517
|
version: 0.2.7
|
|
@@ -542,7 +545,7 @@ importers:
|
|
|
542
545
|
version: 1.2.0
|
|
543
546
|
semver:
|
|
544
547
|
specifier: ^7.7.4
|
|
545
|
-
version: 7.8.
|
|
548
|
+
version: 7.8.5
|
|
546
549
|
vona-cli-set-api:
|
|
547
550
|
specifier: workspace:^
|
|
548
551
|
version: link:../cli-set-api
|
|
@@ -591,28 +594,28 @@ importers:
|
|
|
591
594
|
version: 1.3.0
|
|
592
595
|
'@rollup/plugin-alias':
|
|
593
596
|
specifier: ^5.1.1
|
|
594
|
-
version: 5.1.1(rollup@4.
|
|
597
|
+
version: 5.1.1(rollup@4.62.2)
|
|
595
598
|
'@rollup/plugin-babel':
|
|
596
599
|
specifier: ^6.1.0
|
|
597
|
-
version: 6.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.
|
|
600
|
+
version: 6.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.62.2)
|
|
598
601
|
'@rollup/plugin-commonjs':
|
|
599
602
|
specifier: ^28.0.9
|
|
600
|
-
version: 28.0.9(rollup@4.
|
|
603
|
+
version: 28.0.9(rollup@4.62.2)
|
|
601
604
|
'@rollup/plugin-json':
|
|
602
605
|
specifier: ^6.1.0
|
|
603
|
-
version: 6.1.0(rollup@4.
|
|
606
|
+
version: 6.1.0(rollup@4.62.2)
|
|
604
607
|
'@rollup/plugin-node-resolve':
|
|
605
608
|
specifier: ^16.0.3
|
|
606
|
-
version: 16.0.3(rollup@4.
|
|
609
|
+
version: 16.0.3(rollup@4.62.2)
|
|
607
610
|
'@rollup/plugin-replace':
|
|
608
611
|
specifier: ^6.0.3
|
|
609
|
-
version: 6.0.3(rollup@4.
|
|
612
|
+
version: 6.0.3(rollup@4.62.2)
|
|
610
613
|
'@rollup/plugin-terser':
|
|
611
614
|
specifier: ^1.0.0
|
|
612
|
-
version: 1.0.0(rollup@4.
|
|
615
|
+
version: 1.0.0(rollup@4.62.2)
|
|
613
616
|
'@rollup/plugin-typescript':
|
|
614
617
|
specifier: ^12.3.0
|
|
615
|
-
version: 12.3.0(rollup@4.
|
|
618
|
+
version: 12.3.0(rollup@4.62.2)(tslib@2.8.1)(typescript@5.9.3)
|
|
616
619
|
babel-plugin-transform-typescript-metadata:
|
|
617
620
|
specifier: ^0.3.2
|
|
618
621
|
version: 0.3.2(@babel/core@7.29.7)(@babel/traverse@7.29.7)
|
|
@@ -636,7 +639,7 @@ importers:
|
|
|
636
639
|
version: 16.2.0
|
|
637
640
|
gogocode:
|
|
638
641
|
specifier: ^1.0.55
|
|
639
|
-
version: 1.0.55(vue@3.5.
|
|
642
|
+
version: 1.0.55(vue@3.5.39(typescript@5.9.3))
|
|
640
643
|
lodash:
|
|
641
644
|
specifier: ^4.18.1
|
|
642
645
|
version: 4.18.1
|
|
@@ -651,10 +654,10 @@ importers:
|
|
|
651
654
|
version: 6.1.3
|
|
652
655
|
rollup:
|
|
653
656
|
specifier: ^4.60.1
|
|
654
|
-
version: 4.
|
|
657
|
+
version: 4.62.2
|
|
655
658
|
ts-node-maintained:
|
|
656
659
|
specifier: ^10.9.6
|
|
657
|
-
version: 10.9.6(@swc/core@1.15.
|
|
660
|
+
version: 10.9.6(@swc/core@1.15.43(@swc/helpers@0.5.23))(@types/node@22.20.0)(typescript@5.9.3)
|
|
658
661
|
urllib:
|
|
659
662
|
specifier: ^4.9.0
|
|
660
663
|
version: 4.9.0
|
|
@@ -782,7 +785,7 @@ importers:
|
|
|
782
785
|
dependencies:
|
|
783
786
|
'@e18e/eslint-plugin':
|
|
784
787
|
specifier: ^0.2.0
|
|
785
|
-
version: 0.2.0(eslint@10.5.0)(oxlint@1.
|
|
788
|
+
version: 0.2.0(eslint@10.5.0)(oxlint@1.71.0)
|
|
786
789
|
'@eslint/json':
|
|
787
790
|
specifier: ^1.2.0
|
|
788
791
|
version: 1.2.0
|
|
@@ -794,13 +797,13 @@ importers:
|
|
|
794
797
|
version: 5.10.0(eslint@10.5.0)
|
|
795
798
|
'@typescript-eslint/parser':
|
|
796
799
|
specifier: ^8.58.1
|
|
797
|
-
version: 8.
|
|
800
|
+
version: 8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3)
|
|
798
801
|
eslint-plugin-antfu:
|
|
799
802
|
specifier: ^3.2.3
|
|
800
803
|
version: 3.2.3(eslint@10.5.0)
|
|
801
804
|
eslint-plugin-command:
|
|
802
805
|
specifier: ^3.5.2
|
|
803
|
-
version: 3.5.2(@typescript-eslint/rule-tester@8.
|
|
806
|
+
version: 3.5.2(@typescript-eslint/rule-tester@8.62.0(eslint@10.5.0)(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.62.0(typescript@5.9.3))(@typescript-eslint/utils@8.62.0(eslint@10.5.0)(typescript@5.9.3))(eslint@10.5.0)
|
|
804
807
|
eslint-plugin-eslint-comments:
|
|
805
808
|
specifier: ^3.2.0
|
|
806
809
|
version: 3.2.0(eslint@10.5.0)
|
|
@@ -812,25 +815,25 @@ importers:
|
|
|
812
815
|
version: 1.6.1(eslint@10.5.0)
|
|
813
816
|
eslint-plugin-regexp:
|
|
814
817
|
specifier: ^3.1.0
|
|
815
|
-
version: 3.1.
|
|
818
|
+
version: 3.1.1(eslint@10.5.0)
|
|
816
819
|
eslint-plugin-toml:
|
|
817
820
|
specifier: ^1.3.1
|
|
818
821
|
version: 1.4.0(eslint@10.5.0)(supports-color@5.5.0)
|
|
819
822
|
eslint-plugin-unused-imports:
|
|
820
823
|
specifier: ^4.4.1
|
|
821
|
-
version: 4.4.1(@typescript-eslint/eslint-plugin@8.
|
|
824
|
+
version: 4.4.1(@typescript-eslint/eslint-plugin@8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.5.0)(typescript@5.9.3))(eslint@10.5.0)
|
|
822
825
|
eslint-plugin-vue:
|
|
823
826
|
specifier: ^10.8.0
|
|
824
|
-
version: 10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.5.0))(@typescript-eslint/parser@8.
|
|
827
|
+
version: 10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.5.0))(@typescript-eslint/parser@8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.5.0)(vue-eslint-parser@10.4.1(eslint@10.5.0))
|
|
825
828
|
eslint-plugin-yml:
|
|
826
829
|
specifier: ^3.3.2
|
|
827
|
-
version: 3.
|
|
830
|
+
version: 3.5.0(eslint@10.5.0)
|
|
828
831
|
globals:
|
|
829
832
|
specifier: ^17.4.0
|
|
830
|
-
version: 17.
|
|
833
|
+
version: 17.7.0
|
|
831
834
|
typescript-eslint:
|
|
832
835
|
specifier: ^8.58.1
|
|
833
|
-
version: 8.
|
|
836
|
+
version: 8.62.0(eslint@10.5.0)(typescript@5.9.3)
|
|
834
837
|
devDependencies:
|
|
835
838
|
clean-package:
|
|
836
839
|
specifier: ^2.2.0
|
|
@@ -840,7 +843,7 @@ importers:
|
|
|
840
843
|
version: 0.45.0
|
|
841
844
|
oxlint:
|
|
842
845
|
specifier: ^1.65.0
|
|
843
|
-
version: 1.
|
|
846
|
+
version: 1.71.0
|
|
844
847
|
rimraf:
|
|
845
848
|
specifier: ^6.1.3
|
|
846
849
|
version: 6.1.3
|
|
@@ -876,7 +879,7 @@ importers:
|
|
|
876
879
|
version: 16.2.0
|
|
877
880
|
semver:
|
|
878
881
|
specifier: ^7.7.4
|
|
879
|
-
version: 7.8.
|
|
882
|
+
version: 7.8.5
|
|
880
883
|
devDependencies:
|
|
881
884
|
clean-package:
|
|
882
885
|
specifier: ^2.2.0
|
|
@@ -1097,8 +1100,8 @@ importers:
|
|
|
1097
1100
|
specifier: ^4.9.0
|
|
1098
1101
|
version: 4.9.0
|
|
1099
1102
|
zod:
|
|
1100
|
-
specifier: npm:@cabloy/zod@4.3.
|
|
1101
|
-
version: '@cabloy/zod@4.3.
|
|
1103
|
+
specifier: npm:@cabloy/zod@4.3.8
|
|
1104
|
+
version: '@cabloy/zod@4.3.8'
|
|
1102
1105
|
devDependencies:
|
|
1103
1106
|
'@types/koa':
|
|
1104
1107
|
specifier: ^3.0.2
|
|
@@ -1147,7 +1150,7 @@ importers:
|
|
|
1147
1150
|
specifier: workspace:^
|
|
1148
1151
|
version: link:modules/a-auth
|
|
1149
1152
|
vona-module-auth-oauth:
|
|
1150
|
-
specifier: ^5.0.
|
|
1153
|
+
specifier: ^5.0.9
|
|
1151
1154
|
version: link:modules/auth-oauth
|
|
1152
1155
|
vona-module-auth-simple:
|
|
1153
1156
|
specifier: workspace:^
|
|
@@ -1379,7 +1382,7 @@ importers:
|
|
|
1379
1382
|
dependencies:
|
|
1380
1383
|
'@faker-js/faker':
|
|
1381
1384
|
specifier: ^10.4.0
|
|
1382
|
-
version: 10.
|
|
1385
|
+
version: 10.5.0
|
|
1383
1386
|
devDependencies:
|
|
1384
1387
|
clean-package:
|
|
1385
1388
|
specifier: ^2.2.0
|
|
@@ -1722,7 +1725,7 @@ importers:
|
|
|
1722
1725
|
version: link:../../../../../packages-cli/cabloy-cli
|
|
1723
1726
|
'@swc/core':
|
|
1724
1727
|
specifier: ^1.15.26
|
|
1725
|
-
version: 1.15.
|
|
1728
|
+
version: 1.15.43(@swc/helpers@0.5.23)
|
|
1726
1729
|
'@swc/helpers':
|
|
1727
1730
|
specifier: ^0.5.21
|
|
1728
1731
|
version: 0.5.23
|
|
@@ -1737,10 +1740,10 @@ importers:
|
|
|
1737
1740
|
version: 3.0.3
|
|
1738
1741
|
'@types/luxon':
|
|
1739
1742
|
specifier: ^3.7.1
|
|
1740
|
-
version: 3.7.
|
|
1743
|
+
version: 3.7.2
|
|
1741
1744
|
'@types/node':
|
|
1742
1745
|
specifier: ^22.19.17
|
|
1743
|
-
version: 22.
|
|
1746
|
+
version: 22.20.0
|
|
1744
1747
|
'@types/react':
|
|
1745
1748
|
specifier: npm:@cabloy/types-react@^19.2.16
|
|
1746
1749
|
version: '@cabloy/types-react@19.2.16'
|
|
@@ -1755,13 +1758,13 @@ importers:
|
|
|
1755
1758
|
version: 7.0.3
|
|
1756
1759
|
gogocode:
|
|
1757
1760
|
specifier: ^1.0.55
|
|
1758
|
-
version: 1.0.55(vue@3.5.
|
|
1761
|
+
version: 1.0.55(vue@3.5.39(typescript@5.9.3))
|
|
1759
1762
|
rimraf:
|
|
1760
1763
|
specifier: ^6.1.3
|
|
1761
1764
|
version: 6.1.3
|
|
1762
1765
|
ts-node-maintained:
|
|
1763
1766
|
specifier: ^10.9.6
|
|
1764
|
-
version: 10.9.6(@swc/core@1.15.
|
|
1767
|
+
version: 10.9.6(@swc/core@1.15.43(@swc/helpers@0.5.23))(@types/node@22.20.0)(typescript@5.9.3)
|
|
1765
1768
|
tslib:
|
|
1766
1769
|
specifier: ^2.8.1
|
|
1767
1770
|
version: 2.8.1
|
|
@@ -1998,8 +2001,8 @@ importers:
|
|
|
1998
2001
|
specifier: ^2.4.0
|
|
1999
2002
|
version: 2.4.0
|
|
2000
2003
|
zod:
|
|
2001
|
-
specifier: npm:@cabloy/zod@4.3.
|
|
2002
|
-
version: '@cabloy/zod@4.3.
|
|
2004
|
+
specifier: npm:@cabloy/zod@4.3.8
|
|
2005
|
+
version: '@cabloy/zod@4.3.8'
|
|
2003
2006
|
devDependencies:
|
|
2004
2007
|
clean-package:
|
|
2005
2008
|
specifier: ^2.2.0
|
|
@@ -2030,7 +2033,7 @@ importers:
|
|
|
2030
2033
|
dependencies:
|
|
2031
2034
|
knex:
|
|
2032
2035
|
specifier: ^3.2.9
|
|
2033
|
-
version: 3.2.10(better-sqlite3@12.
|
|
2036
|
+
version: 3.2.10(better-sqlite3@12.11.1)
|
|
2034
2037
|
table-identity:
|
|
2035
2038
|
specifier: workspace:^
|
|
2036
2039
|
version: link:../../../../../packages-utils/table-identity
|
|
@@ -2046,16 +2049,16 @@ importers:
|
|
|
2046
2049
|
dependencies:
|
|
2047
2050
|
better-sqlite3:
|
|
2048
2051
|
specifier: ^12.9.0
|
|
2049
|
-
version: 12.
|
|
2052
|
+
version: 12.11.1
|
|
2050
2053
|
globby:
|
|
2051
2054
|
specifier: ^16.2.0
|
|
2052
2055
|
version: 16.2.0
|
|
2053
2056
|
mysql2:
|
|
2054
2057
|
specifier: ^3.22.0
|
|
2055
|
-
version: 3.22.5(@types/node@22.
|
|
2058
|
+
version: 3.22.5(@types/node@22.20.0)
|
|
2056
2059
|
pg:
|
|
2057
2060
|
specifier: ^8.20.0
|
|
2058
|
-
version: 8.
|
|
2061
|
+
version: 8.22.0
|
|
2059
2062
|
pg-types:
|
|
2060
2063
|
specifier: ^4.1.0
|
|
2061
2064
|
version: 4.1.0
|
|
@@ -2111,7 +2114,7 @@ importers:
|
|
|
2111
2114
|
dependencies:
|
|
2112
2115
|
bullmq:
|
|
2113
2116
|
specifier: ^5.74.1
|
|
2114
|
-
version: 5.
|
|
2117
|
+
version: 5.79.1(supports-color@5.5.0)
|
|
2115
2118
|
devDependencies:
|
|
2116
2119
|
clean-package:
|
|
2117
2120
|
specifier: ^2.2.0
|
|
@@ -2389,6 +2392,9 @@ importers:
|
|
|
2389
2392
|
vona-module-training-record:
|
|
2390
2393
|
specifier: ^5.0.0
|
|
2391
2394
|
version: link:modules/training-record
|
|
2395
|
+
vona-module-training-recordsubject:
|
|
2396
|
+
specifier: ^5.0.0
|
|
2397
|
+
version: link:modules/training-recordsubject
|
|
2392
2398
|
vona-module-training-student:
|
|
2393
2399
|
specifier: ^5.0.0
|
|
2394
2400
|
version: link:modules/training-student
|
|
@@ -2402,6 +2408,15 @@ importers:
|
|
|
2402
2408
|
specifier: ^6.1.3
|
|
2403
2409
|
version: 6.1.3
|
|
2404
2410
|
|
|
2411
|
+
src/suite/a-training/modules/training-recordsubject:
|
|
2412
|
+
devDependencies:
|
|
2413
|
+
clean-package:
|
|
2414
|
+
specifier: ^2.2.0
|
|
2415
|
+
version: 2.2.0
|
|
2416
|
+
rimraf:
|
|
2417
|
+
specifier: ^6.1.3
|
|
2418
|
+
version: 6.1.3
|
|
2419
|
+
|
|
2405
2420
|
src/suite/a-training/modules/training-student:
|
|
2406
2421
|
devDependencies:
|
|
2407
2422
|
clean-package:
|
|
@@ -2625,8 +2640,8 @@ packages:
|
|
|
2625
2640
|
resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==}
|
|
2626
2641
|
engines: {node: '>=6.9.0'}
|
|
2627
2642
|
|
|
2628
|
-
'@cabloy/json-schema-to-zod@2.6.
|
|
2629
|
-
resolution: {integrity: sha512-
|
|
2643
|
+
'@cabloy/json-schema-to-zod@2.6.5':
|
|
2644
|
+
resolution: {integrity: sha512-y94YrwsrLw+zrISqqHstEuCDgcnfolO/rElOnSmY5I84rmnj3SW52H1pKhnsaozVAcaOEL6Tt3QWHXQKGCYRLA==}
|
|
2630
2645
|
hasBin: true
|
|
2631
2646
|
|
|
2632
2647
|
'@cabloy/koa-static-cache@6.0.1':
|
|
@@ -2681,8 +2696,8 @@ packages:
|
|
|
2681
2696
|
'@cabloy/zod-to-openapi@8.1.6':
|
|
2682
2697
|
resolution: {integrity: sha512-pb9iUQuvi5SCYHevqeNBVZO65LguRDSvkHlJ6gxxOXNYQRcObwbIzxLag9/ZUj3GejAPPUNJgjb0CPaYM5s98Q==}
|
|
2683
2698
|
|
|
2684
|
-
'@cabloy/zod@4.3.
|
|
2685
|
-
resolution: {integrity: sha512-
|
|
2699
|
+
'@cabloy/zod@4.3.8':
|
|
2700
|
+
resolution: {integrity: sha512-3ik9c1F0VJzQy+/YSnY8DhtDcShgDBmdx+B8j+gFcF+qa6xNK7vyMZ+EYRO2GT7BCucQkTEU/aZBmfEJZcg1Kg==}
|
|
2686
2701
|
|
|
2687
2702
|
'@cacheable/memory@2.0.9':
|
|
2688
2703
|
resolution: {integrity: sha512-HdMx6DoGywB30vacDbBsITbIX4pgFqj1zsrV58jZBUw3klzkNoXhj7qOqAgledhxG7YZI5rBSJg7Zp8/VG0DuA==}
|
|
@@ -2777,8 +2792,8 @@ packages:
|
|
|
2777
2792
|
resolution: {integrity: sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==}
|
|
2778
2793
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
2779
2794
|
|
|
2780
|
-
'@faker-js/faker@10.
|
|
2781
|
-
resolution: {integrity: sha512-
|
|
2795
|
+
'@faker-js/faker@10.5.0':
|
|
2796
|
+
resolution: {integrity: sha512-bsxD8WLS5lIj7aaoCx1YJkktqYj5vlBUE6HWzu2Q51ksrGJ0H737ECCKlFU7Yf8Br45z9t99frBp/J7kzbMPAg==}
|
|
2782
2797
|
engines: {node: ^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0, npm: '>=10'}
|
|
2783
2798
|
|
|
2784
2799
|
'@gar/promise-retry@1.0.3':
|
|
@@ -3070,124 +3085,124 @@ packages:
|
|
|
3070
3085
|
cpu: [x64]
|
|
3071
3086
|
os: [win32]
|
|
3072
3087
|
|
|
3073
|
-
'@oxlint/binding-android-arm-eabi@1.
|
|
3074
|
-
resolution: {integrity: sha512-
|
|
3088
|
+
'@oxlint/binding-android-arm-eabi@1.71.0':
|
|
3089
|
+
resolution: {integrity: sha512-ImGmd1njEg4FEJH03jhRnveEegtO3czCtfptvaHivKAZQIYATbVFBrrzbaYMYv0oJioTnxZAZVSyV+oL7W8S2g==}
|
|
3075
3090
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3076
3091
|
cpu: [arm]
|
|
3077
3092
|
os: [android]
|
|
3078
3093
|
|
|
3079
|
-
'@oxlint/binding-android-arm64@1.
|
|
3080
|
-
resolution: {integrity: sha512-
|
|
3094
|
+
'@oxlint/binding-android-arm64@1.71.0':
|
|
3095
|
+
resolution: {integrity: sha512-4A5BEexBrwY1YFF8Kiq/lp/wQPRG79G3BWIE1FuWaM5MvmpYSd+7ZySVcKkHdwo0UDzdQGddp6pD9mpctMqLnw==}
|
|
3081
3096
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3082
3097
|
cpu: [arm64]
|
|
3083
3098
|
os: [android]
|
|
3084
3099
|
|
|
3085
|
-
'@oxlint/binding-darwin-arm64@1.
|
|
3086
|
-
resolution: {integrity: sha512-
|
|
3100
|
+
'@oxlint/binding-darwin-arm64@1.71.0':
|
|
3101
|
+
resolution: {integrity: sha512-9wJA9GJulLwS2usU3CEisI/ESDO1n1z9eyTCvApMDrAkbJ1ve0mORgTMjcWWsKxkzkeZ2N/Gpra5IQE7x8tYgQ==}
|
|
3087
3102
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3088
3103
|
cpu: [arm64]
|
|
3089
3104
|
os: [darwin]
|
|
3090
3105
|
|
|
3091
|
-
'@oxlint/binding-darwin-x64@1.
|
|
3092
|
-
resolution: {integrity: sha512-
|
|
3106
|
+
'@oxlint/binding-darwin-x64@1.71.0':
|
|
3107
|
+
resolution: {integrity: sha512-PlLCjS06V0PeJMAJwzjrExw1sYNW9Gch3JtNlcwwZDXGlTYDuwHNN89zYH8LTXFfgkVtsYvs2nv0FqrzyuFDzg==}
|
|
3093
3108
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3094
3109
|
cpu: [x64]
|
|
3095
3110
|
os: [darwin]
|
|
3096
3111
|
|
|
3097
|
-
'@oxlint/binding-freebsd-x64@1.
|
|
3098
|
-
resolution: {integrity: sha512-
|
|
3112
|
+
'@oxlint/binding-freebsd-x64@1.71.0':
|
|
3113
|
+
resolution: {integrity: sha512-Lhil7bWre0ncxbUoDoxfS0JzpTz17BRQKW7iwoAUY8GJ66+WwJEfYPCFJ1P0WgVZR5/O/b3Q2pENlHOjeXLOGQ==}
|
|
3099
3114
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3100
3115
|
cpu: [x64]
|
|
3101
3116
|
os: [freebsd]
|
|
3102
3117
|
|
|
3103
|
-
'@oxlint/binding-linux-arm-gnueabihf@1.
|
|
3104
|
-
resolution: {integrity: sha512-
|
|
3118
|
+
'@oxlint/binding-linux-arm-gnueabihf@1.71.0':
|
|
3119
|
+
resolution: {integrity: sha512-Oo9/L58PYD3RC0x05d2upAPLllHytTjHQGsnC06P6Ynn7jKkp5mdImQxXdJ3+FnBaKspNpGogzgVsi6g872LiA==}
|
|
3105
3120
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3106
3121
|
cpu: [arm]
|
|
3107
3122
|
os: [linux]
|
|
3108
3123
|
|
|
3109
|
-
'@oxlint/binding-linux-arm-musleabihf@1.
|
|
3110
|
-
resolution: {integrity: sha512-
|
|
3124
|
+
'@oxlint/binding-linux-arm-musleabihf@1.71.0':
|
|
3125
|
+
resolution: {integrity: sha512-mSHfyfgJrEbyIR29ejaeS50BdPk+GoNPlC1dckpDiUZbJAIel68sjSMdOt4WY0/gva+ECC7FNITQkxMJU+vSBw==}
|
|
3111
3126
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3112
3127
|
cpu: [arm]
|
|
3113
3128
|
os: [linux]
|
|
3114
3129
|
|
|
3115
|
-
'@oxlint/binding-linux-arm64-gnu@1.
|
|
3116
|
-
resolution: {integrity: sha512-
|
|
3130
|
+
'@oxlint/binding-linux-arm64-gnu@1.71.0':
|
|
3131
|
+
resolution: {integrity: sha512-n9yY4M2tiy3aij4AqtlnspzpfdpeT5JQfK2/w2d8oyp5W0FRwOb1dIeX99nORNcxGr08iD9bH8N5XFz3I2iy8w==}
|
|
3117
3132
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3118
3133
|
cpu: [arm64]
|
|
3119
3134
|
os: [linux]
|
|
3120
3135
|
libc: [glibc]
|
|
3121
3136
|
|
|
3122
|
-
'@oxlint/binding-linux-arm64-musl@1.
|
|
3123
|
-
resolution: {integrity: sha512-
|
|
3137
|
+
'@oxlint/binding-linux-arm64-musl@1.71.0':
|
|
3138
|
+
resolution: {integrity: sha512-fJZrs5sDZtTaPIOiemRQQmo82Ezy+vOGXemPc4Ok7iVVsYsFa7SlW6Z5XN819VfsqBHRm3NJ3rTdnR8+bJYJdQ==}
|
|
3124
3139
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3125
3140
|
cpu: [arm64]
|
|
3126
3141
|
os: [linux]
|
|
3127
3142
|
libc: [musl]
|
|
3128
3143
|
|
|
3129
|
-
'@oxlint/binding-linux-ppc64-gnu@1.
|
|
3130
|
-
resolution: {integrity: sha512-
|
|
3144
|
+
'@oxlint/binding-linux-ppc64-gnu@1.71.0':
|
|
3145
|
+
resolution: {integrity: sha512-cwl7VKGERIy9p+G+AvZdfy/06q0aHXaTt/mMRReC751iuNYJgqKjB7NydXSS30nBT9vtr2tunciOtrR4fD6FUA==}
|
|
3131
3146
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3132
3147
|
cpu: [ppc64]
|
|
3133
3148
|
os: [linux]
|
|
3134
3149
|
libc: [glibc]
|
|
3135
3150
|
|
|
3136
|
-
'@oxlint/binding-linux-riscv64-gnu@1.
|
|
3137
|
-
resolution: {integrity: sha512-
|
|
3151
|
+
'@oxlint/binding-linux-riscv64-gnu@1.71.0':
|
|
3152
|
+
resolution: {integrity: sha512-eZ8ieVXvzGi8jr7+ybQGPK2STw3mldfxZlgA2738iflfB/rzA69sE6m5rDRpQaxC7dpm745Enlh1Tod0QAk9Gg==}
|
|
3138
3153
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3139
3154
|
cpu: [riscv64]
|
|
3140
3155
|
os: [linux]
|
|
3141
3156
|
libc: [glibc]
|
|
3142
3157
|
|
|
3143
|
-
'@oxlint/binding-linux-riscv64-musl@1.
|
|
3144
|
-
resolution: {integrity: sha512-
|
|
3158
|
+
'@oxlint/binding-linux-riscv64-musl@1.71.0':
|
|
3159
|
+
resolution: {integrity: sha512-puMDbQYe6+NXwfMusojoA7CXGn2b3utukmd23PQqc1E3XhVCwyZ+FueSMzDYeNgDV2dUfIVXAAKZBcFDeCL6sA==}
|
|
3145
3160
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3146
3161
|
cpu: [riscv64]
|
|
3147
3162
|
os: [linux]
|
|
3148
3163
|
libc: [musl]
|
|
3149
3164
|
|
|
3150
|
-
'@oxlint/binding-linux-s390x-gnu@1.
|
|
3151
|
-
resolution: {integrity: sha512-
|
|
3165
|
+
'@oxlint/binding-linux-s390x-gnu@1.71.0':
|
|
3166
|
+
resolution: {integrity: sha512-4NJLxBs1ujISCt3L/1FcywLs73PWtJuw+piD6feK2V6h6OS6P7xu9/sWt1DTRLibe6QCzmfZzmM/2HPORoV/Lg==}
|
|
3152
3167
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3153
3168
|
cpu: [s390x]
|
|
3154
3169
|
os: [linux]
|
|
3155
3170
|
libc: [glibc]
|
|
3156
3171
|
|
|
3157
|
-
'@oxlint/binding-linux-x64-gnu@1.
|
|
3158
|
-
resolution: {integrity: sha512-
|
|
3172
|
+
'@oxlint/binding-linux-x64-gnu@1.71.0':
|
|
3173
|
+
resolution: {integrity: sha512-cFDaiR8L3430qp88tfZnvFlt3KotFhR/DlbIL0nHOMMYiG/9Wy4l+6f7t8G8pTa9bd8Lt8+M0y/qjRQ/xcB74g==}
|
|
3159
3174
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3160
3175
|
cpu: [x64]
|
|
3161
3176
|
os: [linux]
|
|
3162
3177
|
libc: [glibc]
|
|
3163
3178
|
|
|
3164
|
-
'@oxlint/binding-linux-x64-musl@1.
|
|
3165
|
-
resolution: {integrity: sha512-
|
|
3179
|
+
'@oxlint/binding-linux-x64-musl@1.71.0':
|
|
3180
|
+
resolution: {integrity: sha512-orfixdt76KlpNly9z0PkWBBNfwjKz+JFVLP/7wnVchlKNU9Dpt9InU/ZggeSej6fC7qwHmHNOGlhLnQXcYoGuA==}
|
|
3166
3181
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3167
3182
|
cpu: [x64]
|
|
3168
3183
|
os: [linux]
|
|
3169
3184
|
libc: [musl]
|
|
3170
3185
|
|
|
3171
|
-
'@oxlint/binding-openharmony-arm64@1.
|
|
3172
|
-
resolution: {integrity: sha512-
|
|
3186
|
+
'@oxlint/binding-openharmony-arm64@1.71.0':
|
|
3187
|
+
resolution: {integrity: sha512-9emQu2lAp6yhPB3XuI+++vR+l/o6JR1X+EpxwcumPdQXBWXEPAsquPGL7l158EqU8SebQMXTUa/S5zN98juyHw==}
|
|
3173
3188
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3174
3189
|
cpu: [arm64]
|
|
3175
3190
|
os: [openharmony]
|
|
3176
3191
|
|
|
3177
|
-
'@oxlint/binding-win32-arm64-msvc@1.
|
|
3178
|
-
resolution: {integrity: sha512-
|
|
3192
|
+
'@oxlint/binding-win32-arm64-msvc@1.71.0':
|
|
3193
|
+
resolution: {integrity: sha512-bd5kI8spYwTm3BILDtGhi73zoup5dw8MlPQNT8YB3BD5UIsjNe3K9/4ctrzQMX4SZMoK5HgzVLkLJzacEXB7fA==}
|
|
3179
3194
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3180
3195
|
cpu: [arm64]
|
|
3181
3196
|
os: [win32]
|
|
3182
3197
|
|
|
3183
|
-
'@oxlint/binding-win32-ia32-msvc@1.
|
|
3184
|
-
resolution: {integrity: sha512-
|
|
3198
|
+
'@oxlint/binding-win32-ia32-msvc@1.71.0':
|
|
3199
|
+
resolution: {integrity: sha512-W4HvOHGzVLHcrmFu+bMrJlho+/yrlX5ZNdJZqGe8MEldkQG+RHYhxxad9P4jvWAYFmIqUA5i9DQ8QsJqSU9GIw==}
|
|
3185
3200
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3186
3201
|
cpu: [ia32]
|
|
3187
3202
|
os: [win32]
|
|
3188
3203
|
|
|
3189
|
-
'@oxlint/binding-win32-x64-msvc@1.
|
|
3190
|
-
resolution: {integrity: sha512-
|
|
3204
|
+
'@oxlint/binding-win32-x64-msvc@1.71.0':
|
|
3205
|
+
resolution: {integrity: sha512-D2kyEIPHk/G/wiZLnwTVC/sVst+T/lKldVOjAFpgTIBUAOlry72e5OiapDbDBF4LfJLkN5ypJb/8Eu6yJzkveQ==}
|
|
3191
3206
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
3192
3207
|
cpu: [x64]
|
|
3193
3208
|
os: [win32]
|
|
@@ -3285,141 +3300,141 @@ packages:
|
|
|
3285
3300
|
rollup:
|
|
3286
3301
|
optional: true
|
|
3287
3302
|
|
|
3288
|
-
'@rollup/rollup-android-arm-eabi@4.
|
|
3289
|
-
resolution: {integrity: sha512-
|
|
3303
|
+
'@rollup/rollup-android-arm-eabi@4.62.2':
|
|
3304
|
+
resolution: {integrity: sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==}
|
|
3290
3305
|
cpu: [arm]
|
|
3291
3306
|
os: [android]
|
|
3292
3307
|
|
|
3293
|
-
'@rollup/rollup-android-arm64@4.
|
|
3294
|
-
resolution: {integrity: sha512-
|
|
3308
|
+
'@rollup/rollup-android-arm64@4.62.2':
|
|
3309
|
+
resolution: {integrity: sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==}
|
|
3295
3310
|
cpu: [arm64]
|
|
3296
3311
|
os: [android]
|
|
3297
3312
|
|
|
3298
|
-
'@rollup/rollup-darwin-arm64@4.
|
|
3299
|
-
resolution: {integrity: sha512-
|
|
3313
|
+
'@rollup/rollup-darwin-arm64@4.62.2':
|
|
3314
|
+
resolution: {integrity: sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==}
|
|
3300
3315
|
cpu: [arm64]
|
|
3301
3316
|
os: [darwin]
|
|
3302
3317
|
|
|
3303
|
-
'@rollup/rollup-darwin-x64@4.
|
|
3304
|
-
resolution: {integrity: sha512-
|
|
3318
|
+
'@rollup/rollup-darwin-x64@4.62.2':
|
|
3319
|
+
resolution: {integrity: sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==}
|
|
3305
3320
|
cpu: [x64]
|
|
3306
3321
|
os: [darwin]
|
|
3307
3322
|
|
|
3308
|
-
'@rollup/rollup-freebsd-arm64@4.
|
|
3309
|
-
resolution: {integrity: sha512-
|
|
3323
|
+
'@rollup/rollup-freebsd-arm64@4.62.2':
|
|
3324
|
+
resolution: {integrity: sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==}
|
|
3310
3325
|
cpu: [arm64]
|
|
3311
3326
|
os: [freebsd]
|
|
3312
3327
|
|
|
3313
|
-
'@rollup/rollup-freebsd-x64@4.
|
|
3314
|
-
resolution: {integrity: sha512-
|
|
3328
|
+
'@rollup/rollup-freebsd-x64@4.62.2':
|
|
3329
|
+
resolution: {integrity: sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==}
|
|
3315
3330
|
cpu: [x64]
|
|
3316
3331
|
os: [freebsd]
|
|
3317
3332
|
|
|
3318
|
-
'@rollup/rollup-linux-arm-gnueabihf@4.
|
|
3319
|
-
resolution: {integrity: sha512-
|
|
3333
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.62.2':
|
|
3334
|
+
resolution: {integrity: sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==}
|
|
3320
3335
|
cpu: [arm]
|
|
3321
3336
|
os: [linux]
|
|
3322
3337
|
libc: [glibc]
|
|
3323
3338
|
|
|
3324
|
-
'@rollup/rollup-linux-arm-musleabihf@4.
|
|
3325
|
-
resolution: {integrity: sha512-
|
|
3339
|
+
'@rollup/rollup-linux-arm-musleabihf@4.62.2':
|
|
3340
|
+
resolution: {integrity: sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==}
|
|
3326
3341
|
cpu: [arm]
|
|
3327
3342
|
os: [linux]
|
|
3328
3343
|
libc: [musl]
|
|
3329
3344
|
|
|
3330
|
-
'@rollup/rollup-linux-arm64-gnu@4.
|
|
3331
|
-
resolution: {integrity: sha512-
|
|
3345
|
+
'@rollup/rollup-linux-arm64-gnu@4.62.2':
|
|
3346
|
+
resolution: {integrity: sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==}
|
|
3332
3347
|
cpu: [arm64]
|
|
3333
3348
|
os: [linux]
|
|
3334
3349
|
libc: [glibc]
|
|
3335
3350
|
|
|
3336
|
-
'@rollup/rollup-linux-arm64-musl@4.
|
|
3337
|
-
resolution: {integrity: sha512-
|
|
3351
|
+
'@rollup/rollup-linux-arm64-musl@4.62.2':
|
|
3352
|
+
resolution: {integrity: sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==}
|
|
3338
3353
|
cpu: [arm64]
|
|
3339
3354
|
os: [linux]
|
|
3340
3355
|
libc: [musl]
|
|
3341
3356
|
|
|
3342
|
-
'@rollup/rollup-linux-loong64-gnu@4.
|
|
3343
|
-
resolution: {integrity: sha512-
|
|
3357
|
+
'@rollup/rollup-linux-loong64-gnu@4.62.2':
|
|
3358
|
+
resolution: {integrity: sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==}
|
|
3344
3359
|
cpu: [loong64]
|
|
3345
3360
|
os: [linux]
|
|
3346
3361
|
libc: [glibc]
|
|
3347
3362
|
|
|
3348
|
-
'@rollup/rollup-linux-loong64-musl@4.
|
|
3349
|
-
resolution: {integrity: sha512-
|
|
3363
|
+
'@rollup/rollup-linux-loong64-musl@4.62.2':
|
|
3364
|
+
resolution: {integrity: sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==}
|
|
3350
3365
|
cpu: [loong64]
|
|
3351
3366
|
os: [linux]
|
|
3352
3367
|
libc: [musl]
|
|
3353
3368
|
|
|
3354
|
-
'@rollup/rollup-linux-ppc64-gnu@4.
|
|
3355
|
-
resolution: {integrity: sha512-
|
|
3369
|
+
'@rollup/rollup-linux-ppc64-gnu@4.62.2':
|
|
3370
|
+
resolution: {integrity: sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==}
|
|
3356
3371
|
cpu: [ppc64]
|
|
3357
3372
|
os: [linux]
|
|
3358
3373
|
libc: [glibc]
|
|
3359
3374
|
|
|
3360
|
-
'@rollup/rollup-linux-ppc64-musl@4.
|
|
3361
|
-
resolution: {integrity: sha512-
|
|
3375
|
+
'@rollup/rollup-linux-ppc64-musl@4.62.2':
|
|
3376
|
+
resolution: {integrity: sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==}
|
|
3362
3377
|
cpu: [ppc64]
|
|
3363
3378
|
os: [linux]
|
|
3364
3379
|
libc: [musl]
|
|
3365
3380
|
|
|
3366
|
-
'@rollup/rollup-linux-riscv64-gnu@4.
|
|
3367
|
-
resolution: {integrity: sha512-
|
|
3381
|
+
'@rollup/rollup-linux-riscv64-gnu@4.62.2':
|
|
3382
|
+
resolution: {integrity: sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==}
|
|
3368
3383
|
cpu: [riscv64]
|
|
3369
3384
|
os: [linux]
|
|
3370
3385
|
libc: [glibc]
|
|
3371
3386
|
|
|
3372
|
-
'@rollup/rollup-linux-riscv64-musl@4.
|
|
3373
|
-
resolution: {integrity: sha512-
|
|
3387
|
+
'@rollup/rollup-linux-riscv64-musl@4.62.2':
|
|
3388
|
+
resolution: {integrity: sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==}
|
|
3374
3389
|
cpu: [riscv64]
|
|
3375
3390
|
os: [linux]
|
|
3376
3391
|
libc: [musl]
|
|
3377
3392
|
|
|
3378
|
-
'@rollup/rollup-linux-s390x-gnu@4.
|
|
3379
|
-
resolution: {integrity: sha512-
|
|
3393
|
+
'@rollup/rollup-linux-s390x-gnu@4.62.2':
|
|
3394
|
+
resolution: {integrity: sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==}
|
|
3380
3395
|
cpu: [s390x]
|
|
3381
3396
|
os: [linux]
|
|
3382
3397
|
libc: [glibc]
|
|
3383
3398
|
|
|
3384
|
-
'@rollup/rollup-linux-x64-gnu@4.
|
|
3385
|
-
resolution: {integrity: sha512-
|
|
3399
|
+
'@rollup/rollup-linux-x64-gnu@4.62.2':
|
|
3400
|
+
resolution: {integrity: sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==}
|
|
3386
3401
|
cpu: [x64]
|
|
3387
3402
|
os: [linux]
|
|
3388
3403
|
libc: [glibc]
|
|
3389
3404
|
|
|
3390
|
-
'@rollup/rollup-linux-x64-musl@4.
|
|
3391
|
-
resolution: {integrity: sha512-
|
|
3405
|
+
'@rollup/rollup-linux-x64-musl@4.62.2':
|
|
3406
|
+
resolution: {integrity: sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==}
|
|
3392
3407
|
cpu: [x64]
|
|
3393
3408
|
os: [linux]
|
|
3394
3409
|
libc: [musl]
|
|
3395
3410
|
|
|
3396
|
-
'@rollup/rollup-openbsd-x64@4.
|
|
3397
|
-
resolution: {integrity: sha512-
|
|
3411
|
+
'@rollup/rollup-openbsd-x64@4.62.2':
|
|
3412
|
+
resolution: {integrity: sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==}
|
|
3398
3413
|
cpu: [x64]
|
|
3399
3414
|
os: [openbsd]
|
|
3400
3415
|
|
|
3401
|
-
'@rollup/rollup-openharmony-arm64@4.
|
|
3402
|
-
resolution: {integrity: sha512-
|
|
3416
|
+
'@rollup/rollup-openharmony-arm64@4.62.2':
|
|
3417
|
+
resolution: {integrity: sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==}
|
|
3403
3418
|
cpu: [arm64]
|
|
3404
3419
|
os: [openharmony]
|
|
3405
3420
|
|
|
3406
|
-
'@rollup/rollup-win32-arm64-msvc@4.
|
|
3407
|
-
resolution: {integrity: sha512-
|
|
3421
|
+
'@rollup/rollup-win32-arm64-msvc@4.62.2':
|
|
3422
|
+
resolution: {integrity: sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==}
|
|
3408
3423
|
cpu: [arm64]
|
|
3409
3424
|
os: [win32]
|
|
3410
3425
|
|
|
3411
|
-
'@rollup/rollup-win32-ia32-msvc@4.
|
|
3412
|
-
resolution: {integrity: sha512-
|
|
3426
|
+
'@rollup/rollup-win32-ia32-msvc@4.62.2':
|
|
3427
|
+
resolution: {integrity: sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==}
|
|
3413
3428
|
cpu: [ia32]
|
|
3414
3429
|
os: [win32]
|
|
3415
3430
|
|
|
3416
|
-
'@rollup/rollup-win32-x64-gnu@4.
|
|
3417
|
-
resolution: {integrity: sha512-
|
|
3431
|
+
'@rollup/rollup-win32-x64-gnu@4.62.2':
|
|
3432
|
+
resolution: {integrity: sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==}
|
|
3418
3433
|
cpu: [x64]
|
|
3419
3434
|
os: [win32]
|
|
3420
3435
|
|
|
3421
|
-
'@rollup/rollup-win32-x64-msvc@4.
|
|
3422
|
-
resolution: {integrity: sha512-
|
|
3436
|
+
'@rollup/rollup-win32-x64-msvc@4.62.2':
|
|
3437
|
+
resolution: {integrity: sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==}
|
|
3423
3438
|
cpu: [x64]
|
|
3424
3439
|
os: [win32]
|
|
3425
3440
|
|
|
@@ -3446,86 +3461,86 @@ packages:
|
|
|
3446
3461
|
peerDependencies:
|
|
3447
3462
|
eslint: ^9.0.0 || ^10.0.0
|
|
3448
3463
|
|
|
3449
|
-
'@swc/core-darwin-arm64@1.15.
|
|
3450
|
-
resolution: {integrity: sha512-
|
|
3464
|
+
'@swc/core-darwin-arm64@1.15.43':
|
|
3465
|
+
resolution: {integrity: sha512-v1aVuvXdo/BHxJzco9V2xpHrvwWmhfS8t6gziY5wJxd+Z2h8AeJRnAwPD8itCDaGXVBwJ/CaKfxEzTkG0Va0OA==}
|
|
3451
3466
|
engines: {node: '>=10'}
|
|
3452
3467
|
cpu: [arm64]
|
|
3453
3468
|
os: [darwin]
|
|
3454
3469
|
|
|
3455
|
-
'@swc/core-darwin-x64@1.15.
|
|
3456
|
-
resolution: {integrity: sha512-
|
|
3470
|
+
'@swc/core-darwin-x64@1.15.43':
|
|
3471
|
+
resolution: {integrity: sha512-lp3d4Lamc8dt5huYdGLSR+9hLxmfr1jb0l+4XXG2zPqZwYWRN9R0U2qYoTrggiU2RWW0oV9VbWM3kBnqIc2kdQ==}
|
|
3457
3472
|
engines: {node: '>=10'}
|
|
3458
3473
|
cpu: [x64]
|
|
3459
3474
|
os: [darwin]
|
|
3460
3475
|
|
|
3461
|
-
'@swc/core-linux-arm-gnueabihf@1.15.
|
|
3462
|
-
resolution: {integrity: sha512-
|
|
3476
|
+
'@swc/core-linux-arm-gnueabihf@1.15.43':
|
|
3477
|
+
resolution: {integrity: sha512-JWTQQELtsG5GgphDrr/XqqmM2pDN3cZqbMS0Mrg+iTiXL3F74sn/S2IyYE/5u4h2KLkTf9qQ7dXyxsbx7YzkeA==}
|
|
3463
3478
|
engines: {node: '>=10'}
|
|
3464
3479
|
cpu: [arm]
|
|
3465
3480
|
os: [linux]
|
|
3466
3481
|
|
|
3467
|
-
'@swc/core-linux-arm64-gnu@1.15.
|
|
3468
|
-
resolution: {integrity: sha512-
|
|
3482
|
+
'@swc/core-linux-arm64-gnu@1.15.43':
|
|
3483
|
+
resolution: {integrity: sha512-B4otJRdPWIsmiSBf0uG7Z/+vMWmkufjz5MmYxubwKuZazDW14Zd3symga1N62QR4RT+kEFeHEgsXfZGyn/w0hw==}
|
|
3469
3484
|
engines: {node: '>=10'}
|
|
3470
3485
|
cpu: [arm64]
|
|
3471
3486
|
os: [linux]
|
|
3472
3487
|
libc: [glibc]
|
|
3473
3488
|
|
|
3474
|
-
'@swc/core-linux-arm64-musl@1.15.
|
|
3475
|
-
resolution: {integrity: sha512-
|
|
3489
|
+
'@swc/core-linux-arm64-musl@1.15.43':
|
|
3490
|
+
resolution: {integrity: sha512-6zB6OnpViBxYy4tgY3v2i6AZY9fwkcHZ032UOwtwUuW1d19sdT07qF0kZe6/3UR1tUaK6jjg2rmVcUIBCEYVjQ==}
|
|
3476
3491
|
engines: {node: '>=10'}
|
|
3477
3492
|
cpu: [arm64]
|
|
3478
3493
|
os: [linux]
|
|
3479
3494
|
libc: [musl]
|
|
3480
3495
|
|
|
3481
|
-
'@swc/core-linux-ppc64-gnu@1.15.
|
|
3482
|
-
resolution: {integrity: sha512-
|
|
3496
|
+
'@swc/core-linux-ppc64-gnu@1.15.43':
|
|
3497
|
+
resolution: {integrity: sha512-coxE1ZWdB3uSDVNoEtYNrRi/1epvckZx9cTJ8ICUxTMTxGk+yvQ/Twacp3ruZSaMPGCriUjP86C37VhaT6nyRg==}
|
|
3483
3498
|
engines: {node: '>=10'}
|
|
3484
3499
|
cpu: [ppc64]
|
|
3485
3500
|
os: [linux]
|
|
3486
3501
|
libc: [glibc]
|
|
3487
3502
|
|
|
3488
|
-
'@swc/core-linux-s390x-gnu@1.15.
|
|
3489
|
-
resolution: {integrity: sha512-
|
|
3503
|
+
'@swc/core-linux-s390x-gnu@1.15.43':
|
|
3504
|
+
resolution: {integrity: sha512-lXfLhs+LpBsD5inuYx+YDH5WsPPBQ95KPUiy8P5wq9ob9xKDZFqwNfU2QW6bGO8NqRO/H9JQomTSt5Yyh+FGfA==}
|
|
3490
3505
|
engines: {node: '>=10'}
|
|
3491
3506
|
cpu: [s390x]
|
|
3492
3507
|
os: [linux]
|
|
3493
3508
|
libc: [glibc]
|
|
3494
3509
|
|
|
3495
|
-
'@swc/core-linux-x64-gnu@1.15.
|
|
3496
|
-
resolution: {integrity: sha512-
|
|
3510
|
+
'@swc/core-linux-x64-gnu@1.15.43':
|
|
3511
|
+
resolution: {integrity: sha512-07XnKwTmKy8TGOZG3D9fRnLWGynxPjwQnZLVmBFbo6F+7vHYzBIOuwXEhemrChBWb6yDNZsVCcMWCPX6FDD2xg==}
|
|
3497
3512
|
engines: {node: '>=10'}
|
|
3498
3513
|
cpu: [x64]
|
|
3499
3514
|
os: [linux]
|
|
3500
3515
|
libc: [glibc]
|
|
3501
3516
|
|
|
3502
|
-
'@swc/core-linux-x64-musl@1.15.
|
|
3503
|
-
resolution: {integrity: sha512
|
|
3517
|
+
'@swc/core-linux-x64-musl@1.15.43':
|
|
3518
|
+
resolution: {integrity: sha512-TJc+bsSIaBh+hZvZ5GRtW/K1bw66TJ9vsUwvVIsZdiWxU5ObLwZvfcnZ3UpgVfMnFibRes9uriJrQNBHEEogRQ==}
|
|
3504
3519
|
engines: {node: '>=10'}
|
|
3505
3520
|
cpu: [x64]
|
|
3506
3521
|
os: [linux]
|
|
3507
3522
|
libc: [musl]
|
|
3508
3523
|
|
|
3509
|
-
'@swc/core-win32-arm64-msvc@1.15.
|
|
3510
|
-
resolution: {integrity: sha512-
|
|
3524
|
+
'@swc/core-win32-arm64-msvc@1.15.43':
|
|
3525
|
+
resolution: {integrity: sha512-jfd7s2/bUQYkOHLs+LWQNKZdmDa8+sufKLllhpWAhVQ2GDCwsHe3vR/j+OSiItZNtkzFuaawa3+SAKz9y5gYfw==}
|
|
3511
3526
|
engines: {node: '>=10'}
|
|
3512
3527
|
cpu: [arm64]
|
|
3513
3528
|
os: [win32]
|
|
3514
3529
|
|
|
3515
|
-
'@swc/core-win32-ia32-msvc@1.15.
|
|
3516
|
-
resolution: {integrity: sha512-
|
|
3530
|
+
'@swc/core-win32-ia32-msvc@1.15.43':
|
|
3531
|
+
resolution: {integrity: sha512-rLAE8JvucqEW1ZGohxPQrQWPBQeJG4+ypKbWfdlU/qmKScvCkxf9/Jxnzki1dkUQCQ7P5Enp13RlvqOlvx/32g==}
|
|
3517
3532
|
engines: {node: '>=10'}
|
|
3518
3533
|
cpu: [ia32]
|
|
3519
3534
|
os: [win32]
|
|
3520
3535
|
|
|
3521
|
-
'@swc/core-win32-x64-msvc@1.15.
|
|
3522
|
-
resolution: {integrity: sha512-
|
|
3536
|
+
'@swc/core-win32-x64-msvc@1.15.43':
|
|
3537
|
+
resolution: {integrity: sha512-h8MLDHZcfIukwQWj03rIJZx1I0E81AYj2X7J/nGErG4nz+QAv6G1Z+peotvinL3lqpbo32tLYSMFo32/ySzxKg==}
|
|
3523
3538
|
engines: {node: '>=10'}
|
|
3524
3539
|
cpu: [x64]
|
|
3525
3540
|
os: [win32]
|
|
3526
3541
|
|
|
3527
|
-
'@swc/core@1.15.
|
|
3528
|
-
resolution: {integrity: sha512-
|
|
3542
|
+
'@swc/core@1.15.43':
|
|
3543
|
+
resolution: {integrity: sha512-1CuKjFkPxIgGdeHVuNbkxmBxkcbdc08u0aiI43pFq6yY1tTVKmXT9hFEooyyKs/sJ3xf1GPHyEwTtk9Xl8dvQw==}
|
|
3529
3544
|
engines: {node: '>=10'}
|
|
3530
3545
|
peerDependencies:
|
|
3531
3546
|
'@swc/helpers': '>=0.5.17'
|
|
@@ -3539,11 +3554,11 @@ packages:
|
|
|
3539
3554
|
'@swc/helpers@0.5.23':
|
|
3540
3555
|
resolution: {integrity: sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==}
|
|
3541
3556
|
|
|
3542
|
-
'@swc/types@0.1.
|
|
3543
|
-
resolution: {integrity: sha512-
|
|
3557
|
+
'@swc/types@0.1.27':
|
|
3558
|
+
resolution: {integrity: sha512-K6h3iUlqeM946U4sXFYeahefR1YBbXJvko+hv8WS8/0BNJ4OHiHRywMnQUJCqkR7Y9+hqQ1TvEpiKqUhz7NEFg==}
|
|
3544
3559
|
|
|
3545
|
-
'@tanstack/devtools-event-client@0.4.
|
|
3546
|
-
resolution: {integrity: sha512-
|
|
3560
|
+
'@tanstack/devtools-event-client@0.4.4':
|
|
3561
|
+
resolution: {integrity: sha512-6T5Yop/793YI+H+5J8Hsyj4kCih9sl4t3ElLgKioW5hk3ocn+ZdSJ94tT7vL7uabxSugWYBZlOTMPzEw2puvQw==}
|
|
3547
3562
|
engines: {node: '>=18'}
|
|
3548
3563
|
hasBin: true
|
|
3549
3564
|
|
|
@@ -3558,11 +3573,11 @@ packages:
|
|
|
3558
3573
|
resolution: {integrity: sha512-y/xtNPNt/YeyoVxE/JCx+T7yjEzpezmbb+toK8DDD1P4m7Kzs5YR956+7OKexG3f8aXgC3rLZl7b1V+yNUSy5w==}
|
|
3559
3574
|
engines: {node: '>=18'}
|
|
3560
3575
|
|
|
3561
|
-
'@tanstack/query-core@5.101.
|
|
3562
|
-
resolution: {integrity: sha512-
|
|
3576
|
+
'@tanstack/query-core@5.101.1':
|
|
3577
|
+
resolution: {integrity: sha512-Y6Y92dkXtNqx67m2pMSxUsA3zOCwv862JexZRP8/EPwvKXMPu9m8rv43spiXWzOUIggQ3SQApttALStzhA8B4g==}
|
|
3563
3578
|
|
|
3564
|
-
'@tanstack/query-persist-client-core@5.101.
|
|
3565
|
-
resolution: {integrity: sha512-
|
|
3579
|
+
'@tanstack/query-persist-client-core@5.101.1':
|
|
3580
|
+
resolution: {integrity: sha512-rR5Er6jmdI3Oo8o6Wc0ceM6glDU4umgePu2IxM3Gy2UvPqcQONduxxxSzU1+F17mpS09XHqHKmj0Irhfb2cGYg==}
|
|
3566
3581
|
|
|
3567
3582
|
'@tanstack/store@0.11.0':
|
|
3568
3583
|
resolution: {integrity: sha512-WlzzCt3xi0G6pCAJu1U+2jiECwabETDpQDi3hfkFZvJii9AuZqEKbOiVarX1/bWhTNjU486yQtJCCasi/0q+Cw==}
|
|
@@ -3576,8 +3591,8 @@ packages:
|
|
|
3576
3591
|
peerDependencies:
|
|
3577
3592
|
vue: ^3.4.0
|
|
3578
3593
|
|
|
3579
|
-
'@tanstack/vue-query@5.101.
|
|
3580
|
-
resolution: {integrity: sha512-
|
|
3594
|
+
'@tanstack/vue-query@5.101.1':
|
|
3595
|
+
resolution: {integrity: sha512-w36v/HlCF2xRpdDCz7cygk99AwBWhZaT5No1dJOwqIZ1AR8q7tiovRyPFID/49gkjXG7KgXs/nHfRg+eCydH4Q==}
|
|
3581
3596
|
peerDependencies:
|
|
3582
3597
|
'@vue/composition-api': ^1.1.2
|
|
3583
3598
|
vue: ^2.6.0 || ^3.3.0
|
|
@@ -3744,8 +3759,8 @@ packages:
|
|
|
3744
3759
|
'@types/koa@3.0.3':
|
|
3745
3760
|
resolution: {integrity: sha512-TdtNEJ7sYSrFQcVuS2ySsVqnq5EyE3oJbnfFJvkC9UtGP4Kpem5KE7r+ivHIbIAQAofSqnlB5D3vkfYO69TQpg==}
|
|
3746
3761
|
|
|
3747
|
-
'@types/luxon@3.7.
|
|
3748
|
-
resolution: {integrity: sha512-
|
|
3762
|
+
'@types/luxon@3.7.2':
|
|
3763
|
+
resolution: {integrity: sha512-gW+Oib+vUtGJBtNC8V9Reww0oIpusw+4m81uncg9REGZAJfqOQHfo/nkabnc7w0QReXyPqjrbWMJk6NuAkiX3Q==}
|
|
3749
3764
|
|
|
3750
3765
|
'@types/mdast@3.0.15':
|
|
3751
3766
|
resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==}
|
|
@@ -3756,8 +3771,8 @@ packages:
|
|
|
3756
3771
|
'@types/ms@2.1.0':
|
|
3757
3772
|
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
|
|
3758
3773
|
|
|
3759
|
-
'@types/node@22.
|
|
3760
|
-
resolution: {integrity: sha512-
|
|
3774
|
+
'@types/node@22.20.0':
|
|
3775
|
+
resolution: {integrity: sha512-QWlFW2wf3nTjC13/DqRnBpR4ZO36VJH/JVBkA/vcnmbTBNQIlnObqyqZE1tUR7+Ni23Lda8R1BxMfbXRpCUx5g==}
|
|
3761
3776
|
|
|
3762
3777
|
'@types/nodemailer@8.0.1':
|
|
3763
3778
|
resolution: {integrity: sha512-PxpaInm8V1JQDd4j0ds5HfvWQk8JupS1C0Picb96QJsrrRDjBH+DlK7L4ZdNSqNULhiZRQHc40nLVShaGxXAMw==}
|
|
@@ -3795,70 +3810,70 @@ packages:
|
|
|
3795
3810
|
'@types/ws@8.18.1':
|
|
3796
3811
|
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
|
|
3797
3812
|
|
|
3798
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
3799
|
-
resolution: {integrity: sha512-
|
|
3813
|
+
'@typescript-eslint/eslint-plugin@8.62.0':
|
|
3814
|
+
resolution: {integrity: sha512-o+mpz7EYiMzXoySXiKmzlabIvTVqUuK5yLrAedRPRDA0IpPFMUV1IXt6OqljIxX/kumN6EjUYp41Hqelh6p/Dw==}
|
|
3800
3815
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3801
3816
|
peerDependencies:
|
|
3802
|
-
'@typescript-eslint/parser': ^8.
|
|
3817
|
+
'@typescript-eslint/parser': ^8.62.0
|
|
3803
3818
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
3804
3819
|
typescript: '>=4.8.4 <6.1.0'
|
|
3805
3820
|
|
|
3806
|
-
'@typescript-eslint/parser@8.
|
|
3807
|
-
resolution: {integrity: sha512-
|
|
3821
|
+
'@typescript-eslint/parser@8.62.0':
|
|
3822
|
+
resolution: {integrity: sha512-dzHeT2gySzZtLDsuqxU9AkYgIsQoHAHtRBpOqM+Ofzx1Bwrd2RcCjQJ+6iQbsHOIR6NS33bF2W1k3blN1zLDrA==}
|
|
3808
3823
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3809
3824
|
peerDependencies:
|
|
3810
3825
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
3811
3826
|
typescript: '>=4.8.4 <6.1.0'
|
|
3812
3827
|
|
|
3813
|
-
'@typescript-eslint/project-service@8.
|
|
3814
|
-
resolution: {integrity: sha512-
|
|
3828
|
+
'@typescript-eslint/project-service@8.62.0':
|
|
3829
|
+
resolution: {integrity: sha512-wexnCqiTg7BOGtbLDftYpRWlmLq4xfoMd7BKFR6Y75sZS3QmRKLdN3yWLhmIYgqMmP/OXWpj3H8odkb5nGURCQ==}
|
|
3815
3830
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3816
3831
|
peerDependencies:
|
|
3817
3832
|
typescript: '>=4.8.4 <6.1.0'
|
|
3818
3833
|
|
|
3819
|
-
'@typescript-eslint/rule-tester@8.
|
|
3820
|
-
resolution: {integrity: sha512-
|
|
3834
|
+
'@typescript-eslint/rule-tester@8.62.0':
|
|
3835
|
+
resolution: {integrity: sha512-WfzCnmTeOM3AifMf5rXPbFWHGWEru9rZKy4U6CSgpmxfOM6sTdKwjX7gTQEfXwsQp/MjRuEv3XOTBdQzxTCWMw==}
|
|
3821
3836
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3822
3837
|
peerDependencies:
|
|
3823
3838
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
3824
3839
|
typescript: '>=4.8.4 <6.1.0'
|
|
3825
3840
|
|
|
3826
|
-
'@typescript-eslint/scope-manager@8.
|
|
3827
|
-
resolution: {integrity: sha512-
|
|
3841
|
+
'@typescript-eslint/scope-manager@8.62.0':
|
|
3842
|
+
resolution: {integrity: sha512-1lX38kNxXIRb8mEc3lbq5mdHq1Pf2+U0nFU65KfT18mtPxxl0fvjuEE92mHuXPuCtElJhOrddOpyMlM3Z0umEA==}
|
|
3828
3843
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3829
3844
|
|
|
3830
|
-
'@typescript-eslint/tsconfig-utils@8.
|
|
3831
|
-
resolution: {integrity: sha512-
|
|
3845
|
+
'@typescript-eslint/tsconfig-utils@8.62.0':
|
|
3846
|
+
resolution: {integrity: sha512-y2GAdB6ykaXUvuspbYnizQc4oDDz0Tz/Yc7iWrXf9mx8vm/L/0vLHCe0tS2boG96Zy+DivnVDQ9ZUEWoHqqx1g==}
|
|
3832
3847
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3833
3848
|
peerDependencies:
|
|
3834
3849
|
typescript: '>=4.8.4 <6.1.0'
|
|
3835
3850
|
|
|
3836
|
-
'@typescript-eslint/type-utils@8.
|
|
3837
|
-
resolution: {integrity: sha512
|
|
3851
|
+
'@typescript-eslint/type-utils@8.62.0':
|
|
3852
|
+
resolution: {integrity: sha512-+g5O3j0w2ldzC86Pv6fvbO/xhAonbJFIdf/MKQ1d30gndlsVzUOE83ldfSE15Qrl9fhFjK6AovHs5Wpp6vx86w==}
|
|
3838
3853
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3839
3854
|
peerDependencies:
|
|
3840
3855
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
3841
3856
|
typescript: '>=4.8.4 <6.1.0'
|
|
3842
3857
|
|
|
3843
|
-
'@typescript-eslint/types@8.
|
|
3844
|
-
resolution: {integrity: sha512-
|
|
3858
|
+
'@typescript-eslint/types@8.62.0':
|
|
3859
|
+
resolution: {integrity: sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg==}
|
|
3845
3860
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3846
3861
|
|
|
3847
|
-
'@typescript-eslint/typescript-estree@8.
|
|
3848
|
-
resolution: {integrity: sha512
|
|
3862
|
+
'@typescript-eslint/typescript-estree@8.62.0':
|
|
3863
|
+
resolution: {integrity: sha512-+hVbNxtW64pIcZWDPGbyaKF7vp2IBTVY5ma1blwwksrjdsbdqqEKvJWMGbBofei4F6Dovx1M0RJgoFeNu2279A==}
|
|
3849
3864
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3850
3865
|
peerDependencies:
|
|
3851
3866
|
typescript: '>=4.8.4 <6.1.0'
|
|
3852
3867
|
|
|
3853
|
-
'@typescript-eslint/utils@8.
|
|
3854
|
-
resolution: {integrity: sha512-
|
|
3868
|
+
'@typescript-eslint/utils@8.62.0':
|
|
3869
|
+
resolution: {integrity: sha512-82r66fi9zYwZ+mTq3vKgwjbZ1PVk/DJzrXFLpG6RnBbdvH8TEGVHIs9H4d2drhkOzf0syZuD/OZvvlu6GDbP4g==}
|
|
3855
3870
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3856
3871
|
peerDependencies:
|
|
3857
3872
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
3858
3873
|
typescript: '>=4.8.4 <6.1.0'
|
|
3859
3874
|
|
|
3860
|
-
'@typescript-eslint/visitor-keys@8.
|
|
3861
|
-
resolution: {integrity: sha512-
|
|
3875
|
+
'@typescript-eslint/visitor-keys@8.62.0':
|
|
3876
|
+
resolution: {integrity: sha512-CY3uyFSRbcQv3nnSv8S0+lDftMVz6P963PoRlxrV7ew/Md564g9ut60PYzdLM5qW4jFn93GBF+Soi90ISAN+GQ==}
|
|
3862
3877
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3863
3878
|
|
|
3864
3879
|
'@vue/compiler-core@3.0.11':
|
|
@@ -4029,8 +4044,8 @@ packages:
|
|
|
4029
4044
|
resolution: {integrity: sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==}
|
|
4030
4045
|
engines: {node: '>= 6.0.0'}
|
|
4031
4046
|
|
|
4032
|
-
axios@1.
|
|
4033
|
-
resolution: {integrity: sha512-
|
|
4047
|
+
axios@1.18.1:
|
|
4048
|
+
resolution: {integrity: sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==}
|
|
4034
4049
|
|
|
4035
4050
|
babel-plugin-transform-typescript-metadata@0.3.2:
|
|
4036
4051
|
resolution: {integrity: sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==}
|
|
@@ -4058,13 +4073,13 @@ packages:
|
|
|
4058
4073
|
resolution: {integrity: sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==}
|
|
4059
4074
|
engines: {node: '>=6.0.0'}
|
|
4060
4075
|
|
|
4061
|
-
baseline-browser-mapping@2.10.
|
|
4062
|
-
resolution: {integrity: sha512-
|
|
4076
|
+
baseline-browser-mapping@2.10.40:
|
|
4077
|
+
resolution: {integrity: sha512-BSSLZ9/Cjjv7Gtj5B68ZzXcXUg8iOf3fme+FCuh8rC/Go+Kmh8cox7M3A8dolou16s64QjLPOSdngh7GxXvkSw==}
|
|
4063
4078
|
engines: {node: '>=6.0.0'}
|
|
4064
4079
|
hasBin: true
|
|
4065
4080
|
|
|
4066
|
-
better-sqlite3@12.
|
|
4067
|
-
resolution: {integrity: sha512-
|
|
4081
|
+
better-sqlite3@12.11.1:
|
|
4082
|
+
resolution: {integrity: sha512-dq9AtApgg5PGFtBzPFSBl3HZQjHok5gaQCM6zh2Yk0aSmDCs1CbnVI8/HgASQkNKsWFpseIO9beg5xxpYhbIfA==}
|
|
4068
4083
|
engines: {node: 20.x || 22.x || 23.x || 24.x || 25.x || 26.x}
|
|
4069
4084
|
|
|
4070
4085
|
big.js@5.2.2:
|
|
@@ -4090,8 +4105,8 @@ packages:
|
|
|
4090
4105
|
bl@4.1.0:
|
|
4091
4106
|
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
|
|
4092
4107
|
|
|
4093
|
-
body-parser@2.
|
|
4094
|
-
resolution: {integrity: sha512-
|
|
4108
|
+
body-parser@2.3.0:
|
|
4109
|
+
resolution: {integrity: sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==}
|
|
4095
4110
|
engines: {node: '>=18'}
|
|
4096
4111
|
|
|
4097
4112
|
boolbase@1.0.0:
|
|
@@ -4119,8 +4134,8 @@ packages:
|
|
|
4119
4134
|
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
|
4120
4135
|
engines: {node: '>=8'}
|
|
4121
4136
|
|
|
4122
|
-
browserslist@4.28.
|
|
4123
|
-
resolution: {integrity: sha512-
|
|
4137
|
+
browserslist@4.28.4:
|
|
4138
|
+
resolution: {integrity: sha512-MTc8i/x9jBQd1iMw2CFGS+rwMa07eYjLR0CCTLDACl9xhxy+nIs3KeML/biicXtk9JrZ6dnnTatmc7ErPXIxqw==}
|
|
4124
4139
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
4125
4140
|
hasBin: true
|
|
4126
4141
|
|
|
@@ -4145,8 +4160,8 @@ packages:
|
|
|
4145
4160
|
buffer@5.7.1:
|
|
4146
4161
|
resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
|
|
4147
4162
|
|
|
4148
|
-
bullmq@5.
|
|
4149
|
-
resolution: {integrity: sha512-
|
|
4163
|
+
bullmq@5.79.1:
|
|
4164
|
+
resolution: {integrity: sha512-cteoHRr1FGOTUgzFrnMyBNGtQhNeVR8Ej6nImNSHQDJi4tj6GMD0p9ZG65ZsTnvR9RVf18dhRxWu4kFl634QGA==}
|
|
4150
4165
|
engines: {node: '>=12.22.0'}
|
|
4151
4166
|
peerDependencies:
|
|
4152
4167
|
redis: '>=5.0.0'
|
|
@@ -4589,8 +4604,8 @@ packages:
|
|
|
4589
4604
|
egg-path-matching@2.1.0:
|
|
4590
4605
|
resolution: {integrity: sha512-g2V2ohTSf/WN1UNtUdeUAhu/xbA97uAJHgqRpRInR2KT77MRxrG4XtcsjbZudQmB5XRPvYSbnny/1m/57+UadA==}
|
|
4591
4606
|
|
|
4592
|
-
electron-to-chromium@1.5.
|
|
4593
|
-
resolution: {integrity: sha512-
|
|
4607
|
+
electron-to-chromium@1.5.379:
|
|
4608
|
+
resolution: {integrity: sha512-v/qV5aV5EUA2pGilzUCq5/eyOloZAqDZBu9UMBIzgPpLlprjSR6zswsWBTv0KpqxLGUAZEwhO95ZCt7srymNVA==}
|
|
4594
4609
|
|
|
4595
4610
|
emoji-regex@10.6.0:
|
|
4596
4611
|
resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==}
|
|
@@ -4719,8 +4734,8 @@ packages:
|
|
|
4719
4734
|
peerDependencies:
|
|
4720
4735
|
eslint: ^9.0.0 || ^10.0.0
|
|
4721
4736
|
|
|
4722
|
-
eslint-plugin-regexp@3.1.
|
|
4723
|
-
resolution: {integrity: sha512-
|
|
4737
|
+
eslint-plugin-regexp@3.1.1:
|
|
4738
|
+
resolution: {integrity: sha512-MxR5nqoQCtVWmJwia0D2+NlXX1xzdpkslsVOZLEYQ4PQWEaL65PCZXURxaBc3lPnkNFpNxzMIRmYVxdl8giXRA==}
|
|
4724
4739
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
4725
4740
|
peerDependencies:
|
|
4726
4741
|
eslint: '>=9.38.0'
|
|
@@ -4754,8 +4769,8 @@ packages:
|
|
|
4754
4769
|
'@typescript-eslint/parser':
|
|
4755
4770
|
optional: true
|
|
4756
4771
|
|
|
4757
|
-
eslint-plugin-yml@3.
|
|
4758
|
-
resolution: {integrity: sha512-
|
|
4772
|
+
eslint-plugin-yml@3.5.0:
|
|
4773
|
+
resolution: {integrity: sha512-u2UkSIp/+th1wYCt0QWeCI6agf24dxX6PbFfCCN18gGQHmXh3Cn9D/U5OiP5RNYTEwjXCLusj1OJRK+zwdvFqQ==}
|
|
4759
4774
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24.0.0}
|
|
4760
4775
|
peerDependencies:
|
|
4761
4776
|
eslint: '>=9.38.0'
|
|
@@ -5081,8 +5096,8 @@ packages:
|
|
|
5081
5096
|
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
|
5082
5097
|
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
5083
5098
|
|
|
5084
|
-
globals@17.
|
|
5085
|
-
resolution: {integrity: sha512-
|
|
5099
|
+
globals@17.7.0:
|
|
5100
|
+
resolution: {integrity: sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==}
|
|
5086
5101
|
engines: {node: '>=18'}
|
|
5087
5102
|
|
|
5088
5103
|
globby@14.1.0:
|
|
@@ -5140,8 +5155,8 @@ packages:
|
|
|
5140
5155
|
header-case@2.0.4:
|
|
5141
5156
|
resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==}
|
|
5142
5157
|
|
|
5143
|
-
hono@4.12.
|
|
5144
|
-
resolution: {integrity: sha512-
|
|
5158
|
+
hono@4.12.27:
|
|
5159
|
+
resolution: {integrity: sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==}
|
|
5145
5160
|
engines: {node: '>=16.9.0'}
|
|
5146
5161
|
|
|
5147
5162
|
hookified@1.15.1:
|
|
@@ -6025,8 +6040,8 @@ packages:
|
|
|
6025
6040
|
resolution: {integrity: sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==}
|
|
6026
6041
|
engines: {node: '>=8.0.0'}
|
|
6027
6042
|
|
|
6028
|
-
nanoid@3.3.
|
|
6029
|
-
resolution: {integrity: sha512-
|
|
6043
|
+
nanoid@3.3.15:
|
|
6044
|
+
resolution: {integrity: sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==}
|
|
6030
6045
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
6031
6046
|
hasBin: true
|
|
6032
6047
|
|
|
@@ -6066,8 +6081,8 @@ packages:
|
|
|
6066
6081
|
resolution: {integrity: sha512-iwpZdvW6Umz12ICmu9IYPRxg0tOLGmU3Tq2tKetejCj3oZd7b2nUXwP3a7QA5M9glWy8wlPS1G3RwM/CdsUbdQ==}
|
|
6067
6082
|
engines: {node: '>=8.0.0'}
|
|
6068
6083
|
|
|
6069
|
-
node-releases@2.0.
|
|
6070
|
-
resolution: {integrity: sha512-
|
|
6084
|
+
node-releases@2.0.50:
|
|
6085
|
+
resolution: {integrity: sha512-J6l92tKHX6w8Jy5nO1Vuc01NoIiRGi/d6qBKVxh+IQ8Cr3b6HbVNfKiF8ZpFKufTwpwxMmce2W3iQZ861ZRyTg==}
|
|
6071
6086
|
engines: {node: '>=18'}
|
|
6072
6087
|
|
|
6073
6088
|
nodemailer@8.0.11:
|
|
@@ -6167,8 +6182,8 @@ packages:
|
|
|
6167
6182
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
6168
6183
|
hasBin: true
|
|
6169
6184
|
|
|
6170
|
-
oxlint@1.
|
|
6171
|
-
resolution: {integrity: sha512-
|
|
6185
|
+
oxlint@1.71.0:
|
|
6186
|
+
resolution: {integrity: sha512-U1m1X+C0vDj7DC1e13IoZULzEcPczE7UOMTs8VlZGHUEIUaSTZKo5qkPsQEfzpgnQ29Pea/w3Xntk62UCecxZw==}
|
|
6172
6187
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
6173
6188
|
hasBin: true
|
|
6174
6189
|
peerDependencies:
|
|
@@ -6283,8 +6298,8 @@ packages:
|
|
|
6283
6298
|
pg-cloudflare@1.4.0:
|
|
6284
6299
|
resolution: {integrity: sha512-Vo7z/6rrQYxpNRylp4Tlob2elzbh+N/MOQbxFVWCxS7oEx6jF53GTJFxK2WWpKuBRkmiin4Mt+xofFDjx09R0A==}
|
|
6285
6300
|
|
|
6286
|
-
pg-connection-string@2.
|
|
6287
|
-
resolution: {integrity: sha512-
|
|
6301
|
+
pg-connection-string@2.14.0:
|
|
6302
|
+
resolution: {integrity: sha512-XwWDGcLRGCXAR8F/AM5bG7Q+A3Wm2s6QeEjlOKZLlH3UYcguiqCWKyWXVag5TLTIjR7oOJUY8kcADaZgWPyLeg==}
|
|
6288
6303
|
|
|
6289
6304
|
pg-connection-string@2.6.2:
|
|
6290
6305
|
resolution: {integrity: sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA==}
|
|
@@ -6302,8 +6317,8 @@ packages:
|
|
|
6302
6317
|
peerDependencies:
|
|
6303
6318
|
pg: '>=8.0'
|
|
6304
6319
|
|
|
6305
|
-
pg-protocol@1.
|
|
6306
|
-
resolution: {integrity: sha512-
|
|
6320
|
+
pg-protocol@1.15.0:
|
|
6321
|
+
resolution: {integrity: sha512-cq9sECI5s0+uPUXjbz8ioyPJni6RzsRib0US67i5IoTZKw8fNeYlVE7u8F4dG7vEJJtc5wdD1K189lCCUwqWTQ==}
|
|
6307
6322
|
|
|
6308
6323
|
pg-types@2.2.0:
|
|
6309
6324
|
resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==}
|
|
@@ -6313,8 +6328,8 @@ packages:
|
|
|
6313
6328
|
resolution: {integrity: sha512-o2XFanIMy/3+mThw69O8d4n1E5zsLhdO+OPqswezu7Z5ekP4hYDqlDjlmOpYMbzY2Br0ufCwJLdDIXeNVwcWFg==}
|
|
6314
6329
|
engines: {node: '>=10'}
|
|
6315
6330
|
|
|
6316
|
-
pg@8.
|
|
6317
|
-
resolution: {integrity: sha512-
|
|
6331
|
+
pg@8.22.0:
|
|
6332
|
+
resolution: {integrity: sha512-8wih1vVIBMxoUM2oB4soJsD9tDnDpLv4OXBJ+EJzFsvycD+lfyIreC2gGHq78f8jbLLt+bvlPTFdFZfJkOuzAA==}
|
|
6318
6333
|
engines: {node: '>= 16.0.0'}
|
|
6319
6334
|
peerDependencies:
|
|
6320
6335
|
pg-native: '>=3.0.1'
|
|
@@ -6479,8 +6494,8 @@ packages:
|
|
|
6479
6494
|
resolution: {integrity: sha512-+Owyggi9IxT1ePKGafcI87ubSmxol6smwJ+RAHDQlx9+9cPwFWDiKFFCPuWhr9ignlGpZ9vDQLw67N4dcTVFEA==}
|
|
6480
6495
|
engines: {node: '>=20'}
|
|
6481
6496
|
|
|
6482
|
-
qs@6.15.
|
|
6483
|
-
resolution: {integrity: sha512-
|
|
6497
|
+
qs@6.15.3:
|
|
6498
|
+
resolution: {integrity: sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==}
|
|
6484
6499
|
engines: {node: '>=0.6'}
|
|
6485
6500
|
|
|
6486
6501
|
queue-microtask@1.2.3:
|
|
@@ -6490,8 +6505,8 @@ packages:
|
|
|
6490
6505
|
resolution: {integrity: sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==}
|
|
6491
6506
|
engines: {node: '>= 0.10.0'}
|
|
6492
6507
|
|
|
6493
|
-
range-parser@1.
|
|
6494
|
-
resolution: {integrity: sha512-
|
|
6508
|
+
range-parser@1.3.0:
|
|
6509
|
+
resolution: {integrity: sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==}
|
|
6495
6510
|
engines: {node: '>= 0.6'}
|
|
6496
6511
|
|
|
6497
6512
|
raw-body@2.5.3:
|
|
@@ -6626,8 +6641,8 @@ packages:
|
|
|
6626
6641
|
engines: {node: 20 || >=22}
|
|
6627
6642
|
hasBin: true
|
|
6628
6643
|
|
|
6629
|
-
rollup@4.
|
|
6630
|
-
resolution: {integrity: sha512-
|
|
6644
|
+
rollup@4.62.2:
|
|
6645
|
+
resolution: {integrity: sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==}
|
|
6631
6646
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
6632
6647
|
hasBin: true
|
|
6633
6648
|
|
|
@@ -6667,13 +6682,13 @@ packages:
|
|
|
6667
6682
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
6668
6683
|
hasBin: true
|
|
6669
6684
|
|
|
6670
|
-
semver@7.8.
|
|
6671
|
-
resolution: {integrity: sha512-
|
|
6685
|
+
semver@7.8.1:
|
|
6686
|
+
resolution: {integrity: sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==}
|
|
6672
6687
|
engines: {node: '>=10'}
|
|
6673
6688
|
hasBin: true
|
|
6674
6689
|
|
|
6675
|
-
semver@7.8.
|
|
6676
|
-
resolution: {integrity: sha512-
|
|
6690
|
+
semver@7.8.5:
|
|
6691
|
+
resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
|
|
6677
6692
|
engines: {node: '>=10'}
|
|
6678
6693
|
hasBin: true
|
|
6679
6694
|
|
|
@@ -6684,8 +6699,8 @@ packages:
|
|
|
6684
6699
|
sentence-case@3.0.4:
|
|
6685
6700
|
resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==}
|
|
6686
6701
|
|
|
6687
|
-
serialize-javascript@7.0.
|
|
6688
|
-
resolution: {integrity: sha512-
|
|
6702
|
+
serialize-javascript@7.0.6:
|
|
6703
|
+
resolution: {integrity: sha512-ATTK5Q4gFVg0YDp1my2vqygyvhcklD/UV5GIlYHooGTn/NogJqIzpetkD6E5kmuVULqz/S9inUL25XcAgDRJQg==}
|
|
6689
6704
|
engines: {node: '>=20.0.0'}
|
|
6690
6705
|
|
|
6691
6706
|
serve-static@2.2.1:
|
|
@@ -7065,8 +7080,8 @@ packages:
|
|
|
7065
7080
|
resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==}
|
|
7066
7081
|
engines: {node: '>= 0.4'}
|
|
7067
7082
|
|
|
7068
|
-
typescript-eslint@8.
|
|
7069
|
-
resolution: {integrity: sha512-
|
|
7083
|
+
typescript-eslint@8.62.0:
|
|
7084
|
+
resolution: {integrity: sha512-8QxXi+ZACKX0kaqO4gY8kn0RSD9gFfaHDWwjqtEN48aWCBkX4MJaufWN+c3BzlrXLOxfywDL8CaoqUwcRq4j4Q==}
|
|
7070
7085
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
7071
7086
|
peerDependencies:
|
|
7072
7087
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -7089,8 +7104,8 @@ packages:
|
|
|
7089
7104
|
undici-types@6.21.0:
|
|
7090
7105
|
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
7091
7106
|
|
|
7092
|
-
undici@7.
|
|
7093
|
-
resolution: {integrity: sha512-
|
|
7107
|
+
undici@7.28.0:
|
|
7108
|
+
resolution: {integrity: sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==}
|
|
7094
7109
|
engines: {node: '>=20.18.1'}
|
|
7095
7110
|
|
|
7096
7111
|
unicorn-magic@0.1.0:
|
|
@@ -7223,8 +7238,8 @@ packages:
|
|
|
7223
7238
|
peerDependencies:
|
|
7224
7239
|
vue: ^2.0.0||^3.0.0
|
|
7225
7240
|
|
|
7226
|
-
vue@3.5.
|
|
7227
|
-
resolution: {integrity: sha512-
|
|
7241
|
+
vue@3.5.39:
|
|
7242
|
+
resolution: {integrity: sha512-xmZCYabFGcirU8r0fTuvl/LICc1OU620rnqepaJDL/a141ZigkG7AyaxQLdqJ02ZRYzWe6YPaDHeQx7MfknQfA==}
|
|
7228
7243
|
peerDependencies:
|
|
7229
7244
|
typescript: '*'
|
|
7230
7245
|
peerDependenciesMeta:
|
|
@@ -7373,92 +7388,83 @@ packages:
|
|
|
7373
7388
|
zova-jsx@1.1.63:
|
|
7374
7389
|
resolution: {integrity: sha512-kdqGSAvWZ/UPvucyHNo3Imz4trmCaQMmNTqsMapU1WuCuIjPChImHLb9z2X6qurGuyOLg1byXoqvzUADoU3x2g==}
|
|
7375
7390
|
|
|
7376
|
-
zova-module-a-api@5.1.
|
|
7377
|
-
resolution: {integrity: sha512-
|
|
7391
|
+
zova-module-a-api@5.1.21:
|
|
7392
|
+
resolution: {integrity: sha512-qjm/hfjC4/+7Ap/uzJfBzV0PwRlp2idEmEKwCZYxquaXq6QtJBbTWTznw1iukT4lkJZip2KFkjOvXTzdvZA2UA==}
|
|
7378
7393
|
|
|
7379
|
-
zova-module-a-app@5.1.
|
|
7380
|
-
resolution: {integrity: sha512-
|
|
7394
|
+
zova-module-a-app@5.1.24:
|
|
7395
|
+
resolution: {integrity: sha512-nZuS3e+SB6qYq/NiwpC2rm0iFRoN6Ax+vpCjP1WNG8rvypIQuN2/923VDQ89PA/F8OqgZoNIGW+i8am+xNDq5w==}
|
|
7381
7396
|
|
|
7382
|
-
zova-module-a-bean@5.1.
|
|
7383
|
-
resolution: {integrity: sha512-
|
|
7397
|
+
zova-module-a-bean@5.1.31:
|
|
7398
|
+
resolution: {integrity: sha512-CkvXhY0Pf9fmBuZbSRZL+PVc/Q1zYVED7EWSmlQzqKIDAGNi2ikdmsBiB1weT1OIS4OEVFBR0I86Dx8z4xrrNg==}
|
|
7384
7399
|
|
|
7385
|
-
zova-module-a-behavior@5.1.
|
|
7386
|
-
resolution: {integrity: sha512-
|
|
7400
|
+
zova-module-a-behavior@5.1.25:
|
|
7401
|
+
resolution: {integrity: sha512-73DV9BT91wrKh7LPAklr7eU/+GtHSWEEZqxx9jXUL9DoI/M0KAod61Sl+eECqflrcipdQy4w8k3H9HKrSUaTbg==}
|
|
7387
7402
|
|
|
7388
|
-
zova-module-a-behaviors@5.1.
|
|
7389
|
-
resolution: {integrity: sha512-
|
|
7403
|
+
zova-module-a-behaviors@5.1.21:
|
|
7404
|
+
resolution: {integrity: sha512-oMdqVZ209FD27X2lBKLDMr6iX261UrvX+HwSY0YPq5u6p+Iu1RXIJEskUc4Xi91m1WU/P41jmKqe1vgcpGyGFw==}
|
|
7390
7405
|
|
|
7391
|
-
zova-module-a-boundary@5.1.
|
|
7392
|
-
resolution: {integrity: sha512-
|
|
7406
|
+
zova-module-a-boundary@5.1.21:
|
|
7407
|
+
resolution: {integrity: sha512-HQ2oaon1+BbWd7E1oAFkrK3gAc4F1qf+9vUywgty+HyoEOd0KgSBRRzuQdO1L9geHJRYJwPd09sSTVJ0RLkmtw==}
|
|
7393
7408
|
|
|
7394
|
-
zova-module-a-command@5.1.
|
|
7395
|
-
resolution: {integrity: sha512
|
|
7409
|
+
zova-module-a-command@5.1.33:
|
|
7410
|
+
resolution: {integrity: sha512-NLfhe27CMjtHAxtpo0F1fwe/a0SlXyKdqJcGAJ3/gf5mATGwA7HMDCiGCfj/ghczUadb2kCSkAqxHZZDCD7iVA==}
|
|
7396
7411
|
|
|
7397
|
-
zova-module-a-fetch@5.1.
|
|
7398
|
-
resolution: {integrity: sha512-
|
|
7412
|
+
zova-module-a-fetch@5.1.23:
|
|
7413
|
+
resolution: {integrity: sha512-druyz1WsNTnSuuXVuScRfkA7yv9oNWAEJuf+3PuuHH5Cv4Q2XYqf5i4DWKevc+Ewct6ls5QXPj4Z1X6D2HYrSQ==}
|
|
7399
7414
|
|
|
7400
|
-
zova-module-a-form@5.1.
|
|
7401
|
-
resolution: {integrity: sha512-
|
|
7415
|
+
zova-module-a-form@5.1.40:
|
|
7416
|
+
resolution: {integrity: sha512-lnai7uNUw2q4Uj2ahw5QGOl4KW63zayGq54Z2KytGkBiZDUsO5RuITkfXGRV9kkUkKBihJ270veY8mehAgeLsw==}
|
|
7402
7417
|
|
|
7403
|
-
zova-module-a-icon@5.1.
|
|
7404
|
-
resolution: {integrity: sha512-
|
|
7418
|
+
zova-module-a-icon@5.1.26:
|
|
7419
|
+
resolution: {integrity: sha512-zV7hWilh3p+XfzvwPiWf2temW71kZNwqAyTs4RSHIoTJDO9XqjDFbuo39rfbDacgp0CLrbUp5yaCskRkG3lIbg==}
|
|
7405
7420
|
|
|
7406
|
-
zova-module-a-interceptor@5.1.
|
|
7407
|
-
resolution: {integrity: sha512-
|
|
7421
|
+
zova-module-a-interceptor@5.1.29:
|
|
7422
|
+
resolution: {integrity: sha512-Gmu5707orDPBc+w5qIeO4Bm0jhlFb1te0YZ4KTF6lrgjJ81Iwc6ervbYeQakxJAPVSqzeqkRn8JIUokS02Kg7g==}
|
|
7408
7423
|
|
|
7409
|
-
zova-module-a-logger@5.1.
|
|
7410
|
-
resolution: {integrity: sha512
|
|
7424
|
+
zova-module-a-logger@5.1.26:
|
|
7425
|
+
resolution: {integrity: sha512-GEMQZLYIKEJyZPF6mO3+mX92MU5i/tqVoQIqeQBnoNLLZrMu/uExU5n/3hk5JGmbFAZ0skJOqCRLDV5ejWxhVg==}
|
|
7411
7426
|
|
|
7412
|
-
zova-module-a-meta@5.1.
|
|
7413
|
-
resolution: {integrity: sha512-
|
|
7427
|
+
zova-module-a-meta@5.1.21:
|
|
7428
|
+
resolution: {integrity: sha512-7vsLOMw1UQEZ+8qbBaiz9t4n3N7AU1jxpaiSIIky7hBvKO9nuHq+e7FONpj9poa8WeHkYoflBg/8imKBy/IlNw==}
|
|
7414
7429
|
|
|
7415
|
-
zova-module-a-model@5.1.
|
|
7416
|
-
resolution: {integrity: sha512-
|
|
7430
|
+
zova-module-a-model@5.1.30:
|
|
7431
|
+
resolution: {integrity: sha512-DrOXf0ZPe0ZW/ZlXeBCmletEuxCD55MMs/1AHmGavXLridqNvbhkwhHpFHah+hM69+F2VeU05ToJc0PLjN5gmA==}
|
|
7417
7432
|
|
|
7418
|
-
zova-module-a-openapi@5.1.
|
|
7419
|
-
resolution: {integrity: sha512-
|
|
7433
|
+
zova-module-a-openapi@5.1.40:
|
|
7434
|
+
resolution: {integrity: sha512-rh3k91CvKY2sFYiwF544zKJfrFtEOSJDWXq8SgDBVKCNL9Q4UDOTVu49Cjz7SxQX2qNW6m23B+rEfLdtCHrybw==}
|
|
7420
7435
|
|
|
7421
|
-
zova-module-a-
|
|
7422
|
-
resolution: {integrity: sha512-
|
|
7436
|
+
zova-module-a-router@5.1.29:
|
|
7437
|
+
resolution: {integrity: sha512-7vIXOf0aPUXvZAFC9hM1JQyNwmQAG+EtSbQ1et8+iP6roff8yUhhq50Dw8PFU5eb7hjk1TTxpUFhCTvev5JZqQ==}
|
|
7423
7438
|
|
|
7424
|
-
zova-module-a-
|
|
7425
|
-
resolution: {integrity: sha512-
|
|
7439
|
+
zova-module-a-routerstack@5.1.26:
|
|
7440
|
+
resolution: {integrity: sha512-uu4tFw2DUruanPR7cojM5p6rvyCIh+tnwPmq7s0jZdg+5XBr+YMy1RGjnE8vPFSLHW8C71hlNbps6VpKvKMiiQ==}
|
|
7426
7441
|
|
|
7427
|
-
zova-module-a-
|
|
7428
|
-
resolution: {integrity: sha512-
|
|
7442
|
+
zova-module-a-routertabs@5.1.32:
|
|
7443
|
+
resolution: {integrity: sha512-HZziZYnXUAZZ3YhQl2Qc+/KhCS7/GlKs9Ob4eIZok+YdDPF3iaVJsW+y+5l3rbtxIFsZtRsUZtoys2+p5wEvSQ==}
|
|
7429
7444
|
|
|
7430
|
-
zova-module-a-
|
|
7431
|
-
resolution: {integrity: sha512-
|
|
7445
|
+
zova-module-a-ssr@5.1.26:
|
|
7446
|
+
resolution: {integrity: sha512-NSW9Gmf2eM/2L6zKWeW3CU8rwO6d2ayh/XnBSmKK7nZwBtnsYp0J/xs1d4z8JrBOrzkQJaD1YSk7iPtwm8OqMQ==}
|
|
7432
7447
|
|
|
7433
|
-
zova-module-a-
|
|
7434
|
-
resolution: {integrity: sha512-
|
|
7448
|
+
zova-module-a-ssrhmr@5.1.22:
|
|
7449
|
+
resolution: {integrity: sha512-K9D0DqCPuABvESyuAY8tQ7RukMpMEaMol0SV08ixVyed7Zd/b+Ugh49WEC2b5Y5iZCJliW9JJekvzS9Y0DilTA==}
|
|
7435
7450
|
|
|
7436
|
-
zova-module-a-
|
|
7437
|
-
resolution: {integrity: sha512-
|
|
7451
|
+
zova-module-a-ssrserver@5.1.22:
|
|
7452
|
+
resolution: {integrity: sha512-hQcsT94Aa9cn7TEkQM+Do2MNLnpGt4rGaRqxsnUB8Gr1T3knhWWdyYNrroq2kNI10hN81uOKrm/FxnFQRq1phQ==}
|
|
7438
7453
|
|
|
7439
|
-
zova-module-a-
|
|
7440
|
-
resolution: {integrity: sha512-
|
|
7454
|
+
zova-module-a-style@5.1.32:
|
|
7455
|
+
resolution: {integrity: sha512-2D7XKTWdqY0/Z7jPJQ31Fikl2wNxifF5R/RexfemeJtrJBYap46mpA++BhxgawfOgMDQ8mpT5iQfS5Ep9TILlw==}
|
|
7441
7456
|
|
|
7442
|
-
zova-module-a-
|
|
7443
|
-
resolution: {integrity: sha512-
|
|
7457
|
+
zova-module-a-table@5.1.36:
|
|
7458
|
+
resolution: {integrity: sha512-tbz2gEtjr2QfBxrmgcGDW2fuX3S9vFu0T3I0NHCmqGnQKSHVx9bMMn5PHjrqbiGf+HtYt7AtPJ7iInaPhkuW8A==}
|
|
7444
7459
|
|
|
7445
|
-
zova-module-a-
|
|
7446
|
-
resolution: {integrity: sha512-
|
|
7460
|
+
zova-module-a-zod@5.1.33:
|
|
7461
|
+
resolution: {integrity: sha512-zqgMQ5IvrKvcFyeOgVRbYkw8XtPWr+M3oBGIEzaTy1buzc1y0gbZre6evVqrtH5SLoKG9SEgu69XrifZCxjUiw==}
|
|
7447
7462
|
|
|
7448
|
-
zova-module-a-
|
|
7449
|
-
resolution: {integrity: sha512-
|
|
7463
|
+
zova-module-a-zova@5.1.77:
|
|
7464
|
+
resolution: {integrity: sha512-szHYLhEn1kMMkUy1YruBW4uyjDT+GtY+jQOMWPlYM/oSsn1q+ivvwmKtz6uAJ1AoPrfY2kh7CGnFS6QcFVonHQ==}
|
|
7450
7465
|
|
|
7451
|
-
zova-module-
|
|
7452
|
-
resolution: {integrity: sha512-
|
|
7453
|
-
|
|
7454
|
-
zova-module-a-zod@5.1.30:
|
|
7455
|
-
resolution: {integrity: sha512-jQJV9MfJiymestwfljP7hPhlJdKk4+2ysi4geJAebmZ4uxPTzLCCEnqc80Ig7hX5D6m6pIoZs4QaCwG7RwdXwA==}
|
|
7456
|
-
|
|
7457
|
-
zova-module-a-zova@5.1.70:
|
|
7458
|
-
resolution: {integrity: sha512-FAGLow6iVpMxyLlVoKjeb0xcMQiheOjYVlSUI1m0Q64H8vdMovm5AJRD/79C5ETcHgkVJxgKCVl9C4xN19aTUQ==}
|
|
7459
|
-
|
|
7460
|
-
zova-module-rest-resource@5.1.36:
|
|
7461
|
-
resolution: {integrity: sha512-lIKtm1ZGbd9uhLglqSXRJDe5el4UVtsOSvE/qrqxib6thtDvu6vFgZMu8ZrrQ8h1KPktZ9WOiX5oD/OpoYG5gg==}
|
|
7466
|
+
zova-module-rest-resource@5.1.40:
|
|
7467
|
+
resolution: {integrity: sha512-rMqZaXSK6nJ4LW2O1yO/jZqxI7joCiWylzjutMTKpx7EfNmtK1t1nVoWFd+gCTxqgbbv9uXh0vfFaSFA7GKYFg==}
|
|
7462
7468
|
|
|
7463
7469
|
zova-rest-cabloy-basic-admin@file:.zova-rest/cabloy-basic-admin:
|
|
7464
7470
|
resolution: {directory: .zova-rest/cabloy-basic-admin, type: directory}
|
|
@@ -7466,17 +7472,11 @@ packages:
|
|
|
7466
7472
|
zova-rest-cabloy-basic-web@file:.zova-rest/cabloy-basic-web:
|
|
7467
7473
|
resolution: {directory: .zova-rest/cabloy-basic-web, type: directory}
|
|
7468
7474
|
|
|
7469
|
-
zova-suite-a-zova@5.1.
|
|
7470
|
-
resolution: {integrity: sha512-
|
|
7475
|
+
zova-suite-a-zova@5.1.112:
|
|
7476
|
+
resolution: {integrity: sha512-x8Gep4S8BjL/UbTGVA+IfeQCw5OscJTv/Xrgsrr2NOjJ2ROSqTYh1/RQPpLc/T/E3FxRMOuYYWZZ8BvPe8H8Bg==}
|
|
7471
7477
|
|
|
7472
|
-
zova
|
|
7473
|
-
resolution: {integrity: sha512-
|
|
7474
|
-
|
|
7475
|
-
zova@5.1.103:
|
|
7476
|
-
resolution: {integrity: sha512-AR+Pk9hozKvB6/R/fZ4WPtKX4I0TJxmHx8Ao8dpLovlXhacYi50dUHOTxUQDavwspkWjMDinNqjQWo2MpAVc9g==}
|
|
7477
|
-
|
|
7478
|
-
zova@5.1.106:
|
|
7479
|
-
resolution: {integrity: sha512-zRNxKjKZi9yxBpWixQmz/OVdmh4KzZwpGSD1r6fk6q0jrU4JmfJ7VETNlN4PsSPZ3/Bu3Z9MwlmI/nCbNV9cFg==}
|
|
7478
|
+
zova@5.1.113:
|
|
7479
|
+
resolution: {integrity: sha512-Fe7ginb5h2xHUqLf1q6Gqrj869Q9w6NPjURHY8V4JV/Xn2GKYdNQNdFBrvDpeJ1MqmvvBVyR+4fkpHssRT3kUg==}
|
|
7480
7480
|
|
|
7481
7481
|
zwitch@1.0.5:
|
|
7482
7482
|
resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==}
|
|
@@ -7502,7 +7502,7 @@ snapshots:
|
|
|
7502
7502
|
'@apimatic/http-query': 0.3.9
|
|
7503
7503
|
'@apimatic/json-bigint': 1.2.0
|
|
7504
7504
|
'@apimatic/proxy': 0.1.4(supports-color@5.5.0)
|
|
7505
|
-
axios: 1.
|
|
7505
|
+
axios: 1.18.1
|
|
7506
7506
|
detect-browser: 5.3.0
|
|
7507
7507
|
detect-node: 2.1.0
|
|
7508
7508
|
form-data: 4.0.6
|
|
@@ -7644,7 +7644,7 @@ snapshots:
|
|
|
7644
7644
|
dependencies:
|
|
7645
7645
|
'@babel/compat-data': 7.29.7
|
|
7646
7646
|
'@babel/helper-validator-option': 7.29.7
|
|
7647
|
-
browserslist: 4.28.
|
|
7647
|
+
browserslist: 4.28.4
|
|
7648
7648
|
lru-cache: 5.1.1
|
|
7649
7649
|
semver: 6.3.1
|
|
7650
7650
|
|
|
@@ -7793,7 +7793,7 @@ snapshots:
|
|
|
7793
7793
|
'@babel/helper-string-parser': 7.29.7
|
|
7794
7794
|
'@babel/helper-validator-identifier': 7.29.7
|
|
7795
7795
|
|
|
7796
|
-
'@cabloy/json-schema-to-zod@2.6.
|
|
7796
|
+
'@cabloy/json-schema-to-zod@2.6.5': {}
|
|
7797
7797
|
|
|
7798
7798
|
'@cabloy/koa-static-cache@6.0.1':
|
|
7799
7799
|
dependencies:
|
|
@@ -7847,10 +7847,10 @@ snapshots:
|
|
|
7847
7847
|
dependencies:
|
|
7848
7848
|
'@vue/shared': 3.5.36
|
|
7849
7849
|
|
|
7850
|
-
'@cabloy/vue-router@4.4.16(vue@3.5.
|
|
7850
|
+
'@cabloy/vue-router@4.4.16(vue@3.5.39(typescript@5.9.3))':
|
|
7851
7851
|
dependencies:
|
|
7852
7852
|
'@vue/devtools-api': 6.6.4
|
|
7853
|
-
vue: 3.5.
|
|
7853
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
7854
7854
|
|
|
7855
7855
|
'@cabloy/vue-runtime-core@3.5.17':
|
|
7856
7856
|
dependencies:
|
|
@@ -7869,11 +7869,11 @@ snapshots:
|
|
|
7869
7869
|
'@vue/shared': 3.5.36
|
|
7870
7870
|
csstype: 3.2.3
|
|
7871
7871
|
|
|
7872
|
-
'@cabloy/vue-server-renderer@3.5.18(vue@3.5.
|
|
7872
|
+
'@cabloy/vue-server-renderer@3.5.18(vue@3.5.39(typescript@5.9.3))':
|
|
7873
7873
|
dependencies:
|
|
7874
7874
|
'@vue/compiler-ssr': 3.5.36
|
|
7875
7875
|
'@vue/shared': 3.5.36
|
|
7876
|
-
vue: 3.5.
|
|
7876
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
7877
7877
|
|
|
7878
7878
|
'@cabloy/word-utils@2.1.14': {}
|
|
7879
7879
|
|
|
@@ -7881,7 +7881,7 @@ snapshots:
|
|
|
7881
7881
|
dependencies:
|
|
7882
7882
|
openapi3-ts: 4.6.0
|
|
7883
7883
|
|
|
7884
|
-
'@cabloy/zod@4.3.
|
|
7884
|
+
'@cabloy/zod@4.3.8': {}
|
|
7885
7885
|
|
|
7886
7886
|
'@cacheable/memory@2.0.9':
|
|
7887
7887
|
dependencies:
|
|
@@ -7910,12 +7910,12 @@ snapshots:
|
|
|
7910
7910
|
enabled: 2.0.0
|
|
7911
7911
|
kuler: 2.0.0
|
|
7912
7912
|
|
|
7913
|
-
'@e18e/eslint-plugin@0.2.0(eslint@10.5.0)(oxlint@1.
|
|
7913
|
+
'@e18e/eslint-plugin@0.2.0(eslint@10.5.0)(oxlint@1.71.0)':
|
|
7914
7914
|
dependencies:
|
|
7915
7915
|
eslint-plugin-depend: 1.5.0(eslint@10.5.0)
|
|
7916
7916
|
optionalDependencies:
|
|
7917
7917
|
eslint: 10.5.0
|
|
7918
|
-
oxlint: 1.
|
|
7918
|
+
oxlint: 1.71.0
|
|
7919
7919
|
|
|
7920
7920
|
'@eggjs/ip@2.1.0': {}
|
|
7921
7921
|
|
|
@@ -7927,7 +7927,7 @@ snapshots:
|
|
|
7927
7927
|
'@es-joy/jsdoccomment@0.84.0':
|
|
7928
7928
|
dependencies:
|
|
7929
7929
|
'@types/estree': 1.0.9
|
|
7930
|
-
'@typescript-eslint/types': 8.
|
|
7930
|
+
'@typescript-eslint/types': 8.62.0
|
|
7931
7931
|
comment-parser: 1.4.5
|
|
7932
7932
|
esquery: 1.7.0
|
|
7933
7933
|
jsdoc-type-pratt-parser: 7.1.1
|
|
@@ -7997,15 +7997,15 @@ snapshots:
|
|
|
7997
7997
|
'@eslint/core': 1.2.1
|
|
7998
7998
|
levn: 0.4.1
|
|
7999
7999
|
|
|
8000
|
-
'@faker-js/faker@10.
|
|
8000
|
+
'@faker-js/faker@10.5.0': {}
|
|
8001
8001
|
|
|
8002
8002
|
'@gar/promise-retry@1.0.3': {}
|
|
8003
8003
|
|
|
8004
8004
|
'@hapi/bourne@3.0.0': {}
|
|
8005
8005
|
|
|
8006
|
-
'@hono/node-server@1.19.14(hono@4.12.
|
|
8006
|
+
'@hono/node-server@1.19.14(hono@4.12.27)':
|
|
8007
8007
|
dependencies:
|
|
8008
|
-
hono: 4.12.
|
|
8008
|
+
hono: 4.12.27
|
|
8009
8009
|
|
|
8010
8010
|
'@humanfs/core@0.19.2':
|
|
8011
8011
|
dependencies:
|
|
@@ -8076,9 +8076,9 @@ snapshots:
|
|
|
8076
8076
|
|
|
8077
8077
|
'@marcbachmann/cel-js@7.6.1': {}
|
|
8078
8078
|
|
|
8079
|
-
'@modelcontextprotocol/sdk@1.29.0(@cabloy/zod@4.3.
|
|
8079
|
+
'@modelcontextprotocol/sdk@1.29.0(@cabloy/zod@4.3.8)(supports-color@5.5.0)':
|
|
8080
8080
|
dependencies:
|
|
8081
|
-
'@hono/node-server': 1.19.14(hono@4.12.
|
|
8081
|
+
'@hono/node-server': 1.19.14(hono@4.12.27)
|
|
8082
8082
|
ajv: 8.20.0
|
|
8083
8083
|
ajv-formats: 3.0.1(ajv@8.20.0)
|
|
8084
8084
|
content-type: 1.0.5
|
|
@@ -8088,13 +8088,13 @@ snapshots:
|
|
|
8088
8088
|
eventsource-parser: 3.1.0
|
|
8089
8089
|
express: 5.2.1(supports-color@5.5.0)
|
|
8090
8090
|
express-rate-limit: 8.5.2(express@5.2.1(supports-color@5.5.0))
|
|
8091
|
-
hono: 4.12.
|
|
8091
|
+
hono: 4.12.27
|
|
8092
8092
|
jose: 6.2.3
|
|
8093
8093
|
json-schema-typed: 8.0.2
|
|
8094
8094
|
pkce-challenge: 5.0.1
|
|
8095
8095
|
raw-body: 3.0.2
|
|
8096
|
-
zod: '@cabloy/zod@4.3.
|
|
8097
|
-
zod-to-json-schema: 3.25.2(@cabloy/zod@4.3.
|
|
8096
|
+
zod: '@cabloy/zod@4.3.8'
|
|
8097
|
+
zod-to-json-schema: 3.25.2(@cabloy/zod@4.3.8)
|
|
8098
8098
|
transitivePeerDependencies:
|
|
8099
8099
|
- supports-color
|
|
8100
8100
|
|
|
@@ -8136,7 +8136,7 @@ snapshots:
|
|
|
8136
8136
|
ini: 6.0.0
|
|
8137
8137
|
nopt: 9.0.0
|
|
8138
8138
|
proc-log: 6.1.0
|
|
8139
|
-
semver: 7.8.
|
|
8139
|
+
semver: 7.8.5
|
|
8140
8140
|
walk-up-path: 4.0.0
|
|
8141
8141
|
|
|
8142
8142
|
'@npmcli/git@7.0.2':
|
|
@@ -8147,7 +8147,7 @@ snapshots:
|
|
|
8147
8147
|
lru-cache: 11.5.1
|
|
8148
8148
|
npm-pick-manifest: 11.0.3
|
|
8149
8149
|
proc-log: 6.1.0
|
|
8150
|
-
semver: 7.8.
|
|
8150
|
+
semver: 7.8.5
|
|
8151
8151
|
which: 6.0.1
|
|
8152
8152
|
|
|
8153
8153
|
'@npmcli/map-workspaces@5.0.3':
|
|
@@ -8166,7 +8166,7 @@ snapshots:
|
|
|
8166
8166
|
hosted-git-info: 9.0.3
|
|
8167
8167
|
json-parse-even-better-errors: 5.0.0
|
|
8168
8168
|
proc-log: 6.1.0
|
|
8169
|
-
semver: 7.8.
|
|
8169
|
+
semver: 7.8.5
|
|
8170
8170
|
spdx-expression-parse: 4.0.0
|
|
8171
8171
|
|
|
8172
8172
|
'@npmcli/promise-spawn@9.0.1':
|
|
@@ -8232,83 +8232,83 @@ snapshots:
|
|
|
8232
8232
|
'@oxfmt/binding-win32-x64-msvc@0.45.0':
|
|
8233
8233
|
optional: true
|
|
8234
8234
|
|
|
8235
|
-
'@oxlint/binding-android-arm-eabi@1.
|
|
8235
|
+
'@oxlint/binding-android-arm-eabi@1.71.0':
|
|
8236
8236
|
optional: true
|
|
8237
8237
|
|
|
8238
|
-
'@oxlint/binding-android-arm64@1.
|
|
8238
|
+
'@oxlint/binding-android-arm64@1.71.0':
|
|
8239
8239
|
optional: true
|
|
8240
8240
|
|
|
8241
|
-
'@oxlint/binding-darwin-arm64@1.
|
|
8241
|
+
'@oxlint/binding-darwin-arm64@1.71.0':
|
|
8242
8242
|
optional: true
|
|
8243
8243
|
|
|
8244
|
-
'@oxlint/binding-darwin-x64@1.
|
|
8244
|
+
'@oxlint/binding-darwin-x64@1.71.0':
|
|
8245
8245
|
optional: true
|
|
8246
8246
|
|
|
8247
|
-
'@oxlint/binding-freebsd-x64@1.
|
|
8247
|
+
'@oxlint/binding-freebsd-x64@1.71.0':
|
|
8248
8248
|
optional: true
|
|
8249
8249
|
|
|
8250
|
-
'@oxlint/binding-linux-arm-gnueabihf@1.
|
|
8250
|
+
'@oxlint/binding-linux-arm-gnueabihf@1.71.0':
|
|
8251
8251
|
optional: true
|
|
8252
8252
|
|
|
8253
|
-
'@oxlint/binding-linux-arm-musleabihf@1.
|
|
8253
|
+
'@oxlint/binding-linux-arm-musleabihf@1.71.0':
|
|
8254
8254
|
optional: true
|
|
8255
8255
|
|
|
8256
|
-
'@oxlint/binding-linux-arm64-gnu@1.
|
|
8256
|
+
'@oxlint/binding-linux-arm64-gnu@1.71.0':
|
|
8257
8257
|
optional: true
|
|
8258
8258
|
|
|
8259
|
-
'@oxlint/binding-linux-arm64-musl@1.
|
|
8259
|
+
'@oxlint/binding-linux-arm64-musl@1.71.0':
|
|
8260
8260
|
optional: true
|
|
8261
8261
|
|
|
8262
|
-
'@oxlint/binding-linux-ppc64-gnu@1.
|
|
8262
|
+
'@oxlint/binding-linux-ppc64-gnu@1.71.0':
|
|
8263
8263
|
optional: true
|
|
8264
8264
|
|
|
8265
|
-
'@oxlint/binding-linux-riscv64-gnu@1.
|
|
8265
|
+
'@oxlint/binding-linux-riscv64-gnu@1.71.0':
|
|
8266
8266
|
optional: true
|
|
8267
8267
|
|
|
8268
|
-
'@oxlint/binding-linux-riscv64-musl@1.
|
|
8268
|
+
'@oxlint/binding-linux-riscv64-musl@1.71.0':
|
|
8269
8269
|
optional: true
|
|
8270
8270
|
|
|
8271
|
-
'@oxlint/binding-linux-s390x-gnu@1.
|
|
8271
|
+
'@oxlint/binding-linux-s390x-gnu@1.71.0':
|
|
8272
8272
|
optional: true
|
|
8273
8273
|
|
|
8274
|
-
'@oxlint/binding-linux-x64-gnu@1.
|
|
8274
|
+
'@oxlint/binding-linux-x64-gnu@1.71.0':
|
|
8275
8275
|
optional: true
|
|
8276
8276
|
|
|
8277
|
-
'@oxlint/binding-linux-x64-musl@1.
|
|
8277
|
+
'@oxlint/binding-linux-x64-musl@1.71.0':
|
|
8278
8278
|
optional: true
|
|
8279
8279
|
|
|
8280
|
-
'@oxlint/binding-openharmony-arm64@1.
|
|
8280
|
+
'@oxlint/binding-openharmony-arm64@1.71.0':
|
|
8281
8281
|
optional: true
|
|
8282
8282
|
|
|
8283
|
-
'@oxlint/binding-win32-arm64-msvc@1.
|
|
8283
|
+
'@oxlint/binding-win32-arm64-msvc@1.71.0':
|
|
8284
8284
|
optional: true
|
|
8285
8285
|
|
|
8286
|
-
'@oxlint/binding-win32-ia32-msvc@1.
|
|
8286
|
+
'@oxlint/binding-win32-ia32-msvc@1.71.0':
|
|
8287
8287
|
optional: true
|
|
8288
8288
|
|
|
8289
|
-
'@oxlint/binding-win32-x64-msvc@1.
|
|
8289
|
+
'@oxlint/binding-win32-x64-msvc@1.71.0':
|
|
8290
8290
|
optional: true
|
|
8291
8291
|
|
|
8292
8292
|
'@pkgr/core@0.3.6': {}
|
|
8293
8293
|
|
|
8294
|
-
'@rollup/plugin-alias@5.1.1(rollup@4.
|
|
8294
|
+
'@rollup/plugin-alias@5.1.1(rollup@4.62.2)':
|
|
8295
8295
|
optionalDependencies:
|
|
8296
|
-
rollup: 4.
|
|
8296
|
+
rollup: 4.62.2
|
|
8297
8297
|
|
|
8298
|
-
'@rollup/plugin-babel@6.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.
|
|
8298
|
+
'@rollup/plugin-babel@6.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.62.2)':
|
|
8299
8299
|
dependencies:
|
|
8300
8300
|
'@babel/core': 7.29.7
|
|
8301
8301
|
'@babel/helper-module-imports': 7.29.7
|
|
8302
|
-
'@rollup/pluginutils': 5.4.0(rollup@4.
|
|
8302
|
+
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
8303
8303
|
optionalDependencies:
|
|
8304
8304
|
'@types/babel__core': 7.20.5
|
|
8305
|
-
rollup: 4.
|
|
8305
|
+
rollup: 4.62.2
|
|
8306
8306
|
transitivePeerDependencies:
|
|
8307
8307
|
- supports-color
|
|
8308
8308
|
|
|
8309
|
-
'@rollup/plugin-commonjs@28.0.9(rollup@4.
|
|
8309
|
+
'@rollup/plugin-commonjs@28.0.9(rollup@4.62.2)':
|
|
8310
8310
|
dependencies:
|
|
8311
|
-
'@rollup/pluginutils': 5.4.0(rollup@4.
|
|
8311
|
+
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
8312
8312
|
commondir: 1.0.1
|
|
8313
8313
|
estree-walker: 2.0.2
|
|
8314
8314
|
fdir: 6.5.0(picomatch@4.0.4)
|
|
@@ -8316,129 +8316,129 @@ snapshots:
|
|
|
8316
8316
|
magic-string: 0.30.21
|
|
8317
8317
|
picomatch: 4.0.4
|
|
8318
8318
|
optionalDependencies:
|
|
8319
|
-
rollup: 4.
|
|
8319
|
+
rollup: 4.62.2
|
|
8320
8320
|
|
|
8321
|
-
'@rollup/plugin-json@6.1.0(rollup@4.
|
|
8321
|
+
'@rollup/plugin-json@6.1.0(rollup@4.62.2)':
|
|
8322
8322
|
dependencies:
|
|
8323
|
-
'@rollup/pluginutils': 5.4.0(rollup@4.
|
|
8323
|
+
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
8324
8324
|
optionalDependencies:
|
|
8325
|
-
rollup: 4.
|
|
8325
|
+
rollup: 4.62.2
|
|
8326
8326
|
|
|
8327
|
-
'@rollup/plugin-node-resolve@16.0.3(rollup@4.
|
|
8327
|
+
'@rollup/plugin-node-resolve@16.0.3(rollup@4.62.2)':
|
|
8328
8328
|
dependencies:
|
|
8329
|
-
'@rollup/pluginutils': 5.4.0(rollup@4.
|
|
8329
|
+
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
8330
8330
|
'@types/resolve': 1.20.2
|
|
8331
8331
|
deepmerge: 4.3.1
|
|
8332
8332
|
is-module: 1.0.0
|
|
8333
8333
|
resolve: 1.22.12
|
|
8334
8334
|
optionalDependencies:
|
|
8335
|
-
rollup: 4.
|
|
8335
|
+
rollup: 4.62.2
|
|
8336
8336
|
|
|
8337
|
-
'@rollup/plugin-replace@6.0.3(rollup@4.
|
|
8337
|
+
'@rollup/plugin-replace@6.0.3(rollup@4.62.2)':
|
|
8338
8338
|
dependencies:
|
|
8339
|
-
'@rollup/pluginutils': 5.4.0(rollup@4.
|
|
8339
|
+
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
8340
8340
|
magic-string: 0.30.21
|
|
8341
8341
|
optionalDependencies:
|
|
8342
|
-
rollup: 4.
|
|
8342
|
+
rollup: 4.62.2
|
|
8343
8343
|
|
|
8344
|
-
'@rollup/plugin-terser@1.0.0(rollup@4.
|
|
8344
|
+
'@rollup/plugin-terser@1.0.0(rollup@4.62.2)':
|
|
8345
8345
|
dependencies:
|
|
8346
|
-
serialize-javascript: 7.0.
|
|
8346
|
+
serialize-javascript: 7.0.6
|
|
8347
8347
|
smob: 1.6.2
|
|
8348
8348
|
terser: 5.48.0
|
|
8349
8349
|
optionalDependencies:
|
|
8350
|
-
rollup: 4.
|
|
8350
|
+
rollup: 4.62.2
|
|
8351
8351
|
|
|
8352
|
-
'@rollup/plugin-typescript@12.3.0(rollup@4.
|
|
8352
|
+
'@rollup/plugin-typescript@12.3.0(rollup@4.62.2)(tslib@2.8.1)(typescript@5.9.3)':
|
|
8353
8353
|
dependencies:
|
|
8354
|
-
'@rollup/pluginutils': 5.4.0(rollup@4.
|
|
8354
|
+
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
|
8355
8355
|
resolve: 1.22.12
|
|
8356
8356
|
typescript: 5.9.3
|
|
8357
8357
|
optionalDependencies:
|
|
8358
|
-
rollup: 4.
|
|
8358
|
+
rollup: 4.62.2
|
|
8359
8359
|
tslib: 2.8.1
|
|
8360
8360
|
|
|
8361
|
-
'@rollup/pluginutils@5.4.0(rollup@4.
|
|
8361
|
+
'@rollup/pluginutils@5.4.0(rollup@4.62.2)':
|
|
8362
8362
|
dependencies:
|
|
8363
8363
|
'@types/estree': 1.0.9
|
|
8364
8364
|
estree-walker: 2.0.2
|
|
8365
8365
|
picomatch: 4.0.4
|
|
8366
8366
|
optionalDependencies:
|
|
8367
|
-
rollup: 4.
|
|
8367
|
+
rollup: 4.62.2
|
|
8368
8368
|
|
|
8369
|
-
'@rollup/rollup-android-arm-eabi@4.
|
|
8369
|
+
'@rollup/rollup-android-arm-eabi@4.62.2':
|
|
8370
8370
|
optional: true
|
|
8371
8371
|
|
|
8372
|
-
'@rollup/rollup-android-arm64@4.
|
|
8372
|
+
'@rollup/rollup-android-arm64@4.62.2':
|
|
8373
8373
|
optional: true
|
|
8374
8374
|
|
|
8375
|
-
'@rollup/rollup-darwin-arm64@4.
|
|
8375
|
+
'@rollup/rollup-darwin-arm64@4.62.2':
|
|
8376
8376
|
optional: true
|
|
8377
8377
|
|
|
8378
|
-
'@rollup/rollup-darwin-x64@4.
|
|
8378
|
+
'@rollup/rollup-darwin-x64@4.62.2':
|
|
8379
8379
|
optional: true
|
|
8380
8380
|
|
|
8381
|
-
'@rollup/rollup-freebsd-arm64@4.
|
|
8381
|
+
'@rollup/rollup-freebsd-arm64@4.62.2':
|
|
8382
8382
|
optional: true
|
|
8383
8383
|
|
|
8384
|
-
'@rollup/rollup-freebsd-x64@4.
|
|
8384
|
+
'@rollup/rollup-freebsd-x64@4.62.2':
|
|
8385
8385
|
optional: true
|
|
8386
8386
|
|
|
8387
|
-
'@rollup/rollup-linux-arm-gnueabihf@4.
|
|
8387
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.62.2':
|
|
8388
8388
|
optional: true
|
|
8389
8389
|
|
|
8390
|
-
'@rollup/rollup-linux-arm-musleabihf@4.
|
|
8390
|
+
'@rollup/rollup-linux-arm-musleabihf@4.62.2':
|
|
8391
8391
|
optional: true
|
|
8392
8392
|
|
|
8393
|
-
'@rollup/rollup-linux-arm64-gnu@4.
|
|
8393
|
+
'@rollup/rollup-linux-arm64-gnu@4.62.2':
|
|
8394
8394
|
optional: true
|
|
8395
8395
|
|
|
8396
|
-
'@rollup/rollup-linux-arm64-musl@4.
|
|
8396
|
+
'@rollup/rollup-linux-arm64-musl@4.62.2':
|
|
8397
8397
|
optional: true
|
|
8398
8398
|
|
|
8399
|
-
'@rollup/rollup-linux-loong64-gnu@4.
|
|
8399
|
+
'@rollup/rollup-linux-loong64-gnu@4.62.2':
|
|
8400
8400
|
optional: true
|
|
8401
8401
|
|
|
8402
|
-
'@rollup/rollup-linux-loong64-musl@4.
|
|
8402
|
+
'@rollup/rollup-linux-loong64-musl@4.62.2':
|
|
8403
8403
|
optional: true
|
|
8404
8404
|
|
|
8405
|
-
'@rollup/rollup-linux-ppc64-gnu@4.
|
|
8405
|
+
'@rollup/rollup-linux-ppc64-gnu@4.62.2':
|
|
8406
8406
|
optional: true
|
|
8407
8407
|
|
|
8408
|
-
'@rollup/rollup-linux-ppc64-musl@4.
|
|
8408
|
+
'@rollup/rollup-linux-ppc64-musl@4.62.2':
|
|
8409
8409
|
optional: true
|
|
8410
8410
|
|
|
8411
|
-
'@rollup/rollup-linux-riscv64-gnu@4.
|
|
8411
|
+
'@rollup/rollup-linux-riscv64-gnu@4.62.2':
|
|
8412
8412
|
optional: true
|
|
8413
8413
|
|
|
8414
|
-
'@rollup/rollup-linux-riscv64-musl@4.
|
|
8414
|
+
'@rollup/rollup-linux-riscv64-musl@4.62.2':
|
|
8415
8415
|
optional: true
|
|
8416
8416
|
|
|
8417
|
-
'@rollup/rollup-linux-s390x-gnu@4.
|
|
8417
|
+
'@rollup/rollup-linux-s390x-gnu@4.62.2':
|
|
8418
8418
|
optional: true
|
|
8419
8419
|
|
|
8420
|
-
'@rollup/rollup-linux-x64-gnu@4.
|
|
8420
|
+
'@rollup/rollup-linux-x64-gnu@4.62.2':
|
|
8421
8421
|
optional: true
|
|
8422
8422
|
|
|
8423
|
-
'@rollup/rollup-linux-x64-musl@4.
|
|
8423
|
+
'@rollup/rollup-linux-x64-musl@4.62.2':
|
|
8424
8424
|
optional: true
|
|
8425
8425
|
|
|
8426
|
-
'@rollup/rollup-openbsd-x64@4.
|
|
8426
|
+
'@rollup/rollup-openbsd-x64@4.62.2':
|
|
8427
8427
|
optional: true
|
|
8428
8428
|
|
|
8429
|
-
'@rollup/rollup-openharmony-arm64@4.
|
|
8429
|
+
'@rollup/rollup-openharmony-arm64@4.62.2':
|
|
8430
8430
|
optional: true
|
|
8431
8431
|
|
|
8432
|
-
'@rollup/rollup-win32-arm64-msvc@4.
|
|
8432
|
+
'@rollup/rollup-win32-arm64-msvc@4.62.2':
|
|
8433
8433
|
optional: true
|
|
8434
8434
|
|
|
8435
|
-
'@rollup/rollup-win32-ia32-msvc@4.
|
|
8435
|
+
'@rollup/rollup-win32-ia32-msvc@4.62.2':
|
|
8436
8436
|
optional: true
|
|
8437
8437
|
|
|
8438
|
-
'@rollup/rollup-win32-x64-gnu@4.
|
|
8438
|
+
'@rollup/rollup-win32-x64-gnu@4.62.2':
|
|
8439
8439
|
optional: true
|
|
8440
8440
|
|
|
8441
|
-
'@rollup/rollup-win32-x64-msvc@4.
|
|
8441
|
+
'@rollup/rollup-win32-x64-msvc@4.62.2':
|
|
8442
8442
|
optional: true
|
|
8443
8443
|
|
|
8444
8444
|
'@sesamecare-oss/redlock@1.4.0(ioredis@5.11.1)':
|
|
@@ -8457,66 +8457,66 @@ snapshots:
|
|
|
8457
8457
|
'@stylistic/eslint-plugin@5.10.0(eslint@10.5.0)':
|
|
8458
8458
|
dependencies:
|
|
8459
8459
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0)
|
|
8460
|
-
'@typescript-eslint/types': 8.
|
|
8460
|
+
'@typescript-eslint/types': 8.62.0
|
|
8461
8461
|
eslint: 10.5.0
|
|
8462
8462
|
eslint-visitor-keys: 4.2.1
|
|
8463
8463
|
espree: 10.4.0
|
|
8464
8464
|
estraverse: 5.3.0
|
|
8465
8465
|
picomatch: 4.0.4
|
|
8466
8466
|
|
|
8467
|
-
'@swc/core-darwin-arm64@1.15.
|
|
8467
|
+
'@swc/core-darwin-arm64@1.15.43':
|
|
8468
8468
|
optional: true
|
|
8469
8469
|
|
|
8470
|
-
'@swc/core-darwin-x64@1.15.
|
|
8470
|
+
'@swc/core-darwin-x64@1.15.43':
|
|
8471
8471
|
optional: true
|
|
8472
8472
|
|
|
8473
|
-
'@swc/core-linux-arm-gnueabihf@1.15.
|
|
8473
|
+
'@swc/core-linux-arm-gnueabihf@1.15.43':
|
|
8474
8474
|
optional: true
|
|
8475
8475
|
|
|
8476
|
-
'@swc/core-linux-arm64-gnu@1.15.
|
|
8476
|
+
'@swc/core-linux-arm64-gnu@1.15.43':
|
|
8477
8477
|
optional: true
|
|
8478
8478
|
|
|
8479
|
-
'@swc/core-linux-arm64-musl@1.15.
|
|
8479
|
+
'@swc/core-linux-arm64-musl@1.15.43':
|
|
8480
8480
|
optional: true
|
|
8481
8481
|
|
|
8482
|
-
'@swc/core-linux-ppc64-gnu@1.15.
|
|
8482
|
+
'@swc/core-linux-ppc64-gnu@1.15.43':
|
|
8483
8483
|
optional: true
|
|
8484
8484
|
|
|
8485
|
-
'@swc/core-linux-s390x-gnu@1.15.
|
|
8485
|
+
'@swc/core-linux-s390x-gnu@1.15.43':
|
|
8486
8486
|
optional: true
|
|
8487
8487
|
|
|
8488
|
-
'@swc/core-linux-x64-gnu@1.15.
|
|
8488
|
+
'@swc/core-linux-x64-gnu@1.15.43':
|
|
8489
8489
|
optional: true
|
|
8490
8490
|
|
|
8491
|
-
'@swc/core-linux-x64-musl@1.15.
|
|
8491
|
+
'@swc/core-linux-x64-musl@1.15.43':
|
|
8492
8492
|
optional: true
|
|
8493
8493
|
|
|
8494
|
-
'@swc/core-win32-arm64-msvc@1.15.
|
|
8494
|
+
'@swc/core-win32-arm64-msvc@1.15.43':
|
|
8495
8495
|
optional: true
|
|
8496
8496
|
|
|
8497
|
-
'@swc/core-win32-ia32-msvc@1.15.
|
|
8497
|
+
'@swc/core-win32-ia32-msvc@1.15.43':
|
|
8498
8498
|
optional: true
|
|
8499
8499
|
|
|
8500
|
-
'@swc/core-win32-x64-msvc@1.15.
|
|
8500
|
+
'@swc/core-win32-x64-msvc@1.15.43':
|
|
8501
8501
|
optional: true
|
|
8502
8502
|
|
|
8503
|
-
'@swc/core@1.15.
|
|
8503
|
+
'@swc/core@1.15.43(@swc/helpers@0.5.23)':
|
|
8504
8504
|
dependencies:
|
|
8505
8505
|
'@swc/counter': 0.1.3
|
|
8506
|
-
'@swc/types': 0.1.
|
|
8506
|
+
'@swc/types': 0.1.27
|
|
8507
8507
|
optionalDependencies:
|
|
8508
|
-
'@swc/core-darwin-arm64': 1.15.
|
|
8509
|
-
'@swc/core-darwin-x64': 1.15.
|
|
8510
|
-
'@swc/core-linux-arm-gnueabihf': 1.15.
|
|
8511
|
-
'@swc/core-linux-arm64-gnu': 1.15.
|
|
8512
|
-
'@swc/core-linux-arm64-musl': 1.15.
|
|
8513
|
-
'@swc/core-linux-ppc64-gnu': 1.15.
|
|
8514
|
-
'@swc/core-linux-s390x-gnu': 1.15.
|
|
8515
|
-
'@swc/core-linux-x64-gnu': 1.15.
|
|
8516
|
-
'@swc/core-linux-x64-musl': 1.15.
|
|
8517
|
-
'@swc/core-win32-arm64-msvc': 1.15.
|
|
8518
|
-
'@swc/core-win32-ia32-msvc': 1.15.
|
|
8519
|
-
'@swc/core-win32-x64-msvc': 1.15.
|
|
8508
|
+
'@swc/core-darwin-arm64': 1.15.43
|
|
8509
|
+
'@swc/core-darwin-x64': 1.15.43
|
|
8510
|
+
'@swc/core-linux-arm-gnueabihf': 1.15.43
|
|
8511
|
+
'@swc/core-linux-arm64-gnu': 1.15.43
|
|
8512
|
+
'@swc/core-linux-arm64-musl': 1.15.43
|
|
8513
|
+
'@swc/core-linux-ppc64-gnu': 1.15.43
|
|
8514
|
+
'@swc/core-linux-s390x-gnu': 1.15.43
|
|
8515
|
+
'@swc/core-linux-x64-gnu': 1.15.43
|
|
8516
|
+
'@swc/core-linux-x64-musl': 1.15.43
|
|
8517
|
+
'@swc/core-win32-arm64-msvc': 1.15.43
|
|
8518
|
+
'@swc/core-win32-ia32-msvc': 1.15.43
|
|
8519
|
+
'@swc/core-win32-x64-msvc': 1.15.43
|
|
8520
8520
|
'@swc/helpers': 0.5.23
|
|
8521
8521
|
|
|
8522
8522
|
'@swc/counter@0.1.3': {}
|
|
@@ -8525,15 +8525,15 @@ snapshots:
|
|
|
8525
8525
|
dependencies:
|
|
8526
8526
|
tslib: 2.8.1
|
|
8527
8527
|
|
|
8528
|
-
'@swc/types@0.1.
|
|
8528
|
+
'@swc/types@0.1.27':
|
|
8529
8529
|
dependencies:
|
|
8530
8530
|
'@swc/counter': 0.1.3
|
|
8531
8531
|
|
|
8532
|
-
'@tanstack/devtools-event-client@0.4.
|
|
8532
|
+
'@tanstack/devtools-event-client@0.4.4': {}
|
|
8533
8533
|
|
|
8534
8534
|
'@tanstack/form-core@1.33.0':
|
|
8535
8535
|
dependencies:
|
|
8536
|
-
'@tanstack/devtools-event-client': 0.4.
|
|
8536
|
+
'@tanstack/devtools-event-client': 0.4.4
|
|
8537
8537
|
'@tanstack/pacer-lite': 0.1.1
|
|
8538
8538
|
'@tanstack/store': 0.11.0
|
|
8539
8539
|
|
|
@@ -8543,42 +8543,42 @@ snapshots:
|
|
|
8543
8543
|
|
|
8544
8544
|
'@tanstack/pacer-lite@0.1.1': {}
|
|
8545
8545
|
|
|
8546
|
-
'@tanstack/query-core@5.101.
|
|
8546
|
+
'@tanstack/query-core@5.101.1': {}
|
|
8547
8547
|
|
|
8548
|
-
'@tanstack/query-persist-client-core@5.101.
|
|
8548
|
+
'@tanstack/query-persist-client-core@5.101.1':
|
|
8549
8549
|
dependencies:
|
|
8550
|
-
'@tanstack/query-core': 5.101.
|
|
8550
|
+
'@tanstack/query-core': 5.101.1
|
|
8551
8551
|
|
|
8552
8552
|
'@tanstack/store@0.11.0': {}
|
|
8553
8553
|
|
|
8554
8554
|
'@tanstack/table-core@8.21.3': {}
|
|
8555
8555
|
|
|
8556
|
-
'@tanstack/vue-form@1.33.0(vue@3.5.
|
|
8556
|
+
'@tanstack/vue-form@1.33.0(vue@3.5.39(typescript@5.9.3))':
|
|
8557
8557
|
dependencies:
|
|
8558
8558
|
'@tanstack/form-core': 1.33.0
|
|
8559
|
-
'@tanstack/vue-store': 0.11.0(vue@3.5.
|
|
8560
|
-
vue: 3.5.
|
|
8559
|
+
'@tanstack/vue-store': 0.11.0(vue@3.5.39(typescript@5.9.3))
|
|
8560
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
8561
8561
|
transitivePeerDependencies:
|
|
8562
8562
|
- '@vue/composition-api'
|
|
8563
8563
|
|
|
8564
|
-
'@tanstack/vue-query@5.101.
|
|
8564
|
+
'@tanstack/vue-query@5.101.1(vue@3.5.39(typescript@5.9.3))':
|
|
8565
8565
|
dependencies:
|
|
8566
8566
|
'@tanstack/match-sorter-utils': 8.19.4
|
|
8567
|
-
'@tanstack/query-core': 5.101.
|
|
8567
|
+
'@tanstack/query-core': 5.101.1
|
|
8568
8568
|
'@vue/devtools-api': 6.6.4
|
|
8569
|
-
vue: 3.5.
|
|
8570
|
-
vue-demi: 0.14.10(vue@3.5.
|
|
8569
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
8570
|
+
vue-demi: 0.14.10(vue@3.5.39(typescript@5.9.3))
|
|
8571
8571
|
|
|
8572
|
-
'@tanstack/vue-store@0.11.0(vue@3.5.
|
|
8572
|
+
'@tanstack/vue-store@0.11.0(vue@3.5.39(typescript@5.9.3))':
|
|
8573
8573
|
dependencies:
|
|
8574
8574
|
'@tanstack/store': 0.11.0
|
|
8575
|
-
vue: 3.5.
|
|
8576
|
-
vue-demi: 0.14.10(vue@3.5.
|
|
8575
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
8576
|
+
vue-demi: 0.14.10(vue@3.5.39(typescript@5.9.3))
|
|
8577
8577
|
|
|
8578
|
-
'@tanstack/vue-table@8.21.3(vue@3.5.
|
|
8578
|
+
'@tanstack/vue-table@8.21.3(vue@3.5.39(typescript@5.9.3))':
|
|
8579
8579
|
dependencies:
|
|
8580
8580
|
'@tanstack/table-core': 8.21.3
|
|
8581
|
-
vue: 3.5.
|
|
8581
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
8582
8582
|
|
|
8583
8583
|
'@textlint/ast-node-types@15.7.1': {}
|
|
8584
8584
|
|
|
@@ -8720,7 +8720,7 @@ snapshots:
|
|
|
8720
8720
|
|
|
8721
8721
|
'@types/accepts@1.3.7':
|
|
8722
8722
|
dependencies:
|
|
8723
|
-
'@types/node': 22.
|
|
8723
|
+
'@types/node': 22.20.0
|
|
8724
8724
|
|
|
8725
8725
|
'@types/babel__core@7.20.5':
|
|
8726
8726
|
dependencies:
|
|
@@ -8746,15 +8746,15 @@ snapshots:
|
|
|
8746
8746
|
'@types/body-parser@1.19.6':
|
|
8747
8747
|
dependencies:
|
|
8748
8748
|
'@types/connect': 3.4.38
|
|
8749
|
-
'@types/node': 22.
|
|
8749
|
+
'@types/node': 22.20.0
|
|
8750
8750
|
|
|
8751
8751
|
'@types/busboy@1.5.4':
|
|
8752
8752
|
dependencies:
|
|
8753
|
-
'@types/node': 22.
|
|
8753
|
+
'@types/node': 22.20.0
|
|
8754
8754
|
|
|
8755
8755
|
'@types/connect@3.4.38':
|
|
8756
8756
|
dependencies:
|
|
8757
|
-
'@types/node': 22.
|
|
8757
|
+
'@types/node': 22.20.0
|
|
8758
8758
|
|
|
8759
8759
|
'@types/content-disposition@0.5.9': {}
|
|
8760
8760
|
|
|
@@ -8763,7 +8763,7 @@ snapshots:
|
|
|
8763
8763
|
'@types/connect': 3.4.38
|
|
8764
8764
|
'@types/express': 5.0.6
|
|
8765
8765
|
'@types/keygrip': 1.0.6
|
|
8766
|
-
'@types/node': 22.
|
|
8766
|
+
'@types/node': 22.20.0
|
|
8767
8767
|
|
|
8768
8768
|
'@types/debug@4.1.13':
|
|
8769
8769
|
dependencies:
|
|
@@ -8775,7 +8775,7 @@ snapshots:
|
|
|
8775
8775
|
|
|
8776
8776
|
'@types/express-serve-static-core@5.1.1':
|
|
8777
8777
|
dependencies:
|
|
8778
|
-
'@types/node': 22.
|
|
8778
|
+
'@types/node': 22.20.0
|
|
8779
8779
|
'@types/qs': 6.15.1
|
|
8780
8780
|
'@types/range-parser': 1.2.7
|
|
8781
8781
|
'@types/send': 1.2.1
|
|
@@ -8789,7 +8789,7 @@ snapshots:
|
|
|
8789
8789
|
'@types/fs-extra@11.0.4':
|
|
8790
8790
|
dependencies:
|
|
8791
8791
|
'@types/jsonfile': 6.1.4
|
|
8792
|
-
'@types/node': 22.
|
|
8792
|
+
'@types/node': 22.20.0
|
|
8793
8793
|
|
|
8794
8794
|
'@types/http-assert@1.5.6': {}
|
|
8795
8795
|
|
|
@@ -8797,7 +8797,7 @@ snapshots:
|
|
|
8797
8797
|
|
|
8798
8798
|
'@types/http-proxy@1.17.17':
|
|
8799
8799
|
dependencies:
|
|
8800
|
-
'@types/node': 22.
|
|
8800
|
+
'@types/node': 22.20.0
|
|
8801
8801
|
|
|
8802
8802
|
'@types/js-cookie@3.0.6': {}
|
|
8803
8803
|
|
|
@@ -8805,12 +8805,12 @@ snapshots:
|
|
|
8805
8805
|
|
|
8806
8806
|
'@types/jsonfile@6.1.4':
|
|
8807
8807
|
dependencies:
|
|
8808
|
-
'@types/node': 22.
|
|
8808
|
+
'@types/node': 22.20.0
|
|
8809
8809
|
|
|
8810
8810
|
'@types/jsonwebtoken@9.0.10':
|
|
8811
8811
|
dependencies:
|
|
8812
8812
|
'@types/ms': 2.1.0
|
|
8813
|
-
'@types/node': 22.
|
|
8813
|
+
'@types/node': 22.20.0
|
|
8814
8814
|
|
|
8815
8815
|
'@types/keygrip@1.0.6': {}
|
|
8816
8816
|
|
|
@@ -8827,9 +8827,9 @@ snapshots:
|
|
|
8827
8827
|
'@types/http-errors': 2.0.5
|
|
8828
8828
|
'@types/keygrip': 1.0.6
|
|
8829
8829
|
'@types/koa-compose': 3.2.9
|
|
8830
|
-
'@types/node': 22.
|
|
8830
|
+
'@types/node': 22.20.0
|
|
8831
8831
|
|
|
8832
|
-
'@types/luxon@3.7.
|
|
8832
|
+
'@types/luxon@3.7.2': {}
|
|
8833
8833
|
|
|
8834
8834
|
'@types/mdast@3.0.15':
|
|
8835
8835
|
dependencies:
|
|
@@ -8841,13 +8841,13 @@ snapshots:
|
|
|
8841
8841
|
|
|
8842
8842
|
'@types/ms@2.1.0': {}
|
|
8843
8843
|
|
|
8844
|
-
'@types/node@22.
|
|
8844
|
+
'@types/node@22.20.0':
|
|
8845
8845
|
dependencies:
|
|
8846
8846
|
undici-types: 6.21.0
|
|
8847
8847
|
|
|
8848
8848
|
'@types/nodemailer@8.0.1':
|
|
8849
8849
|
dependencies:
|
|
8850
|
-
'@types/node': 22.
|
|
8850
|
+
'@types/node': 22.20.0
|
|
8851
8851
|
|
|
8852
8852
|
'@types/normalize-package-data@2.4.4': {}
|
|
8853
8853
|
|
|
@@ -8861,12 +8861,12 @@ snapshots:
|
|
|
8861
8861
|
|
|
8862
8862
|
'@types/send@1.2.1':
|
|
8863
8863
|
dependencies:
|
|
8864
|
-
'@types/node': 22.
|
|
8864
|
+
'@types/node': 22.20.0
|
|
8865
8865
|
|
|
8866
8866
|
'@types/serve-static@2.2.0':
|
|
8867
8867
|
dependencies:
|
|
8868
8868
|
'@types/http-errors': 2.0.5
|
|
8869
|
-
'@types/node': 22.
|
|
8869
|
+
'@types/node': 22.20.0
|
|
8870
8870
|
|
|
8871
8871
|
'@types/triple-beam@1.3.5': {}
|
|
8872
8872
|
|
|
@@ -8876,16 +8876,16 @@ snapshots:
|
|
|
8876
8876
|
|
|
8877
8877
|
'@types/ws@8.18.1':
|
|
8878
8878
|
dependencies:
|
|
8879
|
-
'@types/node': 22.
|
|
8879
|
+
'@types/node': 22.20.0
|
|
8880
8880
|
|
|
8881
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
8881
|
+
'@typescript-eslint/eslint-plugin@8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.5.0)(typescript@5.9.3)':
|
|
8882
8882
|
dependencies:
|
|
8883
8883
|
'@eslint-community/regexpp': 4.12.2
|
|
8884
|
-
'@typescript-eslint/parser': 8.
|
|
8885
|
-
'@typescript-eslint/scope-manager': 8.
|
|
8886
|
-
'@typescript-eslint/type-utils': 8.
|
|
8887
|
-
'@typescript-eslint/utils': 8.
|
|
8888
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
8884
|
+
'@typescript-eslint/parser': 8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3)
|
|
8885
|
+
'@typescript-eslint/scope-manager': 8.62.0
|
|
8886
|
+
'@typescript-eslint/type-utils': 8.62.0(eslint@10.5.0)(typescript@5.9.3)
|
|
8887
|
+
'@typescript-eslint/utils': 8.62.0(eslint@10.5.0)(typescript@5.9.3)
|
|
8888
|
+
'@typescript-eslint/visitor-keys': 8.62.0
|
|
8889
8889
|
eslint: 10.5.0
|
|
8890
8890
|
ignore: 7.0.5
|
|
8891
8891
|
natural-compare: 1.4.0
|
|
@@ -8894,55 +8894,55 @@ snapshots:
|
|
|
8894
8894
|
transitivePeerDependencies:
|
|
8895
8895
|
- supports-color
|
|
8896
8896
|
|
|
8897
|
-
'@typescript-eslint/parser@8.
|
|
8897
|
+
'@typescript-eslint/parser@8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3)':
|
|
8898
8898
|
dependencies:
|
|
8899
|
-
'@typescript-eslint/scope-manager': 8.
|
|
8900
|
-
'@typescript-eslint/types': 8.
|
|
8901
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
8902
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
8899
|
+
'@typescript-eslint/scope-manager': 8.62.0
|
|
8900
|
+
'@typescript-eslint/types': 8.62.0
|
|
8901
|
+
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
8902
|
+
'@typescript-eslint/visitor-keys': 8.62.0
|
|
8903
8903
|
debug: 4.4.3(supports-color@5.5.0)
|
|
8904
8904
|
eslint: 10.5.0
|
|
8905
8905
|
typescript: 5.9.3
|
|
8906
8906
|
transitivePeerDependencies:
|
|
8907
8907
|
- supports-color
|
|
8908
8908
|
|
|
8909
|
-
'@typescript-eslint/project-service@8.
|
|
8909
|
+
'@typescript-eslint/project-service@8.62.0(supports-color@5.5.0)(typescript@5.9.3)':
|
|
8910
8910
|
dependencies:
|
|
8911
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
8912
|
-
'@typescript-eslint/types': 8.
|
|
8911
|
+
'@typescript-eslint/tsconfig-utils': 8.62.0(typescript@5.9.3)
|
|
8912
|
+
'@typescript-eslint/types': 8.62.0
|
|
8913
8913
|
debug: 4.4.3(supports-color@5.5.0)
|
|
8914
8914
|
typescript: 5.9.3
|
|
8915
8915
|
transitivePeerDependencies:
|
|
8916
8916
|
- supports-color
|
|
8917
8917
|
|
|
8918
|
-
'@typescript-eslint/rule-tester@8.
|
|
8918
|
+
'@typescript-eslint/rule-tester@8.62.0(eslint@10.5.0)(typescript@5.9.3)':
|
|
8919
8919
|
dependencies:
|
|
8920
|
-
'@typescript-eslint/parser': 8.
|
|
8921
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
8922
|
-
'@typescript-eslint/utils': 8.
|
|
8920
|
+
'@typescript-eslint/parser': 8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3)
|
|
8921
|
+
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
8922
|
+
'@typescript-eslint/utils': 8.62.0(eslint@10.5.0)(typescript@5.9.3)
|
|
8923
8923
|
ajv: 6.15.0
|
|
8924
8924
|
eslint: 10.5.0
|
|
8925
8925
|
json-stable-stringify-without-jsonify: 1.0.1
|
|
8926
8926
|
lodash.merge: 4.6.2
|
|
8927
|
-
semver: 7.8.
|
|
8927
|
+
semver: 7.8.5
|
|
8928
8928
|
typescript: 5.9.3
|
|
8929
8929
|
transitivePeerDependencies:
|
|
8930
8930
|
- supports-color
|
|
8931
8931
|
|
|
8932
|
-
'@typescript-eslint/scope-manager@8.
|
|
8932
|
+
'@typescript-eslint/scope-manager@8.62.0':
|
|
8933
8933
|
dependencies:
|
|
8934
|
-
'@typescript-eslint/types': 8.
|
|
8935
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
8934
|
+
'@typescript-eslint/types': 8.62.0
|
|
8935
|
+
'@typescript-eslint/visitor-keys': 8.62.0
|
|
8936
8936
|
|
|
8937
|
-
'@typescript-eslint/tsconfig-utils@8.
|
|
8937
|
+
'@typescript-eslint/tsconfig-utils@8.62.0(typescript@5.9.3)':
|
|
8938
8938
|
dependencies:
|
|
8939
8939
|
typescript: 5.9.3
|
|
8940
8940
|
|
|
8941
|
-
'@typescript-eslint/type-utils@8.
|
|
8941
|
+
'@typescript-eslint/type-utils@8.62.0(eslint@10.5.0)(typescript@5.9.3)':
|
|
8942
8942
|
dependencies:
|
|
8943
|
-
'@typescript-eslint/types': 8.
|
|
8944
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
8945
|
-
'@typescript-eslint/utils': 8.
|
|
8943
|
+
'@typescript-eslint/types': 8.62.0
|
|
8944
|
+
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
8945
|
+
'@typescript-eslint/utils': 8.62.0(eslint@10.5.0)(typescript@5.9.3)
|
|
8946
8946
|
debug: 4.4.3(supports-color@5.5.0)
|
|
8947
8947
|
eslint: 10.5.0
|
|
8948
8948
|
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
@@ -8950,37 +8950,37 @@ snapshots:
|
|
|
8950
8950
|
transitivePeerDependencies:
|
|
8951
8951
|
- supports-color
|
|
8952
8952
|
|
|
8953
|
-
'@typescript-eslint/types@8.
|
|
8953
|
+
'@typescript-eslint/types@8.62.0': {}
|
|
8954
8954
|
|
|
8955
|
-
'@typescript-eslint/typescript-estree@8.
|
|
8955
|
+
'@typescript-eslint/typescript-estree@8.62.0(supports-color@5.5.0)(typescript@5.9.3)':
|
|
8956
8956
|
dependencies:
|
|
8957
|
-
'@typescript-eslint/project-service': 8.
|
|
8958
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
8959
|
-
'@typescript-eslint/types': 8.
|
|
8960
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
8957
|
+
'@typescript-eslint/project-service': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
8958
|
+
'@typescript-eslint/tsconfig-utils': 8.62.0(typescript@5.9.3)
|
|
8959
|
+
'@typescript-eslint/types': 8.62.0
|
|
8960
|
+
'@typescript-eslint/visitor-keys': 8.62.0
|
|
8961
8961
|
debug: 4.4.3(supports-color@5.5.0)
|
|
8962
8962
|
minimatch: 10.2.5
|
|
8963
|
-
semver: 7.8.
|
|
8963
|
+
semver: 7.8.5
|
|
8964
8964
|
tinyglobby: 0.2.17
|
|
8965
8965
|
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
8966
8966
|
typescript: 5.9.3
|
|
8967
8967
|
transitivePeerDependencies:
|
|
8968
8968
|
- supports-color
|
|
8969
8969
|
|
|
8970
|
-
'@typescript-eslint/utils@8.
|
|
8970
|
+
'@typescript-eslint/utils@8.62.0(eslint@10.5.0)(typescript@5.9.3)':
|
|
8971
8971
|
dependencies:
|
|
8972
8972
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0)
|
|
8973
|
-
'@typescript-eslint/scope-manager': 8.
|
|
8974
|
-
'@typescript-eslint/types': 8.
|
|
8975
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
8973
|
+
'@typescript-eslint/scope-manager': 8.62.0
|
|
8974
|
+
'@typescript-eslint/types': 8.62.0
|
|
8975
|
+
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
8976
8976
|
eslint: 10.5.0
|
|
8977
8977
|
typescript: 5.9.3
|
|
8978
8978
|
transitivePeerDependencies:
|
|
8979
8979
|
- supports-color
|
|
8980
8980
|
|
|
8981
|
-
'@typescript-eslint/visitor-keys@8.
|
|
8981
|
+
'@typescript-eslint/visitor-keys@8.62.0':
|
|
8982
8982
|
dependencies:
|
|
8983
|
-
'@typescript-eslint/types': 8.
|
|
8983
|
+
'@typescript-eslint/types': 8.62.0
|
|
8984
8984
|
eslint-visitor-keys: 5.0.1
|
|
8985
8985
|
|
|
8986
8986
|
'@vue/compiler-core@3.0.11':
|
|
@@ -9047,11 +9047,11 @@ snapshots:
|
|
|
9047
9047
|
'@vue/shared': 3.5.36
|
|
9048
9048
|
csstype: 3.2.3
|
|
9049
9049
|
|
|
9050
|
-
'@vue/server-renderer@3.5.36(vue@3.5.
|
|
9050
|
+
'@vue/server-renderer@3.5.36(vue@3.5.39(typescript@5.9.3))':
|
|
9051
9051
|
dependencies:
|
|
9052
9052
|
'@vue/compiler-ssr': 3.5.36
|
|
9053
9053
|
'@vue/shared': 3.5.36
|
|
9054
|
-
vue: 3.5.
|
|
9054
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
9055
9055
|
|
|
9056
9056
|
'@vue/shared@3.5.36': {}
|
|
9057
9057
|
|
|
@@ -9062,7 +9062,7 @@ snapshots:
|
|
|
9062
9062
|
dargs: 7.0.0
|
|
9063
9063
|
debug: 4.4.3(supports-color@5.5.0)
|
|
9064
9064
|
is-type-of: 1.4.0
|
|
9065
|
-
semver: 7.8.
|
|
9065
|
+
semver: 7.8.5
|
|
9066
9066
|
yargs: 13.3.2
|
|
9067
9067
|
yargs-parser: 13.1.2
|
|
9068
9068
|
transitivePeerDependencies:
|
|
@@ -9176,7 +9176,7 @@ snapshots:
|
|
|
9176
9176
|
|
|
9177
9177
|
aws-ssl-profiles@1.1.2: {}
|
|
9178
9178
|
|
|
9179
|
-
axios@1.
|
|
9179
|
+
axios@1.18.1:
|
|
9180
9180
|
dependencies:
|
|
9181
9181
|
follow-redirects: 1.16.0
|
|
9182
9182
|
form-data: 4.0.6
|
|
@@ -9203,9 +9203,9 @@ snapshots:
|
|
|
9203
9203
|
|
|
9204
9204
|
base64url@3.0.1: {}
|
|
9205
9205
|
|
|
9206
|
-
baseline-browser-mapping@2.10.
|
|
9206
|
+
baseline-browser-mapping@2.10.40: {}
|
|
9207
9207
|
|
|
9208
|
-
better-sqlite3@12.
|
|
9208
|
+
better-sqlite3@12.11.1:
|
|
9209
9209
|
dependencies:
|
|
9210
9210
|
bindings: 1.5.0
|
|
9211
9211
|
prebuild-install: 7.1.3
|
|
@@ -9233,15 +9233,15 @@ snapshots:
|
|
|
9233
9233
|
inherits: 2.0.4
|
|
9234
9234
|
readable-stream: 3.6.2
|
|
9235
9235
|
|
|
9236
|
-
body-parser@2.
|
|
9236
|
+
body-parser@2.3.0(supports-color@5.5.0):
|
|
9237
9237
|
dependencies:
|
|
9238
9238
|
bytes: 3.1.2
|
|
9239
|
-
content-type:
|
|
9239
|
+
content-type: 2.0.0
|
|
9240
9240
|
debug: 4.4.3(supports-color@5.5.0)
|
|
9241
9241
|
http-errors: 2.0.1
|
|
9242
9242
|
iconv-lite: 0.7.2
|
|
9243
9243
|
on-finished: 2.4.1
|
|
9244
|
-
qs: 6.15.
|
|
9244
|
+
qs: 6.15.3
|
|
9245
9245
|
raw-body: 3.0.2
|
|
9246
9246
|
type-is: 2.1.0
|
|
9247
9247
|
transitivePeerDependencies:
|
|
@@ -9286,13 +9286,13 @@ snapshots:
|
|
|
9286
9286
|
dependencies:
|
|
9287
9287
|
fill-range: 7.1.1
|
|
9288
9288
|
|
|
9289
|
-
browserslist@4.28.
|
|
9289
|
+
browserslist@4.28.4:
|
|
9290
9290
|
dependencies:
|
|
9291
|
-
baseline-browser-mapping: 2.10.
|
|
9291
|
+
baseline-browser-mapping: 2.10.40
|
|
9292
9292
|
caniuse-lite: 1.0.30001799
|
|
9293
|
-
electron-to-chromium: 1.5.
|
|
9294
|
-
node-releases: 2.0.
|
|
9295
|
-
update-browserslist-db: 1.2.3(browserslist@4.28.
|
|
9293
|
+
electron-to-chromium: 1.5.379
|
|
9294
|
+
node-releases: 2.0.50
|
|
9295
|
+
update-browserslist-db: 1.2.3(browserslist@4.28.4)
|
|
9296
9296
|
|
|
9297
9297
|
buffer-alloc-unsafe@1.1.0: {}
|
|
9298
9298
|
|
|
@@ -9314,13 +9314,13 @@ snapshots:
|
|
|
9314
9314
|
base64-js: 1.5.1
|
|
9315
9315
|
ieee754: 1.2.1
|
|
9316
9316
|
|
|
9317
|
-
bullmq@5.
|
|
9317
|
+
bullmq@5.79.1(supports-color@5.5.0):
|
|
9318
9318
|
dependencies:
|
|
9319
9319
|
cron-parser: 4.9.0
|
|
9320
9320
|
ioredis: 5.10.1(supports-color@5.5.0)
|
|
9321
9321
|
msgpackr: 2.0.2
|
|
9322
9322
|
node-abort-controller: 3.1.1
|
|
9323
|
-
semver: 7.8.
|
|
9323
|
+
semver: 7.8.1
|
|
9324
9324
|
tslib: 2.8.1
|
|
9325
9325
|
transitivePeerDependencies:
|
|
9326
9326
|
- supports-color
|
|
@@ -9466,7 +9466,7 @@ snapshots:
|
|
|
9466
9466
|
dependencies:
|
|
9467
9467
|
'@hapi/bourne': 3.0.0
|
|
9468
9468
|
inflation: 2.1.0
|
|
9469
|
-
qs: 6.15.
|
|
9469
|
+
qs: 6.15.3
|
|
9470
9470
|
raw-body: 2.5.3
|
|
9471
9471
|
type-is: 1.6.18
|
|
9472
9472
|
|
|
@@ -9733,7 +9733,7 @@ snapshots:
|
|
|
9733
9733
|
dependencies:
|
|
9734
9734
|
path-to-regexp: 6.3.0
|
|
9735
9735
|
|
|
9736
|
-
electron-to-chromium@1.5.
|
|
9736
|
+
electron-to-chromium@1.5.379: {}
|
|
9737
9737
|
|
|
9738
9738
|
emoji-regex@10.6.0: {}
|
|
9739
9739
|
|
|
@@ -9813,12 +9813,12 @@ snapshots:
|
|
|
9813
9813
|
dependencies:
|
|
9814
9814
|
eslint: 10.5.0
|
|
9815
9815
|
|
|
9816
|
-
eslint-plugin-command@3.5.2(@typescript-eslint/rule-tester@8.
|
|
9816
|
+
eslint-plugin-command@3.5.2(@typescript-eslint/rule-tester@8.62.0(eslint@10.5.0)(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.62.0(typescript@5.9.3))(@typescript-eslint/utils@8.62.0(eslint@10.5.0)(typescript@5.9.3))(eslint@10.5.0):
|
|
9817
9817
|
dependencies:
|
|
9818
9818
|
'@es-joy/jsdoccomment': 0.84.0
|
|
9819
|
-
'@typescript-eslint/rule-tester': 8.
|
|
9820
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
9821
|
-
'@typescript-eslint/utils': 8.
|
|
9819
|
+
'@typescript-eslint/rule-tester': 8.62.0(eslint@10.5.0)(typescript@5.9.3)
|
|
9820
|
+
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
9821
|
+
'@typescript-eslint/utils': 8.62.0(eslint@10.5.0)(typescript@5.9.3)
|
|
9822
9822
|
eslint: 10.5.0
|
|
9823
9823
|
|
|
9824
9824
|
eslint-plugin-depend@1.5.0(eslint@10.5.0):
|
|
@@ -9826,7 +9826,7 @@ snapshots:
|
|
|
9826
9826
|
empathic: 2.0.1
|
|
9827
9827
|
eslint: 10.5.0
|
|
9828
9828
|
module-replacements: 2.11.0
|
|
9829
|
-
semver: 7.8.
|
|
9829
|
+
semver: 7.8.5
|
|
9830
9830
|
|
|
9831
9831
|
eslint-plugin-eslint-comments@3.2.0(eslint@10.5.0):
|
|
9832
9832
|
dependencies:
|
|
@@ -9860,7 +9860,7 @@ snapshots:
|
|
|
9860
9860
|
yaml: 2.9.0
|
|
9861
9861
|
yaml-eslint-parser: 2.0.0
|
|
9862
9862
|
|
|
9863
|
-
eslint-plugin-regexp@3.1.
|
|
9863
|
+
eslint-plugin-regexp@3.1.1(eslint@10.5.0):
|
|
9864
9864
|
dependencies:
|
|
9865
9865
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0)
|
|
9866
9866
|
'@eslint-community/regexpp': 4.12.2
|
|
@@ -9882,27 +9882,27 @@ snapshots:
|
|
|
9882
9882
|
transitivePeerDependencies:
|
|
9883
9883
|
- supports-color
|
|
9884
9884
|
|
|
9885
|
-
eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.
|
|
9885
|
+
eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.5.0)(typescript@5.9.3))(eslint@10.5.0):
|
|
9886
9886
|
dependencies:
|
|
9887
9887
|
eslint: 10.5.0
|
|
9888
9888
|
optionalDependencies:
|
|
9889
|
-
'@typescript-eslint/eslint-plugin': 8.
|
|
9889
|
+
'@typescript-eslint/eslint-plugin': 8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.5.0)(typescript@5.9.3)
|
|
9890
9890
|
|
|
9891
|
-
eslint-plugin-vue@10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.5.0))(@typescript-eslint/parser@8.
|
|
9891
|
+
eslint-plugin-vue@10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.5.0))(@typescript-eslint/parser@8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.5.0)(vue-eslint-parser@10.4.1(eslint@10.5.0)):
|
|
9892
9892
|
dependencies:
|
|
9893
9893
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0)
|
|
9894
9894
|
eslint: 10.5.0
|
|
9895
9895
|
natural-compare: 1.4.0
|
|
9896
9896
|
nth-check: 2.1.1
|
|
9897
9897
|
postcss-selector-parser: 7.1.4
|
|
9898
|
-
semver: 7.8.
|
|
9898
|
+
semver: 7.8.5
|
|
9899
9899
|
vue-eslint-parser: 10.4.1(eslint@10.5.0)
|
|
9900
9900
|
xml-name-validator: 4.0.0
|
|
9901
9901
|
optionalDependencies:
|
|
9902
9902
|
'@stylistic/eslint-plugin': 5.10.0(eslint@10.5.0)
|
|
9903
|
-
'@typescript-eslint/parser': 8.
|
|
9903
|
+
'@typescript-eslint/parser': 8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3)
|
|
9904
9904
|
|
|
9905
|
-
eslint-plugin-yml@3.
|
|
9905
|
+
eslint-plugin-yml@3.5.0(eslint@10.5.0):
|
|
9906
9906
|
dependencies:
|
|
9907
9907
|
'@eslint/core': 1.2.1
|
|
9908
9908
|
'@eslint/plugin-kit': 0.7.2
|
|
@@ -10011,7 +10011,7 @@ snapshots:
|
|
|
10011
10011
|
express@5.2.1(supports-color@5.5.0):
|
|
10012
10012
|
dependencies:
|
|
10013
10013
|
accepts: 2.0.0
|
|
10014
|
-
body-parser: 2.
|
|
10014
|
+
body-parser: 2.3.0(supports-color@5.5.0)
|
|
10015
10015
|
content-disposition: 1.1.0
|
|
10016
10016
|
content-type: 1.0.5
|
|
10017
10017
|
cookie: 0.7.2
|
|
@@ -10030,8 +10030,8 @@ snapshots:
|
|
|
10030
10030
|
once: 1.4.0
|
|
10031
10031
|
parseurl: 1.3.3
|
|
10032
10032
|
proxy-addr: 2.0.7
|
|
10033
|
-
qs: 6.15.
|
|
10034
|
-
range-parser: 1.
|
|
10033
|
+
qs: 6.15.3
|
|
10034
|
+
range-parser: 1.3.0
|
|
10035
10035
|
router: 2.2.0(supports-color@5.5.0)
|
|
10036
10036
|
send: 1.2.1(supports-color@5.5.0)
|
|
10037
10037
|
serve-static: 2.2.1
|
|
@@ -10273,7 +10273,7 @@ snapshots:
|
|
|
10273
10273
|
once: 1.4.0
|
|
10274
10274
|
path-is-absolute: 1.0.1
|
|
10275
10275
|
|
|
10276
|
-
globals@17.
|
|
10276
|
+
globals@17.7.0: {}
|
|
10277
10277
|
|
|
10278
10278
|
globby@14.1.0:
|
|
10279
10279
|
dependencies:
|
|
@@ -10293,14 +10293,14 @@ snapshots:
|
|
|
10293
10293
|
slash: 5.1.0
|
|
10294
10294
|
unicorn-magic: 0.4.0
|
|
10295
10295
|
|
|
10296
|
-
gogocode@1.0.55(vue@3.5.
|
|
10296
|
+
gogocode@1.0.55(vue@3.5.39(typescript@5.9.3)):
|
|
10297
10297
|
dependencies:
|
|
10298
10298
|
'@babel/parser': 7.29.7
|
|
10299
10299
|
glob: 7.2.3
|
|
10300
10300
|
hyntax-yx: 1.0.9
|
|
10301
10301
|
indent-string: 4.0.0
|
|
10302
10302
|
recast-yx: 0.18.12
|
|
10303
|
-
vue3-browser-compiler-yx: 1.0.4(vue@3.5.
|
|
10303
|
+
vue3-browser-compiler-yx: 1.0.4(vue@3.5.39(typescript@5.9.3))
|
|
10304
10304
|
transitivePeerDependencies:
|
|
10305
10305
|
- vue
|
|
10306
10306
|
|
|
@@ -10339,7 +10339,7 @@ snapshots:
|
|
|
10339
10339
|
capital-case: 1.0.4
|
|
10340
10340
|
tslib: 2.8.1
|
|
10341
10341
|
|
|
10342
|
-
hono@4.12.
|
|
10342
|
+
hono@4.12.27: {}
|
|
10343
10343
|
|
|
10344
10344
|
hookified@1.15.1: {}
|
|
10345
10345
|
|
|
@@ -10677,7 +10677,7 @@ snapshots:
|
|
|
10677
10677
|
dependencies:
|
|
10678
10678
|
acorn: 8.17.0
|
|
10679
10679
|
eslint-visitor-keys: 5.0.1
|
|
10680
|
-
semver: 7.8.
|
|
10680
|
+
semver: 7.8.5
|
|
10681
10681
|
|
|
10682
10682
|
jsonfile@6.2.1:
|
|
10683
10683
|
dependencies:
|
|
@@ -10696,7 +10696,7 @@ snapshots:
|
|
|
10696
10696
|
lodash.isstring: 4.0.1
|
|
10697
10697
|
lodash.once: 4.1.1
|
|
10698
10698
|
ms: 2.1.3
|
|
10699
|
-
semver: 7.8.
|
|
10699
|
+
semver: 7.8.5
|
|
10700
10700
|
|
|
10701
10701
|
jwa@2.0.1:
|
|
10702
10702
|
dependencies:
|
|
@@ -10723,7 +10723,7 @@ snapshots:
|
|
|
10723
10723
|
|
|
10724
10724
|
kind-of@6.0.3: {}
|
|
10725
10725
|
|
|
10726
|
-
knex@3.2.10(better-sqlite3@12.
|
|
10726
|
+
knex@3.2.10(better-sqlite3@12.11.1):
|
|
10727
10727
|
dependencies:
|
|
10728
10728
|
colorette: 2.0.19
|
|
10729
10729
|
commander: 10.0.1
|
|
@@ -10740,7 +10740,7 @@ snapshots:
|
|
|
10740
10740
|
tarn: 3.0.2
|
|
10741
10741
|
tildify: 2.0.0
|
|
10742
10742
|
optionalDependencies:
|
|
10743
|
-
better-sqlite3: 12.
|
|
10743
|
+
better-sqlite3: 12.11.1
|
|
10744
10744
|
transitivePeerDependencies:
|
|
10745
10745
|
- supports-color
|
|
10746
10746
|
|
|
@@ -11419,9 +11419,9 @@ snapshots:
|
|
|
11419
11419
|
|
|
11420
11420
|
mutate-on-copy@1.1.13: {}
|
|
11421
11421
|
|
|
11422
|
-
mysql2@3.22.5(@types/node@22.
|
|
11422
|
+
mysql2@3.22.5(@types/node@22.20.0):
|
|
11423
11423
|
dependencies:
|
|
11424
|
-
'@types/node': 22.
|
|
11424
|
+
'@types/node': 22.20.0
|
|
11425
11425
|
aws-ssl-profiles: 1.1.2
|
|
11426
11426
|
denque: 2.1.0
|
|
11427
11427
|
generate-function: 2.3.1
|
|
@@ -11441,7 +11441,7 @@ snapshots:
|
|
|
11441
11441
|
dependencies:
|
|
11442
11442
|
lru.min: 1.1.4
|
|
11443
11443
|
|
|
11444
|
-
nanoid@3.3.
|
|
11444
|
+
nanoid@3.3.15: {}
|
|
11445
11445
|
|
|
11446
11446
|
napi-build-utils@2.0.0: {}
|
|
11447
11447
|
|
|
@@ -11460,7 +11460,7 @@ snapshots:
|
|
|
11460
11460
|
|
|
11461
11461
|
node-abi@3.92.0:
|
|
11462
11462
|
dependencies:
|
|
11463
|
-
semver: 7.8.
|
|
11463
|
+
semver: 7.8.5
|
|
11464
11464
|
|
|
11465
11465
|
node-abort-controller@3.1.1: {}
|
|
11466
11466
|
|
|
@@ -11471,7 +11471,7 @@ snapshots:
|
|
|
11471
11471
|
|
|
11472
11472
|
node-hex@1.0.1: {}
|
|
11473
11473
|
|
|
11474
|
-
node-releases@2.0.
|
|
11474
|
+
node-releases@2.0.50: {}
|
|
11475
11475
|
|
|
11476
11476
|
nodemailer@8.0.11: {}
|
|
11477
11477
|
|
|
@@ -11482,7 +11482,7 @@ snapshots:
|
|
|
11482
11482
|
ignore-by-default: 1.0.1
|
|
11483
11483
|
minimatch: 10.2.5
|
|
11484
11484
|
pstree.remy: 1.1.8
|
|
11485
|
-
semver: 7.8.
|
|
11485
|
+
semver: 7.8.5
|
|
11486
11486
|
simple-update-notifier: 2.0.0
|
|
11487
11487
|
supports-color: 5.5.0
|
|
11488
11488
|
touch: 3.1.1
|
|
@@ -11495,14 +11495,14 @@ snapshots:
|
|
|
11495
11495
|
normalize-package-data@6.0.2:
|
|
11496
11496
|
dependencies:
|
|
11497
11497
|
hosted-git-info: 7.0.2
|
|
11498
|
-
semver: 7.8.
|
|
11498
|
+
semver: 7.8.5
|
|
11499
11499
|
validate-npm-package-license: 3.0.4
|
|
11500
11500
|
|
|
11501
11501
|
normalize-path@3.0.0: {}
|
|
11502
11502
|
|
|
11503
11503
|
npm-install-checks@8.0.0:
|
|
11504
11504
|
dependencies:
|
|
11505
|
-
semver: 7.8.
|
|
11505
|
+
semver: 7.8.5
|
|
11506
11506
|
|
|
11507
11507
|
npm-normalize-package-bin@5.0.0: {}
|
|
11508
11508
|
|
|
@@ -11510,7 +11510,7 @@ snapshots:
|
|
|
11510
11510
|
dependencies:
|
|
11511
11511
|
hosted-git-info: 9.0.3
|
|
11512
11512
|
proc-log: 6.1.0
|
|
11513
|
-
semver: 7.8.
|
|
11513
|
+
semver: 7.8.5
|
|
11514
11514
|
validate-npm-package-name: 7.0.2
|
|
11515
11515
|
|
|
11516
11516
|
npm-pick-manifest@11.0.3:
|
|
@@ -11518,7 +11518,7 @@ snapshots:
|
|
|
11518
11518
|
npm-install-checks: 8.0.0
|
|
11519
11519
|
npm-normalize-package-bin: 5.0.0
|
|
11520
11520
|
npm-package-arg: 13.0.2
|
|
11521
|
-
semver: 7.8.
|
|
11521
|
+
semver: 7.8.5
|
|
11522
11522
|
|
|
11523
11523
|
nth-check@2.1.1:
|
|
11524
11524
|
dependencies:
|
|
@@ -11601,27 +11601,27 @@ snapshots:
|
|
|
11601
11601
|
'@oxfmt/binding-win32-ia32-msvc': 0.45.0
|
|
11602
11602
|
'@oxfmt/binding-win32-x64-msvc': 0.45.0
|
|
11603
11603
|
|
|
11604
|
-
oxlint@1.
|
|
11604
|
+
oxlint@1.71.0:
|
|
11605
11605
|
optionalDependencies:
|
|
11606
|
-
'@oxlint/binding-android-arm-eabi': 1.
|
|
11607
|
-
'@oxlint/binding-android-arm64': 1.
|
|
11608
|
-
'@oxlint/binding-darwin-arm64': 1.
|
|
11609
|
-
'@oxlint/binding-darwin-x64': 1.
|
|
11610
|
-
'@oxlint/binding-freebsd-x64': 1.
|
|
11611
|
-
'@oxlint/binding-linux-arm-gnueabihf': 1.
|
|
11612
|
-
'@oxlint/binding-linux-arm-musleabihf': 1.
|
|
11613
|
-
'@oxlint/binding-linux-arm64-gnu': 1.
|
|
11614
|
-
'@oxlint/binding-linux-arm64-musl': 1.
|
|
11615
|
-
'@oxlint/binding-linux-ppc64-gnu': 1.
|
|
11616
|
-
'@oxlint/binding-linux-riscv64-gnu': 1.
|
|
11617
|
-
'@oxlint/binding-linux-riscv64-musl': 1.
|
|
11618
|
-
'@oxlint/binding-linux-s390x-gnu': 1.
|
|
11619
|
-
'@oxlint/binding-linux-x64-gnu': 1.
|
|
11620
|
-
'@oxlint/binding-linux-x64-musl': 1.
|
|
11621
|
-
'@oxlint/binding-openharmony-arm64': 1.
|
|
11622
|
-
'@oxlint/binding-win32-arm64-msvc': 1.
|
|
11623
|
-
'@oxlint/binding-win32-ia32-msvc': 1.
|
|
11624
|
-
'@oxlint/binding-win32-x64-msvc': 1.
|
|
11606
|
+
'@oxlint/binding-android-arm-eabi': 1.71.0
|
|
11607
|
+
'@oxlint/binding-android-arm64': 1.71.0
|
|
11608
|
+
'@oxlint/binding-darwin-arm64': 1.71.0
|
|
11609
|
+
'@oxlint/binding-darwin-x64': 1.71.0
|
|
11610
|
+
'@oxlint/binding-freebsd-x64': 1.71.0
|
|
11611
|
+
'@oxlint/binding-linux-arm-gnueabihf': 1.71.0
|
|
11612
|
+
'@oxlint/binding-linux-arm-musleabihf': 1.71.0
|
|
11613
|
+
'@oxlint/binding-linux-arm64-gnu': 1.71.0
|
|
11614
|
+
'@oxlint/binding-linux-arm64-musl': 1.71.0
|
|
11615
|
+
'@oxlint/binding-linux-ppc64-gnu': 1.71.0
|
|
11616
|
+
'@oxlint/binding-linux-riscv64-gnu': 1.71.0
|
|
11617
|
+
'@oxlint/binding-linux-riscv64-musl': 1.71.0
|
|
11618
|
+
'@oxlint/binding-linux-s390x-gnu': 1.71.0
|
|
11619
|
+
'@oxlint/binding-linux-x64-gnu': 1.71.0
|
|
11620
|
+
'@oxlint/binding-linux-x64-musl': 1.71.0
|
|
11621
|
+
'@oxlint/binding-openharmony-arm64': 1.71.0
|
|
11622
|
+
'@oxlint/binding-win32-arm64-msvc': 1.71.0
|
|
11623
|
+
'@oxlint/binding-win32-ia32-msvc': 1.71.0
|
|
11624
|
+
'@oxlint/binding-win32-x64-msvc': 1.71.0
|
|
11625
11625
|
|
|
11626
11626
|
p-limit@2.3.0:
|
|
11627
11627
|
dependencies:
|
|
@@ -11723,7 +11723,7 @@ snapshots:
|
|
|
11723
11723
|
pg-cloudflare@1.4.0:
|
|
11724
11724
|
optional: true
|
|
11725
11725
|
|
|
11726
|
-
pg-connection-string@2.
|
|
11726
|
+
pg-connection-string@2.14.0: {}
|
|
11727
11727
|
|
|
11728
11728
|
pg-connection-string@2.6.2: {}
|
|
11729
11729
|
|
|
@@ -11731,11 +11731,11 @@ snapshots:
|
|
|
11731
11731
|
|
|
11732
11732
|
pg-numeric@1.0.2: {}
|
|
11733
11733
|
|
|
11734
|
-
pg-pool@3.14.0(pg@8.
|
|
11734
|
+
pg-pool@3.14.0(pg@8.22.0):
|
|
11735
11735
|
dependencies:
|
|
11736
|
-
pg: 8.
|
|
11736
|
+
pg: 8.22.0
|
|
11737
11737
|
|
|
11738
|
-
pg-protocol@1.
|
|
11738
|
+
pg-protocol@1.15.0: {}
|
|
11739
11739
|
|
|
11740
11740
|
pg-types@2.2.0:
|
|
11741
11741
|
dependencies:
|
|
@@ -11755,11 +11755,11 @@ snapshots:
|
|
|
11755
11755
|
postgres-interval: 3.0.0
|
|
11756
11756
|
postgres-range: 1.1.4
|
|
11757
11757
|
|
|
11758
|
-
pg@8.
|
|
11758
|
+
pg@8.22.0:
|
|
11759
11759
|
dependencies:
|
|
11760
|
-
pg-connection-string: 2.
|
|
11761
|
-
pg-pool: 3.14.0(pg@8.
|
|
11762
|
-
pg-protocol: 1.
|
|
11760
|
+
pg-connection-string: 2.14.0
|
|
11761
|
+
pg-pool: 3.14.0(pg@8.22.0)
|
|
11762
|
+
pg-protocol: 1.15.0
|
|
11763
11763
|
pg-types: 2.2.0
|
|
11764
11764
|
pgpass: 1.0.5
|
|
11765
11765
|
optionalDependencies:
|
|
@@ -11837,13 +11837,13 @@ snapshots:
|
|
|
11837
11837
|
postcss@8.1.10:
|
|
11838
11838
|
dependencies:
|
|
11839
11839
|
colorette: 1.4.0
|
|
11840
|
-
nanoid: 3.3.
|
|
11840
|
+
nanoid: 3.3.15
|
|
11841
11841
|
source-map: 0.6.1
|
|
11842
11842
|
vfile-location: 3.2.0
|
|
11843
11843
|
|
|
11844
11844
|
postcss@8.5.15:
|
|
11845
11845
|
dependencies:
|
|
11846
|
-
nanoid: 3.3.
|
|
11846
|
+
nanoid: 3.3.15
|
|
11847
11847
|
picocolors: 1.1.1
|
|
11848
11848
|
source-map-js: 1.2.1
|
|
11849
11849
|
|
|
@@ -11912,8 +11912,9 @@ snapshots:
|
|
|
11912
11912
|
dependencies:
|
|
11913
11913
|
hookified: 2.2.0
|
|
11914
11914
|
|
|
11915
|
-
qs@6.15.
|
|
11915
|
+
qs@6.15.3:
|
|
11916
11916
|
dependencies:
|
|
11917
|
+
es-define-property: 1.0.1
|
|
11917
11918
|
side-channel: 1.1.1
|
|
11918
11919
|
|
|
11919
11920
|
queue-microtask@1.2.3: {}
|
|
@@ -11924,7 +11925,7 @@ snapshots:
|
|
|
11924
11925
|
kind-of: 6.0.3
|
|
11925
11926
|
math-random: 1.0.4
|
|
11926
11927
|
|
|
11927
|
-
range-parser@1.
|
|
11928
|
+
range-parser@1.3.0: {}
|
|
11928
11929
|
|
|
11929
11930
|
raw-body@2.5.3:
|
|
11930
11931
|
dependencies:
|
|
@@ -12088,35 +12089,35 @@ snapshots:
|
|
|
12088
12089
|
glob: 13.0.6
|
|
12089
12090
|
package-json-from-dist: 1.0.1
|
|
12090
12091
|
|
|
12091
|
-
rollup@4.
|
|
12092
|
+
rollup@4.62.2:
|
|
12092
12093
|
dependencies:
|
|
12093
12094
|
'@types/estree': 1.0.9
|
|
12094
12095
|
optionalDependencies:
|
|
12095
|
-
'@rollup/rollup-android-arm-eabi': 4.
|
|
12096
|
-
'@rollup/rollup-android-arm64': 4.
|
|
12097
|
-
'@rollup/rollup-darwin-arm64': 4.
|
|
12098
|
-
'@rollup/rollup-darwin-x64': 4.
|
|
12099
|
-
'@rollup/rollup-freebsd-arm64': 4.
|
|
12100
|
-
'@rollup/rollup-freebsd-x64': 4.
|
|
12101
|
-
'@rollup/rollup-linux-arm-gnueabihf': 4.
|
|
12102
|
-
'@rollup/rollup-linux-arm-musleabihf': 4.
|
|
12103
|
-
'@rollup/rollup-linux-arm64-gnu': 4.
|
|
12104
|
-
'@rollup/rollup-linux-arm64-musl': 4.
|
|
12105
|
-
'@rollup/rollup-linux-loong64-gnu': 4.
|
|
12106
|
-
'@rollup/rollup-linux-loong64-musl': 4.
|
|
12107
|
-
'@rollup/rollup-linux-ppc64-gnu': 4.
|
|
12108
|
-
'@rollup/rollup-linux-ppc64-musl': 4.
|
|
12109
|
-
'@rollup/rollup-linux-riscv64-gnu': 4.
|
|
12110
|
-
'@rollup/rollup-linux-riscv64-musl': 4.
|
|
12111
|
-
'@rollup/rollup-linux-s390x-gnu': 4.
|
|
12112
|
-
'@rollup/rollup-linux-x64-gnu': 4.
|
|
12113
|
-
'@rollup/rollup-linux-x64-musl': 4.
|
|
12114
|
-
'@rollup/rollup-openbsd-x64': 4.
|
|
12115
|
-
'@rollup/rollup-openharmony-arm64': 4.
|
|
12116
|
-
'@rollup/rollup-win32-arm64-msvc': 4.
|
|
12117
|
-
'@rollup/rollup-win32-ia32-msvc': 4.
|
|
12118
|
-
'@rollup/rollup-win32-x64-gnu': 4.
|
|
12119
|
-
'@rollup/rollup-win32-x64-msvc': 4.
|
|
12096
|
+
'@rollup/rollup-android-arm-eabi': 4.62.2
|
|
12097
|
+
'@rollup/rollup-android-arm64': 4.62.2
|
|
12098
|
+
'@rollup/rollup-darwin-arm64': 4.62.2
|
|
12099
|
+
'@rollup/rollup-darwin-x64': 4.62.2
|
|
12100
|
+
'@rollup/rollup-freebsd-arm64': 4.62.2
|
|
12101
|
+
'@rollup/rollup-freebsd-x64': 4.62.2
|
|
12102
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.62.2
|
|
12103
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.62.2
|
|
12104
|
+
'@rollup/rollup-linux-arm64-gnu': 4.62.2
|
|
12105
|
+
'@rollup/rollup-linux-arm64-musl': 4.62.2
|
|
12106
|
+
'@rollup/rollup-linux-loong64-gnu': 4.62.2
|
|
12107
|
+
'@rollup/rollup-linux-loong64-musl': 4.62.2
|
|
12108
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.62.2
|
|
12109
|
+
'@rollup/rollup-linux-ppc64-musl': 4.62.2
|
|
12110
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.62.2
|
|
12111
|
+
'@rollup/rollup-linux-riscv64-musl': 4.62.2
|
|
12112
|
+
'@rollup/rollup-linux-s390x-gnu': 4.62.2
|
|
12113
|
+
'@rollup/rollup-linux-x64-gnu': 4.62.2
|
|
12114
|
+
'@rollup/rollup-linux-x64-musl': 4.62.2
|
|
12115
|
+
'@rollup/rollup-openbsd-x64': 4.62.2
|
|
12116
|
+
'@rollup/rollup-openharmony-arm64': 4.62.2
|
|
12117
|
+
'@rollup/rollup-win32-arm64-msvc': 4.62.2
|
|
12118
|
+
'@rollup/rollup-win32-ia32-msvc': 4.62.2
|
|
12119
|
+
'@rollup/rollup-win32-x64-gnu': 4.62.2
|
|
12120
|
+
'@rollup/rollup-win32-x64-msvc': 4.62.2
|
|
12120
12121
|
fsevents: 2.3.3
|
|
12121
12122
|
|
|
12122
12123
|
router@2.2.0(supports-color@5.5.0):
|
|
@@ -12159,9 +12160,9 @@ snapshots:
|
|
|
12159
12160
|
|
|
12160
12161
|
semver@6.3.1: {}
|
|
12161
12162
|
|
|
12162
|
-
semver@7.8.
|
|
12163
|
+
semver@7.8.1: {}
|
|
12163
12164
|
|
|
12164
|
-
semver@7.8.
|
|
12165
|
+
semver@7.8.5: {}
|
|
12165
12166
|
|
|
12166
12167
|
send@1.2.1(supports-color@5.5.0):
|
|
12167
12168
|
dependencies:
|
|
@@ -12174,7 +12175,7 @@ snapshots:
|
|
|
12174
12175
|
mime-types: 3.0.2
|
|
12175
12176
|
ms: 2.1.3
|
|
12176
12177
|
on-finished: 2.4.1
|
|
12177
|
-
range-parser: 1.
|
|
12178
|
+
range-parser: 1.3.0
|
|
12178
12179
|
statuses: 2.0.2
|
|
12179
12180
|
transitivePeerDependencies:
|
|
12180
12181
|
- supports-color
|
|
@@ -12185,7 +12186,7 @@ snapshots:
|
|
|
12185
12186
|
tslib: 2.8.1
|
|
12186
12187
|
upper-case-first: 2.0.2
|
|
12187
12188
|
|
|
12188
|
-
serialize-javascript@7.0.
|
|
12189
|
+
serialize-javascript@7.0.6: {}
|
|
12189
12190
|
|
|
12190
12191
|
serve-static@2.2.1:
|
|
12191
12192
|
dependencies:
|
|
@@ -12260,7 +12261,7 @@ snapshots:
|
|
|
12260
12261
|
|
|
12261
12262
|
simple-update-notifier@2.0.0:
|
|
12262
12263
|
dependencies:
|
|
12263
|
-
semver: 7.8.
|
|
12264
|
+
semver: 7.8.5
|
|
12264
12265
|
|
|
12265
12266
|
slash@5.1.0: {}
|
|
12266
12267
|
|
|
@@ -12480,7 +12481,7 @@ snapshots:
|
|
|
12480
12481
|
|
|
12481
12482
|
textlint@15.7.1(supports-color@5.5.0):
|
|
12482
12483
|
dependencies:
|
|
12483
|
-
'@modelcontextprotocol/sdk': 1.29.0(@cabloy/zod@4.3.
|
|
12484
|
+
'@modelcontextprotocol/sdk': 1.29.0(@cabloy/zod@4.3.8)(supports-color@5.5.0)
|
|
12484
12485
|
'@textlint/ast-node-types': 15.7.1
|
|
12485
12486
|
'@textlint/ast-traverse': 15.7.1
|
|
12486
12487
|
'@textlint/config-loader': 15.7.1(supports-color@5.5.0)
|
|
@@ -12503,7 +12504,7 @@ snapshots:
|
|
|
12503
12504
|
rc-config-loader: 4.1.4
|
|
12504
12505
|
read-package-up: 11.0.0
|
|
12505
12506
|
structured-source: 4.0.0
|
|
12506
|
-
zod: '@cabloy/zod@4.3.
|
|
12507
|
+
zod: '@cabloy/zod@4.3.8'
|
|
12507
12508
|
transitivePeerDependencies:
|
|
12508
12509
|
- '@cfworker/json-schema'
|
|
12509
12510
|
- supports-color
|
|
@@ -12557,14 +12558,14 @@ snapshots:
|
|
|
12557
12558
|
dependencies:
|
|
12558
12559
|
typescript: 5.9.3
|
|
12559
12560
|
|
|
12560
|
-
ts-node-maintained@10.9.6(@swc/core@1.15.
|
|
12561
|
+
ts-node-maintained@10.9.6(@swc/core@1.15.43(@swc/helpers@0.5.23))(@types/node@22.20.0)(typescript@5.9.3):
|
|
12561
12562
|
dependencies:
|
|
12562
12563
|
'@cspotcode/source-map-support': 0.8.1
|
|
12563
12564
|
'@tsconfig/node10': 1.0.12
|
|
12564
12565
|
'@tsconfig/node12': 1.0.11
|
|
12565
12566
|
'@tsconfig/node14': 1.0.3
|
|
12566
12567
|
'@tsconfig/node16': 1.0.4
|
|
12567
|
-
'@types/node': 22.
|
|
12568
|
+
'@types/node': 22.20.0
|
|
12568
12569
|
acorn: 8.17.0
|
|
12569
12570
|
acorn-walk: 8.3.5
|
|
12570
12571
|
arg: 4.1.3
|
|
@@ -12575,7 +12576,7 @@ snapshots:
|
|
|
12575
12576
|
v8-compile-cache-lib: 3.0.1
|
|
12576
12577
|
yn: 3.1.1
|
|
12577
12578
|
optionalDependencies:
|
|
12578
|
-
'@swc/core': 1.15.
|
|
12579
|
+
'@swc/core': 1.15.43(@swc/helpers@0.5.23)
|
|
12579
12580
|
|
|
12580
12581
|
tslib@2.8.1: {}
|
|
12581
12582
|
|
|
@@ -12610,12 +12611,12 @@ snapshots:
|
|
|
12610
12611
|
es-errors: 1.3.0
|
|
12611
12612
|
is-typed-array: 1.1.15
|
|
12612
12613
|
|
|
12613
|
-
typescript-eslint@8.
|
|
12614
|
+
typescript-eslint@8.62.0(eslint@10.5.0)(typescript@5.9.3):
|
|
12614
12615
|
dependencies:
|
|
12615
|
-
'@typescript-eslint/eslint-plugin': 8.
|
|
12616
|
-
'@typescript-eslint/parser': 8.
|
|
12617
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
12618
|
-
'@typescript-eslint/utils': 8.
|
|
12616
|
+
'@typescript-eslint/eslint-plugin': 8.62.0(@typescript-eslint/parser@8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3))(eslint@10.5.0)(typescript@5.9.3)
|
|
12617
|
+
'@typescript-eslint/parser': 8.62.0(eslint@10.5.0)(supports-color@5.5.0)(typescript@5.9.3)
|
|
12618
|
+
'@typescript-eslint/typescript-estree': 8.62.0(supports-color@5.5.0)(typescript@5.9.3)
|
|
12619
|
+
'@typescript-eslint/utils': 8.62.0(eslint@10.5.0)(typescript@5.9.3)
|
|
12619
12620
|
eslint: 10.5.0
|
|
12620
12621
|
typescript: 5.9.3
|
|
12621
12622
|
transitivePeerDependencies:
|
|
@@ -12634,7 +12635,7 @@ snapshots:
|
|
|
12634
12635
|
|
|
12635
12636
|
undici-types@6.21.0: {}
|
|
12636
12637
|
|
|
12637
|
-
undici@7.
|
|
12638
|
+
undici@7.28.0: {}
|
|
12638
12639
|
|
|
12639
12640
|
unicorn-magic@0.1.0: {}
|
|
12640
12641
|
|
|
@@ -12694,9 +12695,9 @@ snapshots:
|
|
|
12694
12695
|
|
|
12695
12696
|
unpipe@1.0.0: {}
|
|
12696
12697
|
|
|
12697
|
-
update-browserslist-db@1.2.3(browserslist@4.28.
|
|
12698
|
+
update-browserslist-db@1.2.3(browserslist@4.28.4):
|
|
12698
12699
|
dependencies:
|
|
12699
|
-
browserslist: 4.28.
|
|
12700
|
+
browserslist: 4.28.4
|
|
12700
12701
|
escalade: 3.2.0
|
|
12701
12702
|
picocolors: 1.1.1
|
|
12702
12703
|
|
|
@@ -12717,9 +12718,9 @@ snapshots:
|
|
|
12717
12718
|
form-data: 4.0.6
|
|
12718
12719
|
formstream: 1.5.2
|
|
12719
12720
|
mime-types: 2.1.35
|
|
12720
|
-
qs: 6.15.
|
|
12721
|
+
qs: 6.15.3
|
|
12721
12722
|
type-fest: 4.41.0
|
|
12722
|
-
undici: 7.
|
|
12723
|
+
undici: 7.28.0
|
|
12723
12724
|
ylru: 2.0.0
|
|
12724
12725
|
|
|
12725
12726
|
util-deprecate@1.0.2: {}
|
|
@@ -12753,9 +12754,9 @@ snapshots:
|
|
|
12753
12754
|
unist-util-stringify-position: 2.0.3
|
|
12754
12755
|
vfile-message: 2.0.4
|
|
12755
12756
|
|
|
12756
|
-
vue-demi@0.14.10(vue@3.5.
|
|
12757
|
+
vue-demi@0.14.10(vue@3.5.39(typescript@5.9.3)):
|
|
12757
12758
|
dependencies:
|
|
12758
|
-
vue: 3.5.
|
|
12759
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
12759
12760
|
|
|
12760
12761
|
vue-eslint-parser@10.4.1(eslint@10.5.0):
|
|
12761
12762
|
dependencies:
|
|
@@ -12765,15 +12766,15 @@ snapshots:
|
|
|
12765
12766
|
eslint-visitor-keys: 5.0.1
|
|
12766
12767
|
espree: 11.2.0
|
|
12767
12768
|
esquery: 1.7.0
|
|
12768
|
-
semver: 7.8.
|
|
12769
|
+
semver: 7.8.5
|
|
12769
12770
|
transitivePeerDependencies:
|
|
12770
12771
|
- supports-color
|
|
12771
12772
|
|
|
12772
|
-
vue-plugin-render-freeze@2.0.4(vue@3.5.
|
|
12773
|
+
vue-plugin-render-freeze@2.0.4(vue@3.5.39(typescript@5.9.3)):
|
|
12773
12774
|
dependencies:
|
|
12774
|
-
vue: 3.5.
|
|
12775
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
12775
12776
|
|
|
12776
|
-
vue3-browser-compiler-yx@1.0.4(vue@3.5.
|
|
12777
|
+
vue3-browser-compiler-yx@1.0.4(vue@3.5.39(typescript@5.9.3)):
|
|
12777
12778
|
dependencies:
|
|
12778
12779
|
'@babel/parser': 7.29.7
|
|
12779
12780
|
'@babel/types': 7.29.7
|
|
@@ -12790,14 +12791,14 @@ snapshots:
|
|
|
12790
12791
|
postcss-modules: 4.0.0(postcss@8.1.10)
|
|
12791
12792
|
postcss-selector-parser: 6.0.4
|
|
12792
12793
|
source-map: 0.6.1
|
|
12793
|
-
vue: 3.5.
|
|
12794
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
12794
12795
|
|
|
12795
|
-
vue@3.5.
|
|
12796
|
+
vue@3.5.39(typescript@5.9.3):
|
|
12796
12797
|
dependencies:
|
|
12797
12798
|
'@vue/compiler-dom': 3.5.36
|
|
12798
12799
|
'@vue/compiler-sfc': 3.5.36
|
|
12799
12800
|
'@vue/runtime-dom': 3.5.36
|
|
12800
|
-
'@vue/server-renderer': 3.5.36(vue@3.5.
|
|
12801
|
+
'@vue/server-renderer': 3.5.36(vue@3.5.39(typescript@5.9.3))
|
|
12801
12802
|
'@vue/shared': 3.5.36
|
|
12802
12803
|
optionalDependencies:
|
|
12803
12804
|
typescript: 5.9.3
|
|
@@ -12940,9 +12941,9 @@ snapshots:
|
|
|
12940
12941
|
|
|
12941
12942
|
yocto-queue@0.1.0: {}
|
|
12942
12943
|
|
|
12943
|
-
zod-to-json-schema@3.25.2(@cabloy/zod@4.3.
|
|
12944
|
+
zod-to-json-schema@3.25.2(@cabloy/zod@4.3.8):
|
|
12944
12945
|
dependencies:
|
|
12945
|
-
zod: '@cabloy/zod@4.3.
|
|
12946
|
+
zod: '@cabloy/zod@4.3.8'
|
|
12946
12947
|
|
|
12947
12948
|
zova-core@5.1.57(typescript@5.9.3):
|
|
12948
12949
|
dependencies:
|
|
@@ -12955,10 +12956,10 @@ snapshots:
|
|
|
12955
12956
|
'@cabloy/utils': link:packages-utils/utils
|
|
12956
12957
|
'@cabloy/vue-compiler-sfc': 3.5.14
|
|
12957
12958
|
'@cabloy/vue-reactivity': 3.5.16
|
|
12958
|
-
'@cabloy/vue-router': 4.4.16(vue@3.5.
|
|
12959
|
+
'@cabloy/vue-router': 4.4.16(vue@3.5.39(typescript@5.9.3))
|
|
12959
12960
|
'@cabloy/vue-runtime-core': 3.5.57
|
|
12960
12961
|
'@cabloy/vue-runtime-dom': 3.5.13
|
|
12961
|
-
'@cabloy/vue-server-renderer': 3.5.18(vue@3.5.
|
|
12962
|
+
'@cabloy/vue-server-renderer': 3.5.18(vue@3.5.39(typescript@5.9.3))
|
|
12962
12963
|
'@cabloy/word-utils': 2.1.14
|
|
12963
12964
|
'@cabloy/zod-errors-custom': link:packages-utils/zod-errors-custom
|
|
12964
12965
|
'@cabloy/zod-openapi': link:packages-utils/zod-openapi
|
|
@@ -12967,9 +12968,9 @@ snapshots:
|
|
|
12967
12968
|
'@vue/shared': 3.5.36
|
|
12968
12969
|
deep-equal: 2.2.3
|
|
12969
12970
|
reflect-metadata: 0.2.2
|
|
12970
|
-
vue: 3.5.
|
|
12971
|
-
vue-plugin-render-freeze: 2.0.4(vue@3.5.
|
|
12972
|
-
zod: '@cabloy/zod@4.3.
|
|
12971
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
12972
|
+
vue-plugin-render-freeze: 2.0.4(vue@3.5.39(typescript@5.9.3))
|
|
12973
|
+
zod: '@cabloy/zod@4.3.8'
|
|
12973
12974
|
transitivePeerDependencies:
|
|
12974
12975
|
- typescript
|
|
12975
12976
|
|
|
@@ -12979,56 +12980,56 @@ snapshots:
|
|
|
12979
12980
|
'@cabloy/utils': link:packages-utils/utils
|
|
12980
12981
|
'@cabloy/word-utils': 2.1.14
|
|
12981
12982
|
typestyle: 2.4.0
|
|
12982
|
-
vue: 3.5.
|
|
12983
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
12983
12984
|
zova-core: 5.1.57(typescript@5.9.3)
|
|
12984
12985
|
transitivePeerDependencies:
|
|
12985
12986
|
- typescript
|
|
12986
12987
|
|
|
12987
|
-
zova-module-a-api@5.1.
|
|
12988
|
+
zova-module-a-api@5.1.21: {}
|
|
12988
12989
|
|
|
12989
|
-
zova-module-a-app@5.1.
|
|
12990
|
+
zova-module-a-app@5.1.24: {}
|
|
12990
12991
|
|
|
12991
|
-
zova-module-a-bean@5.1.
|
|
12992
|
+
zova-module-a-bean@5.1.31:
|
|
12992
12993
|
dependencies:
|
|
12993
12994
|
globby: 14.1.0
|
|
12994
12995
|
|
|
12995
|
-
zova-module-a-behavior@5.1.
|
|
12996
|
+
zova-module-a-behavior@5.1.25: {}
|
|
12996
12997
|
|
|
12997
|
-
zova-module-a-behaviors@5.1.
|
|
12998
|
+
zova-module-a-behaviors@5.1.21: {}
|
|
12998
12999
|
|
|
12999
|
-
zova-module-a-boundary@5.1.
|
|
13000
|
+
zova-module-a-boundary@5.1.21: {}
|
|
13000
13001
|
|
|
13001
|
-
zova-module-a-command@5.1.
|
|
13002
|
+
zova-module-a-command@5.1.33: {}
|
|
13002
13003
|
|
|
13003
|
-
zova-module-a-fetch@5.1.
|
|
13004
|
+
zova-module-a-fetch@5.1.23:
|
|
13004
13005
|
dependencies:
|
|
13005
|
-
axios: 1.
|
|
13006
|
+
axios: 1.18.1
|
|
13006
13007
|
transitivePeerDependencies:
|
|
13007
13008
|
- debug
|
|
13008
13009
|
- supports-color
|
|
13009
13010
|
|
|
13010
|
-
zova-module-a-form@5.1.
|
|
13011
|
+
zova-module-a-form@5.1.40(vue@3.5.39(typescript@5.9.3)):
|
|
13011
13012
|
dependencies:
|
|
13012
|
-
'@tanstack/vue-form': 1.33.0(vue@3.5.
|
|
13013
|
+
'@tanstack/vue-form': 1.33.0(vue@3.5.39(typescript@5.9.3))
|
|
13013
13014
|
transitivePeerDependencies:
|
|
13014
13015
|
- '@vue/composition-api'
|
|
13015
13016
|
- vue
|
|
13016
13017
|
|
|
13017
|
-
zova-module-a-icon@5.1.
|
|
13018
|
+
zova-module-a-icon@5.1.26: {}
|
|
13018
13019
|
|
|
13019
|
-
zova-module-a-interceptor@5.1.
|
|
13020
|
+
zova-module-a-interceptor@5.1.29: {}
|
|
13020
13021
|
|
|
13021
|
-
zova-module-a-logger@5.1.
|
|
13022
|
+
zova-module-a-logger@5.1.26:
|
|
13022
13023
|
dependencies:
|
|
13023
13024
|
'@cabloy/logger': 1.1.24
|
|
13024
13025
|
|
|
13025
|
-
zova-module-a-meta@5.1.
|
|
13026
|
+
zova-module-a-meta@5.1.21: {}
|
|
13026
13027
|
|
|
13027
|
-
zova-module-a-model@5.1.
|
|
13028
|
+
zova-module-a-model@5.1.30(vue@3.5.39(typescript@5.9.3)):
|
|
13028
13029
|
dependencies:
|
|
13029
|
-
'@tanstack/query-core': 5.101.
|
|
13030
|
-
'@tanstack/query-persist-client-core': 5.101.
|
|
13031
|
-
'@tanstack/vue-query': 5.101.
|
|
13030
|
+
'@tanstack/query-core': 5.101.1
|
|
13031
|
+
'@tanstack/query-persist-client-core': 5.101.1
|
|
13032
|
+
'@tanstack/vue-query': 5.101.1(vue@3.5.39(typescript@5.9.3))
|
|
13032
13033
|
localforage: 1.10.0
|
|
13033
13034
|
mutate-on-copy: 1.1.13
|
|
13034
13035
|
table-identity: link:packages-utils/table-identity
|
|
@@ -13036,78 +13037,59 @@ snapshots:
|
|
|
13036
13037
|
- '@vue/composition-api'
|
|
13037
13038
|
- vue
|
|
13038
13039
|
|
|
13039
|
-
zova-module-a-openapi@5.1.
|
|
13040
|
-
dependencies:
|
|
13041
|
-
'@cabloy/json-schema-to-zod': 2.6.4
|
|
13042
|
-
openapi3-ts: 4.6.0
|
|
13043
|
-
typestyle: 2.4.0
|
|
13044
|
-
|
|
13045
|
-
zova-module-a-openapi@5.1.35:
|
|
13040
|
+
zova-module-a-openapi@5.1.40:
|
|
13046
13041
|
dependencies:
|
|
13047
|
-
'@cabloy/json-schema-to-zod': 2.6.
|
|
13042
|
+
'@cabloy/json-schema-to-zod': 2.6.5
|
|
13048
13043
|
openapi3-ts: 4.6.0
|
|
13049
13044
|
typestyle: 2.4.0
|
|
13050
13045
|
|
|
13051
|
-
zova-module-a-
|
|
13052
|
-
dependencies:
|
|
13053
|
-
'@cabloy/json-schema-to-zod': 2.6.4
|
|
13054
|
-
openapi3-ts: 4.6.0
|
|
13055
|
-
typestyle: 2.4.0
|
|
13056
|
-
|
|
13057
|
-
zova-module-a-router@5.1.26: {}
|
|
13046
|
+
zova-module-a-router@5.1.29: {}
|
|
13058
13047
|
|
|
13059
|
-
zova-module-a-routerstack@5.1.
|
|
13048
|
+
zova-module-a-routerstack@5.1.26: {}
|
|
13060
13049
|
|
|
13061
|
-
zova-module-a-routertabs@5.1.
|
|
13050
|
+
zova-module-a-routertabs@5.1.32: {}
|
|
13062
13051
|
|
|
13063
|
-
zova-module-a-ssr@5.1.
|
|
13052
|
+
zova-module-a-ssr@5.1.26:
|
|
13064
13053
|
dependencies:
|
|
13065
13054
|
devalue: 5.8.1
|
|
13066
13055
|
ms: 2.1.3
|
|
13067
13056
|
|
|
13068
|
-
zova-module-a-ssrhmr@5.1.
|
|
13057
|
+
zova-module-a-ssrhmr@5.1.22:
|
|
13069
13058
|
dependencies:
|
|
13070
13059
|
'@cabloy/socket': link:packages-utils/socket
|
|
13071
13060
|
debounce: 3.0.0
|
|
13072
13061
|
|
|
13073
|
-
zova-module-a-ssrserver@5.1.
|
|
13062
|
+
zova-module-a-ssrserver@5.1.22:
|
|
13074
13063
|
dependencies:
|
|
13075
13064
|
ms: 2.1.3
|
|
13076
13065
|
|
|
13077
|
-
zova-module-a-style@5.1.
|
|
13066
|
+
zova-module-a-style@5.1.32:
|
|
13078
13067
|
dependencies:
|
|
13079
13068
|
csx: 10.0.2
|
|
13080
13069
|
typestyle: 2.4.0
|
|
13081
13070
|
|
|
13082
|
-
zova-module-a-table@5.1.
|
|
13071
|
+
zova-module-a-table@5.1.36(vue@3.5.39(typescript@5.9.3)):
|
|
13083
13072
|
dependencies:
|
|
13084
13073
|
'@tanstack/table-core': 8.21.3
|
|
13085
|
-
'@tanstack/vue-table': 8.21.3(vue@3.5.
|
|
13074
|
+
'@tanstack/vue-table': 8.21.3(vue@3.5.39(typescript@5.9.3))
|
|
13086
13075
|
transitivePeerDependencies:
|
|
13087
13076
|
- vue
|
|
13088
13077
|
|
|
13089
|
-
zova-module-a-
|
|
13090
|
-
dependencies:
|
|
13091
|
-
'@tanstack/table-core': 8.21.3
|
|
13092
|
-
'@tanstack/vue-table': 8.21.3(vue@3.5.38(typescript@5.9.3))
|
|
13093
|
-
transitivePeerDependencies:
|
|
13094
|
-
- vue
|
|
13095
|
-
|
|
13096
|
-
zova-module-a-zod@5.1.30:
|
|
13078
|
+
zova-module-a-zod@5.1.33:
|
|
13097
13079
|
dependencies:
|
|
13098
13080
|
'@cabloy/zod-errors-custom': link:packages-utils/zod-errors-custom
|
|
13099
13081
|
'@cabloy/zod-openapi': link:packages-utils/zod-openapi
|
|
13100
13082
|
'@cabloy/zod-query': link:packages-utils/zod-query
|
|
13101
|
-
zod: '@cabloy/zod@4.3.
|
|
13083
|
+
zod: '@cabloy/zod@4.3.8'
|
|
13102
13084
|
|
|
13103
|
-
zova-module-a-zova@5.1.
|
|
13085
|
+
zova-module-a-zova@5.1.77(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
|
|
13104
13086
|
dependencies:
|
|
13105
13087
|
'@cabloy/compose': link:packages-utils/compose
|
|
13106
13088
|
'@cabloy/deps': link:packages-utils/deps
|
|
13107
13089
|
'@cabloy/json5': link:packages-utils/json5
|
|
13108
13090
|
'@cabloy/module-info': 2.0.0
|
|
13109
13091
|
'@cabloy/utils': link:packages-utils/utils
|
|
13110
|
-
'@cabloy/vue-router': 4.4.16(vue@3.5.
|
|
13092
|
+
'@cabloy/vue-router': 4.4.16(vue@3.5.39(typescript@5.9.3))
|
|
13111
13093
|
'@cabloy/word-utils': 2.1.14
|
|
13112
13094
|
defu: 6.1.7
|
|
13113
13095
|
luxon: 3.7.2
|
|
@@ -13116,33 +13098,33 @@ snapshots:
|
|
|
13116
13098
|
- typescript
|
|
13117
13099
|
- vue
|
|
13118
13100
|
|
|
13119
|
-
zova-module-rest-resource@5.1.
|
|
13101
|
+
zova-module-rest-resource@5.1.40: {}
|
|
13120
13102
|
|
|
13121
13103
|
zova-rest-cabloy-basic-admin@file:.zova-rest/cabloy-basic-admin(typescript@5.9.3):
|
|
13122
13104
|
dependencies:
|
|
13123
|
-
'@tanstack/query-core': 5.101.
|
|
13124
|
-
'@tanstack/vue-query': 5.101.
|
|
13105
|
+
'@tanstack/query-core': 5.101.1
|
|
13106
|
+
'@tanstack/vue-query': 5.101.1(vue@3.5.39(typescript@5.9.3))
|
|
13125
13107
|
openapi3-ts: 4.6.0
|
|
13126
13108
|
table-identity: link:packages-utils/table-identity
|
|
13127
|
-
vue: 3.5.
|
|
13128
|
-
zod: '@cabloy/zod@4.3.
|
|
13129
|
-
zova: 5.1.
|
|
13109
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
13110
|
+
zod: '@cabloy/zod@4.3.8'
|
|
13111
|
+
zova: 5.1.113(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
|
|
13130
13112
|
zova-jsx: 1.1.63(typescript@5.9.3)
|
|
13131
|
-
zova-module-a-api: 5.1.
|
|
13132
|
-
zova-module-a-bean: 5.1.
|
|
13133
|
-
zova-module-a-behavior: 5.1.
|
|
13134
|
-
zova-module-a-command: 5.1.
|
|
13135
|
-
zova-module-a-form: 5.1.
|
|
13136
|
-
zova-module-a-icon: 5.1.
|
|
13137
|
-
zova-module-a-interceptor: 5.1.
|
|
13138
|
-
zova-module-a-model: 5.1.
|
|
13139
|
-
zova-module-a-openapi: 5.1.
|
|
13140
|
-
zova-module-a-router: 5.1.
|
|
13141
|
-
zova-module-a-routertabs: 5.1.
|
|
13142
|
-
zova-module-a-ssr: 5.1.
|
|
13143
|
-
zova-module-a-style: 5.1.
|
|
13144
|
-
zova-module-a-table: 5.1.
|
|
13145
|
-
zova-module-rest-resource: 5.1.
|
|
13113
|
+
zova-module-a-api: 5.1.21
|
|
13114
|
+
zova-module-a-bean: 5.1.31
|
|
13115
|
+
zova-module-a-behavior: 5.1.25
|
|
13116
|
+
zova-module-a-command: 5.1.33
|
|
13117
|
+
zova-module-a-form: 5.1.40(vue@3.5.39(typescript@5.9.3))
|
|
13118
|
+
zova-module-a-icon: 5.1.26
|
|
13119
|
+
zova-module-a-interceptor: 5.1.29
|
|
13120
|
+
zova-module-a-model: 5.1.30(vue@3.5.39(typescript@5.9.3))
|
|
13121
|
+
zova-module-a-openapi: 5.1.40
|
|
13122
|
+
zova-module-a-router: 5.1.29
|
|
13123
|
+
zova-module-a-routertabs: 5.1.32
|
|
13124
|
+
zova-module-a-ssr: 5.1.26
|
|
13125
|
+
zova-module-a-style: 5.1.32
|
|
13126
|
+
zova-module-a-table: 5.1.36(vue@3.5.39(typescript@5.9.3))
|
|
13127
|
+
zova-module-rest-resource: 5.1.40
|
|
13146
13128
|
transitivePeerDependencies:
|
|
13147
13129
|
- '@vue/composition-api'
|
|
13148
13130
|
- debug
|
|
@@ -13151,107 +13133,62 @@ snapshots:
|
|
|
13151
13133
|
|
|
13152
13134
|
zova-rest-cabloy-basic-web@file:.zova-rest/cabloy-basic-web(typescript@5.9.3):
|
|
13153
13135
|
dependencies:
|
|
13154
|
-
'@tanstack/query-core': 5.101.
|
|
13155
|
-
'@tanstack/vue-query': 5.101.
|
|
13136
|
+
'@tanstack/query-core': 5.101.1
|
|
13137
|
+
'@tanstack/vue-query': 5.101.1(vue@3.5.39(typescript@5.9.3))
|
|
13156
13138
|
openapi3-ts: 4.6.0
|
|
13157
13139
|
table-identity: link:packages-utils/table-identity
|
|
13158
|
-
vue: 3.5.
|
|
13159
|
-
zod: '@cabloy/zod@4.3.
|
|
13160
|
-
zova: 5.1.
|
|
13140
|
+
vue: 3.5.39(typescript@5.9.3)
|
|
13141
|
+
zod: '@cabloy/zod@4.3.8'
|
|
13142
|
+
zova: 5.1.113(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
|
|
13161
13143
|
zova-jsx: 1.1.63(typescript@5.9.3)
|
|
13162
|
-
zova-module-a-api: 5.1.
|
|
13163
|
-
zova-module-a-bean: 5.1.
|
|
13164
|
-
zova-module-a-behavior: 5.1.
|
|
13165
|
-
zova-module-a-command: 5.1.
|
|
13166
|
-
zova-module-a-form: 5.1.
|
|
13167
|
-
zova-module-a-icon: 5.1.
|
|
13168
|
-
zova-module-a-interceptor: 5.1.
|
|
13169
|
-
zova-module-a-model: 5.1.
|
|
13170
|
-
zova-module-a-openapi: 5.1.
|
|
13171
|
-
zova-module-a-router: 5.1.
|
|
13172
|
-
zova-module-a-routertabs: 5.1.
|
|
13173
|
-
zova-module-a-ssr: 5.1.
|
|
13174
|
-
zova-module-a-style: 5.1.
|
|
13175
|
-
zova-module-a-table: 5.1.
|
|
13176
|
-
zova-module-rest-resource: 5.1.
|
|
13144
|
+
zova-module-a-api: 5.1.21
|
|
13145
|
+
zova-module-a-bean: 5.1.31
|
|
13146
|
+
zova-module-a-behavior: 5.1.25
|
|
13147
|
+
zova-module-a-command: 5.1.33
|
|
13148
|
+
zova-module-a-form: 5.1.40(vue@3.5.39(typescript@5.9.3))
|
|
13149
|
+
zova-module-a-icon: 5.1.26
|
|
13150
|
+
zova-module-a-interceptor: 5.1.29
|
|
13151
|
+
zova-module-a-model: 5.1.30(vue@3.5.39(typescript@5.9.3))
|
|
13152
|
+
zova-module-a-openapi: 5.1.40
|
|
13153
|
+
zova-module-a-router: 5.1.29
|
|
13154
|
+
zova-module-a-routertabs: 5.1.32
|
|
13155
|
+
zova-module-a-ssr: 5.1.26
|
|
13156
|
+
zova-module-a-style: 5.1.32
|
|
13157
|
+
zova-module-a-table: 5.1.36(vue@3.5.39(typescript@5.9.3))
|
|
13158
|
+
zova-module-rest-resource: 5.1.40
|
|
13177
13159
|
transitivePeerDependencies:
|
|
13178
13160
|
- '@vue/composition-api'
|
|
13179
13161
|
- debug
|
|
13180
13162
|
- supports-color
|
|
13181
13163
|
- typescript
|
|
13182
13164
|
|
|
13183
|
-
zova-suite-a-zova@5.1.
|
|
13184
|
-
dependencies:
|
|
13185
|
-
zova-module-a-api: 5.1.
|
|
13186
|
-
zova-module-a-app: 5.1.
|
|
13187
|
-
zova-module-a-bean: 5.1.
|
|
13188
|
-
zova-module-a-behavior: 5.1.
|
|
13189
|
-
zova-module-a-behaviors: 5.1.
|
|
13190
|
-
zova-module-a-boundary: 5.1.
|
|
13191
|
-
zova-module-a-command: 5.1.
|
|
13192
|
-
zova-module-a-fetch: 5.1.
|
|
13193
|
-
zova-module-a-form: 5.1.
|
|
13194
|
-
zova-module-a-icon: 5.1.
|
|
13195
|
-
zova-module-a-interceptor: 5.1.
|
|
13196
|
-
zova-module-a-logger: 5.1.
|
|
13197
|
-
zova-module-a-meta: 5.1.
|
|
13198
|
-
zova-module-a-model: 5.1.
|
|
13199
|
-
zova-module-a-openapi: 5.1.
|
|
13200
|
-
zova-module-a-router: 5.1.
|
|
13201
|
-
zova-module-a-routerstack: 5.1.
|
|
13202
|
-
zova-module-a-routertabs: 5.1.
|
|
13203
|
-
zova-module-a-ssr: 5.1.
|
|
13204
|
-
zova-module-a-ssrhmr: 5.1.
|
|
13205
|
-
zova-module-a-ssrserver: 5.1.
|
|
13206
|
-
zova-module-a-style: 5.1.
|
|
13207
|
-
zova-module-a-table: 5.1.
|
|
13208
|
-
zova-module-a-zod: 5.1.
|
|
13209
|
-
zova-module-a-zova: 5.1.
|
|
13210
|
-
transitivePeerDependencies:
|
|
13211
|
-
- '@vue/composition-api'
|
|
13212
|
-
- debug
|
|
13213
|
-
- supports-color
|
|
13214
|
-
- typescript
|
|
13215
|
-
- vue
|
|
13216
|
-
|
|
13217
|
-
zova-suite-a-zova@5.1.105(typescript@5.9.3)(vue@3.5.38(typescript@5.9.3)):
|
|
13218
|
-
dependencies:
|
|
13219
|
-
zova-module-a-api: 5.1.18
|
|
13220
|
-
zova-module-a-app: 5.1.21
|
|
13221
|
-
zova-module-a-bean: 5.1.28
|
|
13222
|
-
zova-module-a-behavior: 5.1.22
|
|
13223
|
-
zova-module-a-behaviors: 5.1.18
|
|
13224
|
-
zova-module-a-boundary: 5.1.18
|
|
13225
|
-
zova-module-a-command: 5.1.29
|
|
13226
|
-
zova-module-a-fetch: 5.1.20
|
|
13227
|
-
zova-module-a-form: 5.1.35(vue@3.5.38(typescript@5.9.3))
|
|
13228
|
-
zova-module-a-icon: 5.1.23
|
|
13229
|
-
zova-module-a-interceptor: 5.1.26
|
|
13230
|
-
zova-module-a-logger: 5.1.23
|
|
13231
|
-
zova-module-a-meta: 5.1.18
|
|
13232
|
-
zova-module-a-model: 5.1.27(vue@3.5.38(typescript@5.9.3))
|
|
13233
|
-
zova-module-a-openapi: 5.1.36
|
|
13234
|
-
zova-module-a-router: 5.1.26
|
|
13235
|
-
zova-module-a-routerstack: 5.1.23
|
|
13236
|
-
zova-module-a-routertabs: 5.1.29
|
|
13237
|
-
zova-module-a-ssr: 5.1.23
|
|
13238
|
-
zova-module-a-ssrhmr: 5.1.19
|
|
13239
|
-
zova-module-a-ssrserver: 5.1.19
|
|
13240
|
-
zova-module-a-style: 5.1.29
|
|
13241
|
-
zova-module-a-table: 5.1.32(vue@3.5.38(typescript@5.9.3))
|
|
13242
|
-
zova-module-a-zod: 5.1.30
|
|
13243
|
-
zova-module-a-zova: 5.1.70(typescript@5.9.3)(vue@3.5.38(typescript@5.9.3))
|
|
13244
|
-
transitivePeerDependencies:
|
|
13245
|
-
- '@vue/composition-api'
|
|
13246
|
-
- debug
|
|
13247
|
-
- supports-color
|
|
13248
|
-
- typescript
|
|
13249
|
-
- vue
|
|
13250
|
-
|
|
13251
|
-
zova@5.1.103(typescript@5.9.3)(vue@3.5.38(typescript@5.9.3)):
|
|
13252
|
-
dependencies:
|
|
13253
|
-
zova-core: 5.1.57(typescript@5.9.3)
|
|
13254
|
-
zova-suite-a-zova: 5.1.102(typescript@5.9.3)(vue@3.5.38(typescript@5.9.3))
|
|
13165
|
+
zova-suite-a-zova@5.1.112(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
|
|
13166
|
+
dependencies:
|
|
13167
|
+
zova-module-a-api: 5.1.21
|
|
13168
|
+
zova-module-a-app: 5.1.24
|
|
13169
|
+
zova-module-a-bean: 5.1.31
|
|
13170
|
+
zova-module-a-behavior: 5.1.25
|
|
13171
|
+
zova-module-a-behaviors: 5.1.21
|
|
13172
|
+
zova-module-a-boundary: 5.1.21
|
|
13173
|
+
zova-module-a-command: 5.1.33
|
|
13174
|
+
zova-module-a-fetch: 5.1.23
|
|
13175
|
+
zova-module-a-form: 5.1.40(vue@3.5.39(typescript@5.9.3))
|
|
13176
|
+
zova-module-a-icon: 5.1.26
|
|
13177
|
+
zova-module-a-interceptor: 5.1.29
|
|
13178
|
+
zova-module-a-logger: 5.1.26
|
|
13179
|
+
zova-module-a-meta: 5.1.21
|
|
13180
|
+
zova-module-a-model: 5.1.30(vue@3.5.39(typescript@5.9.3))
|
|
13181
|
+
zova-module-a-openapi: 5.1.40
|
|
13182
|
+
zova-module-a-router: 5.1.29
|
|
13183
|
+
zova-module-a-routerstack: 5.1.26
|
|
13184
|
+
zova-module-a-routertabs: 5.1.32
|
|
13185
|
+
zova-module-a-ssr: 5.1.26
|
|
13186
|
+
zova-module-a-ssrhmr: 5.1.22
|
|
13187
|
+
zova-module-a-ssrserver: 5.1.22
|
|
13188
|
+
zova-module-a-style: 5.1.32
|
|
13189
|
+
zova-module-a-table: 5.1.36(vue@3.5.39(typescript@5.9.3))
|
|
13190
|
+
zova-module-a-zod: 5.1.33
|
|
13191
|
+
zova-module-a-zova: 5.1.77(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
|
|
13255
13192
|
transitivePeerDependencies:
|
|
13256
13193
|
- '@vue/composition-api'
|
|
13257
13194
|
- debug
|
|
@@ -13259,10 +13196,10 @@ snapshots:
|
|
|
13259
13196
|
- typescript
|
|
13260
13197
|
- vue
|
|
13261
13198
|
|
|
13262
|
-
zova@5.1.
|
|
13199
|
+
zova@5.1.113(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3)):
|
|
13263
13200
|
dependencies:
|
|
13264
13201
|
zova-core: 5.1.57(typescript@5.9.3)
|
|
13265
|
-
zova-suite-a-zova: 5.1.
|
|
13202
|
+
zova-suite-a-zova: 5.1.112(typescript@5.9.3)(vue@3.5.39(typescript@5.9.3))
|
|
13266
13203
|
transitivePeerDependencies:
|
|
13267
13204
|
- '@vue/composition-api'
|
|
13268
13205
|
- debug
|