@zenuml/core 3.24.23 → 3.24.25

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/pnpm-lock.yaml CHANGED
@@ -12,7 +12,7 @@ importers:
12
12
  version: 0.14.0(@headlessui/vue@1.7.16(vue@3.2.45))(vue@3.2.45)
13
13
  "@headlessui/tailwindcss":
14
14
  specifier: ^0.2.0
15
- version: 0.2.0(tailwindcss@3.2.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@4.9.4)))
15
+ version: 0.2.0(tailwindcss@3.2.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@5.6.3)))
16
16
  "@headlessui/vue":
17
17
  specifier: ^1.7.16
18
18
  version: 1.7.16(vue@3.2.45)
@@ -63,10 +63,13 @@ importers:
63
63
  version: 0.28.0
64
64
  tailwindcss:
65
65
  specifier: ^3.2.4
66
- version: 3.2.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@4.9.4))
66
+ version: 3.2.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@5.6.3))
67
67
  vue:
68
68
  specifier: ^3.2.45
69
69
  version: 3.2.45
70
+ vue-property-decorator:
71
+ specifier: ^9.1.2
72
+ version: 9.1.2(vue-class-component@7.2.6(vue@3.2.45))(vue@3.2.45)
70
73
  vuex:
71
74
  specifier: ^4.1.0
72
75
  version: 4.1.0(vue@3.2.45)
@@ -83,6 +86,9 @@ importers:
83
86
  "@types/color-string":
84
87
  specifier: ^1.5.2
85
88
  version: 1.5.2
89
+ "@types/jest":
90
+ specifier: ^29.5.14
91
+ version: 29.5.14
86
92
  "@types/lodash":
87
93
  specifier: ^4.14.191
88
94
  version: 4.14.191
@@ -91,10 +97,10 @@ importers:
91
97
  version: 20.14.9
92
98
  "@typescript-eslint/eslint-plugin":
93
99
  specifier: ^6.7.4
94
- version: 6.7.4(@typescript-eslint/parser@6.7.4(eslint@8.30.0)(typescript@4.9.4))(eslint@8.30.0)(typescript@4.9.4)
100
+ version: 6.7.4(@typescript-eslint/parser@6.7.4(eslint@8.30.0)(typescript@5.6.3))(eslint@8.30.0)(typescript@5.6.3)
95
101
  "@typescript-eslint/parser":
96
102
  specifier: ^6.7.4
97
- version: 6.7.4(eslint@8.30.0)(typescript@4.9.4)
103
+ version: 6.7.4(eslint@8.30.0)(typescript@5.6.3)
98
104
  "@vitejs/plugin-vue":
99
105
  specifier: ^4.0.0
100
106
  version: 4.0.0(vite@3.2.11(@types/node@20.14.9)(less@4.1.3)(sass@1.57.0)(terser@5.31.0))(vue@3.2.45)
@@ -169,10 +175,10 @@ importers:
169
175
  version: 3.1.0(webpack@5.91.0)
170
176
  ts-node:
171
177
  specifier: ^10.9.1
172
- version: 10.9.1(@types/node@20.14.9)(typescript@4.9.4)
178
+ version: 10.9.1(@types/node@20.14.9)(typescript@5.6.3)
173
179
  typescript:
174
- specifier: ^4.9.4
175
- version: 4.9.4
180
+ specifier: ^5.6.3
181
+ version: 5.6.3
176
182
  vite:
177
183
  specifier: ^3.2.10
178
184
  version: 3.2.11(@types/node@20.14.9)(less@4.1.3)(sass@1.57.0)(terser@5.31.0)
@@ -1421,6 +1427,27 @@ packages:
1421
1427
  integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==,
1422
1428
  }
1423
1429
 
1430
+ "@jest/expect-utils@29.7.0":
1431
+ resolution:
1432
+ {
1433
+ integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==,
1434
+ }
1435
+ engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
1436
+
1437
+ "@jest/schemas@29.6.3":
1438
+ resolution:
1439
+ {
1440
+ integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==,
1441
+ }
1442
+ engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
1443
+
1444
+ "@jest/types@29.6.3":
1445
+ resolution:
1446
+ {
1447
+ integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==,
1448
+ }
1449
+ engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
1450
+
1424
1451
  "@jimp/bmp@0.10.3":
1425
1452
  resolution:
1426
1453
  {
@@ -1805,6 +1832,12 @@ packages:
1805
1832
  }
1806
1833
  engines: { node: ^12.20.0 || ^14.18.0 || >=16.0.0 }
1807
1834
 
1835
+ "@sinclair/typebox@0.27.8":
1836
+ resolution:
1837
+ {
1838
+ integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==,
1839
+ }
1840
+
1808
1841
  "@tootallnate/once@2.0.0":
1809
1842
  resolution:
1810
1843
  {
@@ -1891,6 +1924,30 @@ packages:
1891
1924
  integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==,
1892
1925
  }
1893
1926
 
1927
+ "@types/istanbul-lib-coverage@2.0.6":
1928
+ resolution:
1929
+ {
1930
+ integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==,
1931
+ }
1932
+
1933
+ "@types/istanbul-lib-report@3.0.3":
1934
+ resolution:
1935
+ {
1936
+ integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==,
1937
+ }
1938
+
1939
+ "@types/istanbul-reports@3.0.4":
1940
+ resolution:
1941
+ {
1942
+ integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==,
1943
+ }
1944
+
1945
+ "@types/jest@29.5.14":
1946
+ resolution:
1947
+ {
1948
+ integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==,
1949
+ }
1950
+
1894
1951
  "@types/json-schema@7.0.11":
1895
1952
  resolution:
1896
1953
  {
@@ -1927,10 +1984,10 @@ packages:
1927
1984
  integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==,
1928
1985
  }
1929
1986
 
1930
- "@types/node@22.7.3":
1987
+ "@types/node@22.9.0":
1931
1988
  resolution:
1932
1989
  {
1933
- integrity: sha512-qXKfhXXqGTyBskvWEzJZPUxSslAiLaB6JGP1ic/XTH9ctGgzdgYguuLP1C601aRTSDNlLb0jbKqXjZ48GNraSA==,
1990
+ integrity: sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==,
1934
1991
  }
1935
1992
 
1936
1993
  "@types/ramda@0.28.20":
@@ -1957,6 +2014,24 @@ packages:
1957
2014
  integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==,
1958
2015
  }
1959
2016
 
2017
+ "@types/stack-utils@2.0.3":
2018
+ resolution:
2019
+ {
2020
+ integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==,
2021
+ }
2022
+
2023
+ "@types/yargs-parser@21.0.3":
2024
+ resolution:
2025
+ {
2026
+ integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==,
2027
+ }
2028
+
2029
+ "@types/yargs@17.0.33":
2030
+ resolution:
2031
+ {
2032
+ integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==,
2033
+ }
2034
+
1960
2035
  "@types/yauzl@2.10.3":
1961
2036
  resolution:
1962
2037
  {
@@ -2296,6 +2371,7 @@ packages:
2296
2371
  {
2297
2372
  integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==,
2298
2373
  }
2374
+ deprecated: package has been renamed to acorn-import-attributes
2299
2375
  peerDependencies:
2300
2376
  acorn: ^8
2301
2377
 
@@ -2442,6 +2518,13 @@ packages:
2442
2518
  }
2443
2519
  engines: { node: ">=8" }
2444
2520
 
2521
+ ansi-styles@5.2.0:
2522
+ resolution:
2523
+ {
2524
+ integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==,
2525
+ }
2526
+ engines: { node: ">=10" }
2527
+
2445
2528
  ansi-styles@6.2.1:
2446
2529
  resolution:
2447
2530
  {
@@ -3340,6 +3423,13 @@ packages:
3340
3423
  integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==,
3341
3424
  }
3342
3425
 
3426
+ diff-sequences@29.6.3:
3427
+ resolution:
3428
+ {
3429
+ integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==,
3430
+ }
3431
+ engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
3432
+
3343
3433
  diff2html@2.12.2:
3344
3434
  resolution:
3345
3435
  {
@@ -3756,6 +3846,13 @@ packages:
3756
3846
  }
3757
3847
  engines: { node: ">=0.8.0" }
3758
3848
 
3849
+ escape-string-regexp@2.0.0:
3850
+ resolution:
3851
+ {
3852
+ integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==,
3853
+ }
3854
+ engines: { node: ">=8" }
3855
+
3759
3856
  escape-string-regexp@4.0.0:
3760
3857
  resolution:
3761
3858
  {
@@ -3980,6 +4077,13 @@ packages:
3980
4077
  integrity: sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw==,
3981
4078
  }
3982
4079
 
4080
+ expect@29.7.0:
4081
+ resolution:
4082
+ {
4083
+ integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==,
4084
+ }
4085
+ engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
4086
+
3983
4087
  extend@3.0.2:
3984
4088
  resolution:
3985
4089
  {
@@ -4772,6 +4876,41 @@ packages:
4772
4876
  integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==,
4773
4877
  }
4774
4878
 
4879
+ jest-diff@29.7.0:
4880
+ resolution:
4881
+ {
4882
+ integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==,
4883
+ }
4884
+ engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
4885
+
4886
+ jest-get-type@29.6.3:
4887
+ resolution:
4888
+ {
4889
+ integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==,
4890
+ }
4891
+ engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
4892
+
4893
+ jest-matcher-utils@29.7.0:
4894
+ resolution:
4895
+ {
4896
+ integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==,
4897
+ }
4898
+ engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
4899
+
4900
+ jest-message-util@29.7.0:
4901
+ resolution:
4902
+ {
4903
+ integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==,
4904
+ }
4905
+ engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
4906
+
4907
+ jest-util@29.7.0:
4908
+ resolution:
4909
+ {
4910
+ integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==,
4911
+ }
4912
+ engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
4913
+
4775
4914
  jest-worker@26.6.2:
4776
4915
  resolution:
4777
4916
  {
@@ -5902,6 +6041,13 @@ packages:
5902
6041
  }
5903
6042
  engines: { node: ">=6" }
5904
6043
 
6044
+ pretty-format@29.7.0:
6045
+ resolution:
6046
+ {
6047
+ integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==,
6048
+ }
6049
+ engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
6050
+
5905
6051
  process-warning@2.1.0:
5906
6052
  resolution:
5907
6053
  {
@@ -6001,6 +6147,12 @@ packages:
6001
6147
  integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==,
6002
6148
  }
6003
6149
 
6150
+ react-is@18.3.1:
6151
+ resolution:
6152
+ {
6153
+ integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==,
6154
+ }
6155
+
6004
6156
  read-cache@1.0.0:
6005
6157
  resolution:
6006
6158
  {
@@ -6454,6 +6606,13 @@ packages:
6454
6606
  }
6455
6607
  engines: { node: ">= 8" }
6456
6608
 
6609
+ stack-utils@2.0.6:
6610
+ resolution:
6611
+ {
6612
+ integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==,
6613
+ }
6614
+ engines: { node: ">=10" }
6615
+
6457
6616
  string-argv@0.3.2:
6458
6617
  resolution:
6459
6618
  {
@@ -6856,12 +7015,12 @@ packages:
6856
7015
  }
6857
7016
  engines: { node: ">=10" }
6858
7017
 
6859
- typescript@4.9.4:
7018
+ typescript@5.6.3:
6860
7019
  resolution:
6861
7020
  {
6862
- integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==,
7021
+ integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==,
6863
7022
  }
6864
- engines: { node: ">=4.2.0" }
7023
+ engines: { node: ">=14.17" }
6865
7024
  hasBin: true
6866
7025
 
6867
7026
  ufo@1.0.1:
@@ -7099,6 +7258,14 @@ packages:
7099
7258
  jsdom:
7100
7259
  optional: true
7101
7260
 
7261
+ vue-class-component@7.2.6:
7262
+ resolution:
7263
+ {
7264
+ integrity: sha512-+eaQXVrAm/LldalI272PpDe3+i4mPis0ORiMYxF6Ae4hyuCh15W8Idet7wPUEs4N4YptgFHGys4UrgNQOMyO6w==,
7265
+ }
7266
+ peerDependencies:
7267
+ vue: ^2.0.0
7268
+
7102
7269
  vue-demi@0.13.11:
7103
7270
  resolution:
7104
7271
  {
@@ -7122,6 +7289,15 @@ packages:
7122
7289
  peerDependencies:
7123
7290
  eslint: ">=6.0.0"
7124
7291
 
7292
+ vue-property-decorator@9.1.2:
7293
+ resolution:
7294
+ {
7295
+ integrity: sha512-xYA8MkZynPBGd/w5QFJ2d/NM0z/YeegMqYTphy7NJQXbZcuU6FC6AOdUAcy4SXP+YnkerC6AfH+ldg7PDk9ESQ==,
7296
+ }
7297
+ peerDependencies:
7298
+ vue: "*"
7299
+ vue-class-component: "*"
7300
+
7125
7301
  vue@3.2.45:
7126
7302
  resolution:
7127
7303
  {
@@ -8374,9 +8550,9 @@ snapshots:
8374
8550
  transitivePeerDependencies:
8375
8551
  - "@vue/composition-api"
8376
8552
 
8377
- "@headlessui/tailwindcss@0.2.0(tailwindcss@3.2.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@4.9.4)))":
8553
+ "@headlessui/tailwindcss@0.2.0(tailwindcss@3.2.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@5.6.3)))":
8378
8554
  dependencies:
8379
- tailwindcss: 3.2.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@4.9.4))
8555
+ tailwindcss: 3.2.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@5.6.3))
8380
8556
 
8381
8557
  "@headlessui/vue@1.7.16(vue@3.2.45)":
8382
8558
  dependencies:
@@ -8394,6 +8570,23 @@ snapshots:
8394
8570
 
8395
8571
  "@humanwhocodes/object-schema@1.2.1": {}
8396
8572
 
8573
+ "@jest/expect-utils@29.7.0":
8574
+ dependencies:
8575
+ jest-get-type: 29.6.3
8576
+
8577
+ "@jest/schemas@29.6.3":
8578
+ dependencies:
8579
+ "@sinclair/typebox": 0.27.8
8580
+
8581
+ "@jest/types@29.6.3":
8582
+ dependencies:
8583
+ "@jest/schemas": 29.6.3
8584
+ "@types/istanbul-lib-coverage": 2.0.6
8585
+ "@types/istanbul-reports": 3.0.4
8586
+ "@types/node": 22.9.0
8587
+ "@types/yargs": 17.0.33
8588
+ chalk: 4.1.2
8589
+
8397
8590
  "@jimp/bmp@0.10.3(@jimp/custom@0.10.3)":
8398
8591
  dependencies:
8399
8592
  "@babel/runtime": 7.20.6
@@ -8744,6 +8937,8 @@ snapshots:
8744
8937
  picocolors: 1.0.0
8745
8938
  tslib: 2.6.2
8746
8939
 
8940
+ "@sinclair/typebox@0.27.8": {}
8941
+
8747
8942
  "@tootallnate/once@2.0.0": {}
8748
8943
 
8749
8944
  "@trysound/sax@0.2.0": {}
@@ -8780,6 +8975,21 @@ snapshots:
8780
8975
 
8781
8976
  "@types/estree@1.0.5": {}
8782
8977
 
8978
+ "@types/istanbul-lib-coverage@2.0.6": {}
8979
+
8980
+ "@types/istanbul-lib-report@3.0.3":
8981
+ dependencies:
8982
+ "@types/istanbul-lib-coverage": 2.0.6
8983
+
8984
+ "@types/istanbul-reports@3.0.4":
8985
+ dependencies:
8986
+ "@types/istanbul-lib-report": 3.0.3
8987
+
8988
+ "@types/jest@29.5.14":
8989
+ dependencies:
8990
+ expect: 29.7.0
8991
+ pretty-format: 29.7.0
8992
+
8783
8993
  "@types/json-schema@7.0.11": {}
8784
8994
 
8785
8995
  "@types/json-schema@7.0.13": {}
@@ -8794,7 +9004,7 @@ snapshots:
8794
9004
  dependencies:
8795
9005
  undici-types: 5.26.5
8796
9006
 
8797
- "@types/node@22.7.3":
9007
+ "@types/node@22.9.0":
8798
9008
  dependencies:
8799
9009
  undici-types: 6.19.8
8800
9010
 
@@ -8808,18 +9018,26 @@ snapshots:
8808
9018
 
8809
9019
  "@types/sizzle@2.3.3": {}
8810
9020
 
9021
+ "@types/stack-utils@2.0.3": {}
9022
+
9023
+ "@types/yargs-parser@21.0.3": {}
9024
+
9025
+ "@types/yargs@17.0.33":
9026
+ dependencies:
9027
+ "@types/yargs-parser": 21.0.3
9028
+
8811
9029
  "@types/yauzl@2.10.3":
8812
9030
  dependencies:
8813
9031
  "@types/node": 20.14.9
8814
9032
  optional: true
8815
9033
 
8816
- "@typescript-eslint/eslint-plugin@6.7.4(@typescript-eslint/parser@6.7.4(eslint@8.30.0)(typescript@4.9.4))(eslint@8.30.0)(typescript@4.9.4)":
9034
+ "@typescript-eslint/eslint-plugin@6.7.4(@typescript-eslint/parser@6.7.4(eslint@8.30.0)(typescript@5.6.3))(eslint@8.30.0)(typescript@5.6.3)":
8817
9035
  dependencies:
8818
9036
  "@eslint-community/regexpp": 4.9.1
8819
- "@typescript-eslint/parser": 6.7.4(eslint@8.30.0)(typescript@4.9.4)
9037
+ "@typescript-eslint/parser": 6.7.4(eslint@8.30.0)(typescript@5.6.3)
8820
9038
  "@typescript-eslint/scope-manager": 6.7.4
8821
- "@typescript-eslint/type-utils": 6.7.4(eslint@8.30.0)(typescript@4.9.4)
8822
- "@typescript-eslint/utils": 6.7.4(eslint@8.30.0)(typescript@4.9.4)
9039
+ "@typescript-eslint/type-utils": 6.7.4(eslint@8.30.0)(typescript@5.6.3)
9040
+ "@typescript-eslint/utils": 6.7.4(eslint@8.30.0)(typescript@5.6.3)
8823
9041
  "@typescript-eslint/visitor-keys": 6.7.4
8824
9042
  debug: 4.3.4(supports-color@8.1.1)
8825
9043
  eslint: 8.30.0
@@ -8827,22 +9045,22 @@ snapshots:
8827
9045
  ignore: 5.2.4
8828
9046
  natural-compare: 1.4.0
8829
9047
  semver: 7.5.4
8830
- ts-api-utils: 1.0.3(typescript@4.9.4)
9048
+ ts-api-utils: 1.0.3(typescript@5.6.3)
8831
9049
  optionalDependencies:
8832
- typescript: 4.9.4
9050
+ typescript: 5.6.3
8833
9051
  transitivePeerDependencies:
8834
9052
  - supports-color
8835
9053
 
8836
- "@typescript-eslint/parser@6.7.4(eslint@8.30.0)(typescript@4.9.4)":
9054
+ "@typescript-eslint/parser@6.7.4(eslint@8.30.0)(typescript@5.6.3)":
8837
9055
  dependencies:
8838
9056
  "@typescript-eslint/scope-manager": 6.7.4
8839
9057
  "@typescript-eslint/types": 6.7.4
8840
- "@typescript-eslint/typescript-estree": 6.7.4(typescript@4.9.4)
9058
+ "@typescript-eslint/typescript-estree": 6.7.4(typescript@5.6.3)
8841
9059
  "@typescript-eslint/visitor-keys": 6.7.4
8842
9060
  debug: 4.3.4(supports-color@8.1.1)
8843
9061
  eslint: 8.30.0
8844
9062
  optionalDependencies:
8845
- typescript: 4.9.4
9063
+ typescript: 5.6.3
8846
9064
  transitivePeerDependencies:
8847
9065
  - supports-color
8848
9066
 
@@ -8851,21 +9069,21 @@ snapshots:
8851
9069
  "@typescript-eslint/types": 6.7.4
8852
9070
  "@typescript-eslint/visitor-keys": 6.7.4
8853
9071
 
8854
- "@typescript-eslint/type-utils@6.7.4(eslint@8.30.0)(typescript@4.9.4)":
9072
+ "@typescript-eslint/type-utils@6.7.4(eslint@8.30.0)(typescript@5.6.3)":
8855
9073
  dependencies:
8856
- "@typescript-eslint/typescript-estree": 6.7.4(typescript@4.9.4)
8857
- "@typescript-eslint/utils": 6.7.4(eslint@8.30.0)(typescript@4.9.4)
9074
+ "@typescript-eslint/typescript-estree": 6.7.4(typescript@5.6.3)
9075
+ "@typescript-eslint/utils": 6.7.4(eslint@8.30.0)(typescript@5.6.3)
8858
9076
  debug: 4.3.4(supports-color@8.1.1)
8859
9077
  eslint: 8.30.0
8860
- ts-api-utils: 1.0.3(typescript@4.9.4)
9078
+ ts-api-utils: 1.0.3(typescript@5.6.3)
8861
9079
  optionalDependencies:
8862
- typescript: 4.9.4
9080
+ typescript: 5.6.3
8863
9081
  transitivePeerDependencies:
8864
9082
  - supports-color
8865
9083
 
8866
9084
  "@typescript-eslint/types@6.7.4": {}
8867
9085
 
8868
- "@typescript-eslint/typescript-estree@6.7.4(typescript@4.9.4)":
9086
+ "@typescript-eslint/typescript-estree@6.7.4(typescript@5.6.3)":
8869
9087
  dependencies:
8870
9088
  "@typescript-eslint/types": 6.7.4
8871
9089
  "@typescript-eslint/visitor-keys": 6.7.4
@@ -8873,20 +9091,20 @@ snapshots:
8873
9091
  globby: 11.1.0
8874
9092
  is-glob: 4.0.3
8875
9093
  semver: 7.5.4
8876
- ts-api-utils: 1.0.3(typescript@4.9.4)
9094
+ ts-api-utils: 1.0.3(typescript@5.6.3)
8877
9095
  optionalDependencies:
8878
- typescript: 4.9.4
9096
+ typescript: 5.6.3
8879
9097
  transitivePeerDependencies:
8880
9098
  - supports-color
8881
9099
 
8882
- "@typescript-eslint/utils@6.7.4(eslint@8.30.0)(typescript@4.9.4)":
9100
+ "@typescript-eslint/utils@6.7.4(eslint@8.30.0)(typescript@5.6.3)":
8883
9101
  dependencies:
8884
9102
  "@eslint-community/eslint-utils": 4.4.0(eslint@8.30.0)
8885
9103
  "@types/json-schema": 7.0.13
8886
9104
  "@types/semver": 7.5.3
8887
9105
  "@typescript-eslint/scope-manager": 6.7.4
8888
9106
  "@typescript-eslint/types": 6.7.4
8889
- "@typescript-eslint/typescript-estree": 6.7.4(typescript@4.9.4)
9107
+ "@typescript-eslint/typescript-estree": 6.7.4(typescript@5.6.3)
8890
9108
  eslint: 8.30.0
8891
9109
  semver: 7.5.4
8892
9110
  transitivePeerDependencies:
@@ -9161,6 +9379,8 @@ snapshots:
9161
9379
  dependencies:
9162
9380
  color-convert: 2.0.1
9163
9381
 
9382
+ ansi-styles@5.2.0: {}
9383
+
9164
9384
  ansi-styles@6.2.1: {}
9165
9385
 
9166
9386
  antlr4@4.11.0: {}
@@ -9696,6 +9916,8 @@ snapshots:
9696
9916
 
9697
9917
  didyoumean@1.2.2: {}
9698
9918
 
9919
+ diff-sequences@29.6.3: {}
9920
+
9699
9921
  diff2html@2.12.2:
9700
9922
  dependencies:
9701
9923
  diff: 4.0.2
@@ -9920,6 +10142,8 @@ snapshots:
9920
10142
 
9921
10143
  escape-string-regexp@1.0.5: {}
9922
10144
 
10145
+ escape-string-regexp@2.0.0: {}
10146
+
9923
10147
  escape-string-regexp@4.0.0: {}
9924
10148
 
9925
10149
  escodegen@2.0.0:
@@ -10101,6 +10325,14 @@ snapshots:
10101
10325
 
10102
10326
  exif-parser@0.1.12: {}
10103
10327
 
10328
+ expect@29.7.0:
10329
+ dependencies:
10330
+ "@jest/expect-utils": 29.7.0
10331
+ jest-get-type: 29.6.3
10332
+ jest-matcher-utils: 29.7.0
10333
+ jest-message-util: 29.7.0
10334
+ jest-util: 29.7.0
10335
+
10104
10336
  extend@3.0.2: {}
10105
10337
 
10106
10338
  extract-zip@2.0.1(supports-color@8.1.1):
@@ -10502,6 +10734,43 @@ snapshots:
10502
10734
 
10503
10735
  isstream@0.1.2: {}
10504
10736
 
10737
+ jest-diff@29.7.0:
10738
+ dependencies:
10739
+ chalk: 4.1.2
10740
+ diff-sequences: 29.6.3
10741
+ jest-get-type: 29.6.3
10742
+ pretty-format: 29.7.0
10743
+
10744
+ jest-get-type@29.6.3: {}
10745
+
10746
+ jest-matcher-utils@29.7.0:
10747
+ dependencies:
10748
+ chalk: 4.1.2
10749
+ jest-diff: 29.7.0
10750
+ jest-get-type: 29.6.3
10751
+ pretty-format: 29.7.0
10752
+
10753
+ jest-message-util@29.7.0:
10754
+ dependencies:
10755
+ "@babel/code-frame": 7.24.6
10756
+ "@jest/types": 29.6.3
10757
+ "@types/stack-utils": 2.0.3
10758
+ chalk: 4.1.2
10759
+ graceful-fs: 4.2.11
10760
+ micromatch: 4.0.8
10761
+ pretty-format: 29.7.0
10762
+ slash: 3.0.0
10763
+ stack-utils: 2.0.6
10764
+
10765
+ jest-util@29.7.0:
10766
+ dependencies:
10767
+ "@jest/types": 29.6.3
10768
+ "@types/node": 22.9.0
10769
+ chalk: 4.1.2
10770
+ ci-info: 3.7.0
10771
+ graceful-fs: 4.2.11
10772
+ picomatch: 2.3.1
10773
+
10505
10774
  jest-worker@26.6.2:
10506
10775
  dependencies:
10507
10776
  "@types/node": 20.14.9
@@ -10510,7 +10779,7 @@ snapshots:
10510
10779
 
10511
10780
  jest-worker@27.5.1:
10512
10781
  dependencies:
10513
- "@types/node": 22.7.3
10782
+ "@types/node": 22.9.0
10514
10783
  merge-stream: 2.0.0
10515
10784
  supports-color: 8.1.1
10516
10785
 
@@ -11079,13 +11348,13 @@ snapshots:
11079
11348
  camelcase-css: 2.0.1
11080
11349
  postcss: 8.4.31
11081
11350
 
11082
- postcss-load-config@3.1.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@4.9.4)):
11351
+ postcss-load-config@3.1.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@5.6.3)):
11083
11352
  dependencies:
11084
11353
  lilconfig: 2.0.6
11085
11354
  yaml: 1.10.2
11086
11355
  optionalDependencies:
11087
11356
  postcss: 8.4.31
11088
- ts-node: 10.9.1(@types/node@20.14.9)(typescript@4.9.4)
11357
+ ts-node: 10.9.1(@types/node@20.14.9)(typescript@5.6.3)
11089
11358
 
11090
11359
  postcss-nested@6.0.0(postcss@8.4.31):
11091
11360
  dependencies:
@@ -11130,6 +11399,12 @@ snapshots:
11130
11399
 
11131
11400
  pretty-bytes@5.6.0: {}
11132
11401
 
11402
+ pretty-format@29.7.0:
11403
+ dependencies:
11404
+ "@jest/schemas": 29.6.3
11405
+ ansi-styles: 5.2.0
11406
+ react-is: 18.3.1
11407
+
11133
11408
  process-warning@2.1.0: {}
11134
11409
 
11135
11410
  process@0.11.10: {}
@@ -11168,6 +11443,8 @@ snapshots:
11168
11443
  dependencies:
11169
11444
  safe-buffer: 5.2.1
11170
11445
 
11446
+ react-is@18.3.1: {}
11447
+
11171
11448
  read-cache@1.0.0:
11172
11449
  dependencies:
11173
11450
  pify: 2.3.0
@@ -11456,6 +11733,10 @@ snapshots:
11456
11733
  dependencies:
11457
11734
  minipass: 3.3.6
11458
11735
 
11736
+ stack-utils@2.0.6:
11737
+ dependencies:
11738
+ escape-string-regexp: 2.0.0
11739
+
11459
11740
  string-argv@0.3.2: {}
11460
11741
 
11461
11742
  string-width@4.2.3:
@@ -11524,7 +11805,7 @@ snapshots:
11524
11805
  "@pkgr/utils": 2.4.2
11525
11806
  tslib: 2.6.2
11526
11807
 
11527
- tailwindcss@3.2.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@4.9.4)):
11808
+ tailwindcss@3.2.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@5.6.3)):
11528
11809
  dependencies:
11529
11810
  arg: 5.0.2
11530
11811
  chokidar: 3.5.3
@@ -11543,7 +11824,7 @@ snapshots:
11543
11824
  postcss: 8.4.31
11544
11825
  postcss-import: 14.1.0(postcss@8.4.31)
11545
11826
  postcss-js: 4.0.0(postcss@8.4.31)
11546
- postcss-load-config: 3.1.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@4.9.4))
11827
+ postcss-load-config: 3.1.4(postcss@8.4.31)(ts-node@10.9.1(@types/node@20.14.9)(typescript@5.6.3))
11547
11828
  postcss-nested: 6.0.0(postcss@8.4.31)
11548
11829
  postcss-selector-parser: 6.0.11
11549
11830
  postcss-value-parser: 4.2.0
@@ -11652,11 +11933,11 @@ snapshots:
11652
11933
  dependencies:
11653
11934
  utf8-byte-length: 1.0.4
11654
11935
 
11655
- ts-api-utils@1.0.3(typescript@4.9.4):
11936
+ ts-api-utils@1.0.3(typescript@5.6.3):
11656
11937
  dependencies:
11657
- typescript: 4.9.4
11938
+ typescript: 5.6.3
11658
11939
 
11659
- ts-node@10.9.1(@types/node@20.14.9)(typescript@4.9.4):
11940
+ ts-node@10.9.1(@types/node@20.14.9)(typescript@5.6.3):
11660
11941
  dependencies:
11661
11942
  "@cspotcode/source-map-support": 0.8.1
11662
11943
  "@tsconfig/node10": 1.0.9
@@ -11670,7 +11951,7 @@ snapshots:
11670
11951
  create-require: 1.1.1
11671
11952
  diff: 4.0.2
11672
11953
  make-error: 1.3.6
11673
- typescript: 4.9.4
11954
+ typescript: 5.6.3
11674
11955
  v8-compile-cache-lib: 3.0.1
11675
11956
  yn: 3.1.1
11676
11957
 
@@ -11702,7 +11983,7 @@ snapshots:
11702
11983
 
11703
11984
  type-fest@1.4.0: {}
11704
11985
 
11705
- typescript@4.9.4: {}
11986
+ typescript@5.6.3: {}
11706
11987
 
11707
11988
  ufo@1.0.1: {}
11708
11989
 
@@ -11846,6 +12127,10 @@ snapshots:
11846
12127
  - supports-color
11847
12128
  - terser
11848
12129
 
12130
+ vue-class-component@7.2.6(vue@3.2.45):
12131
+ dependencies:
12132
+ vue: 3.2.45
12133
+
11849
12134
  vue-demi@0.13.11(vue@3.2.45):
11850
12135
  dependencies:
11851
12136
  vue: 3.2.45
@@ -11863,6 +12148,11 @@ snapshots:
11863
12148
  transitivePeerDependencies:
11864
12149
  - supports-color
11865
12150
 
12151
+ vue-property-decorator@9.1.2(vue-class-component@7.2.6(vue@3.2.45))(vue@3.2.45):
12152
+ dependencies:
12153
+ vue: 3.2.45
12154
+ vue-class-component: 7.2.6(vue@3.2.45)
12155
+
11866
12156
  vue@3.2.45:
11867
12157
  dependencies:
11868
12158
  "@vue/compiler-dom": 3.2.45