@lark-apaas/coding-template-vite-react 0.1.10 → 0.1.12

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.
@@ -11,7 +11,7 @@
11
11
  "@formkit/auto-animate": "^0.9.0",
12
12
  "@gsap/react": "^2.1.2",
13
13
  "@hookform/resolvers": "^5.2.2",
14
- "@lark-apaas/client-toolkit-lite": "1.1.7-alpha.27",
14
+ "@lark-apaas/client-toolkit-lite": "1.1.7-alpha.29",
15
15
  "@radix-ui/react-accordion": "^1.2.11",
16
16
  "@radix-ui/react-alert-dialog": "^1.1.14",
17
17
  "@radix-ui/react-aspect-ratio": "^1.1.7",
@@ -66,19 +66,14 @@
66
66
  "zod": "^4.3.6"
67
67
  },
68
68
  "devDependencies": {
69
- "@eslint/js": "^9",
70
- "@lark-apaas/coding-presets": "1.0.3-alpha.0",
71
- "@lark-apaas/coding-vite-preset": "1.0.7-alpha.24",
69
+ "@lark-apaas/coding-preset-vite-react": "^1.0.0",
70
+ "@lark-apaas/coding-presets-react": "^0.1.0",
72
71
  "@types/node": "^24",
73
72
  "@types/react": "^19",
74
73
  "@types/react-dom": "^19",
75
74
  "concurrently": "^9",
76
75
  "eslint": "^9",
77
- "eslint-plugin-react-hooks": "^7",
78
- "eslint-plugin-react-refresh": "^0.5",
79
- "globals": "^17",
80
76
  "typescript": "~5.9",
81
- "typescript-eslint": "^8",
82
77
  "vite": "^8"
83
78
  }
84
79
  },
@@ -96,47 +91,6 @@
96
91
  "node": ">=6.9.0"
97
92
  }
98
93
  },
99
- "node_modules/@babel/compat-data": {
100
- "version": "7.29.7",
101
- "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.29.7.tgz",
102
- "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
103
- "dev": true,
104
- "license": "MIT",
105
- "engines": {
106
- "node": ">=6.9.0"
107
- }
108
- },
109
- "node_modules/@babel/core": {
110
- "version": "7.29.7",
111
- "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.29.7.tgz",
112
- "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
113
- "dev": true,
114
- "license": "MIT",
115
- "dependencies": {
116
- "@babel/code-frame": "^7.29.7",
117
- "@babel/generator": "^7.29.7",
118
- "@babel/helper-compilation-targets": "^7.29.7",
119
- "@babel/helper-module-transforms": "^7.29.7",
120
- "@babel/helpers": "^7.29.7",
121
- "@babel/parser": "^7.29.7",
122
- "@babel/template": "^7.29.7",
123
- "@babel/traverse": "^7.29.7",
124
- "@babel/types": "^7.29.7",
125
- "@jridgewell/remapping": "^2.3.5",
126
- "convert-source-map": "^2.0.0",
127
- "debug": "^4.1.0",
128
- "gensync": "^1.0.0-beta.2",
129
- "json5": "^2.2.3",
130
- "semver": "^6.3.1"
131
- },
132
- "engines": {
133
- "node": ">=6.9.0"
134
- },
135
- "funding": {
136
- "type": "opencollective",
137
- "url": "https://opencollective.com/babel"
138
- }
139
- },
140
94
  "node_modules/@babel/generator": {
141
95
  "version": "7.29.7",
142
96
  "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.7.tgz",
@@ -154,23 +108,6 @@
154
108
  "node": ">=6.9.0"
155
109
  }
156
110
  },
157
- "node_modules/@babel/helper-compilation-targets": {
158
- "version": "7.29.7",
159
- "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
160
- "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
161
- "dev": true,
162
- "license": "MIT",
163
- "dependencies": {
164
- "@babel/compat-data": "^7.29.7",
165
- "@babel/helper-validator-option": "^7.29.7",
166
- "browserslist": "^4.24.0",
167
- "lru-cache": "^5.1.1",
168
- "semver": "^6.3.1"
169
- },
170
- "engines": {
171
- "node": ">=6.9.0"
172
- }
173
- },
174
111
  "node_modules/@babel/helper-globals": {
175
112
  "version": "7.29.7",
176
113
  "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
@@ -181,38 +118,6 @@
181
118
  "node": ">=6.9.0"
182
119
  }
183
120
  },
184
- "node_modules/@babel/helper-module-imports": {
185
- "version": "7.29.7",
186
- "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
187
- "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
188
- "dev": true,
189
- "license": "MIT",
190
- "dependencies": {
191
- "@babel/traverse": "^7.29.7",
192
- "@babel/types": "^7.29.7"
193
- },
194
- "engines": {
195
- "node": ">=6.9.0"
196
- }
197
- },
198
- "node_modules/@babel/helper-module-transforms": {
199
- "version": "7.29.7",
200
- "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
201
- "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
202
- "dev": true,
203
- "license": "MIT",
204
- "dependencies": {
205
- "@babel/helper-module-imports": "^7.29.7",
206
- "@babel/helper-validator-identifier": "^7.29.7",
207
- "@babel/traverse": "^7.29.7"
208
- },
209
- "engines": {
210
- "node": ">=6.9.0"
211
- },
212
- "peerDependencies": {
213
- "@babel/core": "^7.0.0"
214
- }
215
- },
216
121
  "node_modules/@babel/helper-string-parser": {
217
122
  "version": "7.29.7",
218
123
  "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
@@ -232,30 +137,6 @@
232
137
  "node": ">=6.9.0"
233
138
  }
234
139
  },
235
- "node_modules/@babel/helper-validator-option": {
236
- "version": "7.29.7",
237
- "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
238
- "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
239
- "dev": true,
240
- "license": "MIT",
241
- "engines": {
242
- "node": ">=6.9.0"
243
- }
244
- },
245
- "node_modules/@babel/helpers": {
246
- "version": "7.29.7",
247
- "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.29.7.tgz",
248
- "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
249
- "dev": true,
250
- "license": "MIT",
251
- "dependencies": {
252
- "@babel/template": "^7.29.7",
253
- "@babel/types": "^7.29.7"
254
- },
255
- "engines": {
256
- "node": ">=6.9.0"
257
- }
258
- },
259
140
  "node_modules/@babel/parser": {
260
141
  "version": "7.29.7",
261
142
  "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.7.tgz",
@@ -881,16 +762,6 @@
881
762
  "url": "https://github.com/sponsors/nzakas"
882
763
  }
883
764
  },
884
- "node_modules/@isaacs/cliui": {
885
- "version": "9.0.0",
886
- "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-9.0.0.tgz",
887
- "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
888
- "dev": true,
889
- "license": "BlueOak-1.0.0",
890
- "engines": {
891
- "node": ">=18"
892
- }
893
- },
894
765
  "node_modules/@jridgewell/gen-mapping": {
895
766
  "version": "0.3.13",
896
767
  "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
@@ -964,9 +835,9 @@
964
835
  }
965
836
  },
966
837
  "node_modules/@lark-apaas/client-toolkit-lite": {
967
- "version": "1.1.7-alpha.27",
968
- "resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.7-alpha.27.tgz",
969
- "integrity": "sha512-NpEaFg/E1DdctwmBnZWNJjpzOYaFG8qEV6L2bMwyxDMWOxrsw3tkdEjnzwo8MDK+9KOWtfU0TNaaQN5Bm3K4Gg==",
838
+ "version": "1.1.7-alpha.29",
839
+ "resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.7-alpha.29.tgz",
840
+ "integrity": "sha512-jgv3yGmHzL0MgwNsCTFNh5rFe9JeD4BTf6DM3eXFeq8FV6eUhKbs+GD4txm/ETXXXvADU4yPxsbnKu9Qv3Y6dg==",
970
841
  "license": "MIT",
971
842
  "dependencies": {
972
843
  "@lark-apaas/client-capability": "0.1.7-alpha.2",
@@ -974,18 +845,13 @@
974
845
  "@lark-apaas/internal-slardar": "^0.0.3",
975
846
  "@lark-apaas/miaoda-inspector": "^1.0.23",
976
847
  "@lark-apaas/observable-web": "^1.0.6",
977
- "@radix-ui/react-avatar": "^1.0.4",
978
848
  "@radix-ui/react-dialog": "^1.0.5",
979
849
  "@radix-ui/react-popover": "^1.0.7",
980
- "@radix-ui/react-slot": "^1.0.2",
981
- "@radix-ui/react-tooltip": "^1.0.7",
982
850
  "axios": "^1.12.2",
983
851
  "blueimp-md5": "^2.10.0",
984
- "class-variance-authority": "^0.7.1",
985
852
  "clsx": "^2.0.1",
986
853
  "crypto-js": "^3.1.9-1",
987
854
  "lodash": "^4.17.21",
988
- "lucide-react": "^0.400.0",
989
855
  "penpal": "^6.2.2",
990
856
  "stacktrace-js": "^2.0.2",
991
857
  "tailwind-merge": "^2.0.0"
@@ -1000,15 +866,6 @@
1000
866
  "react-router-dom": "^6.0.0 || ^7.0.0"
1001
867
  }
1002
868
  },
1003
- "node_modules/@lark-apaas/client-toolkit-lite/node_modules/lucide-react": {
1004
- "version": "0.400.0",
1005
- "resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.400.0.tgz",
1006
- "integrity": "sha512-rpp7pFHh3Xd93KHixNgB0SqThMHpYNzsGUu69UaQbSZ75Q/J3m5t6EhKyMT3m4w2WOxmJ2mY0tD3vebnXqQryQ==",
1007
- "license": "ISC",
1008
- "peerDependencies": {
1009
- "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
1010
- }
1011
- },
1012
869
  "node_modules/@lark-apaas/client-toolkit-lite/node_modules/tailwind-merge": {
1013
870
  "version": "2.6.1",
1014
871
  "resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-2.6.1.tgz",
@@ -1019,82 +876,34 @@
1019
876
  "url": "https://github.com/sponsors/dcastil"
1020
877
  }
1021
878
  },
1022
- "node_modules/@lark-apaas/coding-presets": {
1023
- "version": "1.0.3-alpha.0",
1024
- "resolved": "https://registry.npmmirror.com/@lark-apaas/coding-presets/-/coding-presets-1.0.3-alpha.0.tgz",
1025
- "integrity": "sha512-c87xAZc+TFrg6pWHL0I67zxxYxmhWm4TIRIBc04Zr0csPPS6nCTmHgd9oOqZ+weoYr91N+0LodmHy5SD0zxfng==",
1026
- "dev": true,
1027
- "license": "MIT",
1028
- "dependencies": {
1029
- "@eslint/js": "^9.35.0",
1030
- "css-tree": "^3.1.0",
1031
- "eslint-plugin-import": "^2.32.0",
1032
- "eslint-plugin-react-hooks": "^5.2.0",
1033
- "globals": "^16.4.0",
1034
- "stylelint": "^17.3.0",
1035
- "tailwindcss-animate": "^1.0.7",
1036
- "typescript-eslint": "^8.44.0"
1037
- },
1038
- "peerDependencies": {
1039
- "eslint": "^9.0.0"
1040
- }
1041
- },
1042
- "node_modules/@lark-apaas/coding-presets/node_modules/eslint-plugin-react-hooks": {
1043
- "version": "5.2.0",
1044
- "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz",
1045
- "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
1046
- "dev": true,
1047
- "license": "MIT",
1048
- "engines": {
1049
- "node": ">=10"
1050
- },
1051
- "peerDependencies": {
1052
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
1053
- }
1054
- },
1055
- "node_modules/@lark-apaas/coding-presets/node_modules/globals": {
1056
- "version": "16.5.0",
1057
- "resolved": "https://registry.npmmirror.com/globals/-/globals-16.5.0.tgz",
1058
- "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
1059
- "dev": true,
1060
- "license": "MIT",
1061
- "engines": {
1062
- "node": ">=18"
1063
- },
1064
- "funding": {
1065
- "url": "https://github.com/sponsors/sindresorhus"
1066
- }
1067
- },
1068
- "node_modules/@lark-apaas/coding-vite-preset": {
1069
- "version": "1.0.7-alpha.24",
1070
- "resolved": "https://registry.npmmirror.com/@lark-apaas/coding-vite-preset/-/coding-vite-preset-1.0.7-alpha.24.tgz",
1071
- "integrity": "sha512-sI8+hkZI5/8pgAOva2Pi9l2PLT379bu2MLtZxYKORPPPH6OthXIWAH3PMtQDn9Q00zynLXqfswF6G2l6VSNjaw==",
879
+ "node_modules/@lark-apaas/coding-preset-vite-react": {
880
+ "version": "1.0.0",
881
+ "resolved": "https://registry.npmmirror.com/@lark-apaas/coding-preset-vite-react/-/coding-preset-vite-react-1.0.0.tgz",
882
+ "integrity": "sha512-GsNf8dlupjmNfgqcDxk2xSJqU4kirlx1hqDPNJvPtpTJ/y94fe1WgeBe9I5247dqRzGLZbrmTrYdMqz/ggL6dA==",
1072
883
  "dev": true,
1073
884
  "license": "MIT",
1074
885
  "dependencies": {
1075
- "@lark-apaas/devtool-kits": "1.2.24-alpha.15",
1076
- "@lark-apaas/vite-inspector-plugin": "^1.0.3",
1077
- "@tailwindcss/vite": "^4.0.0",
886
+ "@babel/parser": "^7.28.0",
887
+ "@babel/traverse": "^7.28.0",
888
+ "@babel/types": "^7.28.0",
889
+ "@lark-apaas/vite-inspector-plugin": "^1.0.4",
890
+ "@tailwindcss/vite": "^4.3.0",
1078
891
  "@vitejs/plugin-react": "^6.0.0",
1079
892
  "clsx": "^2.1.1",
1080
893
  "colorjs.io": "^0.5.2",
1081
894
  "core-js": "^3.40.0",
1082
- "dotenv": "^16.4.5",
1083
895
  "echarts": "^6.0.0",
1084
896
  "echarts-for-react": "^3.0.2",
1085
- "glob": "^11.0.0",
1086
897
  "html-minifier-terser": "^7.2.0",
1087
- "magic-string": "^0.30.0",
1088
- "postcss-import": "^16.1.1",
1089
898
  "tailwind-merge": "^2.5.5"
1090
899
  },
1091
900
  "peerDependencies": {
1092
- "react": ">=16.14.0",
1093
- "react-dom": ">=16.14.0",
901
+ "react": ">=18.0.0",
902
+ "react-dom": ">=18.0.0",
1094
903
  "vite": "^8.0.0"
1095
904
  }
1096
905
  },
1097
- "node_modules/@lark-apaas/coding-vite-preset/node_modules/echarts": {
906
+ "node_modules/@lark-apaas/coding-preset-vite-react/node_modules/echarts": {
1098
907
  "version": "6.1.0",
1099
908
  "resolved": "https://registry.npmmirror.com/echarts/-/echarts-6.1.0.tgz",
1100
909
  "integrity": "sha512-q0yaFPggC9FUdsWH4blavRWFmxdrIodbkoKNAjJudAI6CA9gNPxHtV2RcZNEepZVlk4yvBYkOkbk6HIVpIyHZA==",
@@ -1105,7 +914,7 @@
1105
914
  "zrender": "6.1.0"
1106
915
  }
1107
916
  },
1108
- "node_modules/@lark-apaas/coding-vite-preset/node_modules/tailwind-merge": {
917
+ "node_modules/@lark-apaas/coding-preset-vite-react/node_modules/tailwind-merge": {
1109
918
  "version": "2.6.1",
1110
919
  "resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-2.6.1.tgz",
1111
920
  "integrity": "sha512-Oo6tHdpZsGpkKG88HJ8RR1rg/RdnEkQEfMoEk2x1XRI3F1AxeU+ijRXpiVUF4UbLfcxxRGw6TbUINKYdWVsQTQ==",
@@ -1116,14 +925,14 @@
1116
925
  "url": "https://github.com/sponsors/dcastil"
1117
926
  }
1118
927
  },
1119
- "node_modules/@lark-apaas/coding-vite-preset/node_modules/tslib": {
928
+ "node_modules/@lark-apaas/coding-preset-vite-react/node_modules/tslib": {
1120
929
  "version": "2.3.0",
1121
930
  "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
1122
931
  "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
1123
932
  "dev": true,
1124
933
  "license": "0BSD"
1125
934
  },
1126
- "node_modules/@lark-apaas/coding-vite-preset/node_modules/zrender": {
935
+ "node_modules/@lark-apaas/coding-preset-vite-react/node_modules/zrender": {
1127
936
  "version": "6.1.0",
1128
937
  "resolved": "https://registry.npmmirror.com/zrender/-/zrender-6.1.0.tgz",
1129
938
  "integrity": "sha512-oEGMDB6pOP2S6OwRR4PdVv610zrjnA3Bh+JnSG12fYJlBKjtNAoEb5fSUoCOOINlH96I2fU38/A2UpRKs67xYQ==",
@@ -1133,39 +942,58 @@
1133
942
  "tslib": "2.3.0"
1134
943
  }
1135
944
  },
1136
- "node_modules/@lark-apaas/dataloom": {
1137
- "version": "0.1.1",
1138
- "resolved": "https://registry.npmmirror.com/@lark-apaas/dataloom/-/dataloom-0.1.1.tgz",
1139
- "integrity": "sha512-gwlYCGE7p4j1mhNsNLdblGxs4IS3lp5D6Rms1B+jgWPh6/VzKp6++6YbpW0tcOWLrmp1XLHzkJ2sF+0VbviGLA==",
945
+ "node_modules/@lark-apaas/coding-presets-react": {
946
+ "version": "0.1.0",
947
+ "resolved": "https://registry.npmmirror.com/@lark-apaas/coding-presets-react/-/coding-presets-react-0.1.0.tgz",
948
+ "integrity": "sha512-sYAhoNgCfG7krT1QW1ylgTpv9gAER5cvdU6JOYT2V2li4zfuRQXG9BBcBABZy14PChQuk4nHqBI9shI53pPKoQ==",
949
+ "dev": true,
950
+ "license": "MIT",
1140
951
  "dependencies": {
1141
- "@lark-apaas/internal-slardar": "^0.0.3"
952
+ "@eslint/js": "^9.35.0",
953
+ "css-tree": "^3.1.0",
954
+ "eslint-plugin-import": "^2.32.0",
955
+ "eslint-plugin-react-hooks": "^5.2.0",
956
+ "globals": "^16.4.0",
957
+ "stylelint": "^17.3.0",
958
+ "tailwindcss-animate": "^1.0.7",
959
+ "typescript-eslint": "^8.44.0"
960
+ },
961
+ "peerDependencies": {
962
+ "eslint": "^9.0.0"
1142
963
  }
1143
964
  },
1144
- "node_modules/@lark-apaas/devtool-kits": {
1145
- "version": "1.2.24-alpha.15",
1146
- "resolved": "https://registry.npmmirror.com/@lark-apaas/devtool-kits/-/devtool-kits-1.2.24-alpha.15.tgz",
1147
- "integrity": "sha512-vxqw7MPCIKpcJJoXSSPGNFB6YVa5krITA+34TNjPrxxs6t7TgGfUgQZu98+ZZJSixzi1nu2lkua8/Y9KxYU7zw==",
965
+ "node_modules/@lark-apaas/coding-presets-react/node_modules/eslint-plugin-react-hooks": {
966
+ "version": "5.2.0",
967
+ "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz",
968
+ "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
1148
969
  "dev": true,
1149
970
  "license": "MIT",
1150
- "dependencies": {
1151
- "@babel/parser": "^7.28.0",
1152
- "@babel/traverse": "^7.28.0",
1153
- "@babel/types": "^7.28.2",
1154
- "express": "^4.18.2",
1155
- "inflection": "^3.0.2",
1156
- "pino": "^10.0.0",
1157
- "pinyin-pro": "^3.27.0",
1158
- "ts-morph": "^27.0.2"
1159
- },
1160
- "bin": {
1161
- "generate-api-routes": "dist/bin/generate-api-routes.js",
1162
- "generate-page-routes": "dist/bin/generate-page-routes.js"
1163
- },
1164
971
  "engines": {
1165
- "node": ">=18.0.0"
972
+ "node": ">=10"
1166
973
  },
1167
974
  "peerDependencies": {
1168
- "typescript": "^5.2.0"
975
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
976
+ }
977
+ },
978
+ "node_modules/@lark-apaas/coding-presets-react/node_modules/globals": {
979
+ "version": "16.5.0",
980
+ "resolved": "https://registry.npmmirror.com/globals/-/globals-16.5.0.tgz",
981
+ "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
982
+ "dev": true,
983
+ "license": "MIT",
984
+ "engines": {
985
+ "node": ">=18"
986
+ },
987
+ "funding": {
988
+ "url": "https://github.com/sponsors/sindresorhus"
989
+ }
990
+ },
991
+ "node_modules/@lark-apaas/dataloom": {
992
+ "version": "0.1.1",
993
+ "resolved": "https://registry.npmmirror.com/@lark-apaas/dataloom/-/dataloom-0.1.1.tgz",
994
+ "integrity": "sha512-gwlYCGE7p4j1mhNsNLdblGxs4IS3lp5D6Rms1B+jgWPh6/VzKp6++6YbpW0tcOWLrmp1XLHzkJ2sF+0VbviGLA==",
995
+ "dependencies": {
996
+ "@lark-apaas/internal-slardar": "^0.0.3"
1169
997
  }
1170
998
  },
1171
999
  "node_modules/@lark-apaas/internal-slardar": {
@@ -1233,9 +1061,9 @@
1233
1061
  }
1234
1062
  },
1235
1063
  "node_modules/@lark-apaas/vite-inspector-plugin": {
1236
- "version": "1.0.3",
1237
- "resolved": "https://registry.npmmirror.com/@lark-apaas/vite-inspector-plugin/-/vite-inspector-plugin-1.0.3.tgz",
1238
- "integrity": "sha512-TeRlHL52t/lrVSyFOfy0iuKR5rET8mDT0CrjTRwwgf86k+2cNhj1pH0Hmjd5KtMShHdvS+xvyj3oEUUp11Bsog==",
1064
+ "version": "1.0.4",
1065
+ "resolved": "https://registry.npmmirror.com/@lark-apaas/vite-inspector-plugin/-/vite-inspector-plugin-1.0.4.tgz",
1066
+ "integrity": "sha512-c2ZN3tPzH8m/0vDKvmmcACGssaqTAJzROpV5gTy9340Ol1wvR6T8U6fYb57Kp7W0i2z3IWuIl7y7DvdSlSGzbg==",
1239
1067
  "dev": true,
1240
1068
  "license": "MIT",
1241
1069
  "dependencies": {
@@ -1244,7 +1072,7 @@
1244
1072
  "magic-string": "^0.30.17"
1245
1073
  },
1246
1074
  "peerDependencies": {
1247
- "vite": "^6.0.0 || ^7.0.0"
1075
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
1248
1076
  }
1249
1077
  },
1250
1078
  "node_modules/@napi-rs/wasm-runtime": {
@@ -1495,13 +1323,6 @@
1495
1323
  "url": "https://github.com/sponsors/Boshen"
1496
1324
  }
1497
1325
  },
1498
- "node_modules/@pinojs/redact": {
1499
- "version": "0.4.0",
1500
- "resolved": "https://registry.npmmirror.com/@pinojs/redact/-/redact-0.4.0.tgz",
1501
- "integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==",
1502
- "dev": true,
1503
- "license": "MIT"
1504
- },
1505
1326
  "node_modules/@radix-ui/number": {
1506
1327
  "version": "1.1.1",
1507
1328
  "resolved": "https://registry.npmmirror.com/@radix-ui/number/-/number-1.1.1.tgz",
@@ -3818,57 +3639,6 @@
3818
3639
  "react": "^18 || ^19"
3819
3640
  }
3820
3641
  },
3821
- "node_modules/@ts-morph/common": {
3822
- "version": "0.28.1",
3823
- "resolved": "https://registry.npmmirror.com/@ts-morph/common/-/common-0.28.1.tgz",
3824
- "integrity": "sha512-W74iWf7ILp1ZKNYXY5qbddNaml7e9Sedv5lvU1V8lftlitkc9Pq1A+jlH23ltDgWYeZFFEqGCD1Ies9hqu3O+g==",
3825
- "dev": true,
3826
- "license": "MIT",
3827
- "dependencies": {
3828
- "minimatch": "^10.0.1",
3829
- "path-browserify": "^1.0.1",
3830
- "tinyglobby": "^0.2.14"
3831
- }
3832
- },
3833
- "node_modules/@ts-morph/common/node_modules/balanced-match": {
3834
- "version": "4.0.4",
3835
- "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-4.0.4.tgz",
3836
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
3837
- "dev": true,
3838
- "license": "MIT",
3839
- "engines": {
3840
- "node": "18 || 20 || >=22"
3841
- }
3842
- },
3843
- "node_modules/@ts-morph/common/node_modules/brace-expansion": {
3844
- "version": "5.0.6",
3845
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-5.0.6.tgz",
3846
- "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
3847
- "dev": true,
3848
- "license": "MIT",
3849
- "dependencies": {
3850
- "balanced-match": "^4.0.2"
3851
- },
3852
- "engines": {
3853
- "node": "18 || 20 || >=22"
3854
- }
3855
- },
3856
- "node_modules/@ts-morph/common/node_modules/minimatch": {
3857
- "version": "10.2.5",
3858
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.2.5.tgz",
3859
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
3860
- "dev": true,
3861
- "license": "BlueOak-1.0.0",
3862
- "dependencies": {
3863
- "brace-expansion": "^5.0.5"
3864
- },
3865
- "engines": {
3866
- "node": "18 || 20 || >=22"
3867
- },
3868
- "funding": {
3869
- "url": "https://github.com/sponsors/isaacs"
3870
- }
3871
- },
3872
3642
  "node_modules/@tybys/wasm-util": {
3873
3643
  "version": "0.10.2",
3874
3644
  "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
@@ -4505,20 +4275,6 @@
4505
4275
  "integrity": "sha512-kQARFS/jf+fsIFv9qxfNp8YMeun5tTyhFDk3iv47Lywk5YRldhINWicEZI15fP3FDUCeo8ok+BP0CtnDRFMFRg==",
4506
4276
  "license": "MIT"
4507
4277
  },
4508
- "node_modules/accepts": {
4509
- "version": "1.3.8",
4510
- "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
4511
- "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
4512
- "dev": true,
4513
- "license": "MIT",
4514
- "dependencies": {
4515
- "mime-types": "~2.1.34",
4516
- "negotiator": "0.6.3"
4517
- },
4518
- "engines": {
4519
- "node": ">= 0.6"
4520
- }
4521
- },
4522
4278
  "node_modules/acorn": {
4523
4279
  "version": "8.16.0",
4524
4280
  "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.16.0.tgz",
@@ -4715,13 +4471,6 @@
4715
4471
  "url": "https://github.com/sponsors/ljharb"
4716
4472
  }
4717
4473
  },
4718
- "node_modules/array-flatten": {
4719
- "version": "1.1.1",
4720
- "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz",
4721
- "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
4722
- "dev": true,
4723
- "license": "MIT"
4724
- },
4725
4474
  "node_modules/array-includes": {
4726
4475
  "version": "3.1.9",
4727
4476
  "resolved": "https://registry.npmmirror.com/array-includes/-/array-includes-3.1.9.tgz",
@@ -4871,16 +4620,6 @@
4871
4620
  "node": ">= 4.0.0"
4872
4621
  }
4873
4622
  },
4874
- "node_modules/atomic-sleep": {
4875
- "version": "1.0.0",
4876
- "resolved": "https://registry.npmmirror.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
4877
- "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==",
4878
- "dev": true,
4879
- "license": "MIT",
4880
- "engines": {
4881
- "node": ">=8.0.0"
4882
- }
4883
- },
4884
4623
  "node_modules/available-typed-arrays": {
4885
4624
  "version": "1.0.7",
4886
4625
  "resolved": "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
@@ -4945,52 +4684,10 @@
4945
4684
  "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==",
4946
4685
  "license": "MIT"
4947
4686
  },
4948
- "node_modules/body-parser": {
4949
- "version": "1.20.5",
4950
- "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.5.tgz",
4951
- "integrity": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==",
4952
- "dev": true,
4953
- "license": "MIT",
4954
- "dependencies": {
4955
- "bytes": "~3.1.2",
4956
- "content-type": "~1.0.5",
4957
- "debug": "2.6.9",
4958
- "depd": "2.0.0",
4959
- "destroy": "~1.2.0",
4960
- "http-errors": "~2.0.1",
4961
- "iconv-lite": "~0.4.24",
4962
- "on-finished": "~2.4.1",
4963
- "qs": "~6.15.1",
4964
- "raw-body": "~2.5.3",
4965
- "type-is": "~1.6.18",
4966
- "unpipe": "~1.0.0"
4967
- },
4968
- "engines": {
4969
- "node": ">= 0.8",
4970
- "npm": "1.2.8000 || >= 1.4.16"
4971
- }
4972
- },
4973
- "node_modules/body-parser/node_modules/debug": {
4974
- "version": "2.6.9",
4975
- "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
4976
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
4977
- "dev": true,
4978
- "license": "MIT",
4979
- "dependencies": {
4980
- "ms": "2.0.0"
4981
- }
4982
- },
4983
- "node_modules/body-parser/node_modules/ms": {
4984
- "version": "2.0.0",
4985
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
4986
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
4987
- "dev": true,
4988
- "license": "MIT"
4989
- },
4990
- "node_modules/brace-expansion": {
4991
- "version": "1.1.15",
4992
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.15.tgz",
4993
- "integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
4687
+ "node_modules/brace-expansion": {
4688
+ "version": "1.1.15",
4689
+ "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.15.tgz",
4690
+ "integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
4994
4691
  "license": "MIT",
4995
4692
  "dependencies": {
4996
4693
  "balanced-match": "^1.0.0",
@@ -5048,16 +4745,6 @@
5048
4745
  "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
5049
4746
  "license": "MIT"
5050
4747
  },
5051
- "node_modules/bytes": {
5052
- "version": "3.1.2",
5053
- "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
5054
- "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
5055
- "dev": true,
5056
- "license": "MIT",
5057
- "engines": {
5058
- "node": ">= 0.8"
5059
- }
5060
- },
5061
4748
  "node_modules/cacheable": {
5062
4749
  "version": "2.3.5",
5063
4750
  "resolved": "https://registry.npmmirror.com/cacheable/-/cacheable-2.3.5.tgz",
@@ -5325,13 +5012,6 @@
5325
5012
  "react-dom": "^18 || ^19 || ^19.0.0-rc"
5326
5013
  }
5327
5014
  },
5328
- "node_modules/code-block-writer": {
5329
- "version": "13.0.3",
5330
- "resolved": "https://registry.npmmirror.com/code-block-writer/-/code-block-writer-13.0.3.tgz",
5331
- "integrity": "sha512-Oofo0pq3IKnsFtuHqSF7TqBfr71aeyZDVJ0HpmqB7FBM2qEigL0iPONSCZSO9pE9dZTAxANe5XHG9Uy0YMv8cg==",
5332
- "dev": true,
5333
- "license": "MIT"
5334
- },
5335
5015
  "node_modules/color-convert": {
5336
5016
  "version": "2.0.1",
5337
5017
  "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
@@ -5416,53 +5096,19 @@
5416
5096
  "url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
5417
5097
  }
5418
5098
  },
5419
- "node_modules/content-disposition": {
5420
- "version": "0.5.4",
5421
- "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
5422
- "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
5423
- "dev": true,
5424
- "license": "MIT",
5425
- "dependencies": {
5426
- "safe-buffer": "5.2.1"
5427
- },
5428
- "engines": {
5429
- "node": ">= 0.6"
5430
- }
5431
- },
5432
- "node_modules/content-type": {
5433
- "version": "1.0.5",
5434
- "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
5435
- "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
5436
- "dev": true,
5437
- "license": "MIT",
5438
- "engines": {
5439
- "node": ">= 0.6"
5440
- }
5441
- },
5442
- "node_modules/convert-source-map": {
5443
- "version": "2.0.0",
5444
- "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
5445
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
5446
- "dev": true,
5447
- "license": "MIT"
5448
- },
5449
5099
  "node_modules/cookie": {
5450
- "version": "0.7.2",
5451
- "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.7.2.tgz",
5452
- "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
5453
- "dev": true,
5100
+ "version": "1.1.1",
5101
+ "resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.1.1.tgz",
5102
+ "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
5454
5103
  "license": "MIT",
5455
5104
  "engines": {
5456
- "node": ">= 0.6"
5105
+ "node": ">=18"
5106
+ },
5107
+ "funding": {
5108
+ "type": "opencollective",
5109
+ "url": "https://opencollective.com/express"
5457
5110
  }
5458
5111
  },
5459
- "node_modules/cookie-signature": {
5460
- "version": "1.0.7",
5461
- "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.7.tgz",
5462
- "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
5463
- "dev": true,
5464
- "license": "MIT"
5465
- },
5466
5112
  "node_modules/core-js": {
5467
5113
  "version": "3.49.0",
5468
5114
  "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.49.0.tgz",
@@ -5740,9 +5386,9 @@
5740
5386
  }
5741
5387
  },
5742
5388
  "node_modules/date-fns": {
5743
- "version": "4.3.0",
5744
- "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-4.3.0.tgz",
5745
- "integrity": "sha512-OYcL+3N/jyWbYdFGqoMAhytDgxP9pbYPUUiRCOgn4Fewaadk9l/Wam4Avciiyp2BgkpfQyBV9B+ehnVJych+eQ==",
5389
+ "version": "4.4.0",
5390
+ "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-4.4.0.tgz",
5391
+ "integrity": "sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==",
5746
5392
  "license": "MIT",
5747
5393
  "funding": {
5748
5394
  "type": "github",
@@ -5848,27 +5494,6 @@
5848
5494
  "node": ">=0.4.0"
5849
5495
  }
5850
5496
  },
5851
- "node_modules/depd": {
5852
- "version": "2.0.0",
5853
- "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
5854
- "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
5855
- "dev": true,
5856
- "license": "MIT",
5857
- "engines": {
5858
- "node": ">= 0.8"
5859
- }
5860
- },
5861
- "node_modules/destroy": {
5862
- "version": "1.2.0",
5863
- "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
5864
- "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
5865
- "dev": true,
5866
- "license": "MIT",
5867
- "engines": {
5868
- "node": ">= 0.8",
5869
- "npm": "1.2.8000 || >= 1.4.16"
5870
- }
5871
- },
5872
5497
  "node_modules/detect-libc": {
5873
5498
  "version": "2.1.2",
5874
5499
  "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
@@ -5953,19 +5578,6 @@
5953
5578
  "tslib": "^2.0.3"
5954
5579
  }
5955
5580
  },
5956
- "node_modules/dotenv": {
5957
- "version": "16.6.1",
5958
- "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.6.1.tgz",
5959
- "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
5960
- "dev": true,
5961
- "license": "BSD-2-Clause",
5962
- "engines": {
5963
- "node": ">=12"
5964
- },
5965
- "funding": {
5966
- "url": "https://dotenvx.com"
5967
- }
5968
- },
5969
5581
  "node_modules/dunder-proto": {
5970
5582
  "version": "1.0.1",
5971
5583
  "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
@@ -6016,17 +5628,10 @@
6016
5628
  "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
6017
5629
  "license": "0BSD"
6018
5630
  },
6019
- "node_modules/ee-first": {
6020
- "version": "1.1.1",
6021
- "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
6022
- "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
6023
- "dev": true,
6024
- "license": "MIT"
6025
- },
6026
5631
  "node_modules/electron-to-chromium": {
6027
- "version": "1.5.361",
6028
- "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.361.tgz",
6029
- "integrity": "sha512-Q6Hts7N9FnJc5LeGRINFvLhCI9xZmNtTDe5ZbcVezQz7cU4a8Aua3GH1b8J2XY8Al9PF+OCwYqhgsOOheMdvkA==",
5632
+ "version": "1.5.364",
5633
+ "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.364.tgz",
5634
+ "integrity": "sha512-G/dYE3+AYhyHwzTwg8UbnXf7zqMERYh7l2jJ3QujhFsH8agSYwtnGAR2aZ7f0AakIKJXd5En/Hre4igIUrdlYw==",
6030
5635
  "license": "ISC"
6031
5636
  },
6032
5637
  "node_modules/embla-carousel": {
@@ -6064,20 +5669,10 @@
6064
5669
  "dev": true,
6065
5670
  "license": "MIT"
6066
5671
  },
6067
- "node_modules/encodeurl": {
6068
- "version": "2.0.0",
6069
- "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
6070
- "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
6071
- "dev": true,
6072
- "license": "MIT",
6073
- "engines": {
6074
- "node": ">= 0.8"
6075
- }
6076
- },
6077
5672
  "node_modules/enhanced-resolve": {
6078
- "version": "5.22.0",
6079
- "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.22.0.tgz",
6080
- "integrity": "sha512-xYcDWrpELkFzz9SpZ3PlI6Eu6eD93Yf0WLDRxikGhWJ3MAir2SNZTIVCVZqZ/NUyx8AdMc2gT9C0gPiw18kG+A==",
5673
+ "version": "5.22.1",
5674
+ "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.22.1.tgz",
5675
+ "integrity": "sha512-6QEuw3zoX1SJQc7b87aBXke/no+mG2bTBgw29gWMQonLmpEkWoCAVkl+M49e48AZlWzxiDzDZzYdp6kobcyLww==",
6081
5676
  "license": "MIT",
6082
5677
  "dependencies": {
6083
5678
  "graceful-fs": "^4.2.4",
@@ -6299,13 +5894,6 @@
6299
5894
  "node": ">=6"
6300
5895
  }
6301
5896
  },
6302
- "node_modules/escape-html": {
6303
- "version": "1.0.3",
6304
- "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
6305
- "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
6306
- "dev": true,
6307
- "license": "MIT"
6308
- },
6309
5897
  "node_modules/escape-string-regexp": {
6310
5898
  "version": "4.0.0",
6311
5899
  "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
@@ -6401,9 +5989,9 @@
6401
5989
  }
6402
5990
  },
6403
5991
  "node_modules/eslint-module-utils": {
6404
- "version": "2.12.1",
6405
- "resolved": "https://registry.npmmirror.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
6406
- "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
5992
+ "version": "2.13.0",
5993
+ "resolved": "https://registry.npmmirror.com/eslint-module-utils/-/eslint-module-utils-2.13.0.tgz",
5994
+ "integrity": "sha512-bLohSkT6469rRs8czj0tLTD8vaeIS/whvPRJVjDr7IuoTT1k5DYDERlNycjDj/HkOlvQdYurmfZ/g3fG5bgeLQ==",
6407
5995
  "dev": true,
6408
5996
  "license": "MIT",
6409
5997
  "dependencies": {
@@ -6472,36 +6060,6 @@
6472
6060
  "ms": "^2.1.1"
6473
6061
  }
6474
6062
  },
6475
- "node_modules/eslint-plugin-react-hooks": {
6476
- "version": "7.1.1",
6477
- "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz",
6478
- "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==",
6479
- "dev": true,
6480
- "license": "MIT",
6481
- "dependencies": {
6482
- "@babel/core": "^7.24.4",
6483
- "@babel/parser": "^7.24.4",
6484
- "hermes-parser": "^0.25.1",
6485
- "zod": "^3.25.0 || ^4.0.0",
6486
- "zod-validation-error": "^3.5.0 || ^4.0.0"
6487
- },
6488
- "engines": {
6489
- "node": ">=18"
6490
- },
6491
- "peerDependencies": {
6492
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
6493
- }
6494
- },
6495
- "node_modules/eslint-plugin-react-refresh": {
6496
- "version": "0.5.2",
6497
- "resolved": "https://registry.npmmirror.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz",
6498
- "integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==",
6499
- "dev": true,
6500
- "license": "MIT",
6501
- "peerDependencies": {
6502
- "eslint": "^9 || ^10"
6503
- }
6504
- },
6505
6063
  "node_modules/eslint-scope": {
6506
6064
  "version": "8.4.0",
6507
6065
  "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz",
@@ -6594,16 +6152,6 @@
6594
6152
  "node": ">=0.10.0"
6595
6153
  }
6596
6154
  },
6597
- "node_modules/etag": {
6598
- "version": "1.8.1",
6599
- "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
6600
- "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
6601
- "dev": true,
6602
- "license": "MIT",
6603
- "engines": {
6604
- "node": ">= 0.6"
6605
- }
6606
- },
6607
6155
  "node_modules/eventemitter3": {
6608
6156
  "version": "5.0.4",
6609
6157
  "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.4.tgz",
@@ -6620,70 +6168,6 @@
6620
6168
  "node": ">=0.8.x"
6621
6169
  }
6622
6170
  },
6623
- "node_modules/express": {
6624
- "version": "4.22.2",
6625
- "resolved": "https://registry.npmmirror.com/express/-/express-4.22.2.tgz",
6626
- "integrity": "sha512-IuL+Elrou2ZvCFHs18/CIzy2Nzvo25nZ1/D2eIZlz7c+QUayAcYoiM2BthCjs+EBHVpjYjcuLDAiCWgeIX3X1Q==",
6627
- "dev": true,
6628
- "license": "MIT",
6629
- "dependencies": {
6630
- "accepts": "~1.3.8",
6631
- "array-flatten": "1.1.1",
6632
- "body-parser": "~1.20.5",
6633
- "content-disposition": "~0.5.4",
6634
- "content-type": "~1.0.4",
6635
- "cookie": "~0.7.1",
6636
- "cookie-signature": "~1.0.6",
6637
- "debug": "2.6.9",
6638
- "depd": "2.0.0",
6639
- "encodeurl": "~2.0.0",
6640
- "escape-html": "~1.0.3",
6641
- "etag": "~1.8.1",
6642
- "finalhandler": "~1.3.1",
6643
- "fresh": "~0.5.2",
6644
- "http-errors": "~2.0.0",
6645
- "merge-descriptors": "1.0.3",
6646
- "methods": "~1.1.2",
6647
- "on-finished": "~2.4.1",
6648
- "parseurl": "~1.3.3",
6649
- "path-to-regexp": "~0.1.12",
6650
- "proxy-addr": "~2.0.7",
6651
- "qs": "~6.15.1",
6652
- "range-parser": "~1.2.1",
6653
- "safe-buffer": "5.2.1",
6654
- "send": "~0.19.0",
6655
- "serve-static": "~1.16.2",
6656
- "setprototypeof": "1.2.0",
6657
- "statuses": "~2.0.1",
6658
- "type-is": "~1.6.18",
6659
- "utils-merge": "1.0.1",
6660
- "vary": "~1.1.2"
6661
- },
6662
- "engines": {
6663
- "node": ">= 0.10.0"
6664
- },
6665
- "funding": {
6666
- "type": "opencollective",
6667
- "url": "https://opencollective.com/express"
6668
- }
6669
- },
6670
- "node_modules/express/node_modules/debug": {
6671
- "version": "2.6.9",
6672
- "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
6673
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
6674
- "dev": true,
6675
- "license": "MIT",
6676
- "dependencies": {
6677
- "ms": "2.0.0"
6678
- }
6679
- },
6680
- "node_modules/express/node_modules/ms": {
6681
- "version": "2.0.0",
6682
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
6683
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
6684
- "dev": true,
6685
- "license": "MIT"
6686
- },
6687
6171
  "node_modules/fast-deep-equal": {
6688
6172
  "version": "3.1.3",
6689
6173
  "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
@@ -6800,42 +6284,6 @@
6800
6284
  "node": ">=8"
6801
6285
  }
6802
6286
  },
6803
- "node_modules/finalhandler": {
6804
- "version": "1.3.2",
6805
- "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.3.2.tgz",
6806
- "integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
6807
- "dev": true,
6808
- "license": "MIT",
6809
- "dependencies": {
6810
- "debug": "2.6.9",
6811
- "encodeurl": "~2.0.0",
6812
- "escape-html": "~1.0.3",
6813
- "on-finished": "~2.4.1",
6814
- "parseurl": "~1.3.3",
6815
- "statuses": "~2.0.2",
6816
- "unpipe": "~1.0.0"
6817
- },
6818
- "engines": {
6819
- "node": ">= 0.8"
6820
- }
6821
- },
6822
- "node_modules/finalhandler/node_modules/debug": {
6823
- "version": "2.6.9",
6824
- "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
6825
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
6826
- "dev": true,
6827
- "license": "MIT",
6828
- "dependencies": {
6829
- "ms": "2.0.0"
6830
- }
6831
- },
6832
- "node_modules/finalhandler/node_modules/ms": {
6833
- "version": "2.0.0",
6834
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
6835
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
6836
- "dev": true,
6837
- "license": "MIT"
6838
- },
6839
6287
  "node_modules/find-up": {
6840
6288
  "version": "5.0.0",
6841
6289
  "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
@@ -6909,23 +6357,6 @@
6909
6357
  "url": "https://github.com/sponsors/ljharb"
6910
6358
  }
6911
6359
  },
6912
- "node_modules/foreground-child": {
6913
- "version": "3.3.1",
6914
- "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz",
6915
- "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
6916
- "dev": true,
6917
- "license": "ISC",
6918
- "dependencies": {
6919
- "cross-spawn": "^7.0.6",
6920
- "signal-exit": "^4.0.1"
6921
- },
6922
- "engines": {
6923
- "node": ">=14"
6924
- },
6925
- "funding": {
6926
- "url": "https://github.com/sponsors/isaacs"
6927
- }
6928
- },
6929
6360
  "node_modules/fork-ts-checker-webpack-plugin": {
6930
6361
  "version": "6.5.3",
6931
6362
  "resolved": "https://registry.npmmirror.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz",
@@ -6965,27 +6396,6 @@
6965
6396
  }
6966
6397
  }
6967
6398
  },
6968
- "node_modules/fork-ts-checker-webpack-plugin/node_modules/glob": {
6969
- "version": "7.2.3",
6970
- "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
6971
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
6972
- "deprecated": "Glob versions prior to v9 are no longer supported",
6973
- "license": "ISC",
6974
- "dependencies": {
6975
- "fs.realpath": "^1.0.0",
6976
- "inflight": "^1.0.4",
6977
- "inherits": "2",
6978
- "minimatch": "^3.1.1",
6979
- "once": "^1.3.0",
6980
- "path-is-absolute": "^1.0.0"
6981
- },
6982
- "engines": {
6983
- "node": "*"
6984
- },
6985
- "funding": {
6986
- "url": "https://github.com/sponsors/isaacs"
6987
- }
6988
- },
6989
6399
  "node_modules/fork-ts-checker-webpack-plugin/node_modules/semver": {
6990
6400
  "version": "7.8.1",
6991
6401
  "resolved": "https://registry.npmmirror.com/semver/-/semver-7.8.1.tgz",
@@ -7023,16 +6433,6 @@
7023
6433
  "node": ">= 6"
7024
6434
  }
7025
6435
  },
7026
- "node_modules/forwarded": {
7027
- "version": "0.2.0",
7028
- "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
7029
- "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
7030
- "dev": true,
7031
- "license": "MIT",
7032
- "engines": {
7033
- "node": ">= 0.6"
7034
- }
7035
- },
7036
6436
  "node_modules/framer-motion": {
7037
6437
  "version": "12.40.0",
7038
6438
  "resolved": "https://registry.npmmirror.com/framer-motion/-/framer-motion-12.40.0.tgz",
@@ -7060,16 +6460,6 @@
7060
6460
  }
7061
6461
  }
7062
6462
  },
7063
- "node_modules/fresh": {
7064
- "version": "0.5.2",
7065
- "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
7066
- "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
7067
- "dev": true,
7068
- "license": "MIT",
7069
- "engines": {
7070
- "node": ">= 0.6"
7071
- }
7072
- },
7073
6463
  "node_modules/fs-extra": {
7074
6464
  "version": "9.1.0",
7075
6465
  "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz",
@@ -7161,16 +6551,6 @@
7161
6551
  "node": ">= 0.4"
7162
6552
  }
7163
6553
  },
7164
- "node_modules/gensync": {
7165
- "version": "1.0.0-beta.2",
7166
- "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
7167
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
7168
- "dev": true,
7169
- "license": "MIT",
7170
- "engines": {
7171
- "node": ">=6.9.0"
7172
- }
7173
- },
7174
6554
  "node_modules/get-caller-file": {
7175
6555
  "version": "2.0.5",
7176
6556
  "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
@@ -7259,24 +6639,21 @@
7259
6639
  }
7260
6640
  },
7261
6641
  "node_modules/glob": {
7262
- "version": "11.1.0",
7263
- "resolved": "https://registry.npmmirror.com/glob/-/glob-11.1.0.tgz",
7264
- "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
7265
- "dev": true,
7266
- "license": "BlueOak-1.0.0",
6642
+ "version": "7.2.3",
6643
+ "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
6644
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
6645
+ "deprecated": "Glob versions prior to v9 are no longer supported",
6646
+ "license": "ISC",
7267
6647
  "dependencies": {
7268
- "foreground-child": "^3.3.1",
7269
- "jackspeak": "^4.1.1",
7270
- "minimatch": "^10.1.1",
7271
- "minipass": "^7.1.2",
7272
- "package-json-from-dist": "^1.0.0",
7273
- "path-scurry": "^2.0.0"
7274
- },
7275
- "bin": {
7276
- "glob": "dist/esm/bin.mjs"
6648
+ "fs.realpath": "^1.0.0",
6649
+ "inflight": "^1.0.4",
6650
+ "inherits": "2",
6651
+ "minimatch": "^3.1.1",
6652
+ "once": "^1.3.0",
6653
+ "path-is-absolute": "^1.0.0"
7277
6654
  },
7278
6655
  "engines": {
7279
- "node": "20 || >=22"
6656
+ "node": "*"
7280
6657
  },
7281
6658
  "funding": {
7282
6659
  "url": "https://github.com/sponsors/isaacs"
@@ -7302,45 +6679,6 @@
7302
6679
  "license": "BSD-2-Clause",
7303
6680
  "peer": true
7304
6681
  },
7305
- "node_modules/glob/node_modules/balanced-match": {
7306
- "version": "4.0.4",
7307
- "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-4.0.4.tgz",
7308
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
7309
- "dev": true,
7310
- "license": "MIT",
7311
- "engines": {
7312
- "node": "18 || 20 || >=22"
7313
- }
7314
- },
7315
- "node_modules/glob/node_modules/brace-expansion": {
7316
- "version": "5.0.6",
7317
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-5.0.6.tgz",
7318
- "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
7319
- "dev": true,
7320
- "license": "MIT",
7321
- "dependencies": {
7322
- "balanced-match": "^4.0.2"
7323
- },
7324
- "engines": {
7325
- "node": "18 || 20 || >=22"
7326
- }
7327
- },
7328
- "node_modules/glob/node_modules/minimatch": {
7329
- "version": "10.2.5",
7330
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.2.5.tgz",
7331
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
7332
- "dev": true,
7333
- "license": "BlueOak-1.0.0",
7334
- "dependencies": {
7335
- "brace-expansion": "^5.0.5"
7336
- },
7337
- "engines": {
7338
- "node": "18 || 20 || >=22"
7339
- },
7340
- "funding": {
7341
- "url": "https://github.com/sponsors/isaacs"
7342
- }
7343
- },
7344
6682
  "node_modules/global-modules": {
7345
6683
  "version": "2.0.0",
7346
6684
  "resolved": "https://registry.npmmirror.com/global-modules/-/global-modules-2.0.0.tgz",
@@ -7379,19 +6717,6 @@
7379
6717
  "which": "bin/which"
7380
6718
  }
7381
6719
  },
7382
- "node_modules/globals": {
7383
- "version": "17.6.0",
7384
- "resolved": "https://registry.npmmirror.com/globals/-/globals-17.6.0.tgz",
7385
- "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==",
7386
- "dev": true,
7387
- "license": "MIT",
7388
- "engines": {
7389
- "node": ">=18"
7390
- },
7391
- "funding": {
7392
- "url": "https://github.com/sponsors/sindresorhus"
7393
- }
7394
- },
7395
6720
  "node_modules/globalthis": {
7396
6721
  "version": "1.0.4",
7397
6722
  "resolved": "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.4.tgz",
@@ -7567,9 +6892,9 @@
7567
6892
  }
7568
6893
  },
7569
6894
  "node_modules/hasown": {
7570
- "version": "2.0.3",
7571
- "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.3.tgz",
7572
- "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
6895
+ "version": "2.0.4",
6896
+ "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.4.tgz",
6897
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
7573
6898
  "license": "MIT",
7574
6899
  "dependencies": {
7575
6900
  "function-bind": "^1.1.2"
@@ -7578,23 +6903,6 @@
7578
6903
  "node": ">= 0.4"
7579
6904
  }
7580
6905
  },
7581
- "node_modules/hermes-estree": {
7582
- "version": "0.25.1",
7583
- "resolved": "https://registry.npmmirror.com/hermes-estree/-/hermes-estree-0.25.1.tgz",
7584
- "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
7585
- "dev": true,
7586
- "license": "MIT"
7587
- },
7588
- "node_modules/hermes-parser": {
7589
- "version": "0.25.1",
7590
- "resolved": "https://registry.npmmirror.com/hermes-parser/-/hermes-parser-0.25.1.tgz",
7591
- "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
7592
- "dev": true,
7593
- "license": "MIT",
7594
- "dependencies": {
7595
- "hermes-estree": "0.25.1"
7596
- }
7597
- },
7598
6906
  "node_modules/hookified": {
7599
6907
  "version": "1.15.1",
7600
6908
  "resolved": "https://registry.npmmirror.com/hookified/-/hookified-1.15.1.tgz",
@@ -7646,27 +6954,6 @@
7646
6954
  "url": "https://github.com/sponsors/sindresorhus"
7647
6955
  }
7648
6956
  },
7649
- "node_modules/http-errors": {
7650
- "version": "2.0.1",
7651
- "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.1.tgz",
7652
- "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
7653
- "dev": true,
7654
- "license": "MIT",
7655
- "dependencies": {
7656
- "depd": "~2.0.0",
7657
- "inherits": "~2.0.4",
7658
- "setprototypeof": "~1.2.0",
7659
- "statuses": "~2.0.2",
7660
- "toidentifier": "~1.0.1"
7661
- },
7662
- "engines": {
7663
- "node": ">= 0.8"
7664
- },
7665
- "funding": {
7666
- "type": "opencollective",
7667
- "url": "https://opencollective.com/express"
7668
- }
7669
- },
7670
6957
  "node_modules/https-proxy-agent": {
7671
6958
  "version": "5.0.1",
7672
6959
  "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
@@ -7680,19 +6967,6 @@
7680
6967
  "node": ">= 6"
7681
6968
  }
7682
6969
  },
7683
- "node_modules/iconv-lite": {
7684
- "version": "0.4.24",
7685
- "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
7686
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
7687
- "dev": true,
7688
- "license": "MIT",
7689
- "dependencies": {
7690
- "safer-buffer": ">= 2.1.2 < 3"
7691
- },
7692
- "engines": {
7693
- "node": ">=0.10.0"
7694
- }
7695
- },
7696
6970
  "node_modules/ignore": {
7697
6971
  "version": "5.3.2",
7698
6972
  "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
@@ -7749,16 +7023,6 @@
7749
7023
  "node": ">=0.8.19"
7750
7024
  }
7751
7025
  },
7752
- "node_modules/inflection": {
7753
- "version": "3.0.2",
7754
- "resolved": "https://registry.npmmirror.com/inflection/-/inflection-3.0.2.tgz",
7755
- "integrity": "sha512-+Bg3+kg+J6JUWn8J6bzFmOWkTQ6L/NHfDRSYU+EVvuKHDxUDHAXgqixHfVlzuBQaPOTac8hn43aPhMNk6rMe3g==",
7756
- "dev": true,
7757
- "license": "MIT",
7758
- "engines": {
7759
- "node": ">=18.0.0"
7760
- }
7761
- },
7762
7026
  "node_modules/inflight": {
7763
7027
  "version": "1.0.6",
7764
7028
  "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
@@ -7816,16 +7080,6 @@
7816
7080
  "node": ">=12"
7817
7081
  }
7818
7082
  },
7819
- "node_modules/ipaddr.js": {
7820
- "version": "1.9.1",
7821
- "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
7822
- "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
7823
- "dev": true,
7824
- "license": "MIT",
7825
- "engines": {
7826
- "node": ">= 0.10"
7827
- }
7828
- },
7829
7083
  "node_modules/is-array-buffer": {
7830
7084
  "version": "3.0.5",
7831
7085
  "resolved": "https://registry.npmmirror.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
@@ -8305,22 +7559,6 @@
8305
7559
  "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
8306
7560
  "license": "ISC"
8307
7561
  },
8308
- "node_modules/jackspeak": {
8309
- "version": "4.2.3",
8310
- "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-4.2.3.tgz",
8311
- "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
8312
- "dev": true,
8313
- "license": "BlueOak-1.0.0",
8314
- "dependencies": {
8315
- "@isaacs/cliui": "^9.0.0"
8316
- },
8317
- "engines": {
8318
- "node": "20 || >=22"
8319
- },
8320
- "funding": {
8321
- "url": "https://github.com/sponsors/isaacs"
8322
- }
8323
- },
8324
7562
  "node_modules/jest-worker": {
8325
7563
  "version": "27.5.1",
8326
7564
  "resolved": "https://registry.npmmirror.com/jest-worker/-/jest-worker-27.5.1.tgz",
@@ -8340,7 +7578,7 @@
8340
7578
  "version": "2.7.0",
8341
7579
  "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.7.0.tgz",
8342
7580
  "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
8343
- "devOptional": true,
7581
+ "dev": true,
8344
7582
  "license": "MIT",
8345
7583
  "bin": {
8346
7584
  "jiti": "lib/jiti-cli.mjs"
@@ -8404,19 +7642,6 @@
8404
7642
  "devOptional": true,
8405
7643
  "license": "MIT"
8406
7644
  },
8407
- "node_modules/json5": {
8408
- "version": "2.2.3",
8409
- "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
8410
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
8411
- "dev": true,
8412
- "license": "MIT",
8413
- "bin": {
8414
- "json5": "lib/cli.js"
8415
- },
8416
- "engines": {
8417
- "node": ">=6"
8418
- }
8419
- },
8420
7645
  "node_modules/jsonfile": {
8421
7646
  "version": "6.2.1",
8422
7647
  "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.2.1.tgz",
@@ -8806,20 +8031,10 @@
8806
8031
  "tslib": "^2.0.3"
8807
8032
  }
8808
8033
  },
8809
- "node_modules/lru-cache": {
8810
- "version": "5.1.1",
8811
- "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
8812
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
8813
- "dev": true,
8814
- "license": "ISC",
8815
- "dependencies": {
8816
- "yallist": "^3.0.2"
8817
- }
8818
- },
8819
8034
  "node_modules/lucide-react": {
8820
- "version": "1.16.0",
8821
- "resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-1.16.0.tgz",
8822
- "integrity": "sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==",
8035
+ "version": "1.17.0",
8036
+ "resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-1.17.0.tgz",
8037
+ "integrity": "sha512-9FA9evdox/JQL5PT57fdA1x/yg8T7knJ98+zjTL3UfKza6pflQUUh3XtaQIHKvnsJw1lmsEyHVlt5jchYxOQ5w==",
8823
8038
  "license": "ISC",
8824
8039
  "peerDependencies": {
8825
8040
  "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@@ -8862,16 +8077,6 @@
8862
8077
  "dev": true,
8863
8078
  "license": "CC0-1.0"
8864
8079
  },
8865
- "node_modules/media-typer": {
8866
- "version": "0.3.0",
8867
- "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz",
8868
- "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
8869
- "dev": true,
8870
- "license": "MIT",
8871
- "engines": {
8872
- "node": ">= 0.6"
8873
- }
8874
- },
8875
8080
  "node_modules/memfs": {
8876
8081
  "version": "3.5.3",
8877
8082
  "resolved": "https://registry.npmmirror.com/memfs/-/memfs-3.5.3.tgz",
@@ -8897,16 +8102,6 @@
8897
8102
  "url": "https://github.com/sponsors/sindresorhus"
8898
8103
  }
8899
8104
  },
8900
- "node_modules/merge-descriptors": {
8901
- "version": "1.0.3",
8902
- "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
8903
- "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
8904
- "dev": true,
8905
- "license": "MIT",
8906
- "funding": {
8907
- "url": "https://github.com/sponsors/sindresorhus"
8908
- }
8909
- },
8910
8105
  "node_modules/merge-stream": {
8911
8106
  "version": "2.0.0",
8912
8107
  "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
@@ -8923,16 +8118,6 @@
8923
8118
  "node": ">= 8"
8924
8119
  }
8925
8120
  },
8926
- "node_modules/methods": {
8927
- "version": "1.1.2",
8928
- "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz",
8929
- "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
8930
- "dev": true,
8931
- "license": "MIT",
8932
- "engines": {
8933
- "node": ">= 0.6"
8934
- }
8935
- },
8936
8121
  "node_modules/micromatch": {
8937
8122
  "version": "4.0.8",
8938
8123
  "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
@@ -8946,19 +8131,6 @@
8946
8131
  "node": ">=8.6"
8947
8132
  }
8948
8133
  },
8949
- "node_modules/mime": {
8950
- "version": "1.6.0",
8951
- "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
8952
- "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
8953
- "dev": true,
8954
- "license": "MIT",
8955
- "bin": {
8956
- "mime": "cli.js"
8957
- },
8958
- "engines": {
8959
- "node": ">=4"
8960
- }
8961
- },
8962
8134
  "node_modules/mime-db": {
8963
8135
  "version": "1.52.0",
8964
8136
  "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
@@ -9002,16 +8174,6 @@
9002
8174
  "url": "https://github.com/sponsors/ljharb"
9003
8175
  }
9004
8176
  },
9005
- "node_modules/minipass": {
9006
- "version": "7.1.3",
9007
- "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.3.tgz",
9008
- "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
9009
- "dev": true,
9010
- "license": "BlueOak-1.0.0",
9011
- "engines": {
9012
- "node": ">=16 || 14 >=14.17"
9013
- }
9014
- },
9015
8177
  "node_modules/motion-dom": {
9016
8178
  "version": "12.40.0",
9017
8179
  "resolved": "https://registry.npmmirror.com/motion-dom/-/motion-dom-12.40.0.tgz",
@@ -9059,16 +8221,6 @@
9059
8221
  "devOptional": true,
9060
8222
  "license": "MIT"
9061
8223
  },
9062
- "node_modules/negotiator": {
9063
- "version": "0.6.3",
9064
- "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz",
9065
- "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
9066
- "dev": true,
9067
- "license": "MIT",
9068
- "engines": {
9069
- "node": ">= 0.6"
9070
- }
9071
- },
9072
8224
  "node_modules/neo-async": {
9073
8225
  "version": "2.6.2",
9074
8226
  "resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz",
@@ -9247,29 +8399,6 @@
9247
8399
  "url": "https://github.com/sponsors/ljharb"
9248
8400
  }
9249
8401
  },
9250
- "node_modules/on-exit-leak-free": {
9251
- "version": "2.1.2",
9252
- "resolved": "https://registry.npmmirror.com/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
9253
- "integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
9254
- "dev": true,
9255
- "license": "MIT",
9256
- "engines": {
9257
- "node": ">=14.0.0"
9258
- }
9259
- },
9260
- "node_modules/on-finished": {
9261
- "version": "2.4.1",
9262
- "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
9263
- "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
9264
- "dev": true,
9265
- "license": "MIT",
9266
- "dependencies": {
9267
- "ee-first": "1.1.1"
9268
- },
9269
- "engines": {
9270
- "node": ">= 0.8"
9271
- }
9272
- },
9273
8402
  "node_modules/once": {
9274
8403
  "version": "1.4.0",
9275
8404
  "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
@@ -9371,13 +8500,6 @@
9371
8500
  "node": ">=6"
9372
8501
  }
9373
8502
  },
9374
- "node_modules/package-json-from-dist": {
9375
- "version": "1.0.1",
9376
- "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
9377
- "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
9378
- "dev": true,
9379
- "license": "BlueOak-1.0.0"
9380
- },
9381
8503
  "node_modules/param-case": {
9382
8504
  "version": "3.0.4",
9383
8505
  "resolved": "https://registry.npmmirror.com/param-case/-/param-case-3.0.4.tgz",
@@ -9419,16 +8541,6 @@
9419
8541
  "url": "https://github.com/sponsors/sindresorhus"
9420
8542
  }
9421
8543
  },
9422
- "node_modules/parseurl": {
9423
- "version": "1.3.3",
9424
- "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
9425
- "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
9426
- "dev": true,
9427
- "license": "MIT",
9428
- "engines": {
9429
- "node": ">= 0.8"
9430
- }
9431
- },
9432
8544
  "node_modules/pascal-case": {
9433
8545
  "version": "3.1.2",
9434
8546
  "resolved": "https://registry.npmmirror.com/pascal-case/-/pascal-case-3.1.2.tgz",
@@ -9440,13 +8552,6 @@
9440
8552
  "tslib": "^2.0.3"
9441
8553
  }
9442
8554
  },
9443
- "node_modules/path-browserify": {
9444
- "version": "1.0.1",
9445
- "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
9446
- "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
9447
- "dev": true,
9448
- "license": "MIT"
9449
- },
9450
8555
  "node_modules/path-exists": {
9451
8556
  "version": "4.0.0",
9452
8557
  "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
@@ -9481,40 +8586,6 @@
9481
8586
  "dev": true,
9482
8587
  "license": "MIT"
9483
8588
  },
9484
- "node_modules/path-scurry": {
9485
- "version": "2.0.2",
9486
- "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-2.0.2.tgz",
9487
- "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
9488
- "dev": true,
9489
- "license": "BlueOak-1.0.0",
9490
- "dependencies": {
9491
- "lru-cache": "^11.0.0",
9492
- "minipass": "^7.1.2"
9493
- },
9494
- "engines": {
9495
- "node": "18 || 20 || >=22"
9496
- },
9497
- "funding": {
9498
- "url": "https://github.com/sponsors/isaacs"
9499
- }
9500
- },
9501
- "node_modules/path-scurry/node_modules/lru-cache": {
9502
- "version": "11.5.0",
9503
- "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.5.0.tgz",
9504
- "integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==",
9505
- "dev": true,
9506
- "license": "BlueOak-1.0.0",
9507
- "engines": {
9508
- "node": "20 || >=22"
9509
- }
9510
- },
9511
- "node_modules/path-to-regexp": {
9512
- "version": "0.1.13",
9513
- "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.13.tgz",
9514
- "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
9515
- "dev": true,
9516
- "license": "MIT"
9517
- },
9518
8589
  "node_modules/path-type": {
9519
8590
  "version": "4.0.0",
9520
8591
  "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
@@ -9548,63 +8619,6 @@
9548
8619
  "url": "https://github.com/sponsors/jonschlinkert"
9549
8620
  }
9550
8621
  },
9551
- "node_modules/pify": {
9552
- "version": "2.3.0",
9553
- "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz",
9554
- "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
9555
- "dev": true,
9556
- "license": "MIT",
9557
- "engines": {
9558
- "node": ">=0.10.0"
9559
- }
9560
- },
9561
- "node_modules/pino": {
9562
- "version": "10.3.1",
9563
- "resolved": "https://registry.npmmirror.com/pino/-/pino-10.3.1.tgz",
9564
- "integrity": "sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg==",
9565
- "dev": true,
9566
- "license": "MIT",
9567
- "dependencies": {
9568
- "@pinojs/redact": "^0.4.0",
9569
- "atomic-sleep": "^1.0.0",
9570
- "on-exit-leak-free": "^2.1.0",
9571
- "pino-abstract-transport": "^3.0.0",
9572
- "pino-std-serializers": "^7.0.0",
9573
- "process-warning": "^5.0.0",
9574
- "quick-format-unescaped": "^4.0.3",
9575
- "real-require": "^0.2.0",
9576
- "safe-stable-stringify": "^2.3.1",
9577
- "sonic-boom": "^4.0.1",
9578
- "thread-stream": "^4.0.0"
9579
- },
9580
- "bin": {
9581
- "pino": "bin.js"
9582
- }
9583
- },
9584
- "node_modules/pino-abstract-transport": {
9585
- "version": "3.0.0",
9586
- "resolved": "https://registry.npmmirror.com/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz",
9587
- "integrity": "sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==",
9588
- "dev": true,
9589
- "license": "MIT",
9590
- "dependencies": {
9591
- "split2": "^4.0.0"
9592
- }
9593
- },
9594
- "node_modules/pino-std-serializers": {
9595
- "version": "7.1.0",
9596
- "resolved": "https://registry.npmmirror.com/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz",
9597
- "integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==",
9598
- "dev": true,
9599
- "license": "MIT"
9600
- },
9601
- "node_modules/pinyin-pro": {
9602
- "version": "3.28.1",
9603
- "resolved": "https://registry.npmmirror.com/pinyin-pro/-/pinyin-pro-3.28.1.tgz",
9604
- "integrity": "sha512-oqz8ulwRgtUXRi0vbqEfGNly19zpyCxYrjhkk5TibGcgSW6eNwS5woajCXRwqURi8Ehc2yOFTiB4uNoZ+NJOnA==",
9605
- "dev": true,
9606
- "license": "MIT"
9607
- },
9608
8622
  "node_modules/pkg-up": {
9609
8623
  "version": "3.1.0",
9610
8624
  "resolved": "https://registry.npmmirror.com/pkg-up/-/pkg-up-3.1.0.tgz",
@@ -9706,55 +8720,15 @@
9706
8720
  "type": "github",
9707
8721
  "url": "https://github.com/sponsors/ai"
9708
8722
  }
9709
- ],
9710
- "license": "MIT",
9711
- "dependencies": {
9712
- "nanoid": "^3.3.12",
9713
- "picocolors": "^1.1.1",
9714
- "source-map-js": "^1.2.1"
9715
- },
9716
- "engines": {
9717
- "node": "^10 || ^12 || >=14"
9718
- }
9719
- },
9720
- "node_modules/postcss-import": {
9721
- "version": "16.1.1",
9722
- "resolved": "https://registry.npmmirror.com/postcss-import/-/postcss-import-16.1.1.tgz",
9723
- "integrity": "sha512-2xVS1NCZAfjtVdvXiyegxzJ447GyqCeEI5V7ApgQVOWnros1p5lGNovJNapwPpMombyFBfqDwt7AD3n2l0KOfQ==",
9724
- "dev": true,
9725
- "license": "MIT",
9726
- "dependencies": {
9727
- "postcss-value-parser": "^4.0.0",
9728
- "read-cache": "^1.0.0",
9729
- "resolve": "^1.1.7"
9730
- },
9731
- "engines": {
9732
- "node": ">=18.0.0"
9733
- },
9734
- "peerDependencies": {
9735
- "postcss": "^8.0.0"
9736
- }
9737
- },
9738
- "node_modules/postcss-import/node_modules/resolve": {
9739
- "version": "1.22.12",
9740
- "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.12.tgz",
9741
- "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
9742
- "dev": true,
9743
- "license": "MIT",
9744
- "dependencies": {
9745
- "es-errors": "^1.3.0",
9746
- "is-core-module": "^2.16.1",
9747
- "path-parse": "^1.0.7",
9748
- "supports-preserve-symlinks-flag": "^1.0.0"
9749
- },
9750
- "bin": {
9751
- "resolve": "bin/resolve"
8723
+ ],
8724
+ "license": "MIT",
8725
+ "dependencies": {
8726
+ "nanoid": "^3.3.12",
8727
+ "picocolors": "^1.1.1",
8728
+ "source-map-js": "^1.2.1"
9752
8729
  },
9753
8730
  "engines": {
9754
- "node": ">= 0.4"
9755
- },
9756
- "funding": {
9757
- "url": "https://github.com/sponsors/ljharb"
8731
+ "node": "^10 || ^12 || >=14"
9758
8732
  }
9759
8733
  },
9760
8734
  "node_modules/postcss-safe-parser": {
@@ -9815,23 +8789,6 @@
9815
8789
  "node": ">= 0.8.0"
9816
8790
  }
9817
8791
  },
9818
- "node_modules/process-warning": {
9819
- "version": "5.0.0",
9820
- "resolved": "https://registry.npmmirror.com/process-warning/-/process-warning-5.0.0.tgz",
9821
- "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
9822
- "dev": true,
9823
- "funding": [
9824
- {
9825
- "type": "github",
9826
- "url": "https://github.com/sponsors/fastify"
9827
- },
9828
- {
9829
- "type": "opencollective",
9830
- "url": "https://opencollective.com/fastify"
9831
- }
9832
- ],
9833
- "license": "MIT"
9834
- },
9835
8792
  "node_modules/prompts": {
9836
8793
  "version": "2.4.2",
9837
8794
  "resolved": "https://registry.npmmirror.com/prompts/-/prompts-2.4.2.tgz",
@@ -9845,20 +8802,6 @@
9845
8802
  "node": ">= 6"
9846
8803
  }
9847
8804
  },
9848
- "node_modules/proxy-addr": {
9849
- "version": "2.0.7",
9850
- "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz",
9851
- "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
9852
- "dev": true,
9853
- "license": "MIT",
9854
- "dependencies": {
9855
- "forwarded": "0.2.0",
9856
- "ipaddr.js": "1.9.1"
9857
- },
9858
- "engines": {
9859
- "node": ">= 0.10"
9860
- }
9861
- },
9862
8805
  "node_modules/proxy-from-env": {
9863
8806
  "version": "2.1.0",
9864
8807
  "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
@@ -9897,22 +8840,6 @@
9897
8840
  "dev": true,
9898
8841
  "license": "MIT"
9899
8842
  },
9900
- "node_modules/qs": {
9901
- "version": "6.15.2",
9902
- "resolved": "https://registry.npmmirror.com/qs/-/qs-6.15.2.tgz",
9903
- "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
9904
- "dev": true,
9905
- "license": "BSD-3-Clause",
9906
- "dependencies": {
9907
- "side-channel": "^1.1.0"
9908
- },
9909
- "engines": {
9910
- "node": ">=0.6"
9911
- },
9912
- "funding": {
9913
- "url": "https://github.com/sponsors/ljharb"
9914
- }
9915
- },
9916
8843
  "node_modules/queue-microtask": {
9917
8844
  "version": "1.2.3",
9918
8845
  "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
@@ -9933,39 +8860,6 @@
9933
8860
  ],
9934
8861
  "license": "MIT"
9935
8862
  },
9936
- "node_modules/quick-format-unescaped": {
9937
- "version": "4.0.4",
9938
- "resolved": "https://registry.npmmirror.com/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
9939
- "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
9940
- "dev": true,
9941
- "license": "MIT"
9942
- },
9943
- "node_modules/range-parser": {
9944
- "version": "1.2.1",
9945
- "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
9946
- "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
9947
- "dev": true,
9948
- "license": "MIT",
9949
- "engines": {
9950
- "node": ">= 0.6"
9951
- }
9952
- },
9953
- "node_modules/raw-body": {
9954
- "version": "2.5.3",
9955
- "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.3.tgz",
9956
- "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
9957
- "dev": true,
9958
- "license": "MIT",
9959
- "dependencies": {
9960
- "bytes": "~3.1.2",
9961
- "http-errors": "~2.0.1",
9962
- "iconv-lite": "~0.4.24",
9963
- "unpipe": "~1.0.0"
9964
- },
9965
- "engines": {
9966
- "node": ">= 0.8"
9967
- }
9968
- },
9969
8863
  "node_modules/react": {
9970
8864
  "version": "19.2.6",
9971
8865
  "resolved": "https://registry.npmmirror.com/react/-/react-19.2.6.tgz",
@@ -10163,9 +9057,9 @@
10163
9057
  }
10164
9058
  },
10165
9059
  "node_modules/react-router": {
10166
- "version": "7.15.1",
10167
- "resolved": "https://registry.npmmirror.com/react-router/-/react-router-7.15.1.tgz",
10168
- "integrity": "sha512-R8rl9HhgikFYoPJymnUtPXWbnDb3oget6lQnfIoupbt61aT9aOhRkDsY2XRhZRyX1Z/8a5sL74fXmFNm3NRK5A==",
9060
+ "version": "7.16.0",
9061
+ "resolved": "https://registry.npmmirror.com/react-router/-/react-router-7.16.0.tgz",
9062
+ "integrity": "sha512-wArC8lVyJb3+jM9OpDyW6hLCizACWkvQR/sSGqSs+o5uEXEtGlqdZ4v8hENR3Jad6i+LRkK93q/+bQAcvl6V1A==",
10169
9063
  "license": "MIT",
10170
9064
  "dependencies": {
10171
9065
  "cookie": "^1.0.1",
@@ -10185,12 +9079,12 @@
10185
9079
  }
10186
9080
  },
10187
9081
  "node_modules/react-router-dom": {
10188
- "version": "7.15.1",
10189
- "resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-7.15.1.tgz",
10190
- "integrity": "sha512-AzF62gjY6U9rkMq4RfP/r2EVtQ7DMfNMjyOp/flLTCrtRylLiK4wT4pSq6O8rOXZ2eXdZYJPEYe+ifomiv+Igg==",
9082
+ "version": "7.16.0",
9083
+ "resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-7.16.0.tgz",
9084
+ "integrity": "sha512-kMUAbimWB5FVbF4Bce4bJsiKJWLIUHq/mEG8+CFDnCSgltptBiG5nguducmsJeGKytlCvQud9Qhzpn49iduTlA==",
10191
9085
  "license": "MIT",
10192
9086
  "dependencies": {
10193
- "react-router": "7.15.1"
9087
+ "react-router": "7.16.0"
10194
9088
  },
10195
9089
  "engines": {
10196
9090
  "node": ">=20.0.0"
@@ -10200,19 +9094,6 @@
10200
9094
  "react-dom": ">=18"
10201
9095
  }
10202
9096
  },
10203
- "node_modules/react-router/node_modules/cookie": {
10204
- "version": "1.1.1",
10205
- "resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.1.1.tgz",
10206
- "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
10207
- "license": "MIT",
10208
- "engines": {
10209
- "node": ">=18"
10210
- },
10211
- "funding": {
10212
- "type": "opencollective",
10213
- "url": "https://opencollective.com/express"
10214
- }
10215
- },
10216
9097
  "node_modules/react-style-singleton": {
10217
9098
  "version": "2.2.3",
10218
9099
  "resolved": "https://registry.npmmirror.com/react-style-singleton/-/react-style-singleton-2.2.3.tgz",
@@ -10235,16 +9116,6 @@
10235
9116
  }
10236
9117
  }
10237
9118
  },
10238
- "node_modules/read-cache": {
10239
- "version": "1.0.0",
10240
- "resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz",
10241
- "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
10242
- "dev": true,
10243
- "license": "MIT",
10244
- "dependencies": {
10245
- "pify": "^2.3.0"
10246
- }
10247
- },
10248
9119
  "node_modules/readdirp": {
10249
9120
  "version": "3.6.0",
10250
9121
  "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
@@ -10257,16 +9128,6 @@
10257
9128
  "node": ">=8.10.0"
10258
9129
  }
10259
9130
  },
10260
- "node_modules/real-require": {
10261
- "version": "0.2.0",
10262
- "resolved": "https://registry.npmmirror.com/real-require/-/real-require-0.2.0.tgz",
10263
- "integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==",
10264
- "dev": true,
10265
- "license": "MIT",
10266
- "engines": {
10267
- "node": ">= 12.13.0"
10268
- }
10269
- },
10270
9131
  "node_modules/recharts": {
10271
9132
  "version": "3.8.1",
10272
9133
  "resolved": "https://registry.npmmirror.com/recharts/-/recharts-3.8.1.tgz",
@@ -10543,27 +9404,6 @@
10543
9404
  "url": "https://github.com/sponsors/ljharb"
10544
9405
  }
10545
9406
  },
10546
- "node_modules/safe-buffer": {
10547
- "version": "5.2.1",
10548
- "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
10549
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
10550
- "dev": true,
10551
- "funding": [
10552
- {
10553
- "type": "github",
10554
- "url": "https://github.com/sponsors/feross"
10555
- },
10556
- {
10557
- "type": "patreon",
10558
- "url": "https://www.patreon.com/feross"
10559
- },
10560
- {
10561
- "type": "consulting",
10562
- "url": "https://feross.org/support"
10563
- }
10564
- ],
10565
- "license": "MIT"
10566
- },
10567
9407
  "node_modules/safe-push-apply": {
10568
9408
  "version": "1.0.0",
10569
9409
  "resolved": "https://registry.npmmirror.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
@@ -10599,23 +9439,6 @@
10599
9439
  "url": "https://github.com/sponsors/ljharb"
10600
9440
  }
10601
9441
  },
10602
- "node_modules/safe-stable-stringify": {
10603
- "version": "2.5.0",
10604
- "resolved": "https://registry.npmmirror.com/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
10605
- "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
10606
- "dev": true,
10607
- "license": "MIT",
10608
- "engines": {
10609
- "node": ">=10"
10610
- }
10611
- },
10612
- "node_modules/safer-buffer": {
10613
- "version": "2.1.2",
10614
- "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
10615
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
10616
- "dev": true,
10617
- "license": "MIT"
10618
- },
10619
9442
  "node_modules/scheduler": {
10620
9443
  "version": "0.27.0",
10621
9444
  "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.27.0.tgz",
@@ -10650,64 +9473,6 @@
10650
9473
  "semver": "bin/semver.js"
10651
9474
  }
10652
9475
  },
10653
- "node_modules/send": {
10654
- "version": "0.19.2",
10655
- "resolved": "https://registry.npmmirror.com/send/-/send-0.19.2.tgz",
10656
- "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
10657
- "dev": true,
10658
- "license": "MIT",
10659
- "dependencies": {
10660
- "debug": "2.6.9",
10661
- "depd": "2.0.0",
10662
- "destroy": "1.2.0",
10663
- "encodeurl": "~2.0.0",
10664
- "escape-html": "~1.0.3",
10665
- "etag": "~1.8.1",
10666
- "fresh": "~0.5.2",
10667
- "http-errors": "~2.0.1",
10668
- "mime": "1.6.0",
10669
- "ms": "2.1.3",
10670
- "on-finished": "~2.4.1",
10671
- "range-parser": "~1.2.1",
10672
- "statuses": "~2.0.2"
10673
- },
10674
- "engines": {
10675
- "node": ">= 0.8.0"
10676
- }
10677
- },
10678
- "node_modules/send/node_modules/debug": {
10679
- "version": "2.6.9",
10680
- "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
10681
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
10682
- "dev": true,
10683
- "license": "MIT",
10684
- "dependencies": {
10685
- "ms": "2.0.0"
10686
- }
10687
- },
10688
- "node_modules/send/node_modules/debug/node_modules/ms": {
10689
- "version": "2.0.0",
10690
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
10691
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
10692
- "dev": true,
10693
- "license": "MIT"
10694
- },
10695
- "node_modules/serve-static": {
10696
- "version": "1.16.3",
10697
- "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.3.tgz",
10698
- "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
10699
- "dev": true,
10700
- "license": "MIT",
10701
- "dependencies": {
10702
- "encodeurl": "~2.0.0",
10703
- "escape-html": "~1.0.3",
10704
- "parseurl": "~1.3.3",
10705
- "send": "~0.19.1"
10706
- },
10707
- "engines": {
10708
- "node": ">= 0.8.0"
10709
- }
10710
- },
10711
9476
  "node_modules/set-cookie-parser": {
10712
9477
  "version": "2.7.2",
10713
9478
  "resolved": "https://registry.npmmirror.com/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
@@ -10763,13 +9528,6 @@
10763
9528
  "node": ">= 0.4"
10764
9529
  }
10765
9530
  },
10766
- "node_modules/setprototypeof": {
10767
- "version": "1.2.0",
10768
- "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
10769
- "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
10770
- "dev": true,
10771
- "license": "ISC"
10772
- },
10773
9531
  "node_modules/shebang-command": {
10774
9532
  "version": "2.0.0",
10775
9533
  "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -10931,16 +9689,6 @@
10931
9689
  "url": "https://github.com/chalk/slice-ansi?sponsor=1"
10932
9690
  }
10933
9691
  },
10934
- "node_modules/sonic-boom": {
10935
- "version": "4.2.1",
10936
- "resolved": "https://registry.npmmirror.com/sonic-boom/-/sonic-boom-4.2.1.tgz",
10937
- "integrity": "sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==",
10938
- "dev": true,
10939
- "license": "MIT",
10940
- "dependencies": {
10941
- "atomic-sleep": "^1.0.0"
10942
- }
10943
- },
10944
9692
  "node_modules/sonner": {
10945
9693
  "version": "2.0.7",
10946
9694
  "resolved": "https://registry.npmmirror.com/sonner/-/sonner-2.0.7.tgz",
@@ -10980,16 +9728,6 @@
10980
9728
  "source-map": "^0.6.0"
10981
9729
  }
10982
9730
  },
10983
- "node_modules/split2": {
10984
- "version": "4.2.0",
10985
- "resolved": "https://registry.npmmirror.com/split2/-/split2-4.2.0.tgz",
10986
- "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
10987
- "dev": true,
10988
- "license": "ISC",
10989
- "engines": {
10990
- "node": ">= 10.x"
10991
- }
10992
- },
10993
9731
  "node_modules/stack-generator": {
10994
9732
  "version": "2.0.10",
10995
9733
  "resolved": "https://registry.npmmirror.com/stack-generator/-/stack-generator-2.0.10.tgz",
@@ -11035,16 +9773,6 @@
11035
9773
  "stacktrace-gps": "^3.0.4"
11036
9774
  }
11037
9775
  },
11038
- "node_modules/statuses": {
11039
- "version": "2.0.2",
11040
- "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
11041
- "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
11042
- "dev": true,
11043
- "license": "MIT",
11044
- "engines": {
11045
- "node": ">= 0.8"
11046
- }
11047
- },
11048
9776
  "node_modules/stop-iteration-iterator": {
11049
9777
  "version": "1.1.0",
11050
9778
  "resolved": "https://registry.npmmirror.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
@@ -11543,9 +10271,9 @@
11543
10271
  }
11544
10272
  },
11545
10273
  "node_modules/terser-webpack-plugin": {
11546
- "version": "5.6.0",
11547
- "resolved": "https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-5.6.0.tgz",
11548
- "integrity": "sha512-Eum+5ajkaOhf5KbM26osvv21kLD7BaGqQ1UA4Ami4arYwylmGUQTgHFpHDdmJod1q4QXa66p0to/FBKID+J1vA==",
10274
+ "version": "5.6.1",
10275
+ "resolved": "https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-5.6.1.tgz",
10276
+ "integrity": "sha512-201R5j+sJpK8nFWwKVyNfZot8FaJbLZDq5evriVzbV1wDtSXDjRUDRfJzHpAaxFDMEhsZL1QkeqM61wgsS3KaQ==",
11549
10277
  "license": "MIT",
11550
10278
  "peer": true,
11551
10279
  "dependencies": {
@@ -11672,26 +10400,6 @@
11672
10400
  "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
11673
10401
  "license": "MIT"
11674
10402
  },
11675
- "node_modules/thread-stream": {
11676
- "version": "4.2.0",
11677
- "resolved": "https://registry.npmmirror.com/thread-stream/-/thread-stream-4.2.0.tgz",
11678
- "integrity": "sha512-e2zZ96wSChazBsbENf/Pcm/4swHt2cEKQ92rhUjkL9GCKiTDJIaTBenjE/m9DXi0QBmTMDkFDdOomUy20A1tDQ==",
11679
- "dev": true,
11680
- "license": "MIT",
11681
- "dependencies": {
11682
- "real-require": "^1.0.0"
11683
- },
11684
- "engines": {
11685
- "node": ">=20"
11686
- }
11687
- },
11688
- "node_modules/thread-stream/node_modules/real-require": {
11689
- "version": "1.0.0",
11690
- "resolved": "https://registry.npmmirror.com/real-require/-/real-require-1.0.0.tgz",
11691
- "integrity": "sha512-P4nbQYQfePJxRSmY+v/KINxVucm4NF3p3s7pJveMTtom52FR4YGltUQLB8idDXwDDWW+eYrWDFbuzUnjoWHF7g==",
11692
- "dev": true,
11693
- "license": "MIT"
11694
- },
11695
10403
  "node_modules/tiny-invariant": {
11696
10404
  "version": "1.3.3",
11697
10405
  "resolved": "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
@@ -11758,16 +10466,6 @@
11758
10466
  "node": ">=8.0"
11759
10467
  }
11760
10468
  },
11761
- "node_modules/toidentifier": {
11762
- "version": "1.0.1",
11763
- "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
11764
- "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
11765
- "dev": true,
11766
- "license": "MIT",
11767
- "engines": {
11768
- "node": ">=0.6"
11769
- }
11770
- },
11771
10469
  "node_modules/tree-kill": {
11772
10470
  "version": "1.2.2",
11773
10471
  "resolved": "https://registry.npmmirror.com/tree-kill/-/tree-kill-1.2.2.tgz",
@@ -11791,17 +10489,6 @@
11791
10489
  "typescript": ">=4.8.4"
11792
10490
  }
11793
10491
  },
11794
- "node_modules/ts-morph": {
11795
- "version": "27.0.2",
11796
- "resolved": "https://registry.npmmirror.com/ts-morph/-/ts-morph-27.0.2.tgz",
11797
- "integrity": "sha512-fhUhgeljcrdZ+9DZND1De1029PrE+cMkIP7ooqkLRTrRLTqcki2AstsyJm0vRNbTbVCNJ0idGlbBrfqc7/nA8w==",
11798
- "dev": true,
11799
- "license": "MIT",
11800
- "dependencies": {
11801
- "@ts-morph/common": "~0.28.1",
11802
- "code-block-writer": "^13.0.3"
11803
- }
11804
- },
11805
10492
  "node_modules/tsconfig-paths": {
11806
10493
  "version": "3.15.0",
11807
10494
  "resolved": "https://registry.npmmirror.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
@@ -11856,20 +10543,6 @@
11856
10543
  "node": ">= 0.8.0"
11857
10544
  }
11858
10545
  },
11859
- "node_modules/type-is": {
11860
- "version": "1.6.18",
11861
- "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz",
11862
- "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
11863
- "dev": true,
11864
- "license": "MIT",
11865
- "dependencies": {
11866
- "media-typer": "0.3.0",
11867
- "mime-types": "~2.1.24"
11868
- },
11869
- "engines": {
11870
- "node": ">= 0.6"
11871
- }
11872
- },
11873
10546
  "node_modules/typed-array-buffer": {
11874
10547
  "version": "1.0.3",
11875
10548
  "resolved": "https://registry.npmmirror.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
@@ -11928,18 +10601,18 @@
11928
10601
  }
11929
10602
  },
11930
10603
  "node_modules/typed-array-length": {
11931
- "version": "1.0.7",
11932
- "resolved": "https://registry.npmmirror.com/typed-array-length/-/typed-array-length-1.0.7.tgz",
11933
- "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
10604
+ "version": "1.0.8",
10605
+ "resolved": "https://registry.npmmirror.com/typed-array-length/-/typed-array-length-1.0.8.tgz",
10606
+ "integrity": "sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==",
11934
10607
  "dev": true,
11935
10608
  "license": "MIT",
11936
10609
  "dependencies": {
11937
- "call-bind": "^1.0.7",
11938
- "for-each": "^0.3.3",
11939
- "gopd": "^1.0.1",
11940
- "is-typed-array": "^1.1.13",
11941
- "possible-typed-array-names": "^1.0.0",
11942
- "reflect.getprototypeof": "^1.0.6"
10610
+ "call-bind": "^1.0.9",
10611
+ "for-each": "^0.3.5",
10612
+ "gopd": "^1.2.0",
10613
+ "is-typed-array": "^1.1.15",
10614
+ "possible-typed-array-names": "^1.1.0",
10615
+ "reflect.getprototypeof": "^1.0.10"
11943
10616
  },
11944
10617
  "engines": {
11945
10618
  "node": ">= 0.4"
@@ -12032,16 +10705,6 @@
12032
10705
  "node": ">= 10.0.0"
12033
10706
  }
12034
10707
  },
12035
- "node_modules/unpipe": {
12036
- "version": "1.0.0",
12037
- "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
12038
- "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
12039
- "dev": true,
12040
- "license": "MIT",
12041
- "engines": {
12042
- "node": ">= 0.8"
12043
- }
12044
- },
12045
10708
  "node_modules/update-browserslist-db": {
12046
10709
  "version": "1.2.3",
12047
10710
  "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
@@ -12140,26 +10803,6 @@
12140
10803
  "dev": true,
12141
10804
  "license": "MIT"
12142
10805
  },
12143
- "node_modules/utils-merge": {
12144
- "version": "1.0.1",
12145
- "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz",
12146
- "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
12147
- "dev": true,
12148
- "license": "MIT",
12149
- "engines": {
12150
- "node": ">= 0.4.0"
12151
- }
12152
- },
12153
- "node_modules/vary": {
12154
- "version": "1.1.2",
12155
- "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz",
12156
- "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
12157
- "dev": true,
12158
- "license": "MIT",
12159
- "engines": {
12160
- "node": ">= 0.8"
12161
- }
12162
- },
12163
10806
  "node_modules/vaul": {
12164
10807
  "version": "1.1.2",
12165
10808
  "resolved": "https://registry.npmmirror.com/vaul/-/vaul-1.1.2.tgz",
@@ -12531,14 +11174,14 @@
12531
11174
  }
12532
11175
  },
12533
11176
  "node_modules/which-typed-array": {
12534
- "version": "1.1.20",
12535
- "resolved": "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.20.tgz",
12536
- "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
11177
+ "version": "1.1.21",
11178
+ "resolved": "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.21.tgz",
11179
+ "integrity": "sha512-zbRA8cVm6io/d5W8uIe2hblzN76/Wm3v/yiythQvr+dpBWeqhPSWIDNj4zOyHi4zKbMK6DN34Xsr9jPHJERAEw==",
12537
11180
  "dev": true,
12538
11181
  "license": "MIT",
12539
11182
  "dependencies": {
12540
11183
  "available-typed-arrays": "^1.0.7",
12541
- "call-bind": "^1.0.8",
11184
+ "call-bind": "^1.0.9",
12542
11185
  "call-bound": "^1.0.4",
12543
11186
  "for-each": "^0.3.5",
12544
11187
  "get-proto": "^1.0.1",
@@ -12624,19 +11267,14 @@
12624
11267
  "node": ">=10"
12625
11268
  }
12626
11269
  },
12627
- "node_modules/yallist": {
12628
- "version": "3.1.1",
12629
- "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
12630
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
12631
- "dev": true,
12632
- "license": "ISC"
12633
- },
12634
11270
  "node_modules/yaml": {
12635
11271
  "version": "2.9.0",
12636
11272
  "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.9.0.tgz",
12637
11273
  "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
12638
- "extraneous": true,
11274
+ "dev": true,
12639
11275
  "license": "ISC",
11276
+ "optional": true,
11277
+ "peer": true,
12640
11278
  "bin": {
12641
11279
  "yaml": "bin.mjs"
12642
11280
  },
@@ -12712,19 +11350,6 @@
12712
11350
  "url": "https://github.com/sponsors/colinhacks"
12713
11351
  }
12714
11352
  },
12715
- "node_modules/zod-validation-error": {
12716
- "version": "4.0.2",
12717
- "resolved": "https://registry.npmmirror.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
12718
- "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
12719
- "dev": true,
12720
- "license": "MIT",
12721
- "engines": {
12722
- "node": ">=18.0.0"
12723
- },
12724
- "peerDependencies": {
12725
- "zod": "^3.25.0 || ^4.0.0"
12726
- }
12727
- },
12728
11353
  "node_modules/zone.js": {
12729
11354
  "version": "0.16.2",
12730
11355
  "resolved": "https://registry.npmmirror.com/zone.js/-/zone.js-0.16.2.tgz",