@zenuml/core 3.23.20 → 3.23.22
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/{StylePanel.a5adfc4c.js → StylePanel.5e5eee6a.js} +30 -30
- package/dist/{close.82712fae.js → close.4c90d8c8.js} +3 -3
- package/dist/{collapse-expanded.b1f9d558.js → collapse-expanded.ac5a1854.js} +3 -3
- package/dist/{collapse-unexpanded.5591a121.js → collapse-unexpanded.cb9d156e.js} +3 -3
- package/dist/{core.5dde54f4.js → core.4ae602a3.js} +15475 -10337
- package/dist/{debug.75538c5d.js → debug.1d038ff2.js} +3 -3
- package/dist/{message-arrow.a68f7772.js → message-arrow.07af9952.js} +3 -3
- package/dist/{non-selected-cycle.d32cbf54.js → non-selected-cycle.4f88bd09.js} +3 -3
- package/dist/{numbering.03c3a9b0.js → numbering.e13096ca.js} +3 -3
- package/dist/{privacy.61d4febd.js → privacy.e54e0bb4.js} +3 -3
- package/dist/{selected-cycle.43a51189.js → selected-cycle.e44bad39.js} +3 -3
- package/dist/{theme.eeec67d6.js → theme.63aec3c5.js} +3 -3
- package/dist/{tip.9a6c9267.js → tip.508dec43.js} +3 -3
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +483 -458
- package/dist/{zoom-in.c0225681.js → zoom-in.94751dd2.js} +3 -3
- package/dist/{zoom-out.592c4dff.js → zoom-out.2aec8331.js} +3 -3
- package/package.json +5 -5
- package/pnpm-lock.yaml +190 -295
package/pnpm-lock.yaml
CHANGED
|
@@ -3,13 +3,13 @@ lockfileVersion: "6.0"
|
|
|
3
3
|
dependencies:
|
|
4
4
|
"@headlessui-float/vue":
|
|
5
5
|
specifier: ^0.11.4
|
|
6
|
-
version: 0.11.4(vue@3.
|
|
6
|
+
version: 0.11.4(vue@3.4.27)
|
|
7
7
|
"@headlessui/tailwindcss":
|
|
8
8
|
specifier: ^0.2.0
|
|
9
9
|
version: 0.2.0(tailwindcss@3.2.4)
|
|
10
10
|
"@headlessui/vue":
|
|
11
11
|
specifier: ^1.7.16
|
|
12
|
-
version: 1.7.16(vue@3.
|
|
12
|
+
version: 1.7.16(vue@3.4.27)
|
|
13
13
|
"@types/assert":
|
|
14
14
|
specifier: ^1.5.6
|
|
15
15
|
version: 1.5.6
|
|
@@ -17,8 +17,8 @@ dependencies:
|
|
|
17
17
|
specifier: ^0.28.20
|
|
18
18
|
version: 0.28.20
|
|
19
19
|
"@vue/compat":
|
|
20
|
-
specifier: ^3.
|
|
21
|
-
version: 3.
|
|
20
|
+
specifier: ^3.4.27
|
|
21
|
+
version: 3.4.27(vue@3.4.27)
|
|
22
22
|
antlr4:
|
|
23
23
|
specifier: ~4.11.0
|
|
24
24
|
version: 4.11.0
|
|
@@ -56,11 +56,11 @@ dependencies:
|
|
|
56
56
|
specifier: ^3.2.4
|
|
57
57
|
version: 3.2.4(postcss@8.4.31)(ts-node@10.9.1)
|
|
58
58
|
vue:
|
|
59
|
-
specifier: ^3.
|
|
60
|
-
version: 3.
|
|
59
|
+
specifier: ^3.4.27
|
|
60
|
+
version: 3.4.27(typescript@4.9.4)
|
|
61
61
|
vuex:
|
|
62
62
|
specifier: ^4.1.0
|
|
63
|
-
version: 4.1.0(vue@3.
|
|
63
|
+
version: 4.1.0(vue@3.4.27)
|
|
64
64
|
|
|
65
65
|
devDependencies:
|
|
66
66
|
"@babel/eslint-parser":
|
|
@@ -80,7 +80,7 @@ devDependencies:
|
|
|
80
80
|
version: 4.14.191
|
|
81
81
|
"@types/node":
|
|
82
82
|
specifier: latest
|
|
83
|
-
version: 20.
|
|
83
|
+
version: 20.13.0
|
|
84
84
|
"@typescript-eslint/eslint-plugin":
|
|
85
85
|
specifier: ^6.7.4
|
|
86
86
|
version: 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.30.0)(typescript@4.9.4)
|
|
@@ -89,16 +89,16 @@ devDependencies:
|
|
|
89
89
|
version: 6.7.4(eslint@8.30.0)(typescript@4.9.4)
|
|
90
90
|
"@vitejs/plugin-vue":
|
|
91
91
|
specifier: ^4.0.0
|
|
92
|
-
version: 4.0.0(vite@3.2.10)(vue@3.
|
|
92
|
+
version: 4.0.0(vite@3.2.10)(vue@3.4.27)
|
|
93
93
|
"@vue/compiler-dom":
|
|
94
|
-
specifier: ^3.
|
|
95
|
-
version: 3.
|
|
94
|
+
specifier: ^3.4.27
|
|
95
|
+
version: 3.4.27
|
|
96
96
|
"@vue/compiler-sfc":
|
|
97
|
-
specifier: ^3.
|
|
98
|
-
version: 3.
|
|
97
|
+
specifier: ^3.4.27
|
|
98
|
+
version: 3.4.27
|
|
99
99
|
"@vue/test-utils":
|
|
100
100
|
specifier: ^2.2.7
|
|
101
|
-
version: 2.2.7(vue@3.
|
|
101
|
+
version: 2.2.7(vue@3.4.27)
|
|
102
102
|
autoprefixer:
|
|
103
103
|
specifier: ^10.4.13
|
|
104
104
|
version: 10.4.13(postcss@8.4.31)
|
|
@@ -161,13 +161,13 @@ devDependencies:
|
|
|
161
161
|
version: 3.1.0(webpack@5.91.0)
|
|
162
162
|
ts-node:
|
|
163
163
|
specifier: ^10.9.1
|
|
164
|
-
version: 10.9.1(@types/node@20.
|
|
164
|
+
version: 10.9.1(@types/node@20.13.0)(typescript@4.9.4)
|
|
165
165
|
typescript:
|
|
166
166
|
specifier: ^4.9.4
|
|
167
167
|
version: 4.9.4
|
|
168
168
|
vite:
|
|
169
169
|
specifier: ^3.2.10
|
|
170
|
-
version: 3.2.10(@types/node@20.
|
|
170
|
+
version: 3.2.10(@types/node@20.13.0)(less@4.1.3)(sass@1.57.0)
|
|
171
171
|
vite-plugin-css-injected-by-js:
|
|
172
172
|
specifier: ^2.2.0
|
|
173
173
|
version: 2.2.0(vite@3.2.10)
|
|
@@ -288,7 +288,7 @@ packages:
|
|
|
288
288
|
}
|
|
289
289
|
engines: { node: ">=6.9.0" }
|
|
290
290
|
dependencies:
|
|
291
|
-
"@babel/types": 7.
|
|
291
|
+
"@babel/types": 7.24.6
|
|
292
292
|
"@jridgewell/gen-mapping": 0.3.2
|
|
293
293
|
"@jridgewell/trace-mapping": 0.3.17
|
|
294
294
|
jsesc: 2.5.2
|
|
@@ -314,7 +314,7 @@ packages:
|
|
|
314
314
|
}
|
|
315
315
|
engines: { node: ">=6.9.0" }
|
|
316
316
|
dependencies:
|
|
317
|
-
"@babel/types": 7.
|
|
317
|
+
"@babel/types": 7.24.6
|
|
318
318
|
dev: true
|
|
319
319
|
|
|
320
320
|
/@babel/helper-builder-binary-assignment-operator-visitor@7.18.9:
|
|
@@ -325,7 +325,7 @@ packages:
|
|
|
325
325
|
engines: { node: ">=6.9.0" }
|
|
326
326
|
dependencies:
|
|
327
327
|
"@babel/helper-explode-assignable-expression": 7.18.6
|
|
328
|
-
"@babel/types": 7.
|
|
328
|
+
"@babel/types": 7.24.6
|
|
329
329
|
dev: true
|
|
330
330
|
|
|
331
331
|
/@babel/helper-compilation-targets@7.20.0(@babel/core@7.24.6):
|
|
@@ -443,7 +443,7 @@ packages:
|
|
|
443
443
|
}
|
|
444
444
|
engines: { node: ">=6.9.0" }
|
|
445
445
|
dependencies:
|
|
446
|
-
"@babel/types": 7.
|
|
446
|
+
"@babel/types": 7.24.6
|
|
447
447
|
dev: true
|
|
448
448
|
|
|
449
449
|
/@babel/helper-function-name@7.21.0:
|
|
@@ -454,7 +454,7 @@ packages:
|
|
|
454
454
|
engines: { node: ">=6.9.0" }
|
|
455
455
|
dependencies:
|
|
456
456
|
"@babel/template": 7.21.9
|
|
457
|
-
"@babel/types": 7.
|
|
457
|
+
"@babel/types": 7.24.6
|
|
458
458
|
dev: true
|
|
459
459
|
|
|
460
460
|
/@babel/helper-function-name@7.23.0:
|
|
@@ -465,7 +465,7 @@ packages:
|
|
|
465
465
|
engines: { node: ">=6.9.0" }
|
|
466
466
|
dependencies:
|
|
467
467
|
"@babel/template": 7.22.15
|
|
468
|
-
"@babel/types": 7.
|
|
468
|
+
"@babel/types": 7.24.6
|
|
469
469
|
dev: true
|
|
470
470
|
|
|
471
471
|
/@babel/helper-function-name@7.24.6:
|
|
@@ -486,7 +486,7 @@ packages:
|
|
|
486
486
|
}
|
|
487
487
|
engines: { node: ">=6.9.0" }
|
|
488
488
|
dependencies:
|
|
489
|
-
"@babel/types": 7.
|
|
489
|
+
"@babel/types": 7.24.6
|
|
490
490
|
dev: true
|
|
491
491
|
|
|
492
492
|
/@babel/helper-hoist-variables@7.22.5:
|
|
@@ -496,7 +496,7 @@ packages:
|
|
|
496
496
|
}
|
|
497
497
|
engines: { node: ">=6.9.0" }
|
|
498
498
|
dependencies:
|
|
499
|
-
"@babel/types": 7.
|
|
499
|
+
"@babel/types": 7.24.6
|
|
500
500
|
dev: true
|
|
501
501
|
|
|
502
502
|
/@babel/helper-hoist-variables@7.24.6:
|
|
@@ -516,7 +516,7 @@ packages:
|
|
|
516
516
|
}
|
|
517
517
|
engines: { node: ">=6.9.0" }
|
|
518
518
|
dependencies:
|
|
519
|
-
"@babel/types": 7.
|
|
519
|
+
"@babel/types": 7.24.6
|
|
520
520
|
dev: true
|
|
521
521
|
|
|
522
522
|
/@babel/helper-module-imports@7.18.6:
|
|
@@ -526,7 +526,7 @@ packages:
|
|
|
526
526
|
}
|
|
527
527
|
engines: { node: ">=6.9.0" }
|
|
528
528
|
dependencies:
|
|
529
|
-
"@babel/types": 7.
|
|
529
|
+
"@babel/types": 7.24.6
|
|
530
530
|
dev: true
|
|
531
531
|
|
|
532
532
|
/@babel/helper-module-imports@7.24.6:
|
|
@@ -550,10 +550,10 @@ packages:
|
|
|
550
550
|
"@babel/helper-module-imports": 7.18.6
|
|
551
551
|
"@babel/helper-simple-access": 7.20.2
|
|
552
552
|
"@babel/helper-split-export-declaration": 7.18.6
|
|
553
|
-
"@babel/helper-validator-identifier": 7.
|
|
553
|
+
"@babel/helper-validator-identifier": 7.24.6
|
|
554
554
|
"@babel/template": 7.21.9
|
|
555
555
|
"@babel/traverse": 7.23.2
|
|
556
|
-
"@babel/types": 7.
|
|
556
|
+
"@babel/types": 7.24.6
|
|
557
557
|
transitivePeerDependencies:
|
|
558
558
|
- supports-color
|
|
559
559
|
dev: true
|
|
@@ -582,7 +582,7 @@ packages:
|
|
|
582
582
|
}
|
|
583
583
|
engines: { node: ">=6.9.0" }
|
|
584
584
|
dependencies:
|
|
585
|
-
"@babel/types": 7.
|
|
585
|
+
"@babel/types": 7.24.6
|
|
586
586
|
dev: true
|
|
587
587
|
|
|
588
588
|
/@babel/helper-plugin-utils@7.20.2:
|
|
@@ -606,7 +606,7 @@ packages:
|
|
|
606
606
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
607
607
|
"@babel/helper-environment-visitor": 7.22.1
|
|
608
608
|
"@babel/helper-wrap-function": 7.20.5
|
|
609
|
-
"@babel/types": 7.
|
|
609
|
+
"@babel/types": 7.24.6
|
|
610
610
|
transitivePeerDependencies:
|
|
611
611
|
- supports-color
|
|
612
612
|
dev: true
|
|
@@ -622,7 +622,7 @@ packages:
|
|
|
622
622
|
"@babel/helper-member-expression-to-functions": 7.18.9
|
|
623
623
|
"@babel/helper-optimise-call-expression": 7.18.6
|
|
624
624
|
"@babel/traverse": 7.23.2
|
|
625
|
-
"@babel/types": 7.
|
|
625
|
+
"@babel/types": 7.24.6
|
|
626
626
|
transitivePeerDependencies:
|
|
627
627
|
- supports-color
|
|
628
628
|
dev: true
|
|
@@ -634,7 +634,7 @@ packages:
|
|
|
634
634
|
}
|
|
635
635
|
engines: { node: ">=6.9.0" }
|
|
636
636
|
dependencies:
|
|
637
|
-
"@babel/types": 7.
|
|
637
|
+
"@babel/types": 7.24.6
|
|
638
638
|
dev: true
|
|
639
639
|
|
|
640
640
|
/@babel/helper-simple-access@7.24.6:
|
|
@@ -654,7 +654,7 @@ packages:
|
|
|
654
654
|
}
|
|
655
655
|
engines: { node: ">=6.9.0" }
|
|
656
656
|
dependencies:
|
|
657
|
-
"@babel/types": 7.
|
|
657
|
+
"@babel/types": 7.24.6
|
|
658
658
|
dev: true
|
|
659
659
|
|
|
660
660
|
/@babel/helper-split-export-declaration@7.18.6:
|
|
@@ -664,7 +664,7 @@ packages:
|
|
|
664
664
|
}
|
|
665
665
|
engines: { node: ">=6.9.0" }
|
|
666
666
|
dependencies:
|
|
667
|
-
"@babel/types": 7.
|
|
667
|
+
"@babel/types": 7.24.6
|
|
668
668
|
dev: true
|
|
669
669
|
|
|
670
670
|
/@babel/helper-split-export-declaration@7.22.6:
|
|
@@ -674,7 +674,7 @@ packages:
|
|
|
674
674
|
}
|
|
675
675
|
engines: { node: ">=6.9.0" }
|
|
676
676
|
dependencies:
|
|
677
|
-
"@babel/types": 7.
|
|
677
|
+
"@babel/types": 7.24.6
|
|
678
678
|
dev: true
|
|
679
679
|
|
|
680
680
|
/@babel/helper-split-export-declaration@7.24.6:
|
|
@@ -687,43 +687,12 @@ packages:
|
|
|
687
687
|
"@babel/types": 7.24.6
|
|
688
688
|
dev: true
|
|
689
689
|
|
|
690
|
-
/@babel/helper-string-parser@7.21.5:
|
|
691
|
-
resolution:
|
|
692
|
-
{
|
|
693
|
-
integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==,
|
|
694
|
-
}
|
|
695
|
-
engines: { node: ">=6.9.0" }
|
|
696
|
-
|
|
697
|
-
/@babel/helper-string-parser@7.22.5:
|
|
698
|
-
resolution:
|
|
699
|
-
{
|
|
700
|
-
integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==,
|
|
701
|
-
}
|
|
702
|
-
engines: { node: ">=6.9.0" }
|
|
703
|
-
dev: true
|
|
704
|
-
|
|
705
690
|
/@babel/helper-string-parser@7.24.6:
|
|
706
691
|
resolution:
|
|
707
692
|
{
|
|
708
693
|
integrity: sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==,
|
|
709
694
|
}
|
|
710
695
|
engines: { node: ">=6.9.0" }
|
|
711
|
-
dev: true
|
|
712
|
-
|
|
713
|
-
/@babel/helper-validator-identifier@7.19.1:
|
|
714
|
-
resolution:
|
|
715
|
-
{
|
|
716
|
-
integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==,
|
|
717
|
-
}
|
|
718
|
-
engines: { node: ">=6.9.0" }
|
|
719
|
-
|
|
720
|
-
/@babel/helper-validator-identifier@7.22.20:
|
|
721
|
-
resolution:
|
|
722
|
-
{
|
|
723
|
-
integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==,
|
|
724
|
-
}
|
|
725
|
-
engines: { node: ">=6.9.0" }
|
|
726
|
-
dev: true
|
|
727
696
|
|
|
728
697
|
/@babel/helper-validator-identifier@7.24.6:
|
|
729
698
|
resolution:
|
|
@@ -731,7 +700,6 @@ packages:
|
|
|
731
700
|
integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==,
|
|
732
701
|
}
|
|
733
702
|
engines: { node: ">=6.9.0" }
|
|
734
|
-
dev: true
|
|
735
703
|
|
|
736
704
|
/@babel/helper-validator-option@7.18.6:
|
|
737
705
|
resolution:
|
|
@@ -759,7 +727,7 @@ packages:
|
|
|
759
727
|
"@babel/helper-function-name": 7.21.0
|
|
760
728
|
"@babel/template": 7.21.9
|
|
761
729
|
"@babel/traverse": 7.23.2
|
|
762
|
-
"@babel/types": 7.
|
|
730
|
+
"@babel/types": 7.24.6
|
|
763
731
|
transitivePeerDependencies:
|
|
764
732
|
- supports-color
|
|
765
733
|
dev: true
|
|
@@ -782,7 +750,7 @@ packages:
|
|
|
782
750
|
}
|
|
783
751
|
engines: { node: ">=6.9.0" }
|
|
784
752
|
dependencies:
|
|
785
|
-
"@babel/helper-validator-identifier": 7.
|
|
753
|
+
"@babel/helper-validator-identifier": 7.24.6
|
|
786
754
|
chalk: 2.4.2
|
|
787
755
|
js-tokens: 4.0.0
|
|
788
756
|
dev: true
|
|
@@ -794,7 +762,7 @@ packages:
|
|
|
794
762
|
}
|
|
795
763
|
engines: { node: ">=6.9.0" }
|
|
796
764
|
dependencies:
|
|
797
|
-
"@babel/helper-validator-identifier": 7.
|
|
765
|
+
"@babel/helper-validator-identifier": 7.24.6
|
|
798
766
|
chalk: 2.4.2
|
|
799
767
|
js-tokens: 4.0.0
|
|
800
768
|
dev: true
|
|
@@ -812,37 +780,6 @@ packages:
|
|
|
812
780
|
picocolors: 1.0.1
|
|
813
781
|
dev: true
|
|
814
782
|
|
|
815
|
-
/@babel/parser@7.20.5:
|
|
816
|
-
resolution:
|
|
817
|
-
{
|
|
818
|
-
integrity: sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==,
|
|
819
|
-
}
|
|
820
|
-
engines: { node: ">=6.0.0" }
|
|
821
|
-
hasBin: true
|
|
822
|
-
dependencies:
|
|
823
|
-
"@babel/types": 7.22.4
|
|
824
|
-
|
|
825
|
-
/@babel/parser@7.22.4:
|
|
826
|
-
resolution:
|
|
827
|
-
{
|
|
828
|
-
integrity: sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==,
|
|
829
|
-
}
|
|
830
|
-
engines: { node: ">=6.0.0" }
|
|
831
|
-
hasBin: true
|
|
832
|
-
dependencies:
|
|
833
|
-
"@babel/types": 7.22.4
|
|
834
|
-
|
|
835
|
-
/@babel/parser@7.23.0:
|
|
836
|
-
resolution:
|
|
837
|
-
{
|
|
838
|
-
integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==,
|
|
839
|
-
}
|
|
840
|
-
engines: { node: ">=6.0.0" }
|
|
841
|
-
hasBin: true
|
|
842
|
-
dependencies:
|
|
843
|
-
"@babel/types": 7.23.0
|
|
844
|
-
dev: true
|
|
845
|
-
|
|
846
783
|
/@babel/parser@7.24.6:
|
|
847
784
|
resolution:
|
|
848
785
|
{
|
|
@@ -852,7 +789,6 @@ packages:
|
|
|
852
789
|
hasBin: true
|
|
853
790
|
dependencies:
|
|
854
791
|
"@babel/types": 7.24.6
|
|
855
|
-
dev: true
|
|
856
792
|
|
|
857
793
|
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.24.6):
|
|
858
794
|
resolution:
|
|
@@ -1541,7 +1477,7 @@ packages:
|
|
|
1541
1477
|
"@babel/helper-hoist-variables": 7.18.6
|
|
1542
1478
|
"@babel/helper-module-transforms": 7.20.2
|
|
1543
1479
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1544
|
-
"@babel/helper-validator-identifier": 7.
|
|
1480
|
+
"@babel/helper-validator-identifier": 7.24.6
|
|
1545
1481
|
transitivePeerDependencies:
|
|
1546
1482
|
- supports-color
|
|
1547
1483
|
dev: true
|
|
@@ -1852,7 +1788,7 @@ packages:
|
|
|
1852
1788
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1853
1789
|
"@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.24.6)
|
|
1854
1790
|
"@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.24.6)
|
|
1855
|
-
"@babel/types": 7.
|
|
1791
|
+
"@babel/types": 7.24.6
|
|
1856
1792
|
esutils: 2.0.3
|
|
1857
1793
|
dev: true
|
|
1858
1794
|
|
|
@@ -1874,8 +1810,8 @@ packages:
|
|
|
1874
1810
|
engines: { node: ">=6.9.0" }
|
|
1875
1811
|
dependencies:
|
|
1876
1812
|
"@babel/code-frame": 7.21.4
|
|
1877
|
-
"@babel/parser": 7.
|
|
1878
|
-
"@babel/types": 7.
|
|
1813
|
+
"@babel/parser": 7.24.6
|
|
1814
|
+
"@babel/types": 7.24.6
|
|
1879
1815
|
dev: true
|
|
1880
1816
|
|
|
1881
1817
|
/@babel/template@7.22.15:
|
|
@@ -1886,8 +1822,8 @@ packages:
|
|
|
1886
1822
|
engines: { node: ">=6.9.0" }
|
|
1887
1823
|
dependencies:
|
|
1888
1824
|
"@babel/code-frame": 7.22.13
|
|
1889
|
-
"@babel/parser": 7.
|
|
1890
|
-
"@babel/types": 7.
|
|
1825
|
+
"@babel/parser": 7.24.6
|
|
1826
|
+
"@babel/types": 7.24.6
|
|
1891
1827
|
dev: true
|
|
1892
1828
|
|
|
1893
1829
|
/@babel/template@7.24.6:
|
|
@@ -1915,8 +1851,8 @@ packages:
|
|
|
1915
1851
|
"@babel/helper-function-name": 7.23.0
|
|
1916
1852
|
"@babel/helper-hoist-variables": 7.22.5
|
|
1917
1853
|
"@babel/helper-split-export-declaration": 7.22.6
|
|
1918
|
-
"@babel/parser": 7.
|
|
1919
|
-
"@babel/types": 7.
|
|
1854
|
+
"@babel/parser": 7.24.6
|
|
1855
|
+
"@babel/types": 7.24.6
|
|
1920
1856
|
debug: 4.3.4(supports-color@8.1.1)
|
|
1921
1857
|
globals: 11.12.0
|
|
1922
1858
|
transitivePeerDependencies:
|
|
@@ -1951,31 +1887,8 @@ packages:
|
|
|
1951
1887
|
}
|
|
1952
1888
|
engines: { node: ">=6.9.0" }
|
|
1953
1889
|
dependencies:
|
|
1954
|
-
"@babel/helper-string-parser": 7.
|
|
1955
|
-
"@babel/helper-validator-identifier": 7.
|
|
1956
|
-
to-fast-properties: 2.0.0
|
|
1957
|
-
dev: true
|
|
1958
|
-
|
|
1959
|
-
/@babel/types@7.22.4:
|
|
1960
|
-
resolution:
|
|
1961
|
-
{
|
|
1962
|
-
integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==,
|
|
1963
|
-
}
|
|
1964
|
-
engines: { node: ">=6.9.0" }
|
|
1965
|
-
dependencies:
|
|
1966
|
-
"@babel/helper-string-parser": 7.21.5
|
|
1967
|
-
"@babel/helper-validator-identifier": 7.19.1
|
|
1968
|
-
to-fast-properties: 2.0.0
|
|
1969
|
-
|
|
1970
|
-
/@babel/types@7.23.0:
|
|
1971
|
-
resolution:
|
|
1972
|
-
{
|
|
1973
|
-
integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==,
|
|
1974
|
-
}
|
|
1975
|
-
engines: { node: ">=6.9.0" }
|
|
1976
|
-
dependencies:
|
|
1977
|
-
"@babel/helper-string-parser": 7.22.5
|
|
1978
|
-
"@babel/helper-validator-identifier": 7.22.20
|
|
1890
|
+
"@babel/helper-string-parser": 7.24.6
|
|
1891
|
+
"@babel/helper-validator-identifier": 7.24.6
|
|
1979
1892
|
to-fast-properties: 2.0.0
|
|
1980
1893
|
dev: true
|
|
1981
1894
|
|
|
@@ -1989,7 +1902,6 @@ packages:
|
|
|
1989
1902
|
"@babel/helper-string-parser": 7.24.6
|
|
1990
1903
|
"@babel/helper-validator-identifier": 7.24.6
|
|
1991
1904
|
to-fast-properties: 2.0.0
|
|
1992
|
-
dev: true
|
|
1993
1905
|
|
|
1994
1906
|
/@colors/colors@1.5.0:
|
|
1995
1907
|
resolution:
|
|
@@ -2140,7 +2052,7 @@ packages:
|
|
|
2140
2052
|
}
|
|
2141
2053
|
dev: false
|
|
2142
2054
|
|
|
2143
|
-
/@floating-ui/vue@0.2.1(vue@3.
|
|
2055
|
+
/@floating-ui/vue@0.2.1(vue@3.4.27):
|
|
2144
2056
|
resolution:
|
|
2145
2057
|
{
|
|
2146
2058
|
integrity: sha512-HE+EIeakID7wI6vUwF0yMpaW48bNaPj8QtnQaRMkaQFhQReVBA4bY6fmJ3J7X+dqVgDbMhyfCG0fBJfdQMdWxQ==,
|
|
@@ -2153,8 +2065,8 @@ packages:
|
|
|
2153
2065
|
optional: true
|
|
2154
2066
|
dependencies:
|
|
2155
2067
|
"@floating-ui/dom": 1.6.5
|
|
2156
|
-
vue: 3.
|
|
2157
|
-
vue-demi: 0.13.11(vue@3.
|
|
2068
|
+
vue: 3.4.27(typescript@4.9.4)
|
|
2069
|
+
vue-demi: 0.13.11(vue@3.4.27)
|
|
2158
2070
|
dev: false
|
|
2159
2071
|
|
|
2160
2072
|
/@gar/promisify@1.1.3:
|
|
@@ -2164,7 +2076,7 @@ packages:
|
|
|
2164
2076
|
}
|
|
2165
2077
|
dev: true
|
|
2166
2078
|
|
|
2167
|
-
/@headlessui-float/vue@0.11.4(vue@3.
|
|
2079
|
+
/@headlessui-float/vue@0.11.4(vue@3.4.27):
|
|
2168
2080
|
resolution:
|
|
2169
2081
|
{
|
|
2170
2082
|
integrity: sha512-hNGQTT3trknSB78ZI3usvnJACLyEUmacvk5Q8JQizJ8k+8GYLvhKklGIhJVO1E3litEzW6yyjPgfg6aEJ+1p6g==,
|
|
@@ -2174,8 +2086,8 @@ packages:
|
|
|
2174
2086
|
dependencies:
|
|
2175
2087
|
"@floating-ui/core": 1.6.2
|
|
2176
2088
|
"@floating-ui/dom": 1.6.5
|
|
2177
|
-
"@floating-ui/vue": 0.2.1(vue@3.
|
|
2178
|
-
vue: 3.
|
|
2089
|
+
"@floating-ui/vue": 0.2.1(vue@3.4.27)
|
|
2090
|
+
vue: 3.4.27(typescript@4.9.4)
|
|
2179
2091
|
transitivePeerDependencies:
|
|
2180
2092
|
- "@vue/composition-api"
|
|
2181
2093
|
dev: false
|
|
@@ -2192,7 +2104,7 @@ packages:
|
|
|
2192
2104
|
tailwindcss: 3.2.4(postcss@8.4.31)(ts-node@10.9.1)
|
|
2193
2105
|
dev: false
|
|
2194
2106
|
|
|
2195
|
-
/@headlessui/vue@1.7.16(vue@3.
|
|
2107
|
+
/@headlessui/vue@1.7.16(vue@3.4.27):
|
|
2196
2108
|
resolution:
|
|
2197
2109
|
{
|
|
2198
2110
|
integrity: sha512-nKT+nf/q6x198SsyK54mSszaQl/z+QxtASmgMEJtpxSX2Q0OPJX0upS/9daDyiECpeAsvjkoOrm2O/6PyBQ+Qg==,
|
|
@@ -2201,7 +2113,7 @@ packages:
|
|
|
2201
2113
|
peerDependencies:
|
|
2202
2114
|
vue: ^3.2.0
|
|
2203
2115
|
dependencies:
|
|
2204
|
-
vue: 3.
|
|
2116
|
+
vue: 3.4.27(typescript@4.9.4)
|
|
2205
2117
|
dev: false
|
|
2206
2118
|
|
|
2207
2119
|
/@humanwhocodes/config-array@0.11.8:
|
|
@@ -2739,7 +2651,7 @@ packages:
|
|
|
2739
2651
|
engines: { node: ">=6.0.0" }
|
|
2740
2652
|
dependencies:
|
|
2741
2653
|
"@jridgewell/set-array": 1.1.2
|
|
2742
|
-
"@jridgewell/sourcemap-codec": 1.4.
|
|
2654
|
+
"@jridgewell/sourcemap-codec": 1.4.15
|
|
2743
2655
|
"@jridgewell/trace-mapping": 0.3.17
|
|
2744
2656
|
dev: true
|
|
2745
2657
|
|
|
@@ -2801,13 +2713,13 @@ packages:
|
|
|
2801
2713
|
{
|
|
2802
2714
|
integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==,
|
|
2803
2715
|
}
|
|
2716
|
+
dev: true
|
|
2804
2717
|
|
|
2805
2718
|
/@jridgewell/sourcemap-codec@1.4.15:
|
|
2806
2719
|
resolution:
|
|
2807
2720
|
{
|
|
2808
2721
|
integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==,
|
|
2809
2722
|
}
|
|
2810
|
-
dev: true
|
|
2811
2723
|
|
|
2812
2724
|
/@jridgewell/trace-mapping@0.3.17:
|
|
2813
2725
|
resolution:
|
|
@@ -2836,7 +2748,7 @@ packages:
|
|
|
2836
2748
|
}
|
|
2837
2749
|
dependencies:
|
|
2838
2750
|
"@jridgewell/resolve-uri": 3.1.0
|
|
2839
|
-
"@jridgewell/sourcemap-codec": 1.4.
|
|
2751
|
+
"@jridgewell/sourcemap-codec": 1.4.15
|
|
2840
2752
|
|
|
2841
2753
|
/@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1:
|
|
2842
2754
|
resolution:
|
|
@@ -2907,7 +2819,7 @@ packages:
|
|
|
2907
2819
|
fast-glob: 3.3.1
|
|
2908
2820
|
is-glob: 4.0.3
|
|
2909
2821
|
open: 9.1.0
|
|
2910
|
-
picocolors: 1.0.
|
|
2822
|
+
picocolors: 1.0.1
|
|
2911
2823
|
tslib: 2.6.2
|
|
2912
2824
|
dev: true
|
|
2913
2825
|
|
|
@@ -3050,10 +2962,10 @@ packages:
|
|
|
3050
2962
|
}
|
|
3051
2963
|
dev: true
|
|
3052
2964
|
|
|
3053
|
-
/@types/node@20.
|
|
2965
|
+
/@types/node@20.13.0:
|
|
3054
2966
|
resolution:
|
|
3055
2967
|
{
|
|
3056
|
-
integrity: sha512-
|
|
2968
|
+
integrity: sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==,
|
|
3057
2969
|
}
|
|
3058
2970
|
dependencies:
|
|
3059
2971
|
undici-types: 5.26.5
|
|
@@ -3095,7 +3007,7 @@ packages:
|
|
|
3095
3007
|
}
|
|
3096
3008
|
requiresBuild: true
|
|
3097
3009
|
dependencies:
|
|
3098
|
-
"@types/node": 20.
|
|
3010
|
+
"@types/node": 20.13.0
|
|
3099
3011
|
dev: true
|
|
3100
3012
|
optional: true
|
|
3101
3013
|
|
|
@@ -3254,7 +3166,7 @@ packages:
|
|
|
3254
3166
|
eslint-visitor-keys: 3.4.3
|
|
3255
3167
|
dev: true
|
|
3256
3168
|
|
|
3257
|
-
/@vitejs/plugin-vue@4.0.0(vite@3.2.10)(vue@3.
|
|
3169
|
+
/@vitejs/plugin-vue@4.0.0(vite@3.2.10)(vue@3.4.27):
|
|
3258
3170
|
resolution:
|
|
3259
3171
|
{
|
|
3260
3172
|
integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==,
|
|
@@ -3264,91 +3176,69 @@ packages:
|
|
|
3264
3176
|
vite: ^4.0.0
|
|
3265
3177
|
vue: ^3.2.25
|
|
3266
3178
|
dependencies:
|
|
3267
|
-
vite: 3.2.10(@types/node@20.
|
|
3268
|
-
vue: 3.
|
|
3179
|
+
vite: 3.2.10(@types/node@20.13.0)(less@4.1.3)(sass@1.57.0)
|
|
3180
|
+
vue: 3.4.27(typescript@4.9.4)
|
|
3269
3181
|
dev: true
|
|
3270
3182
|
|
|
3271
|
-
/@vue/compat@3.
|
|
3183
|
+
/@vue/compat@3.4.27(vue@3.4.27):
|
|
3272
3184
|
resolution:
|
|
3273
3185
|
{
|
|
3274
|
-
integrity: sha512-
|
|
3186
|
+
integrity: sha512-H2W93cPe9WXXkHiYEeX7f2Z8/znElm44fxgj8uBhgC6cxvjDUOLIcIJySs+FZvv6JM+Re/SBUnlcr4LJMaQZzw==,
|
|
3275
3187
|
}
|
|
3276
3188
|
peerDependencies:
|
|
3277
|
-
vue: 3.
|
|
3189
|
+
vue: 3.4.27
|
|
3278
3190
|
dependencies:
|
|
3279
|
-
"@babel/parser": 7.
|
|
3191
|
+
"@babel/parser": 7.24.6
|
|
3280
3192
|
estree-walker: 2.0.2
|
|
3281
|
-
source-map:
|
|
3282
|
-
vue: 3.
|
|
3193
|
+
source-map-js: 1.2.0
|
|
3194
|
+
vue: 3.4.27(typescript@4.9.4)
|
|
3283
3195
|
dev: false
|
|
3284
3196
|
|
|
3285
|
-
/@vue/compiler-core@3.
|
|
3197
|
+
/@vue/compiler-core@3.4.27:
|
|
3286
3198
|
resolution:
|
|
3287
3199
|
{
|
|
3288
|
-
integrity: sha512-
|
|
3200
|
+
integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==,
|
|
3289
3201
|
}
|
|
3290
3202
|
dependencies:
|
|
3291
|
-
"@babel/parser": 7.
|
|
3292
|
-
"@vue/shared": 3.
|
|
3293
|
-
|
|
3294
|
-
source-map: 0.6.1
|
|
3295
|
-
|
|
3296
|
-
/@vue/compiler-core@3.3.8:
|
|
3297
|
-
resolution:
|
|
3298
|
-
{
|
|
3299
|
-
integrity: sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==,
|
|
3300
|
-
}
|
|
3301
|
-
dependencies:
|
|
3302
|
-
"@babel/parser": 7.23.0
|
|
3303
|
-
"@vue/shared": 3.3.8
|
|
3203
|
+
"@babel/parser": 7.24.6
|
|
3204
|
+
"@vue/shared": 3.4.27
|
|
3205
|
+
entities: 4.5.0
|
|
3304
3206
|
estree-walker: 2.0.2
|
|
3305
|
-
source-map-js: 1.0
|
|
3306
|
-
dev: true
|
|
3207
|
+
source-map-js: 1.2.0
|
|
3307
3208
|
|
|
3308
|
-
/@vue/compiler-dom@3.
|
|
3209
|
+
/@vue/compiler-dom@3.4.27:
|
|
3309
3210
|
resolution:
|
|
3310
3211
|
{
|
|
3311
|
-
integrity: sha512-
|
|
3212
|
+
integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==,
|
|
3312
3213
|
}
|
|
3313
3214
|
dependencies:
|
|
3314
|
-
"@vue/compiler-core": 3.
|
|
3315
|
-
"@vue/shared": 3.
|
|
3215
|
+
"@vue/compiler-core": 3.4.27
|
|
3216
|
+
"@vue/shared": 3.4.27
|
|
3316
3217
|
|
|
3317
|
-
/@vue/compiler-
|
|
3218
|
+
/@vue/compiler-sfc@3.4.27:
|
|
3318
3219
|
resolution:
|
|
3319
3220
|
{
|
|
3320
|
-
integrity: sha512
|
|
3221
|
+
integrity: sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==,
|
|
3321
3222
|
}
|
|
3322
3223
|
dependencies:
|
|
3323
|
-
"@
|
|
3324
|
-
"@vue/
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
resolution:
|
|
3329
|
-
{
|
|
3330
|
-
integrity: sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==,
|
|
3331
|
-
}
|
|
3332
|
-
dependencies:
|
|
3333
|
-
"@babel/parser": 7.20.5
|
|
3334
|
-
"@vue/compiler-core": 3.2.45
|
|
3335
|
-
"@vue/compiler-dom": 3.2.45
|
|
3336
|
-
"@vue/compiler-ssr": 3.2.45
|
|
3337
|
-
"@vue/reactivity-transform": 3.2.45
|
|
3338
|
-
"@vue/shared": 3.2.45
|
|
3224
|
+
"@babel/parser": 7.24.6
|
|
3225
|
+
"@vue/compiler-core": 3.4.27
|
|
3226
|
+
"@vue/compiler-dom": 3.4.27
|
|
3227
|
+
"@vue/compiler-ssr": 3.4.27
|
|
3228
|
+
"@vue/shared": 3.4.27
|
|
3339
3229
|
estree-walker: 2.0.2
|
|
3340
|
-
magic-string: 0.
|
|
3341
|
-
postcss: 8.4.
|
|
3342
|
-
source-map:
|
|
3230
|
+
magic-string: 0.30.10
|
|
3231
|
+
postcss: 8.4.38
|
|
3232
|
+
source-map-js: 1.2.0
|
|
3343
3233
|
|
|
3344
|
-
/@vue/compiler-ssr@3.
|
|
3234
|
+
/@vue/compiler-ssr@3.4.27:
|
|
3345
3235
|
resolution:
|
|
3346
3236
|
{
|
|
3347
|
-
integrity: sha512-
|
|
3237
|
+
integrity: sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==,
|
|
3348
3238
|
}
|
|
3349
3239
|
dependencies:
|
|
3350
|
-
"@vue/compiler-dom": 3.
|
|
3351
|
-
"@vue/shared": 3.
|
|
3240
|
+
"@vue/compiler-dom": 3.4.27
|
|
3241
|
+
"@vue/shared": 3.4.27
|
|
3352
3242
|
|
|
3353
3243
|
/@vue/devtools-api@6.4.5:
|
|
3354
3244
|
resolution:
|
|
@@ -3357,71 +3247,52 @@ packages:
|
|
|
3357
3247
|
}
|
|
3358
3248
|
dev: false
|
|
3359
3249
|
|
|
3360
|
-
/@vue/reactivity
|
|
3361
|
-
resolution:
|
|
3362
|
-
{
|
|
3363
|
-
integrity: sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==,
|
|
3364
|
-
}
|
|
3365
|
-
dependencies:
|
|
3366
|
-
"@babel/parser": 7.22.4
|
|
3367
|
-
"@vue/compiler-core": 3.2.45
|
|
3368
|
-
"@vue/shared": 3.2.45
|
|
3369
|
-
estree-walker: 2.0.2
|
|
3370
|
-
magic-string: 0.25.9
|
|
3371
|
-
|
|
3372
|
-
/@vue/reactivity@3.2.45:
|
|
3250
|
+
/@vue/reactivity@3.4.27:
|
|
3373
3251
|
resolution:
|
|
3374
3252
|
{
|
|
3375
|
-
integrity: sha512-
|
|
3253
|
+
integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==,
|
|
3376
3254
|
}
|
|
3377
3255
|
dependencies:
|
|
3378
|
-
"@vue/shared": 3.
|
|
3256
|
+
"@vue/shared": 3.4.27
|
|
3379
3257
|
|
|
3380
|
-
/@vue/runtime-core@3.
|
|
3258
|
+
/@vue/runtime-core@3.4.27:
|
|
3381
3259
|
resolution:
|
|
3382
3260
|
{
|
|
3383
|
-
integrity: sha512-
|
|
3261
|
+
integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==,
|
|
3384
3262
|
}
|
|
3385
3263
|
dependencies:
|
|
3386
|
-
"@vue/reactivity": 3.
|
|
3387
|
-
"@vue/shared": 3.
|
|
3264
|
+
"@vue/reactivity": 3.4.27
|
|
3265
|
+
"@vue/shared": 3.4.27
|
|
3388
3266
|
|
|
3389
|
-
/@vue/runtime-dom@3.
|
|
3267
|
+
/@vue/runtime-dom@3.4.27:
|
|
3390
3268
|
resolution:
|
|
3391
3269
|
{
|
|
3392
|
-
integrity: sha512-
|
|
3270
|
+
integrity: sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==,
|
|
3393
3271
|
}
|
|
3394
3272
|
dependencies:
|
|
3395
|
-
"@vue/runtime-core": 3.
|
|
3396
|
-
"@vue/shared": 3.
|
|
3397
|
-
csstype:
|
|
3273
|
+
"@vue/runtime-core": 3.4.27
|
|
3274
|
+
"@vue/shared": 3.4.27
|
|
3275
|
+
csstype: 3.1.3
|
|
3398
3276
|
|
|
3399
|
-
/@vue/server-renderer@3.
|
|
3277
|
+
/@vue/server-renderer@3.4.27(vue@3.4.27):
|
|
3400
3278
|
resolution:
|
|
3401
3279
|
{
|
|
3402
|
-
integrity: sha512-
|
|
3280
|
+
integrity: sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==,
|
|
3403
3281
|
}
|
|
3404
3282
|
peerDependencies:
|
|
3405
|
-
vue: 3.
|
|
3283
|
+
vue: 3.4.27
|
|
3406
3284
|
dependencies:
|
|
3407
|
-
"@vue/compiler-ssr": 3.
|
|
3408
|
-
"@vue/shared": 3.
|
|
3409
|
-
vue: 3.
|
|
3285
|
+
"@vue/compiler-ssr": 3.4.27
|
|
3286
|
+
"@vue/shared": 3.4.27
|
|
3287
|
+
vue: 3.4.27(typescript@4.9.4)
|
|
3410
3288
|
|
|
3411
|
-
/@vue/shared@3.
|
|
3289
|
+
/@vue/shared@3.4.27:
|
|
3412
3290
|
resolution:
|
|
3413
3291
|
{
|
|
3414
|
-
integrity: sha512-
|
|
3292
|
+
integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==,
|
|
3415
3293
|
}
|
|
3416
3294
|
|
|
3417
|
-
/@vue/
|
|
3418
|
-
resolution:
|
|
3419
|
-
{
|
|
3420
|
-
integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==,
|
|
3421
|
-
}
|
|
3422
|
-
dev: true
|
|
3423
|
-
|
|
3424
|
-
/@vue/test-utils@2.2.7(vue@3.2.45):
|
|
3295
|
+
/@vue/test-utils@2.2.7(vue@3.4.27):
|
|
3425
3296
|
resolution:
|
|
3426
3297
|
{
|
|
3427
3298
|
integrity: sha512-BMuoruUFTEqhLoOgsMcgNVMiByYbfHCKGr2C4CPdGtz/affUtDVX5zr1RnPuq0tYSiaqq+Enw5voUpG6JY8Q7g==,
|
|
@@ -3429,7 +3300,7 @@ packages:
|
|
|
3429
3300
|
peerDependencies:
|
|
3430
3301
|
vue: ^3.0.1
|
|
3431
3302
|
dependencies:
|
|
3432
|
-
vue: 3.
|
|
3303
|
+
vue: 3.4.27(typescript@4.9.4)
|
|
3433
3304
|
dev: true
|
|
3434
3305
|
|
|
3435
3306
|
/@webassemblyjs/ast@1.12.1:
|
|
@@ -4765,7 +4636,7 @@ packages:
|
|
|
4765
4636
|
engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: ">=7.0.0" }
|
|
4766
4637
|
dependencies:
|
|
4767
4638
|
mdn-data: 2.0.28
|
|
4768
|
-
source-map-js: 1.0
|
|
4639
|
+
source-map-js: 1.2.0
|
|
4769
4640
|
dev: true
|
|
4770
4641
|
|
|
4771
4642
|
/css-tree@2.3.1:
|
|
@@ -4776,7 +4647,7 @@ packages:
|
|
|
4776
4647
|
engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0 }
|
|
4777
4648
|
dependencies:
|
|
4778
4649
|
mdn-data: 2.0.30
|
|
4779
|
-
source-map-js: 1.0
|
|
4650
|
+
source-map-js: 1.2.0
|
|
4780
4651
|
dev: true
|
|
4781
4652
|
|
|
4782
4653
|
/css-what@6.1.0:
|
|
@@ -4829,10 +4700,10 @@ packages:
|
|
|
4829
4700
|
cssom: 0.3.8
|
|
4830
4701
|
dev: true
|
|
4831
4702
|
|
|
4832
|
-
/csstype@
|
|
4703
|
+
/csstype@3.1.3:
|
|
4833
4704
|
resolution:
|
|
4834
4705
|
{
|
|
4835
|
-
integrity: sha512-
|
|
4706
|
+
integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==,
|
|
4836
4707
|
}
|
|
4837
4708
|
|
|
4838
4709
|
/cypress-plugin-snapshots@1.4.4(cypress@10.11.0):
|
|
@@ -5170,7 +5041,7 @@ packages:
|
|
|
5170
5041
|
dependencies:
|
|
5171
5042
|
domelementtype: 2.3.0
|
|
5172
5043
|
domhandler: 5.0.3
|
|
5173
|
-
entities: 4.
|
|
5044
|
+
entities: 4.5.0
|
|
5174
5045
|
dev: true
|
|
5175
5046
|
|
|
5176
5047
|
/dom-to-image-more@2.13.0:
|
|
@@ -5363,13 +5234,12 @@ packages:
|
|
|
5363
5234
|
ansi-colors: 4.1.3
|
|
5364
5235
|
dev: true
|
|
5365
5236
|
|
|
5366
|
-
/entities@4.
|
|
5237
|
+
/entities@4.5.0:
|
|
5367
5238
|
resolution:
|
|
5368
5239
|
{
|
|
5369
|
-
integrity: sha512-
|
|
5240
|
+
integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==,
|
|
5370
5241
|
}
|
|
5371
5242
|
engines: { node: ">=0.12" }
|
|
5372
|
-
dev: true
|
|
5373
5243
|
|
|
5374
5244
|
/errno@0.1.8:
|
|
5375
5245
|
resolution:
|
|
@@ -6652,7 +6522,7 @@ packages:
|
|
|
6652
6522
|
domelementtype: 2.3.0
|
|
6653
6523
|
domhandler: 5.0.3
|
|
6654
6524
|
domutils: 3.1.0
|
|
6655
|
-
entities: 4.
|
|
6525
|
+
entities: 4.5.0
|
|
6656
6526
|
dev: true
|
|
6657
6527
|
|
|
6658
6528
|
/http-proxy-agent@5.0.0:
|
|
@@ -7063,7 +6933,7 @@ packages:
|
|
|
7063
6933
|
}
|
|
7064
6934
|
engines: { node: ">= 10.13.0" }
|
|
7065
6935
|
dependencies:
|
|
7066
|
-
"@types/node": 20.
|
|
6936
|
+
"@types/node": 20.13.0
|
|
7067
6937
|
merge-stream: 2.0.0
|
|
7068
6938
|
supports-color: 7.2.0
|
|
7069
6939
|
dev: true
|
|
@@ -7075,7 +6945,7 @@ packages:
|
|
|
7075
6945
|
}
|
|
7076
6946
|
engines: { node: ">= 10.13.0" }
|
|
7077
6947
|
dependencies:
|
|
7078
|
-
"@types/node": 20.
|
|
6948
|
+
"@types/node": 20.13.0
|
|
7079
6949
|
merge-stream: 2.0.0
|
|
7080
6950
|
supports-color: 8.1.1
|
|
7081
6951
|
dev: true
|
|
@@ -7597,13 +7467,13 @@ packages:
|
|
|
7597
7467
|
yallist: 4.0.0
|
|
7598
7468
|
dev: true
|
|
7599
7469
|
|
|
7600
|
-
/magic-string@0.
|
|
7470
|
+
/magic-string@0.30.10:
|
|
7601
7471
|
resolution:
|
|
7602
7472
|
{
|
|
7603
|
-
integrity: sha512-
|
|
7473
|
+
integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==,
|
|
7604
7474
|
}
|
|
7605
7475
|
dependencies:
|
|
7606
|
-
sourcemap-codec: 1.4.
|
|
7476
|
+
"@jridgewell/sourcemap-codec": 1.4.15
|
|
7607
7477
|
|
|
7608
7478
|
/make-dir@2.1.0:
|
|
7609
7479
|
resolution:
|
|
@@ -7884,6 +7754,14 @@ packages:
|
|
|
7884
7754
|
engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
|
|
7885
7755
|
hasBin: true
|
|
7886
7756
|
|
|
7757
|
+
/nanoid@3.3.7:
|
|
7758
|
+
resolution:
|
|
7759
|
+
{
|
|
7760
|
+
integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==,
|
|
7761
|
+
}
|
|
7762
|
+
engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
|
|
7763
|
+
hasBin: true
|
|
7764
|
+
|
|
7887
7765
|
/natural-compare@1.4.0:
|
|
7888
7766
|
resolution:
|
|
7889
7767
|
{
|
|
@@ -8216,7 +8094,7 @@ packages:
|
|
|
8216
8094
|
integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==,
|
|
8217
8095
|
}
|
|
8218
8096
|
dependencies:
|
|
8219
|
-
entities: 4.
|
|
8097
|
+
entities: 4.5.0
|
|
8220
8098
|
dev: true
|
|
8221
8099
|
|
|
8222
8100
|
/parseqs@0.0.6:
|
|
@@ -8332,7 +8210,6 @@ packages:
|
|
|
8332
8210
|
{
|
|
8333
8211
|
integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==,
|
|
8334
8212
|
}
|
|
8335
|
-
dev: true
|
|
8336
8213
|
|
|
8337
8214
|
/picomatch@2.3.1:
|
|
8338
8215
|
resolution:
|
|
@@ -8488,7 +8365,7 @@ packages:
|
|
|
8488
8365
|
dependencies:
|
|
8489
8366
|
lilconfig: 2.0.6
|
|
8490
8367
|
postcss: 8.4.31
|
|
8491
|
-
ts-node: 10.9.1(@types/node@20.
|
|
8368
|
+
ts-node: 10.9.1(@types/node@20.13.0)(typescript@4.9.4)
|
|
8492
8369
|
yaml: 1.10.2
|
|
8493
8370
|
dev: false
|
|
8494
8371
|
|
|
@@ -8544,6 +8421,17 @@ packages:
|
|
|
8544
8421
|
picocolors: 1.0.0
|
|
8545
8422
|
source-map-js: 1.0.2
|
|
8546
8423
|
|
|
8424
|
+
/postcss@8.4.38:
|
|
8425
|
+
resolution:
|
|
8426
|
+
{
|
|
8427
|
+
integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==,
|
|
8428
|
+
}
|
|
8429
|
+
engines: { node: ^10 || ^12 || >=14 }
|
|
8430
|
+
dependencies:
|
|
8431
|
+
nanoid: 3.3.7
|
|
8432
|
+
picocolors: 1.0.1
|
|
8433
|
+
source-map-js: 1.2.0
|
|
8434
|
+
|
|
8547
8435
|
/prelude-ls@1.1.2:
|
|
8548
8436
|
resolution:
|
|
8549
8437
|
{
|
|
@@ -9296,6 +9184,13 @@ packages:
|
|
|
9296
9184
|
}
|
|
9297
9185
|
engines: { node: ">=0.10.0" }
|
|
9298
9186
|
|
|
9187
|
+
/source-map-js@1.2.0:
|
|
9188
|
+
resolution:
|
|
9189
|
+
{
|
|
9190
|
+
integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==,
|
|
9191
|
+
}
|
|
9192
|
+
engines: { node: ">=0.10.0" }
|
|
9193
|
+
|
|
9299
9194
|
/source-map-support@0.5.21:
|
|
9300
9195
|
resolution:
|
|
9301
9196
|
{
|
|
@@ -9312,13 +9207,7 @@ packages:
|
|
|
9312
9207
|
integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==,
|
|
9313
9208
|
}
|
|
9314
9209
|
engines: { node: ">=0.10.0" }
|
|
9315
|
-
|
|
9316
|
-
/sourcemap-codec@1.4.8:
|
|
9317
|
-
resolution:
|
|
9318
|
-
{
|
|
9319
|
-
integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==,
|
|
9320
|
-
}
|
|
9321
|
-
deprecated: Please use @jridgewell/sourcemap-codec instead
|
|
9210
|
+
dev: true
|
|
9322
9211
|
|
|
9323
9212
|
/spawn-command@0.0.2-1:
|
|
9324
9213
|
resolution:
|
|
@@ -9512,7 +9401,7 @@ packages:
|
|
|
9512
9401
|
css-select: 5.1.0
|
|
9513
9402
|
css-tree: 2.3.1
|
|
9514
9403
|
csso: 5.0.5
|
|
9515
|
-
picocolors: 1.0.
|
|
9404
|
+
picocolors: 1.0.1
|
|
9516
9405
|
dev: true
|
|
9517
9406
|
|
|
9518
9407
|
/symbol-tree@3.2.4:
|
|
@@ -9842,7 +9731,7 @@ packages:
|
|
|
9842
9731
|
typescript: 4.9.4
|
|
9843
9732
|
dev: true
|
|
9844
9733
|
|
|
9845
|
-
/ts-node@10.9.1(@types/node@20.
|
|
9734
|
+
/ts-node@10.9.1(@types/node@20.13.0)(typescript@4.9.4):
|
|
9846
9735
|
resolution:
|
|
9847
9736
|
{
|
|
9848
9737
|
integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==,
|
|
@@ -9864,7 +9753,7 @@ packages:
|
|
|
9864
9753
|
"@tsconfig/node12": 1.0.11
|
|
9865
9754
|
"@tsconfig/node14": 1.0.3
|
|
9866
9755
|
"@tsconfig/node16": 1.0.3
|
|
9867
|
-
"@types/node": 20.
|
|
9756
|
+
"@types/node": 20.13.0
|
|
9868
9757
|
acorn: 8.8.1
|
|
9869
9758
|
acorn-walk: 8.2.0
|
|
9870
9759
|
arg: 4.1.3
|
|
@@ -10090,7 +9979,7 @@ packages:
|
|
|
10090
9979
|
dependencies:
|
|
10091
9980
|
browserslist: 4.21.4
|
|
10092
9981
|
escalade: 3.1.1
|
|
10093
|
-
picocolors: 1.0.
|
|
9982
|
+
picocolors: 1.0.1
|
|
10094
9983
|
dev: true
|
|
10095
9984
|
|
|
10096
9985
|
/update-browserslist-db@1.0.16(browserslist@4.23.0):
|
|
@@ -10174,7 +10063,7 @@ packages:
|
|
|
10174
10063
|
extsprintf: 1.3.0
|
|
10175
10064
|
dev: true
|
|
10176
10065
|
|
|
10177
|
-
/vite-node@0.26.1(@types/node@20.
|
|
10066
|
+
/vite-node@0.26.1(@types/node@20.13.0)(less@4.1.3)(sass@1.57.0):
|
|
10178
10067
|
resolution:
|
|
10179
10068
|
{
|
|
10180
10069
|
integrity: sha512-5FJSKZZJz48zFRKHE55WyevZe61hLMQEsqGn+ungfd60kxEztFybZ3yG9ToGFtOWNCCy7Vn5EVuXD8bdeHOSdw==,
|
|
@@ -10187,7 +10076,7 @@ packages:
|
|
|
10187
10076
|
pathe: 0.2.0
|
|
10188
10077
|
source-map: 0.6.1
|
|
10189
10078
|
source-map-support: 0.5.21
|
|
10190
|
-
vite: 3.2.10(@types/node@20.
|
|
10079
|
+
vite: 3.2.10(@types/node@20.13.0)(less@4.1.3)(sass@1.57.0)
|
|
10191
10080
|
transitivePeerDependencies:
|
|
10192
10081
|
- "@types/node"
|
|
10193
10082
|
- less
|
|
@@ -10206,7 +10095,7 @@ packages:
|
|
|
10206
10095
|
peerDependencies:
|
|
10207
10096
|
vite: ">2.0.0-0"
|
|
10208
10097
|
dependencies:
|
|
10209
|
-
vite: 3.2.10(@types/node@20.
|
|
10098
|
+
vite: 3.2.10(@types/node@20.13.0)(less@4.1.3)(sass@1.57.0)
|
|
10210
10099
|
dev: true
|
|
10211
10100
|
|
|
10212
10101
|
/vite-svg-loader@4.0.0:
|
|
@@ -10215,11 +10104,11 @@ packages:
|
|
|
10215
10104
|
integrity: sha512-0MMf1yzzSYlV4MGePsLVAOqXsbF5IVxbn4EEzqRnWxTQl8BJg/cfwIzfQNmNQxZp5XXwd4kyRKF1LytuHZTnqA==,
|
|
10216
10105
|
}
|
|
10217
10106
|
dependencies:
|
|
10218
|
-
"@vue/compiler-sfc": 3.
|
|
10107
|
+
"@vue/compiler-sfc": 3.4.27
|
|
10219
10108
|
svgo: 3.0.2
|
|
10220
10109
|
dev: true
|
|
10221
10110
|
|
|
10222
|
-
/vite@3.2.10(@types/node@20.
|
|
10111
|
+
/vite@3.2.10(@types/node@20.13.0)(less@4.1.3)(sass@1.57.0):
|
|
10223
10112
|
resolution:
|
|
10224
10113
|
{
|
|
10225
10114
|
integrity: sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==,
|
|
@@ -10247,7 +10136,7 @@ packages:
|
|
|
10247
10136
|
terser:
|
|
10248
10137
|
optional: true
|
|
10249
10138
|
dependencies:
|
|
10250
|
-
"@types/node": 20.
|
|
10139
|
+
"@types/node": 20.13.0
|
|
10251
10140
|
esbuild: 0.15.18
|
|
10252
10141
|
less: 4.1.3
|
|
10253
10142
|
postcss: 8.4.31
|
|
@@ -10285,7 +10174,7 @@ packages:
|
|
|
10285
10174
|
dependencies:
|
|
10286
10175
|
"@types/chai": 4.3.4
|
|
10287
10176
|
"@types/chai-subset": 1.3.3
|
|
10288
|
-
"@types/node": 20.
|
|
10177
|
+
"@types/node": 20.13.0
|
|
10289
10178
|
acorn: 8.8.1
|
|
10290
10179
|
acorn-walk: 8.2.0
|
|
10291
10180
|
chai: 4.3.7
|
|
@@ -10297,8 +10186,8 @@ packages:
|
|
|
10297
10186
|
tinybench: 2.3.1
|
|
10298
10187
|
tinypool: 0.3.0
|
|
10299
10188
|
tinyspy: 1.0.2
|
|
10300
|
-
vite: 3.2.10(@types/node@20.
|
|
10301
|
-
vite-node: 0.26.1(@types/node@20.
|
|
10189
|
+
vite: 3.2.10(@types/node@20.13.0)(less@4.1.3)(sass@1.57.0)
|
|
10190
|
+
vite-node: 0.26.1(@types/node@20.13.0)(less@4.1.3)(sass@1.57.0)
|
|
10302
10191
|
transitivePeerDependencies:
|
|
10303
10192
|
- less
|
|
10304
10193
|
- sass
|
|
@@ -10308,7 +10197,7 @@ packages:
|
|
|
10308
10197
|
- terser
|
|
10309
10198
|
dev: true
|
|
10310
10199
|
|
|
10311
|
-
/vue-demi@0.13.11(vue@3.
|
|
10200
|
+
/vue-demi@0.13.11(vue@3.4.27):
|
|
10312
10201
|
resolution:
|
|
10313
10202
|
{
|
|
10314
10203
|
integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==,
|
|
@@ -10323,7 +10212,7 @@ packages:
|
|
|
10323
10212
|
"@vue/composition-api":
|
|
10324
10213
|
optional: true
|
|
10325
10214
|
dependencies:
|
|
10326
|
-
vue: 3.
|
|
10215
|
+
vue: 3.4.27(typescript@4.9.4)
|
|
10327
10216
|
dev: false
|
|
10328
10217
|
|
|
10329
10218
|
/vue-eslint-parser@9.3.2(eslint@8.30.0):
|
|
@@ -10347,19 +10236,25 @@ packages:
|
|
|
10347
10236
|
- supports-color
|
|
10348
10237
|
dev: true
|
|
10349
10238
|
|
|
10350
|
-
/vue@3.
|
|
10239
|
+
/vue@3.4.27(typescript@4.9.4):
|
|
10351
10240
|
resolution:
|
|
10352
10241
|
{
|
|
10353
|
-
integrity: sha512-
|
|
10242
|
+
integrity: sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==,
|
|
10354
10243
|
}
|
|
10244
|
+
peerDependencies:
|
|
10245
|
+
typescript: "*"
|
|
10246
|
+
peerDependenciesMeta:
|
|
10247
|
+
typescript:
|
|
10248
|
+
optional: true
|
|
10355
10249
|
dependencies:
|
|
10356
|
-
"@vue/compiler-dom": 3.
|
|
10357
|
-
"@vue/compiler-sfc": 3.
|
|
10358
|
-
"@vue/runtime-dom": 3.
|
|
10359
|
-
"@vue/server-renderer": 3.
|
|
10360
|
-
"@vue/shared": 3.
|
|
10250
|
+
"@vue/compiler-dom": 3.4.27
|
|
10251
|
+
"@vue/compiler-sfc": 3.4.27
|
|
10252
|
+
"@vue/runtime-dom": 3.4.27
|
|
10253
|
+
"@vue/server-renderer": 3.4.27(vue@3.4.27)
|
|
10254
|
+
"@vue/shared": 3.4.27
|
|
10255
|
+
typescript: 4.9.4
|
|
10361
10256
|
|
|
10362
|
-
/vuex@4.1.0(vue@3.
|
|
10257
|
+
/vuex@4.1.0(vue@3.4.27):
|
|
10363
10258
|
resolution:
|
|
10364
10259
|
{
|
|
10365
10260
|
integrity: sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==,
|
|
@@ -10368,7 +10263,7 @@ packages:
|
|
|
10368
10263
|
vue: ^3.2.0
|
|
10369
10264
|
dependencies:
|
|
10370
10265
|
"@vue/devtools-api": 6.4.5
|
|
10371
|
-
vue: 3.
|
|
10266
|
+
vue: 3.4.27(typescript@4.9.4)
|
|
10372
10267
|
dev: false
|
|
10373
10268
|
|
|
10374
10269
|
/w3c-xmlserializer@4.0.0:
|