adminforth 2.45.0-next.1 → 2.45.0-next.10
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/dist/dataConnectors/clickhouse.d.ts +16 -2
- package/dist/dataConnectors/clickhouse.d.ts.map +1 -1
- package/dist/dataConnectors/clickhouse.js +65 -0
- package/dist/dataConnectors/clickhouse.js.map +1 -1
- package/dist/dataConnectors/mongo.d.ts +12 -1
- package/dist/dataConnectors/mongo.d.ts.map +1 -1
- package/dist/dataConnectors/mongo.js +87 -0
- package/dist/dataConnectors/mongo.js.map +1 -1
- package/dist/dataConnectors/mysql.d.ts +12 -1
- package/dist/dataConnectors/mysql.d.ts.map +1 -1
- package/dist/dataConnectors/mysql.js +126 -1
- package/dist/dataConnectors/mysql.js.map +1 -1
- package/dist/servers/express.d.ts +1 -0
- package/dist/servers/express.d.ts.map +1 -1
- package/dist/servers/express.js +8 -0
- package/dist/servers/express.js.map +1 -1
- package/dist/spa/package-lock.json +103 -10
- package/dist/spa/package.json +2 -1
- package/dist/spa/pnpm-lock.yaml +298 -282
- package/dist/spa/src/App.vue +1 -0
- package/dist/spa/src/adminforth.ts +5 -3
- package/dist/spa/src/afcl/Modal.vue +4 -0
- package/dist/spa/src/components/AcceptModal.vue +24 -25
- package/dist/spa/src/components/CustomRangePicker.vue +47 -73
- package/dist/spa/src/components/ResourceListTable.vue +5 -3
- package/dist/spa/src/stores/modal.ts +5 -1
- package/dist/spa/src/types/Back.ts +6 -1
- package/dist/spa/src/types/FrontendAPI.ts +10 -0
- package/dist/spa/src/utils/listUtils.ts +1 -1
- package/dist/spa/src/utils/utils.ts +23 -22
- package/dist/spa/src/views/ListView.vue +1 -1
- package/dist/spa/src/views/ShowView.vue +1 -1
- package/dist/types/Back.d.ts +4 -0
- package/dist/types/Back.d.ts.map +1 -1
- package/dist/types/Back.js.map +1 -1
- package/dist/types/FrontendAPI.d.ts +8 -0
- package/dist/types/FrontendAPI.d.ts.map +1 -1
- package/dist/types/FrontendAPI.js.map +1 -1
- package/package.json +1 -1
package/dist/spa/pnpm-lock.yaml
CHANGED
|
@@ -10,22 +10,22 @@ importers:
|
|
|
10
10
|
dependencies:
|
|
11
11
|
'@iconify-prerendered/vue-flag':
|
|
12
12
|
specifier: ^0.28.1748584105
|
|
13
|
-
version: 0.28.1754899047(vue@3.5.
|
|
13
|
+
version: 0.28.1754899047(vue@3.5.33(typescript@5.4.5))
|
|
14
14
|
'@iconify-prerendered/vue-flowbite':
|
|
15
15
|
specifier: ^0.28.1754899090
|
|
16
|
-
version: 0.28.1754899090(vue@3.5.
|
|
16
|
+
version: 0.28.1754899090(vue@3.5.33(typescript@5.4.5))
|
|
17
17
|
'@iconify-prerendered/vue-heroicons':
|
|
18
18
|
specifier: ^0.28.1721921294
|
|
19
|
-
version: 0.28.1721921294(vue@3.5.
|
|
19
|
+
version: 0.28.1721921294(vue@3.5.33(typescript@5.4.5))
|
|
20
20
|
'@iconify-prerendered/vue-humbleicons':
|
|
21
21
|
specifier: ^0.28.1754108846
|
|
22
|
-
version: 0.28.1754108846(vue@3.5.
|
|
22
|
+
version: 0.28.1754108846(vue@3.5.33(typescript@5.4.5))
|
|
23
23
|
'@unhead/vue':
|
|
24
24
|
specifier: ^1.9.12
|
|
25
|
-
version: 1.11.20(vue@3.5.
|
|
25
|
+
version: 1.11.20(vue@3.5.33(typescript@5.4.5))
|
|
26
26
|
'@vueuse/core':
|
|
27
27
|
specifier: ^10.10.0
|
|
28
|
-
version: 10.11.1(vue@3.5.
|
|
28
|
+
version: 10.11.1(vue@3.5.33(typescript@5.4.5))
|
|
29
29
|
apexcharts:
|
|
30
30
|
specifier: ^4.7.0
|
|
31
31
|
version: 4.7.0
|
|
@@ -38,9 +38,12 @@ importers:
|
|
|
38
38
|
debounce:
|
|
39
39
|
specifier: ^2.1.0
|
|
40
40
|
version: 2.2.0
|
|
41
|
+
dompurify:
|
|
42
|
+
specifier: ^3.4.1
|
|
43
|
+
version: 3.4.1
|
|
41
44
|
flowbite-datepicker:
|
|
42
45
|
specifier: ^1.2.6
|
|
43
|
-
version: 1.3.2(rollup@4.60.
|
|
46
|
+
version: 1.3.2(rollup@4.60.2)
|
|
44
47
|
javascript-time-ago:
|
|
45
48
|
specifier: ^2.5.11
|
|
46
49
|
version: 2.6.4
|
|
@@ -49,28 +52,28 @@ importers:
|
|
|
49
52
|
version: 4.0.8
|
|
50
53
|
pinia:
|
|
51
54
|
specifier: ^2.1.7
|
|
52
|
-
version: 2.3.1(typescript@5.4.5)(vue@3.5.
|
|
55
|
+
version: 2.3.1(typescript@5.4.5)(vue@3.5.33(typescript@5.4.5))
|
|
53
56
|
sanitize-html:
|
|
54
57
|
specifier: ^2.13.0
|
|
55
|
-
version: 2.17.
|
|
58
|
+
version: 2.17.3
|
|
56
59
|
unhead:
|
|
57
60
|
specifier: ^1.9.12
|
|
58
61
|
version: 1.11.20
|
|
59
62
|
vue:
|
|
60
63
|
specifier: ^3.5.12
|
|
61
|
-
version: 3.5.
|
|
64
|
+
version: 3.5.33(typescript@5.4.5)
|
|
62
65
|
vue-diff:
|
|
63
66
|
specifier: ^1.2.4
|
|
64
|
-
version: 1.2.4(vue@3.5.
|
|
67
|
+
version: 1.2.4(vue@3.5.33(typescript@5.4.5))
|
|
65
68
|
vue-i18n:
|
|
66
69
|
specifier: ^10.0.5
|
|
67
|
-
version: 10.0.8(vue@3.5.
|
|
70
|
+
version: 10.0.8(vue@3.5.33(typescript@5.4.5))
|
|
68
71
|
vue-router:
|
|
69
72
|
specifier: ^4.3.0
|
|
70
|
-
version: 4.6.4(vue@3.5.
|
|
73
|
+
version: 4.6.4(vue@3.5.33(typescript@5.4.5))
|
|
71
74
|
vue3-json-viewer:
|
|
72
75
|
specifier: ^2.2.2
|
|
73
|
-
version: 2.4.1(vue@3.5.
|
|
76
|
+
version: 2.4.1(vue@3.5.33(typescript@5.4.5))
|
|
74
77
|
devDependencies:
|
|
75
78
|
'@rushstack/eslint-patch':
|
|
76
79
|
specifier: ^1.8.0
|
|
@@ -92,7 +95,7 @@ importers:
|
|
|
92
95
|
version: 2.16.1
|
|
93
96
|
'@vitejs/plugin-vue':
|
|
94
97
|
specifier: ^5.0.4
|
|
95
|
-
version: 5.2.4(vite@5.4.21(@types/node@20.19.39)(sass@1.99.0))(vue@3.5.
|
|
98
|
+
version: 5.2.4(vite@5.4.21(@types/node@20.19.39)(sass@1.99.0))(vue@3.5.33(typescript@5.4.5))
|
|
96
99
|
'@vue/eslint-config-typescript':
|
|
97
100
|
specifier: ^13.0.0
|
|
98
101
|
version: 13.0.0(eslint-plugin-vue@9.33.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.4.5)
|
|
@@ -101,10 +104,10 @@ importers:
|
|
|
101
104
|
version: 0.5.1
|
|
102
105
|
ajv:
|
|
103
106
|
specifier: ^8.18.0
|
|
104
|
-
version: 8.
|
|
107
|
+
version: 8.20.0
|
|
105
108
|
autoprefixer:
|
|
106
109
|
specifier: ^10.4.19
|
|
107
|
-
version: 10.5.0(postcss@8.5.
|
|
110
|
+
version: 10.5.0(postcss@8.5.12)
|
|
108
111
|
eslint:
|
|
109
112
|
specifier: ^8.57.0
|
|
110
113
|
version: 8.57.1
|
|
@@ -116,7 +119,7 @@ importers:
|
|
|
116
119
|
version: 7.5.0
|
|
117
120
|
flowbite:
|
|
118
121
|
specifier: ^3.1.2
|
|
119
|
-
version: 3.1.2(rollup@4.60.
|
|
122
|
+
version: 3.1.2(rollup@4.60.2)
|
|
120
123
|
i18n-iso-countries:
|
|
121
124
|
specifier: ^7.12.0
|
|
122
125
|
version: 7.14.0
|
|
@@ -128,7 +131,7 @@ importers:
|
|
|
128
131
|
version: 1.0.38
|
|
129
132
|
postcss:
|
|
130
133
|
specifier: ^8.4.38
|
|
131
|
-
version: 8.5.
|
|
134
|
+
version: 8.5.12
|
|
132
135
|
sass:
|
|
133
136
|
specifier: ^1.77.2
|
|
134
137
|
version: 1.99.0
|
|
@@ -506,141 +509,141 @@ packages:
|
|
|
506
509
|
rollup:
|
|
507
510
|
optional: true
|
|
508
511
|
|
|
509
|
-
'@rollup/rollup-android-arm-eabi@4.60.
|
|
510
|
-
resolution: {integrity: sha512-
|
|
512
|
+
'@rollup/rollup-android-arm-eabi@4.60.2':
|
|
513
|
+
resolution: {integrity: sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==}
|
|
511
514
|
cpu: [arm]
|
|
512
515
|
os: [android]
|
|
513
516
|
|
|
514
|
-
'@rollup/rollup-android-arm64@4.60.
|
|
515
|
-
resolution: {integrity: sha512-
|
|
517
|
+
'@rollup/rollup-android-arm64@4.60.2':
|
|
518
|
+
resolution: {integrity: sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==}
|
|
516
519
|
cpu: [arm64]
|
|
517
520
|
os: [android]
|
|
518
521
|
|
|
519
|
-
'@rollup/rollup-darwin-arm64@4.60.
|
|
520
|
-
resolution: {integrity: sha512-
|
|
522
|
+
'@rollup/rollup-darwin-arm64@4.60.2':
|
|
523
|
+
resolution: {integrity: sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==}
|
|
521
524
|
cpu: [arm64]
|
|
522
525
|
os: [darwin]
|
|
523
526
|
|
|
524
|
-
'@rollup/rollup-darwin-x64@4.60.
|
|
525
|
-
resolution: {integrity: sha512-
|
|
527
|
+
'@rollup/rollup-darwin-x64@4.60.2':
|
|
528
|
+
resolution: {integrity: sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==}
|
|
526
529
|
cpu: [x64]
|
|
527
530
|
os: [darwin]
|
|
528
531
|
|
|
529
|
-
'@rollup/rollup-freebsd-arm64@4.60.
|
|
530
|
-
resolution: {integrity: sha512-
|
|
532
|
+
'@rollup/rollup-freebsd-arm64@4.60.2':
|
|
533
|
+
resolution: {integrity: sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==}
|
|
531
534
|
cpu: [arm64]
|
|
532
535
|
os: [freebsd]
|
|
533
536
|
|
|
534
|
-
'@rollup/rollup-freebsd-x64@4.60.
|
|
535
|
-
resolution: {integrity: sha512-
|
|
537
|
+
'@rollup/rollup-freebsd-x64@4.60.2':
|
|
538
|
+
resolution: {integrity: sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==}
|
|
536
539
|
cpu: [x64]
|
|
537
540
|
os: [freebsd]
|
|
538
541
|
|
|
539
|
-
'@rollup/rollup-linux-arm-gnueabihf@4.60.
|
|
540
|
-
resolution: {integrity: sha512-
|
|
542
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.60.2':
|
|
543
|
+
resolution: {integrity: sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==}
|
|
541
544
|
cpu: [arm]
|
|
542
545
|
os: [linux]
|
|
543
546
|
libc: [glibc]
|
|
544
547
|
|
|
545
|
-
'@rollup/rollup-linux-arm-musleabihf@4.60.
|
|
546
|
-
resolution: {integrity: sha512-
|
|
548
|
+
'@rollup/rollup-linux-arm-musleabihf@4.60.2':
|
|
549
|
+
resolution: {integrity: sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==}
|
|
547
550
|
cpu: [arm]
|
|
548
551
|
os: [linux]
|
|
549
552
|
libc: [musl]
|
|
550
553
|
|
|
551
|
-
'@rollup/rollup-linux-arm64-gnu@4.60.
|
|
552
|
-
resolution: {integrity: sha512-
|
|
554
|
+
'@rollup/rollup-linux-arm64-gnu@4.60.2':
|
|
555
|
+
resolution: {integrity: sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==}
|
|
553
556
|
cpu: [arm64]
|
|
554
557
|
os: [linux]
|
|
555
558
|
libc: [glibc]
|
|
556
559
|
|
|
557
|
-
'@rollup/rollup-linux-arm64-musl@4.60.
|
|
558
|
-
resolution: {integrity: sha512
|
|
560
|
+
'@rollup/rollup-linux-arm64-musl@4.60.2':
|
|
561
|
+
resolution: {integrity: sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==}
|
|
559
562
|
cpu: [arm64]
|
|
560
563
|
os: [linux]
|
|
561
564
|
libc: [musl]
|
|
562
565
|
|
|
563
|
-
'@rollup/rollup-linux-loong64-gnu@4.60.
|
|
564
|
-
resolution: {integrity: sha512-
|
|
566
|
+
'@rollup/rollup-linux-loong64-gnu@4.60.2':
|
|
567
|
+
resolution: {integrity: sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==}
|
|
565
568
|
cpu: [loong64]
|
|
566
569
|
os: [linux]
|
|
567
570
|
libc: [glibc]
|
|
568
571
|
|
|
569
|
-
'@rollup/rollup-linux-loong64-musl@4.60.
|
|
570
|
-
resolution: {integrity: sha512-
|
|
572
|
+
'@rollup/rollup-linux-loong64-musl@4.60.2':
|
|
573
|
+
resolution: {integrity: sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==}
|
|
571
574
|
cpu: [loong64]
|
|
572
575
|
os: [linux]
|
|
573
576
|
libc: [musl]
|
|
574
577
|
|
|
575
|
-
'@rollup/rollup-linux-ppc64-gnu@4.60.
|
|
576
|
-
resolution: {integrity: sha512-
|
|
578
|
+
'@rollup/rollup-linux-ppc64-gnu@4.60.2':
|
|
579
|
+
resolution: {integrity: sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==}
|
|
577
580
|
cpu: [ppc64]
|
|
578
581
|
os: [linux]
|
|
579
582
|
libc: [glibc]
|
|
580
583
|
|
|
581
|
-
'@rollup/rollup-linux-ppc64-musl@4.60.
|
|
582
|
-
resolution: {integrity: sha512-
|
|
584
|
+
'@rollup/rollup-linux-ppc64-musl@4.60.2':
|
|
585
|
+
resolution: {integrity: sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==}
|
|
583
586
|
cpu: [ppc64]
|
|
584
587
|
os: [linux]
|
|
585
588
|
libc: [musl]
|
|
586
589
|
|
|
587
|
-
'@rollup/rollup-linux-riscv64-gnu@4.60.
|
|
588
|
-
resolution: {integrity: sha512-
|
|
590
|
+
'@rollup/rollup-linux-riscv64-gnu@4.60.2':
|
|
591
|
+
resolution: {integrity: sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==}
|
|
589
592
|
cpu: [riscv64]
|
|
590
593
|
os: [linux]
|
|
591
594
|
libc: [glibc]
|
|
592
595
|
|
|
593
|
-
'@rollup/rollup-linux-riscv64-musl@4.60.
|
|
594
|
-
resolution: {integrity: sha512-
|
|
596
|
+
'@rollup/rollup-linux-riscv64-musl@4.60.2':
|
|
597
|
+
resolution: {integrity: sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==}
|
|
595
598
|
cpu: [riscv64]
|
|
596
599
|
os: [linux]
|
|
597
600
|
libc: [musl]
|
|
598
601
|
|
|
599
|
-
'@rollup/rollup-linux-s390x-gnu@4.60.
|
|
600
|
-
resolution: {integrity: sha512-
|
|
602
|
+
'@rollup/rollup-linux-s390x-gnu@4.60.2':
|
|
603
|
+
resolution: {integrity: sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==}
|
|
601
604
|
cpu: [s390x]
|
|
602
605
|
os: [linux]
|
|
603
606
|
libc: [glibc]
|
|
604
607
|
|
|
605
|
-
'@rollup/rollup-linux-x64-gnu@4.60.
|
|
606
|
-
resolution: {integrity: sha512-
|
|
608
|
+
'@rollup/rollup-linux-x64-gnu@4.60.2':
|
|
609
|
+
resolution: {integrity: sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==}
|
|
607
610
|
cpu: [x64]
|
|
608
611
|
os: [linux]
|
|
609
612
|
libc: [glibc]
|
|
610
613
|
|
|
611
|
-
'@rollup/rollup-linux-x64-musl@4.60.
|
|
612
|
-
resolution: {integrity: sha512-
|
|
614
|
+
'@rollup/rollup-linux-x64-musl@4.60.2':
|
|
615
|
+
resolution: {integrity: sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==}
|
|
613
616
|
cpu: [x64]
|
|
614
617
|
os: [linux]
|
|
615
618
|
libc: [musl]
|
|
616
619
|
|
|
617
|
-
'@rollup/rollup-openbsd-x64@4.60.
|
|
618
|
-
resolution: {integrity: sha512-
|
|
620
|
+
'@rollup/rollup-openbsd-x64@4.60.2':
|
|
621
|
+
resolution: {integrity: sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==}
|
|
619
622
|
cpu: [x64]
|
|
620
623
|
os: [openbsd]
|
|
621
624
|
|
|
622
|
-
'@rollup/rollup-openharmony-arm64@4.60.
|
|
623
|
-
resolution: {integrity: sha512-
|
|
625
|
+
'@rollup/rollup-openharmony-arm64@4.60.2':
|
|
626
|
+
resolution: {integrity: sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==}
|
|
624
627
|
cpu: [arm64]
|
|
625
628
|
os: [openharmony]
|
|
626
629
|
|
|
627
|
-
'@rollup/rollup-win32-arm64-msvc@4.60.
|
|
628
|
-
resolution: {integrity: sha512-
|
|
630
|
+
'@rollup/rollup-win32-arm64-msvc@4.60.2':
|
|
631
|
+
resolution: {integrity: sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==}
|
|
629
632
|
cpu: [arm64]
|
|
630
633
|
os: [win32]
|
|
631
634
|
|
|
632
|
-
'@rollup/rollup-win32-ia32-msvc@4.60.
|
|
633
|
-
resolution: {integrity: sha512-
|
|
635
|
+
'@rollup/rollup-win32-ia32-msvc@4.60.2':
|
|
636
|
+
resolution: {integrity: sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==}
|
|
634
637
|
cpu: [ia32]
|
|
635
638
|
os: [win32]
|
|
636
639
|
|
|
637
|
-
'@rollup/rollup-win32-x64-gnu@4.60.
|
|
638
|
-
resolution: {integrity: sha512-
|
|
640
|
+
'@rollup/rollup-win32-x64-gnu@4.60.2':
|
|
641
|
+
resolution: {integrity: sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==}
|
|
639
642
|
cpu: [x64]
|
|
640
643
|
os: [win32]
|
|
641
644
|
|
|
642
|
-
'@rollup/rollup-win32-x64-msvc@4.60.
|
|
643
|
-
resolution: {integrity: sha512-
|
|
645
|
+
'@rollup/rollup-win32-x64-msvc@4.60.2':
|
|
646
|
+
resolution: {integrity: sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==}
|
|
644
647
|
cpu: [x64]
|
|
645
648
|
os: [win32]
|
|
646
649
|
|
|
@@ -698,6 +701,9 @@ packages:
|
|
|
698
701
|
'@types/sanitize-html@2.16.1':
|
|
699
702
|
resolution: {integrity: sha512-n9wjs8bCOTyN/ynwD8s/nTcTreIHB1vf31vhLMGqUPNHaweKC4/fAl4Dj+hUlCTKYgm4P3k83fmiFfzkZ6sgMA==}
|
|
700
703
|
|
|
704
|
+
'@types/trusted-types@2.0.7':
|
|
705
|
+
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
|
|
706
|
+
|
|
701
707
|
'@types/web-bluetooth@0.0.14':
|
|
702
708
|
resolution: {integrity: sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==}
|
|
703
709
|
|
|
@@ -795,17 +801,17 @@ packages:
|
|
|
795
801
|
'@volar/typescript@2.4.15':
|
|
796
802
|
resolution: {integrity: sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==}
|
|
797
803
|
|
|
798
|
-
'@vue/compiler-core@3.5.
|
|
799
|
-
resolution: {integrity: sha512-
|
|
804
|
+
'@vue/compiler-core@3.5.33':
|
|
805
|
+
resolution: {integrity: sha512-3PZLQwFw4Za3TC8t0FvTy3wI16Kt+pmwcgNZca4Pj9iWL2E72a/gZlpBtAJvEdDMdCxdG/qq0C7PN0bsJuv0Rw==}
|
|
800
806
|
|
|
801
|
-
'@vue/compiler-dom@3.5.
|
|
802
|
-
resolution: {integrity: sha512-
|
|
807
|
+
'@vue/compiler-dom@3.5.33':
|
|
808
|
+
resolution: {integrity: sha512-PXq0yrfCLzzL07rbXO4awtXY1Z06LG2eu6Adg3RJFa/j3Cii217XxxLXG22N330gw7GmALCY0Z8RgXEviwgpjA==}
|
|
803
809
|
|
|
804
|
-
'@vue/compiler-sfc@3.5.
|
|
805
|
-
resolution: {integrity: sha512-
|
|
810
|
+
'@vue/compiler-sfc@3.5.33':
|
|
811
|
+
resolution: {integrity: sha512-UTUvRO9cY+rROrx/pvN9P5Z7FgA6QGfokUCfhQE4EnmUj3rVnK+CHI0LsEO1pg+I7//iRYMUfcNcCPe7tg0CoA==}
|
|
806
812
|
|
|
807
|
-
'@vue/compiler-ssr@3.5.
|
|
808
|
-
resolution: {integrity: sha512-
|
|
813
|
+
'@vue/compiler-ssr@3.5.33':
|
|
814
|
+
resolution: {integrity: sha512-IErjYdnj1qIupG5xxiVIYiiRvDhGWV4zuh/RCrwfYpuL+HWQzeU6lCk/nF9r7olWMnjKxCAkOctT2qFWFkzb1A==}
|
|
809
815
|
|
|
810
816
|
'@vue/compiler-vue2@2.7.16':
|
|
811
817
|
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
|
|
@@ -832,22 +838,22 @@ packages:
|
|
|
832
838
|
typescript:
|
|
833
839
|
optional: true
|
|
834
840
|
|
|
835
|
-
'@vue/reactivity@3.5.
|
|
836
|
-
resolution: {integrity: sha512
|
|
841
|
+
'@vue/reactivity@3.5.33':
|
|
842
|
+
resolution: {integrity: sha512-p8UfIqyIhb0rYGlSgSBV+lPhF2iUSBcRy7enhTmPqKWadHy9kcOFYF1AejYBP9P+avnd3OBbD49DU4pLWX/94A==}
|
|
837
843
|
|
|
838
|
-
'@vue/runtime-core@3.5.
|
|
839
|
-
resolution: {integrity: sha512-
|
|
844
|
+
'@vue/runtime-core@3.5.33':
|
|
845
|
+
resolution: {integrity: sha512-UpFF45RI9//a7rvq7RdOQblb4tup7hHG9QsmIrxkFQLzQ7R8/iNQ5LE15NhLZ1/WcHMU2b47u6P33CPUelHyIQ==}
|
|
840
846
|
|
|
841
|
-
'@vue/runtime-dom@3.5.
|
|
842
|
-
resolution: {integrity: sha512-
|
|
847
|
+
'@vue/runtime-dom@3.5.33':
|
|
848
|
+
resolution: {integrity: sha512-IOxMsAOwquhfITgmOgaPYl7/j8gKUxUFoflRc+u4LxyD3+783xne8vNta1PONVCvCV9A0w7hkyEepINDqfO0tw==}
|
|
843
849
|
|
|
844
|
-
'@vue/server-renderer@3.5.
|
|
845
|
-
resolution: {integrity: sha512-
|
|
850
|
+
'@vue/server-renderer@3.5.33':
|
|
851
|
+
resolution: {integrity: sha512-0xylq/8/h44lVG0pZFknv1XIdEgymq2E9n59uTWJBG+dIgiT0TMCSsxrN7nO16Z0MU0MPjFcguBbZV8Itk52Hw==}
|
|
846
852
|
peerDependencies:
|
|
847
|
-
vue: 3.5.
|
|
853
|
+
vue: 3.5.33
|
|
848
854
|
|
|
849
|
-
'@vue/shared@3.5.
|
|
850
|
-
resolution: {integrity: sha512-
|
|
855
|
+
'@vue/shared@3.5.33':
|
|
856
|
+
resolution: {integrity: sha512-5vR2QIlmaLG77Ygd4pMP6+SGQ5yox9VhtnbDWTy9DzMzdmeLxZ1QqxrywEZ9sa1AVubfIJyaCG3ytyWU81ufcQ==}
|
|
851
857
|
|
|
852
858
|
'@vue/tsconfig@0.5.1':
|
|
853
859
|
resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==}
|
|
@@ -899,11 +905,11 @@ packages:
|
|
|
899
905
|
engines: {node: '>=0.4.0'}
|
|
900
906
|
hasBin: true
|
|
901
907
|
|
|
902
|
-
ajv@6.
|
|
903
|
-
resolution: {integrity: sha512-
|
|
908
|
+
ajv@6.15.0:
|
|
909
|
+
resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==}
|
|
904
910
|
|
|
905
|
-
ajv@8.
|
|
906
|
-
resolution: {integrity: sha512-
|
|
911
|
+
ajv@8.20.0:
|
|
912
|
+
resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==}
|
|
907
913
|
|
|
908
914
|
alien-signals@1.0.13:
|
|
909
915
|
resolution: {integrity: sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==}
|
|
@@ -956,8 +962,8 @@ packages:
|
|
|
956
962
|
balanced-match@1.0.2:
|
|
957
963
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
958
964
|
|
|
959
|
-
baseline-browser-mapping@2.10.
|
|
960
|
-
resolution: {integrity: sha512-
|
|
965
|
+
baseline-browser-mapping@2.10.24:
|
|
966
|
+
resolution: {integrity: sha512-I2NkZOOrj2XuguvWCK6OVh9GavsNjZjK908Rq3mIBK25+GD8vPX5w2WdxVqnQ7xx3SrZJiCiZFu+/Oz50oSYSA==}
|
|
961
967
|
engines: {node: '>=6.0.0'}
|
|
962
968
|
hasBin: true
|
|
963
969
|
|
|
@@ -995,8 +1001,8 @@ packages:
|
|
|
995
1001
|
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
|
996
1002
|
engines: {node: '>= 6'}
|
|
997
1003
|
|
|
998
|
-
caniuse-lite@1.0.
|
|
999
|
-
resolution: {integrity: sha512-
|
|
1004
|
+
caniuse-lite@1.0.30001791:
|
|
1005
|
+
resolution: {integrity: sha512-yk0l/YSrOnFZk3UROpDLQD9+kC1l4meK/wed583AXrzoarMGJcbRi2Q4RaUYbKxYAsZ8sWmaSa/DsLmdBeI1vQ==}
|
|
1000
1006
|
|
|
1001
1007
|
chalk@4.1.2:
|
|
1002
1008
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
@@ -1106,6 +1112,9 @@ packages:
|
|
|
1106
1112
|
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
|
|
1107
1113
|
engines: {node: '>= 4'}
|
|
1108
1114
|
|
|
1115
|
+
dompurify@3.4.1:
|
|
1116
|
+
resolution: {integrity: sha512-JahakDAIg1gyOm7dlgWSDjV4n7Ip2PKR55NIT6jrMfIgLFgWo81vdr1/QGqWtFNRqXP9UV71oVePtjqS2ebnPw==}
|
|
1117
|
+
|
|
1109
1118
|
domutils@3.2.2:
|
|
1110
1119
|
resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
|
|
1111
1120
|
|
|
@@ -1113,8 +1122,8 @@ packages:
|
|
|
1113
1122
|
resolution: {integrity: sha512-xHF8EP4XH/Ba9fvAF2LDd5O3IITVolerVV6xvkxoM8zlGEiCUrggpAnHyOoKJKCrhvPcGATFAUwIujj7bRG5UA==}
|
|
1114
1123
|
hasBin: true
|
|
1115
1124
|
|
|
1116
|
-
electron-to-chromium@1.5.
|
|
1117
|
-
resolution: {integrity: sha512-
|
|
1125
|
+
electron-to-chromium@1.5.344:
|
|
1126
|
+
resolution: {integrity: sha512-4MxfbmNDm+KPh066EZy+eUnkcDPcZ35wNmOWzFuh/ijvHsve6kbLTLURy88uCNK5FbpN+yk2nQY6BYh1GEt+wg==}
|
|
1118
1127
|
|
|
1119
1128
|
entities@4.5.0:
|
|
1120
1129
|
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
@@ -1292,8 +1301,8 @@ packages:
|
|
|
1292
1301
|
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
1293
1302
|
engines: {node: '>=8'}
|
|
1294
1303
|
|
|
1295
|
-
hasown@2.0.
|
|
1296
|
-
resolution: {integrity: sha512-
|
|
1304
|
+
hasown@2.0.3:
|
|
1305
|
+
resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==}
|
|
1297
1306
|
engines: {node: '>= 0.4'}
|
|
1298
1307
|
|
|
1299
1308
|
he@1.2.0:
|
|
@@ -1478,8 +1487,8 @@ packages:
|
|
|
1478
1487
|
node-addon-api@7.1.1:
|
|
1479
1488
|
resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
|
|
1480
1489
|
|
|
1481
|
-
node-releases@2.0.
|
|
1482
|
-
resolution: {integrity: sha512-
|
|
1490
|
+
node-releases@2.0.38:
|
|
1491
|
+
resolution: {integrity: sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==}
|
|
1483
1492
|
|
|
1484
1493
|
normalize-path@3.0.0:
|
|
1485
1494
|
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
|
|
@@ -1636,8 +1645,8 @@ packages:
|
|
|
1636
1645
|
postcss-value-parser@4.2.0:
|
|
1637
1646
|
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
|
1638
1647
|
|
|
1639
|
-
postcss@8.5.
|
|
1640
|
-
resolution: {integrity: sha512-
|
|
1648
|
+
postcss@8.5.12:
|
|
1649
|
+
resolution: {integrity: sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==}
|
|
1641
1650
|
engines: {node: ^10 || ^12 || >=14}
|
|
1642
1651
|
|
|
1643
1652
|
prelude-ls@1.2.1:
|
|
@@ -1691,16 +1700,16 @@ packages:
|
|
|
1691
1700
|
deprecated: Rimraf versions prior to v4 are no longer supported
|
|
1692
1701
|
hasBin: true
|
|
1693
1702
|
|
|
1694
|
-
rollup@4.60.
|
|
1695
|
-
resolution: {integrity: sha512-
|
|
1703
|
+
rollup@4.60.2:
|
|
1704
|
+
resolution: {integrity: sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==}
|
|
1696
1705
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
1697
1706
|
hasBin: true
|
|
1698
1707
|
|
|
1699
1708
|
run-parallel@1.2.0:
|
|
1700
1709
|
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
|
1701
1710
|
|
|
1702
|
-
sanitize-html@2.17.
|
|
1703
|
-
resolution: {integrity: sha512-
|
|
1711
|
+
sanitize-html@2.17.3:
|
|
1712
|
+
resolution: {integrity: sha512-Kn4srCAo2+wZyvCNKCSyB2g8RQ8IkX/gQs2uqoSRNu5t9I2qvUyAVvRDiFUVAiX3N3PNuwStY0eNr+ooBHVWEg==}
|
|
1704
1713
|
|
|
1705
1714
|
sass@1.99.0:
|
|
1706
1715
|
resolution: {integrity: sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==}
|
|
@@ -1906,8 +1915,8 @@ packages:
|
|
|
1906
1915
|
peerDependencies:
|
|
1907
1916
|
vue: ^3.5.16
|
|
1908
1917
|
|
|
1909
|
-
vue@3.5.
|
|
1910
|
-
resolution: {integrity: sha512-
|
|
1918
|
+
vue@3.5.33:
|
|
1919
|
+
resolution: {integrity: sha512-1AgChhx5w3ALgT4oK3acm2Es/7jyZhWSVUfs3rOBlGQC0rjEDkS7G4lWlJJGGNQD+BV3reCwbQrOe1mPNwKHBQ==}
|
|
1911
1920
|
peerDependencies:
|
|
1912
1921
|
typescript: '*'
|
|
1913
1922
|
peerDependenciesMeta:
|
|
@@ -2037,7 +2046,7 @@ snapshots:
|
|
|
2037
2046
|
|
|
2038
2047
|
'@eslint/eslintrc@2.1.4':
|
|
2039
2048
|
dependencies:
|
|
2040
|
-
ajv: 6.
|
|
2049
|
+
ajv: 6.15.0
|
|
2041
2050
|
debug: 4.4.3
|
|
2042
2051
|
espree: 9.6.1
|
|
2043
2052
|
globals: 13.24.0
|
|
@@ -2063,21 +2072,21 @@ snapshots:
|
|
|
2063
2072
|
|
|
2064
2073
|
'@humanwhocodes/object-schema@2.0.3': {}
|
|
2065
2074
|
|
|
2066
|
-
'@iconify-prerendered/vue-flag@0.28.1754899047(vue@3.5.
|
|
2075
|
+
'@iconify-prerendered/vue-flag@0.28.1754899047(vue@3.5.33(typescript@5.4.5))':
|
|
2067
2076
|
dependencies:
|
|
2068
|
-
vue: 3.5.
|
|
2077
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
2069
2078
|
|
|
2070
|
-
'@iconify-prerendered/vue-flowbite@0.28.1754899090(vue@3.5.
|
|
2079
|
+
'@iconify-prerendered/vue-flowbite@0.28.1754899090(vue@3.5.33(typescript@5.4.5))':
|
|
2071
2080
|
dependencies:
|
|
2072
|
-
vue: 3.5.
|
|
2081
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
2073
2082
|
|
|
2074
|
-
'@iconify-prerendered/vue-heroicons@0.28.1721921294(vue@3.5.
|
|
2083
|
+
'@iconify-prerendered/vue-heroicons@0.28.1721921294(vue@3.5.33(typescript@5.4.5))':
|
|
2075
2084
|
dependencies:
|
|
2076
|
-
vue: 3.5.
|
|
2085
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
2077
2086
|
|
|
2078
|
-
'@iconify-prerendered/vue-humbleicons@0.28.1754108846(vue@3.5.
|
|
2087
|
+
'@iconify-prerendered/vue-humbleicons@0.28.1754108846(vue@3.5.33(typescript@5.4.5))':
|
|
2079
2088
|
dependencies:
|
|
2080
|
-
vue: 3.5.
|
|
2089
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
2081
2090
|
|
|
2082
2091
|
'@intlify/core-base@10.0.8':
|
|
2083
2092
|
dependencies:
|
|
@@ -2180,97 +2189,97 @@ snapshots:
|
|
|
2180
2189
|
|
|
2181
2190
|
'@popperjs/core@2.11.8': {}
|
|
2182
2191
|
|
|
2183
|
-
'@rollup/plugin-node-resolve@15.3.1(rollup@4.60.
|
|
2192
|
+
'@rollup/plugin-node-resolve@15.3.1(rollup@4.60.2)':
|
|
2184
2193
|
dependencies:
|
|
2185
|
-
'@rollup/pluginutils': 5.3.0(rollup@4.60.
|
|
2194
|
+
'@rollup/pluginutils': 5.3.0(rollup@4.60.2)
|
|
2186
2195
|
'@types/resolve': 1.20.2
|
|
2187
2196
|
deepmerge: 4.3.1
|
|
2188
2197
|
is-module: 1.0.0
|
|
2189
2198
|
resolve: 1.22.12
|
|
2190
2199
|
optionalDependencies:
|
|
2191
|
-
rollup: 4.60.
|
|
2200
|
+
rollup: 4.60.2
|
|
2192
2201
|
|
|
2193
|
-
'@rollup/pluginutils@5.3.0(rollup@4.60.
|
|
2202
|
+
'@rollup/pluginutils@5.3.0(rollup@4.60.2)':
|
|
2194
2203
|
dependencies:
|
|
2195
2204
|
'@types/estree': 1.0.8
|
|
2196
2205
|
estree-walker: 2.0.2
|
|
2197
2206
|
picomatch: 4.0.4
|
|
2198
2207
|
optionalDependencies:
|
|
2199
|
-
rollup: 4.60.
|
|
2208
|
+
rollup: 4.60.2
|
|
2200
2209
|
|
|
2201
|
-
'@rollup/rollup-android-arm-eabi@4.60.
|
|
2210
|
+
'@rollup/rollup-android-arm-eabi@4.60.2':
|
|
2202
2211
|
optional: true
|
|
2203
2212
|
|
|
2204
|
-
'@rollup/rollup-android-arm64@4.60.
|
|
2213
|
+
'@rollup/rollup-android-arm64@4.60.2':
|
|
2205
2214
|
optional: true
|
|
2206
2215
|
|
|
2207
|
-
'@rollup/rollup-darwin-arm64@4.60.
|
|
2216
|
+
'@rollup/rollup-darwin-arm64@4.60.2':
|
|
2208
2217
|
optional: true
|
|
2209
2218
|
|
|
2210
|
-
'@rollup/rollup-darwin-x64@4.60.
|
|
2219
|
+
'@rollup/rollup-darwin-x64@4.60.2':
|
|
2211
2220
|
optional: true
|
|
2212
2221
|
|
|
2213
|
-
'@rollup/rollup-freebsd-arm64@4.60.
|
|
2222
|
+
'@rollup/rollup-freebsd-arm64@4.60.2':
|
|
2214
2223
|
optional: true
|
|
2215
2224
|
|
|
2216
|
-
'@rollup/rollup-freebsd-x64@4.60.
|
|
2225
|
+
'@rollup/rollup-freebsd-x64@4.60.2':
|
|
2217
2226
|
optional: true
|
|
2218
2227
|
|
|
2219
|
-
'@rollup/rollup-linux-arm-gnueabihf@4.60.
|
|
2228
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.60.2':
|
|
2220
2229
|
optional: true
|
|
2221
2230
|
|
|
2222
|
-
'@rollup/rollup-linux-arm-musleabihf@4.60.
|
|
2231
|
+
'@rollup/rollup-linux-arm-musleabihf@4.60.2':
|
|
2223
2232
|
optional: true
|
|
2224
2233
|
|
|
2225
|
-
'@rollup/rollup-linux-arm64-gnu@4.60.
|
|
2234
|
+
'@rollup/rollup-linux-arm64-gnu@4.60.2':
|
|
2226
2235
|
optional: true
|
|
2227
2236
|
|
|
2228
|
-
'@rollup/rollup-linux-arm64-musl@4.60.
|
|
2237
|
+
'@rollup/rollup-linux-arm64-musl@4.60.2':
|
|
2229
2238
|
optional: true
|
|
2230
2239
|
|
|
2231
|
-
'@rollup/rollup-linux-loong64-gnu@4.60.
|
|
2240
|
+
'@rollup/rollup-linux-loong64-gnu@4.60.2':
|
|
2232
2241
|
optional: true
|
|
2233
2242
|
|
|
2234
|
-
'@rollup/rollup-linux-loong64-musl@4.60.
|
|
2243
|
+
'@rollup/rollup-linux-loong64-musl@4.60.2':
|
|
2235
2244
|
optional: true
|
|
2236
2245
|
|
|
2237
|
-
'@rollup/rollup-linux-ppc64-gnu@4.60.
|
|
2246
|
+
'@rollup/rollup-linux-ppc64-gnu@4.60.2':
|
|
2238
2247
|
optional: true
|
|
2239
2248
|
|
|
2240
|
-
'@rollup/rollup-linux-ppc64-musl@4.60.
|
|
2249
|
+
'@rollup/rollup-linux-ppc64-musl@4.60.2':
|
|
2241
2250
|
optional: true
|
|
2242
2251
|
|
|
2243
|
-
'@rollup/rollup-linux-riscv64-gnu@4.60.
|
|
2252
|
+
'@rollup/rollup-linux-riscv64-gnu@4.60.2':
|
|
2244
2253
|
optional: true
|
|
2245
2254
|
|
|
2246
|
-
'@rollup/rollup-linux-riscv64-musl@4.60.
|
|
2255
|
+
'@rollup/rollup-linux-riscv64-musl@4.60.2':
|
|
2247
2256
|
optional: true
|
|
2248
2257
|
|
|
2249
|
-
'@rollup/rollup-linux-s390x-gnu@4.60.
|
|
2258
|
+
'@rollup/rollup-linux-s390x-gnu@4.60.2':
|
|
2250
2259
|
optional: true
|
|
2251
2260
|
|
|
2252
|
-
'@rollup/rollup-linux-x64-gnu@4.60.
|
|
2261
|
+
'@rollup/rollup-linux-x64-gnu@4.60.2':
|
|
2253
2262
|
optional: true
|
|
2254
2263
|
|
|
2255
|
-
'@rollup/rollup-linux-x64-musl@4.60.
|
|
2264
|
+
'@rollup/rollup-linux-x64-musl@4.60.2':
|
|
2256
2265
|
optional: true
|
|
2257
2266
|
|
|
2258
|
-
'@rollup/rollup-openbsd-x64@4.60.
|
|
2267
|
+
'@rollup/rollup-openbsd-x64@4.60.2':
|
|
2259
2268
|
optional: true
|
|
2260
2269
|
|
|
2261
|
-
'@rollup/rollup-openharmony-arm64@4.60.
|
|
2270
|
+
'@rollup/rollup-openharmony-arm64@4.60.2':
|
|
2262
2271
|
optional: true
|
|
2263
2272
|
|
|
2264
|
-
'@rollup/rollup-win32-arm64-msvc@4.60.
|
|
2273
|
+
'@rollup/rollup-win32-arm64-msvc@4.60.2':
|
|
2265
2274
|
optional: true
|
|
2266
2275
|
|
|
2267
|
-
'@rollup/rollup-win32-ia32-msvc@4.60.
|
|
2276
|
+
'@rollup/rollup-win32-ia32-msvc@4.60.2':
|
|
2268
2277
|
optional: true
|
|
2269
2278
|
|
|
2270
|
-
'@rollup/rollup-win32-x64-gnu@4.60.
|
|
2279
|
+
'@rollup/rollup-win32-x64-gnu@4.60.2':
|
|
2271
2280
|
optional: true
|
|
2272
2281
|
|
|
2273
|
-
'@rollup/rollup-win32-x64-msvc@4.60.
|
|
2282
|
+
'@rollup/rollup-win32-x64-msvc@4.60.2':
|
|
2274
2283
|
optional: true
|
|
2275
2284
|
|
|
2276
2285
|
'@rushstack/eslint-patch@1.16.1': {}
|
|
@@ -2319,6 +2328,9 @@ snapshots:
|
|
|
2319
2328
|
dependencies:
|
|
2320
2329
|
htmlparser2: 10.1.0
|
|
2321
2330
|
|
|
2331
|
+
'@types/trusted-types@2.0.7':
|
|
2332
|
+
optional: true
|
|
2333
|
+
|
|
2322
2334
|
'@types/web-bluetooth@0.0.14': {}
|
|
2323
2335
|
|
|
2324
2336
|
'@types/web-bluetooth@0.0.20': {}
|
|
@@ -2421,18 +2433,18 @@ snapshots:
|
|
|
2421
2433
|
'@unhead/schema': 1.11.20
|
|
2422
2434
|
packrup: 0.1.2
|
|
2423
2435
|
|
|
2424
|
-
'@unhead/vue@1.11.20(vue@3.5.
|
|
2436
|
+
'@unhead/vue@1.11.20(vue@3.5.33(typescript@5.4.5))':
|
|
2425
2437
|
dependencies:
|
|
2426
2438
|
'@unhead/schema': 1.11.20
|
|
2427
2439
|
'@unhead/shared': 1.11.20
|
|
2428
2440
|
hookable: 5.5.3
|
|
2429
2441
|
unhead: 1.11.20
|
|
2430
|
-
vue: 3.5.
|
|
2442
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
2431
2443
|
|
|
2432
|
-
'@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@20.19.39)(sass@1.99.0))(vue@3.5.
|
|
2444
|
+
'@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@20.19.39)(sass@1.99.0))(vue@3.5.33(typescript@5.4.5))':
|
|
2433
2445
|
dependencies:
|
|
2434
2446
|
vite: 5.4.21(@types/node@20.19.39)(sass@1.99.0)
|
|
2435
|
-
vue: 3.5.
|
|
2447
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
2436
2448
|
|
|
2437
2449
|
'@volar/language-core@2.4.15':
|
|
2438
2450
|
dependencies:
|
|
@@ -2446,35 +2458,35 @@ snapshots:
|
|
|
2446
2458
|
path-browserify: 1.0.1
|
|
2447
2459
|
vscode-uri: 3.1.0
|
|
2448
2460
|
|
|
2449
|
-
'@vue/compiler-core@3.5.
|
|
2461
|
+
'@vue/compiler-core@3.5.33':
|
|
2450
2462
|
dependencies:
|
|
2451
2463
|
'@babel/parser': 7.29.2
|
|
2452
|
-
'@vue/shared': 3.5.
|
|
2464
|
+
'@vue/shared': 3.5.33
|
|
2453
2465
|
entities: 7.0.1
|
|
2454
2466
|
estree-walker: 2.0.2
|
|
2455
2467
|
source-map-js: 1.2.1
|
|
2456
2468
|
|
|
2457
|
-
'@vue/compiler-dom@3.5.
|
|
2469
|
+
'@vue/compiler-dom@3.5.33':
|
|
2458
2470
|
dependencies:
|
|
2459
|
-
'@vue/compiler-core': 3.5.
|
|
2460
|
-
'@vue/shared': 3.5.
|
|
2471
|
+
'@vue/compiler-core': 3.5.33
|
|
2472
|
+
'@vue/shared': 3.5.33
|
|
2461
2473
|
|
|
2462
|
-
'@vue/compiler-sfc@3.5.
|
|
2474
|
+
'@vue/compiler-sfc@3.5.33':
|
|
2463
2475
|
dependencies:
|
|
2464
2476
|
'@babel/parser': 7.29.2
|
|
2465
|
-
'@vue/compiler-core': 3.5.
|
|
2466
|
-
'@vue/compiler-dom': 3.5.
|
|
2467
|
-
'@vue/compiler-ssr': 3.5.
|
|
2468
|
-
'@vue/shared': 3.5.
|
|
2477
|
+
'@vue/compiler-core': 3.5.33
|
|
2478
|
+
'@vue/compiler-dom': 3.5.33
|
|
2479
|
+
'@vue/compiler-ssr': 3.5.33
|
|
2480
|
+
'@vue/shared': 3.5.33
|
|
2469
2481
|
estree-walker: 2.0.2
|
|
2470
2482
|
magic-string: 0.30.21
|
|
2471
|
-
postcss: 8.5.
|
|
2483
|
+
postcss: 8.5.12
|
|
2472
2484
|
source-map-js: 1.2.1
|
|
2473
2485
|
|
|
2474
|
-
'@vue/compiler-ssr@3.5.
|
|
2486
|
+
'@vue/compiler-ssr@3.5.33':
|
|
2475
2487
|
dependencies:
|
|
2476
|
-
'@vue/compiler-dom': 3.5.
|
|
2477
|
-
'@vue/shared': 3.5.
|
|
2488
|
+
'@vue/compiler-dom': 3.5.33
|
|
2489
|
+
'@vue/shared': 3.5.33
|
|
2478
2490
|
|
|
2479
2491
|
'@vue/compiler-vue2@2.7.16':
|
|
2480
2492
|
dependencies:
|
|
@@ -2498,9 +2510,9 @@ snapshots:
|
|
|
2498
2510
|
'@vue/language-core@2.2.12(typescript@5.4.5)':
|
|
2499
2511
|
dependencies:
|
|
2500
2512
|
'@volar/language-core': 2.4.15
|
|
2501
|
-
'@vue/compiler-dom': 3.5.
|
|
2513
|
+
'@vue/compiler-dom': 3.5.33
|
|
2502
2514
|
'@vue/compiler-vue2': 2.7.16
|
|
2503
|
-
'@vue/shared': 3.5.
|
|
2515
|
+
'@vue/shared': 3.5.33
|
|
2504
2516
|
alien-signals: 1.0.13
|
|
2505
2517
|
minimatch: 9.0.9
|
|
2506
2518
|
muggle-string: 0.4.1
|
|
@@ -2508,67 +2520,67 @@ snapshots:
|
|
|
2508
2520
|
optionalDependencies:
|
|
2509
2521
|
typescript: 5.4.5
|
|
2510
2522
|
|
|
2511
|
-
'@vue/reactivity@3.5.
|
|
2523
|
+
'@vue/reactivity@3.5.33':
|
|
2512
2524
|
dependencies:
|
|
2513
|
-
'@vue/shared': 3.5.
|
|
2525
|
+
'@vue/shared': 3.5.33
|
|
2514
2526
|
|
|
2515
|
-
'@vue/runtime-core@3.5.
|
|
2527
|
+
'@vue/runtime-core@3.5.33':
|
|
2516
2528
|
dependencies:
|
|
2517
|
-
'@vue/reactivity': 3.5.
|
|
2518
|
-
'@vue/shared': 3.5.
|
|
2529
|
+
'@vue/reactivity': 3.5.33
|
|
2530
|
+
'@vue/shared': 3.5.33
|
|
2519
2531
|
|
|
2520
|
-
'@vue/runtime-dom@3.5.
|
|
2532
|
+
'@vue/runtime-dom@3.5.33':
|
|
2521
2533
|
dependencies:
|
|
2522
|
-
'@vue/reactivity': 3.5.
|
|
2523
|
-
'@vue/runtime-core': 3.5.
|
|
2524
|
-
'@vue/shared': 3.5.
|
|
2534
|
+
'@vue/reactivity': 3.5.33
|
|
2535
|
+
'@vue/runtime-core': 3.5.33
|
|
2536
|
+
'@vue/shared': 3.5.33
|
|
2525
2537
|
csstype: 3.2.3
|
|
2526
2538
|
|
|
2527
|
-
'@vue/server-renderer@3.5.
|
|
2539
|
+
'@vue/server-renderer@3.5.33(vue@3.5.33(typescript@5.4.5))':
|
|
2528
2540
|
dependencies:
|
|
2529
|
-
'@vue/compiler-ssr': 3.5.
|
|
2530
|
-
'@vue/shared': 3.5.
|
|
2531
|
-
vue: 3.5.
|
|
2541
|
+
'@vue/compiler-ssr': 3.5.33
|
|
2542
|
+
'@vue/shared': 3.5.33
|
|
2543
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
2532
2544
|
|
|
2533
|
-
'@vue/shared@3.5.
|
|
2545
|
+
'@vue/shared@3.5.33': {}
|
|
2534
2546
|
|
|
2535
2547
|
'@vue/tsconfig@0.5.1': {}
|
|
2536
2548
|
|
|
2537
|
-
'@vueuse/core@10.11.1(vue@3.5.
|
|
2549
|
+
'@vueuse/core@10.11.1(vue@3.5.33(typescript@5.4.5))':
|
|
2538
2550
|
dependencies:
|
|
2539
2551
|
'@types/web-bluetooth': 0.0.20
|
|
2540
2552
|
'@vueuse/metadata': 10.11.1
|
|
2541
|
-
'@vueuse/shared': 10.11.1(vue@3.5.
|
|
2542
|
-
vue-demi: 0.14.10(vue@3.5.
|
|
2553
|
+
'@vueuse/shared': 10.11.1(vue@3.5.33(typescript@5.4.5))
|
|
2554
|
+
vue-demi: 0.14.10(vue@3.5.33(typescript@5.4.5))
|
|
2543
2555
|
transitivePeerDependencies:
|
|
2544
2556
|
- '@vue/composition-api'
|
|
2545
2557
|
- vue
|
|
2546
2558
|
|
|
2547
|
-
'@vueuse/core@8.9.4(vue@3.5.
|
|
2559
|
+
'@vueuse/core@8.9.4(vue@3.5.33(typescript@5.4.5))':
|
|
2548
2560
|
dependencies:
|
|
2549
2561
|
'@types/web-bluetooth': 0.0.14
|
|
2550
2562
|
'@vueuse/metadata': 8.9.4
|
|
2551
|
-
'@vueuse/shared': 8.9.4(vue@3.5.
|
|
2552
|
-
vue-demi: 0.14.10(vue@3.5.
|
|
2563
|
+
'@vueuse/shared': 8.9.4(vue@3.5.33(typescript@5.4.5))
|
|
2564
|
+
vue-demi: 0.14.10(vue@3.5.33(typescript@5.4.5))
|
|
2553
2565
|
optionalDependencies:
|
|
2554
|
-
vue: 3.5.
|
|
2566
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
2555
2567
|
|
|
2556
2568
|
'@vueuse/metadata@10.11.1': {}
|
|
2557
2569
|
|
|
2558
2570
|
'@vueuse/metadata@8.9.4': {}
|
|
2559
2571
|
|
|
2560
|
-
'@vueuse/shared@10.11.1(vue@3.5.
|
|
2572
|
+
'@vueuse/shared@10.11.1(vue@3.5.33(typescript@5.4.5))':
|
|
2561
2573
|
dependencies:
|
|
2562
|
-
vue-demi: 0.14.10(vue@3.5.
|
|
2574
|
+
vue-demi: 0.14.10(vue@3.5.33(typescript@5.4.5))
|
|
2563
2575
|
transitivePeerDependencies:
|
|
2564
2576
|
- '@vue/composition-api'
|
|
2565
2577
|
- vue
|
|
2566
2578
|
|
|
2567
|
-
'@vueuse/shared@8.9.4(vue@3.5.
|
|
2579
|
+
'@vueuse/shared@8.9.4(vue@3.5.33(typescript@5.4.5))':
|
|
2568
2580
|
dependencies:
|
|
2569
|
-
vue-demi: 0.14.10(vue@3.5.
|
|
2581
|
+
vue-demi: 0.14.10(vue@3.5.33(typescript@5.4.5))
|
|
2570
2582
|
optionalDependencies:
|
|
2571
|
-
vue: 3.5.
|
|
2583
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
2572
2584
|
|
|
2573
2585
|
'@yr/monotone-cubic-spline@1.0.3': {}
|
|
2574
2586
|
|
|
@@ -2578,14 +2590,14 @@ snapshots:
|
|
|
2578
2590
|
|
|
2579
2591
|
acorn@8.16.0: {}
|
|
2580
2592
|
|
|
2581
|
-
ajv@6.
|
|
2593
|
+
ajv@6.15.0:
|
|
2582
2594
|
dependencies:
|
|
2583
2595
|
fast-deep-equal: 3.1.3
|
|
2584
2596
|
fast-json-stable-stringify: 2.1.0
|
|
2585
2597
|
json-schema-traverse: 0.4.1
|
|
2586
2598
|
uri-js: 4.4.1
|
|
2587
2599
|
|
|
2588
|
-
ajv@8.
|
|
2600
|
+
ajv@8.20.0:
|
|
2589
2601
|
dependencies:
|
|
2590
2602
|
fast-deep-equal: 3.1.3
|
|
2591
2603
|
fast-uri: 3.1.0
|
|
@@ -2630,18 +2642,18 @@ snapshots:
|
|
|
2630
2642
|
|
|
2631
2643
|
async@3.2.6: {}
|
|
2632
2644
|
|
|
2633
|
-
autoprefixer@10.5.0(postcss@8.5.
|
|
2645
|
+
autoprefixer@10.5.0(postcss@8.5.12):
|
|
2634
2646
|
dependencies:
|
|
2635
2647
|
browserslist: 4.28.2
|
|
2636
|
-
caniuse-lite: 1.0.
|
|
2648
|
+
caniuse-lite: 1.0.30001791
|
|
2637
2649
|
fraction.js: 5.3.4
|
|
2638
2650
|
picocolors: 1.1.1
|
|
2639
|
-
postcss: 8.5.
|
|
2651
|
+
postcss: 8.5.12
|
|
2640
2652
|
postcss-value-parser: 4.2.0
|
|
2641
2653
|
|
|
2642
2654
|
balanced-match@1.0.2: {}
|
|
2643
2655
|
|
|
2644
|
-
baseline-browser-mapping@2.10.
|
|
2656
|
+
baseline-browser-mapping@2.10.24: {}
|
|
2645
2657
|
|
|
2646
2658
|
binary-extensions@2.3.0: {}
|
|
2647
2659
|
|
|
@@ -2662,10 +2674,10 @@ snapshots:
|
|
|
2662
2674
|
|
|
2663
2675
|
browserslist@4.28.2:
|
|
2664
2676
|
dependencies:
|
|
2665
|
-
baseline-browser-mapping: 2.10.
|
|
2666
|
-
caniuse-lite: 1.0.
|
|
2667
|
-
electron-to-chromium: 1.5.
|
|
2668
|
-
node-releases: 2.0.
|
|
2677
|
+
baseline-browser-mapping: 2.10.24
|
|
2678
|
+
caniuse-lite: 1.0.30001791
|
|
2679
|
+
electron-to-chromium: 1.5.344
|
|
2680
|
+
node-releases: 2.0.38
|
|
2669
2681
|
update-browserslist-db: 1.2.3(browserslist@4.28.2)
|
|
2670
2682
|
|
|
2671
2683
|
cac@6.7.14: {}
|
|
@@ -2674,7 +2686,7 @@ snapshots:
|
|
|
2674
2686
|
|
|
2675
2687
|
camelcase-css@2.0.1: {}
|
|
2676
2688
|
|
|
2677
|
-
caniuse-lite@1.0.
|
|
2689
|
+
caniuse-lite@1.0.30001791: {}
|
|
2678
2690
|
|
|
2679
2691
|
chalk@4.1.2:
|
|
2680
2692
|
dependencies:
|
|
@@ -2772,6 +2784,10 @@ snapshots:
|
|
|
2772
2784
|
dependencies:
|
|
2773
2785
|
domelementtype: 2.3.0
|
|
2774
2786
|
|
|
2787
|
+
dompurify@3.4.1:
|
|
2788
|
+
optionalDependencies:
|
|
2789
|
+
'@types/trusted-types': 2.0.7
|
|
2790
|
+
|
|
2775
2791
|
domutils@3.2.2:
|
|
2776
2792
|
dependencies:
|
|
2777
2793
|
dom-serializer: 2.0.0
|
|
@@ -2783,7 +2799,7 @@ snapshots:
|
|
|
2783
2799
|
commander: 6.2.1
|
|
2784
2800
|
glob: 7.2.3
|
|
2785
2801
|
|
|
2786
|
-
electron-to-chromium@1.5.
|
|
2802
|
+
electron-to-chromium@1.5.344: {}
|
|
2787
2803
|
|
|
2788
2804
|
entities@4.5.0: {}
|
|
2789
2805
|
|
|
@@ -2852,7 +2868,7 @@ snapshots:
|
|
|
2852
2868
|
'@humanwhocodes/module-importer': 1.0.1
|
|
2853
2869
|
'@nodelib/fs.walk': 1.2.8
|
|
2854
2870
|
'@ungap/structured-clone': 1.3.0
|
|
2855
|
-
ajv: 6.
|
|
2871
|
+
ajv: 6.15.0
|
|
2856
2872
|
chalk: 4.1.2
|
|
2857
2873
|
cross-spawn: 7.0.6
|
|
2858
2874
|
debug: 4.4.3
|
|
@@ -2952,27 +2968,27 @@ snapshots:
|
|
|
2952
2968
|
|
|
2953
2969
|
flatted@3.4.2: {}
|
|
2954
2970
|
|
|
2955
|
-
flowbite-datepicker@1.3.2(rollup@4.60.
|
|
2971
|
+
flowbite-datepicker@1.3.2(rollup@4.60.2):
|
|
2956
2972
|
dependencies:
|
|
2957
|
-
'@rollup/plugin-node-resolve': 15.3.1(rollup@4.60.
|
|
2958
|
-
flowbite: 2.5.2(rollup@4.60.
|
|
2973
|
+
'@rollup/plugin-node-resolve': 15.3.1(rollup@4.60.2)
|
|
2974
|
+
flowbite: 2.5.2(rollup@4.60.2)
|
|
2959
2975
|
transitivePeerDependencies:
|
|
2960
2976
|
- rollup
|
|
2961
2977
|
|
|
2962
|
-
flowbite@2.5.2(rollup@4.60.
|
|
2978
|
+
flowbite@2.5.2(rollup@4.60.2):
|
|
2963
2979
|
dependencies:
|
|
2964
2980
|
'@popperjs/core': 2.11.8
|
|
2965
|
-
flowbite-datepicker: 1.3.2(rollup@4.60.
|
|
2981
|
+
flowbite-datepicker: 1.3.2(rollup@4.60.2)
|
|
2966
2982
|
mini-svg-data-uri: 1.4.4
|
|
2967
2983
|
transitivePeerDependencies:
|
|
2968
2984
|
- rollup
|
|
2969
2985
|
|
|
2970
|
-
flowbite@3.1.2(rollup@4.60.
|
|
2986
|
+
flowbite@3.1.2(rollup@4.60.2):
|
|
2971
2987
|
dependencies:
|
|
2972
2988
|
'@popperjs/core': 2.11.8
|
|
2973
|
-
flowbite-datepicker: 1.3.2(rollup@4.60.
|
|
2989
|
+
flowbite-datepicker: 1.3.2(rollup@4.60.2)
|
|
2974
2990
|
mini-svg-data-uri: 1.4.4
|
|
2975
|
-
postcss: 8.5.
|
|
2991
|
+
postcss: 8.5.12
|
|
2976
2992
|
transitivePeerDependencies:
|
|
2977
2993
|
- rollup
|
|
2978
2994
|
|
|
@@ -3031,7 +3047,7 @@ snapshots:
|
|
|
3031
3047
|
|
|
3032
3048
|
has-flag@4.0.0: {}
|
|
3033
3049
|
|
|
3034
|
-
hasown@2.0.
|
|
3050
|
+
hasown@2.0.3:
|
|
3035
3051
|
dependencies:
|
|
3036
3052
|
function-bind: 1.1.2
|
|
3037
3053
|
|
|
@@ -3076,7 +3092,7 @@ snapshots:
|
|
|
3076
3092
|
|
|
3077
3093
|
is-core-module@2.16.1:
|
|
3078
3094
|
dependencies:
|
|
3079
|
-
hasown: 2.0.
|
|
3095
|
+
hasown: 2.0.3
|
|
3080
3096
|
|
|
3081
3097
|
is-extglob@2.1.1: {}
|
|
3082
3098
|
|
|
@@ -3183,7 +3199,7 @@ snapshots:
|
|
|
3183
3199
|
node-addon-api@7.1.1:
|
|
3184
3200
|
optional: true
|
|
3185
3201
|
|
|
3186
|
-
node-releases@2.0.
|
|
3202
|
+
node-releases@2.0.38: {}
|
|
3187
3203
|
|
|
3188
3204
|
normalize-path@3.0.0: {}
|
|
3189
3205
|
|
|
@@ -3259,11 +3275,11 @@ snapshots:
|
|
|
3259
3275
|
|
|
3260
3276
|
pify@2.3.0: {}
|
|
3261
3277
|
|
|
3262
|
-
pinia@2.3.1(typescript@5.4.5)(vue@3.5.
|
|
3278
|
+
pinia@2.3.1(typescript@5.4.5)(vue@3.5.33(typescript@5.4.5)):
|
|
3263
3279
|
dependencies:
|
|
3264
3280
|
'@vue/devtools-api': 6.6.4
|
|
3265
|
-
vue: 3.5.
|
|
3266
|
-
vue-demi: 0.14.10(vue@3.5.
|
|
3281
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
3282
|
+
vue-demi: 0.14.10(vue@3.5.33(typescript@5.4.5))
|
|
3267
3283
|
optionalDependencies:
|
|
3268
3284
|
typescript: 5.4.5
|
|
3269
3285
|
transitivePeerDependencies:
|
|
@@ -3278,28 +3294,28 @@ snapshots:
|
|
|
3278
3294
|
transitivePeerDependencies:
|
|
3279
3295
|
- supports-color
|
|
3280
3296
|
|
|
3281
|
-
postcss-import@15.1.0(postcss@8.5.
|
|
3297
|
+
postcss-import@15.1.0(postcss@8.5.12):
|
|
3282
3298
|
dependencies:
|
|
3283
|
-
postcss: 8.5.
|
|
3299
|
+
postcss: 8.5.12
|
|
3284
3300
|
postcss-value-parser: 4.2.0
|
|
3285
3301
|
read-cache: 1.0.0
|
|
3286
3302
|
resolve: 1.22.12
|
|
3287
3303
|
|
|
3288
|
-
postcss-js@4.1.0(postcss@8.5.
|
|
3304
|
+
postcss-js@4.1.0(postcss@8.5.12):
|
|
3289
3305
|
dependencies:
|
|
3290
3306
|
camelcase-css: 2.0.1
|
|
3291
|
-
postcss: 8.5.
|
|
3307
|
+
postcss: 8.5.12
|
|
3292
3308
|
|
|
3293
|
-
postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.
|
|
3309
|
+
postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.12):
|
|
3294
3310
|
dependencies:
|
|
3295
3311
|
lilconfig: 3.1.3
|
|
3296
3312
|
optionalDependencies:
|
|
3297
3313
|
jiti: 1.21.7
|
|
3298
|
-
postcss: 8.5.
|
|
3314
|
+
postcss: 8.5.12
|
|
3299
3315
|
|
|
3300
|
-
postcss-nested@6.2.0(postcss@8.5.
|
|
3316
|
+
postcss-nested@6.2.0(postcss@8.5.12):
|
|
3301
3317
|
dependencies:
|
|
3302
|
-
postcss: 8.5.
|
|
3318
|
+
postcss: 8.5.12
|
|
3303
3319
|
postcss-selector-parser: 6.1.2
|
|
3304
3320
|
|
|
3305
3321
|
postcss-selector-parser@6.0.10:
|
|
@@ -3314,7 +3330,7 @@ snapshots:
|
|
|
3314
3330
|
|
|
3315
3331
|
postcss-value-parser@4.2.0: {}
|
|
3316
3332
|
|
|
3317
|
-
postcss@8.5.
|
|
3333
|
+
postcss@8.5.12:
|
|
3318
3334
|
dependencies:
|
|
3319
3335
|
nanoid: 3.3.11
|
|
3320
3336
|
picocolors: 1.1.1
|
|
@@ -3360,49 +3376,49 @@ snapshots:
|
|
|
3360
3376
|
dependencies:
|
|
3361
3377
|
glob: 7.2.3
|
|
3362
3378
|
|
|
3363
|
-
rollup@4.60.
|
|
3379
|
+
rollup@4.60.2:
|
|
3364
3380
|
dependencies:
|
|
3365
3381
|
'@types/estree': 1.0.8
|
|
3366
3382
|
optionalDependencies:
|
|
3367
|
-
'@rollup/rollup-android-arm-eabi': 4.60.
|
|
3368
|
-
'@rollup/rollup-android-arm64': 4.60.
|
|
3369
|
-
'@rollup/rollup-darwin-arm64': 4.60.
|
|
3370
|
-
'@rollup/rollup-darwin-x64': 4.60.
|
|
3371
|
-
'@rollup/rollup-freebsd-arm64': 4.60.
|
|
3372
|
-
'@rollup/rollup-freebsd-x64': 4.60.
|
|
3373
|
-
'@rollup/rollup-linux-arm-gnueabihf': 4.60.
|
|
3374
|
-
'@rollup/rollup-linux-arm-musleabihf': 4.60.
|
|
3375
|
-
'@rollup/rollup-linux-arm64-gnu': 4.60.
|
|
3376
|
-
'@rollup/rollup-linux-arm64-musl': 4.60.
|
|
3377
|
-
'@rollup/rollup-linux-loong64-gnu': 4.60.
|
|
3378
|
-
'@rollup/rollup-linux-loong64-musl': 4.60.
|
|
3379
|
-
'@rollup/rollup-linux-ppc64-gnu': 4.60.
|
|
3380
|
-
'@rollup/rollup-linux-ppc64-musl': 4.60.
|
|
3381
|
-
'@rollup/rollup-linux-riscv64-gnu': 4.60.
|
|
3382
|
-
'@rollup/rollup-linux-riscv64-musl': 4.60.
|
|
3383
|
-
'@rollup/rollup-linux-s390x-gnu': 4.60.
|
|
3384
|
-
'@rollup/rollup-linux-x64-gnu': 4.60.
|
|
3385
|
-
'@rollup/rollup-linux-x64-musl': 4.60.
|
|
3386
|
-
'@rollup/rollup-openbsd-x64': 4.60.
|
|
3387
|
-
'@rollup/rollup-openharmony-arm64': 4.60.
|
|
3388
|
-
'@rollup/rollup-win32-arm64-msvc': 4.60.
|
|
3389
|
-
'@rollup/rollup-win32-ia32-msvc': 4.60.
|
|
3390
|
-
'@rollup/rollup-win32-x64-gnu': 4.60.
|
|
3391
|
-
'@rollup/rollup-win32-x64-msvc': 4.60.
|
|
3383
|
+
'@rollup/rollup-android-arm-eabi': 4.60.2
|
|
3384
|
+
'@rollup/rollup-android-arm64': 4.60.2
|
|
3385
|
+
'@rollup/rollup-darwin-arm64': 4.60.2
|
|
3386
|
+
'@rollup/rollup-darwin-x64': 4.60.2
|
|
3387
|
+
'@rollup/rollup-freebsd-arm64': 4.60.2
|
|
3388
|
+
'@rollup/rollup-freebsd-x64': 4.60.2
|
|
3389
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.60.2
|
|
3390
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.60.2
|
|
3391
|
+
'@rollup/rollup-linux-arm64-gnu': 4.60.2
|
|
3392
|
+
'@rollup/rollup-linux-arm64-musl': 4.60.2
|
|
3393
|
+
'@rollup/rollup-linux-loong64-gnu': 4.60.2
|
|
3394
|
+
'@rollup/rollup-linux-loong64-musl': 4.60.2
|
|
3395
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.60.2
|
|
3396
|
+
'@rollup/rollup-linux-ppc64-musl': 4.60.2
|
|
3397
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.60.2
|
|
3398
|
+
'@rollup/rollup-linux-riscv64-musl': 4.60.2
|
|
3399
|
+
'@rollup/rollup-linux-s390x-gnu': 4.60.2
|
|
3400
|
+
'@rollup/rollup-linux-x64-gnu': 4.60.2
|
|
3401
|
+
'@rollup/rollup-linux-x64-musl': 4.60.2
|
|
3402
|
+
'@rollup/rollup-openbsd-x64': 4.60.2
|
|
3403
|
+
'@rollup/rollup-openharmony-arm64': 4.60.2
|
|
3404
|
+
'@rollup/rollup-win32-arm64-msvc': 4.60.2
|
|
3405
|
+
'@rollup/rollup-win32-ia32-msvc': 4.60.2
|
|
3406
|
+
'@rollup/rollup-win32-x64-gnu': 4.60.2
|
|
3407
|
+
'@rollup/rollup-win32-x64-msvc': 4.60.2
|
|
3392
3408
|
fsevents: 2.3.3
|
|
3393
3409
|
|
|
3394
3410
|
run-parallel@1.2.0:
|
|
3395
3411
|
dependencies:
|
|
3396
3412
|
queue-microtask: 1.2.3
|
|
3397
3413
|
|
|
3398
|
-
sanitize-html@2.17.
|
|
3414
|
+
sanitize-html@2.17.3:
|
|
3399
3415
|
dependencies:
|
|
3400
3416
|
deepmerge: 4.3.1
|
|
3401
3417
|
escape-string-regexp: 4.0.0
|
|
3402
3418
|
htmlparser2: 10.1.0
|
|
3403
3419
|
is-plain-object: 5.0.0
|
|
3404
3420
|
parse-srcset: 1.0.2
|
|
3405
|
-
postcss: 8.5.
|
|
3421
|
+
postcss: 8.5.12
|
|
3406
3422
|
|
|
3407
3423
|
sass@1.99.0:
|
|
3408
3424
|
dependencies:
|
|
@@ -3466,11 +3482,11 @@ snapshots:
|
|
|
3466
3482
|
normalize-path: 3.0.0
|
|
3467
3483
|
object-hash: 3.0.0
|
|
3468
3484
|
picocolors: 1.1.1
|
|
3469
|
-
postcss: 8.5.
|
|
3470
|
-
postcss-import: 15.1.0(postcss@8.5.
|
|
3471
|
-
postcss-js: 4.1.0(postcss@8.5.
|
|
3472
|
-
postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.
|
|
3473
|
-
postcss-nested: 6.2.0(postcss@8.5.
|
|
3485
|
+
postcss: 8.5.12
|
|
3486
|
+
postcss-import: 15.1.0(postcss@8.5.12)
|
|
3487
|
+
postcss-js: 4.1.0(postcss@8.5.12)
|
|
3488
|
+
postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.12)
|
|
3489
|
+
postcss-nested: 6.2.0(postcss@8.5.12)
|
|
3474
3490
|
postcss-selector-parser: 6.1.2
|
|
3475
3491
|
resolve: 1.22.12
|
|
3476
3492
|
sucrase: 3.35.1
|
|
@@ -3539,8 +3555,8 @@ snapshots:
|
|
|
3539
3555
|
vite@5.4.21(@types/node@20.19.39)(sass@1.99.0):
|
|
3540
3556
|
dependencies:
|
|
3541
3557
|
esbuild: 0.21.5
|
|
3542
|
-
postcss: 8.5.
|
|
3543
|
-
rollup: 4.60.
|
|
3558
|
+
postcss: 8.5.12
|
|
3559
|
+
rollup: 4.60.2
|
|
3544
3560
|
optionalDependencies:
|
|
3545
3561
|
'@types/node': 20.19.39
|
|
3546
3562
|
fsevents: 2.3.3
|
|
@@ -3548,13 +3564,13 @@ snapshots:
|
|
|
3548
3564
|
|
|
3549
3565
|
vscode-uri@3.1.0: {}
|
|
3550
3566
|
|
|
3551
|
-
vue-demi@0.14.10(vue@3.5.
|
|
3567
|
+
vue-demi@0.14.10(vue@3.5.33(typescript@5.4.5)):
|
|
3552
3568
|
dependencies:
|
|
3553
|
-
vue: 3.5.
|
|
3569
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
3554
3570
|
|
|
3555
|
-
vue-diff@1.2.4(vue@3.5.
|
|
3571
|
+
vue-diff@1.2.4(vue@3.5.33(typescript@5.4.5)):
|
|
3556
3572
|
dependencies:
|
|
3557
|
-
'@vueuse/core': 8.9.4(vue@3.5.
|
|
3573
|
+
'@vueuse/core': 8.9.4(vue@3.5.33(typescript@5.4.5))
|
|
3558
3574
|
diff-match-patch: 1.0.5
|
|
3559
3575
|
highlight.js: 11.11.1
|
|
3560
3576
|
transitivePeerDependencies:
|
|
@@ -3582,17 +3598,17 @@ snapshots:
|
|
|
3582
3598
|
is-valid-glob: 1.0.0
|
|
3583
3599
|
js-yaml: 4.1.1
|
|
3584
3600
|
|
|
3585
|
-
vue-i18n@10.0.8(vue@3.5.
|
|
3601
|
+
vue-i18n@10.0.8(vue@3.5.33(typescript@5.4.5)):
|
|
3586
3602
|
dependencies:
|
|
3587
3603
|
'@intlify/core-base': 10.0.8
|
|
3588
3604
|
'@intlify/shared': 10.0.8
|
|
3589
3605
|
'@vue/devtools-api': 6.6.4
|
|
3590
|
-
vue: 3.5.
|
|
3606
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
3591
3607
|
|
|
3592
|
-
vue-router@4.6.4(vue@3.5.
|
|
3608
|
+
vue-router@4.6.4(vue@3.5.33(typescript@5.4.5)):
|
|
3593
3609
|
dependencies:
|
|
3594
3610
|
'@vue/devtools-api': 6.6.4
|
|
3595
|
-
vue: 3.5.
|
|
3611
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
3596
3612
|
|
|
3597
3613
|
vue-tsc@2.2.12(typescript@5.4.5):
|
|
3598
3614
|
dependencies:
|
|
@@ -3600,18 +3616,18 @@ snapshots:
|
|
|
3600
3616
|
'@vue/language-core': 2.2.12(typescript@5.4.5)
|
|
3601
3617
|
typescript: 5.4.5
|
|
3602
3618
|
|
|
3603
|
-
vue3-json-viewer@2.4.1(vue@3.5.
|
|
3619
|
+
vue3-json-viewer@2.4.1(vue@3.5.33(typescript@5.4.5)):
|
|
3604
3620
|
dependencies:
|
|
3605
3621
|
clipboard: 2.0.11
|
|
3606
|
-
vue: 3.5.
|
|
3622
|
+
vue: 3.5.33(typescript@5.4.5)
|
|
3607
3623
|
|
|
3608
|
-
vue@3.5.
|
|
3624
|
+
vue@3.5.33(typescript@5.4.5):
|
|
3609
3625
|
dependencies:
|
|
3610
|
-
'@vue/compiler-dom': 3.5.
|
|
3611
|
-
'@vue/compiler-sfc': 3.5.
|
|
3612
|
-
'@vue/runtime-dom': 3.5.
|
|
3613
|
-
'@vue/server-renderer': 3.5.
|
|
3614
|
-
'@vue/shared': 3.5.
|
|
3626
|
+
'@vue/compiler-dom': 3.5.33
|
|
3627
|
+
'@vue/compiler-sfc': 3.5.33
|
|
3628
|
+
'@vue/runtime-dom': 3.5.33
|
|
3629
|
+
'@vue/server-renderer': 3.5.33(vue@3.5.33(typescript@5.4.5))
|
|
3630
|
+
'@vue/shared': 3.5.33
|
|
3615
3631
|
optionalDependencies:
|
|
3616
3632
|
typescript: 5.4.5
|
|
3617
3633
|
|