@coze-arch/cli 0.1.5-alpha.581217 → 0.1.5

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.
Files changed (43) hide show
  1. package/docs/deploy.md +1 -12
  2. package/lib/__templates__/expo/.cozeproj/scripts/dev_build.sh +3 -3
  3. package/lib/__templates__/expo/.cozeproj/scripts/dev_run.sh +3 -11
  4. package/lib/__templates__/expo/.cozeproj/scripts/prod_build.sh +3 -3
  5. package/lib/__templates__/expo/client/components/Screen.tsx +25 -65
  6. package/lib/__templates__/expo/client/heroui/components/toast/toast.tsx +2 -6
  7. package/lib/__templates__/expo/client/heroui/helpers/internal/hooks/use-controllable-state.ts +1 -1
  8. package/lib/__templates__/nextjs/.babelrc +15 -0
  9. package/lib/__templates__/nextjs/eslint.config.mjs +5 -11
  10. package/lib/__templates__/nextjs/next.config.ts +0 -10
  11. package/lib/__templates__/nextjs/package.json +6 -3
  12. package/lib/__templates__/nextjs/pnpm-lock.yaml +1071 -136
  13. package/lib/__templates__/nextjs/scripts/build.ps1 +1 -1
  14. package/lib/__templates__/nextjs/scripts/build.sh +2 -2
  15. package/lib/__templates__/nextjs/scripts/dev.ps1 +2 -2
  16. package/lib/__templates__/nextjs/scripts/dev.sh +10 -86
  17. package/lib/__templates__/nextjs/scripts/prepare.sh +4 -1
  18. package/lib/__templates__/nextjs/src/app/layout.tsx +4 -0
  19. package/lib/__templates__/nextjs/src/server.ts +1 -1
  20. package/lib/__templates__/nuxt-vue/scripts/build.sh +1 -1
  21. package/lib/__templates__/nuxt-vue/scripts/dev.sh +3 -11
  22. package/lib/__templates__/nuxt-vue/scripts/prepare.sh +4 -1
  23. package/lib/__templates__/taro/.cozeproj/scripts/deploy_build.sh +1 -5
  24. package/lib/__templates__/taro/.cozeproj/scripts/deploy_run.sh +0 -4
  25. package/lib/__templates__/taro/.cozeproj/scripts/dev_build.sh +0 -3
  26. package/lib/__templates__/taro/.cozeproj/scripts/dev_run.ps1 +2 -4
  27. package/lib/__templates__/taro/.cozeproj/scripts/dev_run.sh +7 -29
  28. package/lib/__templates__/taro/.cozeproj/scripts/init_env.sh +0 -4
  29. package/lib/__templates__/taro/.cozeproj/scripts/pack.ps1 +1 -3
  30. package/lib/__templates__/taro/.cozeproj/scripts/pack.sh +0 -8
  31. package/lib/__templates__/taro/.cozeproj/scripts/validate.ps1 +1 -3
  32. package/lib/__templates__/taro/.cozeproj/scripts/validate.sh +0 -4
  33. package/lib/__templates__/taro/_gitignore +0 -1
  34. package/lib/__templates__/vite/scripts/build.sh +1 -1
  35. package/lib/__templates__/vite/scripts/dev.sh +3 -11
  36. package/lib/__templates__/vite/scripts/prepare.sh +4 -1
  37. package/lib/cli.js +16 -147
  38. package/package.json +2 -2
  39. package/lib/__templates__/expo/.cozeproj/scripts/prepare-node-modules.sh +0 -212
  40. package/lib/__templates__/nextjs/scripts/prepare-node-modules.sh +0 -212
  41. package/lib/__templates__/nuxt-vue/scripts/prepare-node-modules.sh +0 -212
  42. package/lib/__templates__/taro/.cozeproj/scripts/prepare-node-modules.sh +0 -212
  43. package/lib/__templates__/vite/scripts/prepare-node-modules.sh +0 -212
@@ -5,7 +5,7 @@ settings:
5
5
  excludeLinksFromLockfile: false
6
6
 
7
7
  overrides:
8
- sharp: 0.35.3
8
+ sharp: ^0.35.4
9
9
 
10
10
  importers:
11
11
 
@@ -165,8 +165,8 @@ importers:
165
165
  specifier: 2.15.4
166
166
  version: 2.15.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
167
167
  sharp:
168
- specifier: 0.35.3
169
- version: 0.35.3(@types/node@20.19.30)
168
+ specifier: ^0.35.4
169
+ version: 0.35.4(@types/node@20.19.30)
170
170
  sonner:
171
171
  specifier: ^2.0.7
172
172
  version: 2.0.7(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
@@ -183,6 +183,12 @@ importers:
183
183
  specifier: ^4.3.5
184
184
  version: 4.3.6
185
185
  devDependencies:
186
+ '@react-dev-inspector/babel-plugin':
187
+ specifier: ^2.0.1
188
+ version: 2.0.1
189
+ '@react-dev-inspector/middleware':
190
+ specifier: ^2.0.1
191
+ version: 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
186
192
  '@tailwindcss/postcss':
187
193
  specifier: ^4
188
194
  version: 4.1.18
@@ -202,11 +208,14 @@ importers:
202
208
  specifier: ^9
203
209
  version: 9.39.2(jiti@2.6.1)
204
210
  eslint-config-next:
205
- specifier: 16.1.1
206
- version: 16.1.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
211
+ specifier: 16.3.3
212
+ version: 16.3.3(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
207
213
  only-allow:
208
214
  specifier: ^1.2.2
209
215
  version: 1.2.2
216
+ react-dev-inspector:
217
+ specifier: ^2.0.1
218
+ version: 2.0.1(@types/react@19.2.10)(eslint@9.39.2(jiti@2.6.1))(react@19.2.3)(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
210
219
  shadcn:
211
220
  specifier: latest
212
221
  version: 3.7.0(@cfworker/json-schema@4.1.1)(@types/node@20.19.30)(hono@4.11.7)(typescript@5.9.3)
@@ -557,6 +566,10 @@ packages:
557
566
  resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==}
558
567
  engines: {node: '>=6.9.0'}
559
568
 
569
+ '@babel/types@7.20.5':
570
+ resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==}
571
+ engines: {node: '>=6.9.0'}
572
+
560
573
  '@babel/types@7.28.6':
561
574
  resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==}
562
575
  engines: {node: '>=6.9.0'}
@@ -631,11 +644,11 @@ packages:
631
644
 
632
645
  '@esbuild-kit/core-utils@3.3.2':
633
646
  resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==}
634
- deprecated: 'Merged into tsx: https://tsx.hirok.io'
647
+ deprecated: 'Merged into tsx: https://tsx.is'
635
648
 
636
649
  '@esbuild-kit/esm-loader@2.6.5':
637
650
  resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
638
- deprecated: 'Merged into tsx: https://tsx.hirok.io'
651
+ deprecated: 'Merged into tsx: https://tsx.is'
639
652
 
640
653
  '@esbuild/aix-ppc64@0.25.12':
641
654
  resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
@@ -1165,160 +1178,160 @@ packages:
1165
1178
  resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
1166
1179
  engines: {node: '>=18'}
1167
1180
 
1168
- '@img/sharp-darwin-arm64@0.35.3':
1169
- resolution: {integrity: sha512-RMnFX7YQsMoh7lWfcM4NEHHymBX/rLuKNPVM84XE9ONPcaSCDgE7CHIHpSgPcO2xcRthgBy1HfNO319mwhIAkg==}
1181
+ '@img/sharp-darwin-arm64@0.35.4':
1182
+ resolution: {integrity: sha512-Uhfl4V4lhP2nbUVF9+hyH1+luj86f1gUFeo8ALYxFoULoU+G87D43BfeMP8XHsk9boxAnCY/bf2EHwhA7MuGsA==}
1170
1183
  engines: {node: '>=20.9.0'}
1171
1184
  cpu: [arm64]
1172
1185
  os: [darwin]
1173
1186
 
1174
- '@img/sharp-darwin-x64@0.35.3':
1175
- resolution: {integrity: sha512-Xo+5uFBtLN0BKqieTxiFzFPQAUlBbbH5iBKyRX/z1JrbnYsHTfKJnUfL8+p2TPXr1pXqao4eeL4Rl144uDpK9w==}
1187
+ '@img/sharp-darwin-x64@0.35.4':
1188
+ resolution: {integrity: sha512-hWniXY3bG5qKpkKrAwPe4y+VTPmf086YQAnkxWh7uA1YrlRouWGa0M0Mxj3ZjnXFkv7/TD1bTy9lGUK26vRvWw==}
1176
1189
  engines: {node: '>=20.9.0'}
1177
1190
  cpu: [x64]
1178
1191
  os: [darwin]
1179
1192
 
1180
- '@img/sharp-freebsd-wasm32@0.35.3':
1181
- resolution: {integrity: sha512-lUxcqWIj2wMQ9BrwNjngcr1gWUr5xgaGThBRqPPalIC2n67Cqj1uPh8NnA/ZhAg8hUbKl+kVHKwgUIwe6ZYPrg==}
1193
+ '@img/sharp-freebsd-wasm32@0.35.4':
1194
+ resolution: {integrity: sha512-lIsKw/BU+kjB4eZjxrYrZmwOJYi3Ajrv66iAlBmUPyKc3HpnloevB1g3wxGD9P/5BbQ1brBGl65VRRrCvQDEqA==}
1182
1195
  engines: {node: '>=20.9.0'}
1183
1196
  os: [freebsd]
1184
1197
 
1185
- '@img/sharp-libvips-darwin-arm64@1.3.2':
1186
- resolution: {integrity: sha512-9J6ypZFpQBj4YnePGoq/S38w6nz+vqg5WZLrLGY4YuSemdMq47GMLBPO42MzwdGwpg/agZ7xzZcFHa48xlywfg==}
1198
+ '@img/sharp-libvips-darwin-arm64@1.3.3':
1199
+ resolution: {integrity: sha512-suTBPTDGrI9WodccaDdwZItTSaBYASlBk1NSfElSHrUfzu3szG6lvIF58+WiFvnfzuK8ZBFS5zE00PxqxnRiPg==}
1187
1200
  cpu: [arm64]
1188
1201
  os: [darwin]
1189
1202
 
1190
- '@img/sharp-libvips-darwin-x64@1.3.2':
1191
- resolution: {integrity: sha512-m2pW1n6cns9VaubNwsZ+c3CRYjxNQWgJ5gPlnL1nbBcpkBvFm6SCFN5o0psFHI8w9n11NKhFkeEDns98tiqbEw==}
1203
+ '@img/sharp-libvips-darwin-x64@1.3.3':
1204
+ resolution: {integrity: sha512-FVJZ5mITMobmXIz/hPDTw0EintTW5H3WfrxwLqEqjiIihlu+hVRyGrFQ60xl0Lxn7Bt3zdpevPaQi0HEzqz9fw==}
1192
1205
  cpu: [x64]
1193
1206
  os: [darwin]
1194
1207
 
1195
- '@img/sharp-libvips-linux-arm64@1.3.2':
1196
- resolution: {integrity: sha512-dqVSFynCox4C/J8kT16V7SIFAns0IjgLwkvYT7p8LQVmJ5OS5b6tI9IGflxTeuBS//zXeFIUbwt5dwxyZ17cnA==}
1208
+ '@img/sharp-libvips-linux-arm64@1.3.3':
1209
+ resolution: {integrity: sha512-0DaL0A6Xu6sQSQFwe4iVCrKWU2cCTItnRsYsCdxAMm9NF6twAA9BKnoqy4hqz4+azQ0JHuA26qiUKsf1XJ/v5A==}
1197
1210
  cpu: [arm64]
1198
1211
  os: [linux]
1199
1212
  libc: [glibc]
1200
1213
 
1201
- '@img/sharp-libvips-linux-arm@1.3.2':
1202
- resolution: {integrity: sha512-1eMLzy92I4J6rmi4mAT8yC3HxOtniyGELlzGbNMLLeqe052ahFQ0h6LFq+lh5DsDIdYViIDst08abvSbcEdLXQ==}
1214
+ '@img/sharp-libvips-linux-arm@1.3.3':
1215
+ resolution: {integrity: sha512-3rbU4vqXXc3hY/OiXdl52xZvT0F1yEngWfvqudtPJg/KkyiaQw2DRsFrNzpmLvfavbwOq3qXn36GP8obHRULQA==}
1203
1216
  cpu: [arm]
1204
1217
  os: [linux]
1205
1218
  libc: [glibc]
1206
1219
 
1207
- '@img/sharp-libvips-linux-ppc64@1.3.2':
1208
- resolution: {integrity: sha512-3z0NHDxD6n5I9gc05U1eW1AyRm+Gznzq3naMrthPNqE6oYykcogW0l/jfpJdjYnuNl8R7yI9pNbE1XiUeyq0Aw==}
1220
+ '@img/sharp-libvips-linux-ppc64@1.3.3':
1221
+ resolution: {integrity: sha512-cdn1OvUBwsXhbC0zSzJnNzf5MZ/mTrobawDvNXBTxe8VtqKAm0sRuEY2Evzovb/w9JMk4TvRxqt1mekSuJz64w==}
1209
1222
  cpu: [ppc64]
1210
1223
  os: [linux]
1211
1224
  libc: [glibc]
1212
1225
 
1213
- '@img/sharp-libvips-linux-riscv64@1.3.2':
1214
- resolution: {integrity: sha512-bsb4rI+NldGOsXuej2r8OdSS8+zXDVaCWxyWrcv6kneTOlgAHtZABRzBBCwdsPiD90J4myNJuHpg6kA20ImW/w==}
1226
+ '@img/sharp-libvips-linux-riscv64@1.3.3':
1227
+ resolution: {integrity: sha512-HjPVx7yKz+0lqdhDlTw1tt90wamBoxhiXpvl1XZpJLiHH4RCJ5yDTqH+VlYPv2fwFs89JFw4c1IexYOcQUi4IQ==}
1215
1228
  cpu: [riscv64]
1216
1229
  os: [linux]
1217
1230
  libc: [glibc]
1218
1231
 
1219
- '@img/sharp-libvips-linux-s390x@1.3.2':
1220
- resolution: {integrity: sha512-/ABshyj8gCpyIrNXnHn4LorDJ0HHm1VhXPBlxZ8zAtfVPAaSafXPGn+sUSIRiwaSBy0mmFjSjiXI5mkcwdChKQ==}
1232
+ '@img/sharp-libvips-linux-s390x@1.3.3':
1233
+ resolution: {integrity: sha512-neWLh+3yCNThxnfy3c4BbVBeGgt9aftno+XbT56iK28RgeDs3UOFWviLWlUu0bArYVYJaFDK+RRohbicUNCm8Q==}
1221
1234
  cpu: [s390x]
1222
1235
  os: [linux]
1223
1236
  libc: [glibc]
1224
1237
 
1225
- '@img/sharp-libvips-linux-x64@1.3.2':
1226
- resolution: {integrity: sha512-ITPEtgffGJ0S6G9dRyw/366tJQqFRcHWPHhC+Stpg3Z8AEMrDrTr2lhdz4f/Y/HMbRh//7Z5mBzEpVdi62Oc3w==}
1238
+ '@img/sharp-libvips-linux-x64@1.3.3':
1239
+ resolution: {integrity: sha512-4vKmvAst9nrowcqquKFAyZJUDolUaIp8uRiN0mWFguJ1IplC9/pitXtlnnlU4aa/eJw3J7i67V+pwUL+wZGdsA==}
1227
1240
  cpu: [x64]
1228
1241
  os: [linux]
1229
1242
  libc: [glibc]
1230
1243
 
1231
- '@img/sharp-libvips-linuxmusl-arm64@1.3.2':
1232
- resolution: {integrity: sha512-zE9EdiUzUmg5mDT5a1rk5fYJ6GWPloTwWBYDS14naqHsL+EaMpDj1AWnpLgh3u0YCORv2Tt50wrcrpYqkP97Kw==}
1244
+ '@img/sharp-libvips-linuxmusl-arm64@1.3.3':
1245
+ resolution: {integrity: sha512-Y9kQaLMuNoB0bPYOOdcZMaseNrFpPodIWWMrx+CZyydf2xn68j9WYc6sWWRrDwNkzCQjKYfc68L7jKjGlHMibw==}
1233
1246
  cpu: [arm64]
1234
1247
  os: [linux]
1235
1248
  libc: [musl]
1236
1249
 
1237
- '@img/sharp-libvips-linuxmusl-x64@1.3.2':
1238
- resolution: {integrity: sha512-m0lrLiUt+lBYnCFr8qV/65yMR4E/c7/wf78I5eKTdkEakFAlZ9QlzEM3QIhhAwVeUhLAHLcCq7a7Vszq/oFNZQ==}
1250
+ '@img/sharp-libvips-linuxmusl-x64@1.3.3':
1251
+ resolution: {integrity: sha512-fj8Mv0HHfD1Rr+4I68+3agJynxDWtBFgicTbSOb9Bke6pIwzGcJ+RX/yHjmiEGFMCavY/dxvem7MyNaJF+wDiw==}
1239
1252
  cpu: [x64]
1240
1253
  os: [linux]
1241
1254
  libc: [musl]
1242
1255
 
1243
- '@img/sharp-linux-arm64@0.35.3':
1244
- resolution: {integrity: sha512-QgKDspHPnrU+GQ55XPhGwyhC8acLVOOSyAvo1oVfFmrIXLkDNmGWzAfDZ4xK8oSA1qBQrALcHX0G5UZni/SuFQ==}
1256
+ '@img/sharp-linux-arm64@0.35.4':
1257
+ resolution: {integrity: sha512-De4jpEnAU8Hd5oT0j1G3uL4ZvTuipVMn7YC6vPaJhy6/7EwEae0SVAoBrUMYQbkLGDm85taVWwuPc1a44LTzCQ==}
1245
1258
  engines: {node: '>=20.9.0'}
1246
1259
  cpu: [arm64]
1247
1260
  os: [linux]
1248
1261
  libc: [glibc]
1249
1262
 
1250
- '@img/sharp-linux-arm@0.35.3':
1251
- resolution: {integrity: sha512-affVWCTLooy8TSxbDx2qkzuDeaWLNVBA+P//FNBirHsXpP2fuBhk5AuboYUnrDnzoXes8GFjpTx0SBFOCRg+FA==}
1263
+ '@img/sharp-linux-arm@0.35.4':
1264
+ resolution: {integrity: sha512-7OAS8gI0EReKGVN2HssHlM6umJgxF5VI3xN0p9FA91p/YO+ou5hiNghLdZ5BEHztwaaK5+bLKRf8x/o2L2nk9A==}
1252
1265
  engines: {node: '>=20.9.0'}
1253
1266
  cpu: [arm]
1254
1267
  os: [linux]
1255
1268
  libc: [glibc]
1256
1269
 
1257
- '@img/sharp-linux-ppc64@0.35.3':
1258
- resolution: {integrity: sha512-sMd8rDxmpLOwv/7N44klFjOD5DUO7FLdjiXDI0hoxYaf7Ar262dQIEkosE98bps+5HPLtp/EvNqeqQtOycP/IA==}
1270
+ '@img/sharp-linux-ppc64@0.35.4':
1271
+ resolution: {integrity: sha512-2oYZJeIl4kCcMGk4ouZVjnkCtFrpQFlNEtJ6GbxzhHQchwH0NH/qEb9ykmOl29dqwMq+JhFdZn+1ak2FKhI9fQ==}
1259
1272
  engines: {node: '>=20.9.0'}
1260
1273
  cpu: [ppc64]
1261
1274
  os: [linux]
1262
1275
  libc: [glibc]
1263
1276
 
1264
- '@img/sharp-linux-riscv64@0.35.3':
1265
- resolution: {integrity: sha512-0Eob78yjlYPfL5vMNWAW55l3R9Y6BQS/gOfe0ZcP9mEz9ohhKSt4im1hayiknXgf8AWrFqMvJcKIdmLmEe7yeQ==}
1277
+ '@img/sharp-linux-riscv64@0.35.4':
1278
+ resolution: {integrity: sha512-cPbNChoRURAWdebDIHSenxRpgEdy7JkPydSnUxRm9VvKD7m0/xVaR/8Fzlu81pk5nHEvHH87UZUA7cTtwnbJSA==}
1266
1279
  engines: {node: '>=20.9.0'}
1267
1280
  cpu: [riscv64]
1268
1281
  os: [linux]
1269
1282
  libc: [glibc]
1270
1283
 
1271
- '@img/sharp-linux-s390x@0.35.3':
1272
- resolution: {integrity: sha512-KgAxQ0DxpNOq1rG2t5cgTgShJFGSuU7XO45cqC+1NVOuZnP6tlgZRuSYOfNupGkHID0o3cJOsw4DVeJpMovcGw==}
1284
+ '@img/sharp-linux-s390x@0.35.4':
1285
+ resolution: {integrity: sha512-RY0JFY8Fd6RonCBtHz+DvadaPkXDSI1AUn6yWL9TipqkZ1vY8w8evqdgyDFnkm4/K1ve1TvZiaePP5oSd4+WVQ==}
1273
1286
  engines: {node: '>=20.9.0'}
1274
1287
  cpu: [s390x]
1275
1288
  os: [linux]
1276
1289
  libc: [glibc]
1277
1290
 
1278
- '@img/sharp-linux-x64@0.35.3':
1279
- resolution: {integrity: sha512-8pqvxubL2PGdhlPy6GLqzDYMUjyRmKAwKHYKixpdJYBUK7PJ0C029XdsnpFIdgRZG68fZiGdHVWcKPvtiPB4cA==}
1291
+ '@img/sharp-linux-x64@0.35.4':
1292
+ resolution: {integrity: sha512-9qvvEAuk8k89TfWUoX2htWjbAMX8p+NxCppjpcg5k6xMsjhBQPTsoIh36h9Qde4WRuGpJeYnOjdosDn/cnv+OA==}
1280
1293
  engines: {node: '>=20.9.0'}
1281
1294
  cpu: [x64]
1282
1295
  os: [linux]
1283
1296
  libc: [glibc]
1284
1297
 
1285
- '@img/sharp-linuxmusl-arm64@0.35.3':
1286
- resolution: {integrity: sha512-Vz0iQjzzcSX3HCbfwFfCSG/9SCIqyO0mH2sXyiHaAYfBk0cRsCWXRyQYX0ovCK/PAQBbTzQ0dsPQHh5MAFL59w==}
1298
+ '@img/sharp-linuxmusl-arm64@0.35.4':
1299
+ resolution: {integrity: sha512-KB5jxpfWQTr0nc3xdHtWChdbifHrBGsd2SM62Eyxrl8afikm+f5qGBU75SJIZBT/S1MC8XyacdlXBMSWq6OURA==}
1287
1300
  engines: {node: '>=20.9.0'}
1288
1301
  cpu: [arm64]
1289
1302
  os: [linux]
1290
1303
  libc: [musl]
1291
1304
 
1292
- '@img/sharp-linuxmusl-x64@0.35.3':
1293
- resolution: {integrity: sha512-6O1NPKcDVj9QEdg7Hx549EX8U0rp6yXQERqru6yRN7fGBn32UvIRJUlWnk+8xDCiG76hXVBbX82NZ/ZKr0euIg==}
1305
+ '@img/sharp-linuxmusl-x64@0.35.4':
1306
+ resolution: {integrity: sha512-f+eZJZIQNEEd26RPSW+76chwOf1XtA2Y/O+5ocVyLliHkeih3e+jhLVBdNTd2rS3IbNXK8+ug93Vf5ZXtF5Lxg==}
1294
1307
  engines: {node: '>=20.9.0'}
1295
1308
  cpu: [x64]
1296
1309
  os: [linux]
1297
1310
  libc: [musl]
1298
1311
 
1299
- '@img/sharp-wasm32@0.35.3':
1300
- resolution: {integrity: sha512-cZ0XkcYGpHZkqW6iCkqTcmUC0CD9DhD5d/qeZlZkfRBn6GnHniZXLUo5+9xw8Iv76YE6LQFN9YNBlKREcCG76w==}
1312
+ '@img/sharp-wasm32@0.35.4':
1313
+ resolution: {integrity: sha512-zQnl4Kwp7Q6NHsENtU2T/00Zi+w3AQNwz3+UaTyVBy2FpXrzXzGjndpK61onhZjRtRpQXxCTeqw19bVyXOh7jA==}
1301
1314
  engines: {node: '>=20.9.0'}
1302
1315
 
1303
- '@img/sharp-webcontainers-wasm32@0.35.3':
1304
- resolution: {integrity: sha512-2rnq7bX3NzeR2T4YWgz8qiG4h3TSdMe+vN1iQXpJleSJ3SM5zQ8Fy2SyyXAWlbxpEZ2Y+Z4u1BePgJEYbSy80Q==}
1316
+ '@img/sharp-webcontainers-wasm32@0.35.4':
1317
+ resolution: {integrity: sha512-ESfNkywmCfPNyaZjxooddJQiQ+l/nTpGEOGthxiLnIHXC/CmcBixnfwUleX9mCz9ovrUUvKMap/pm8RYbzfwaA==}
1305
1318
  engines: {node: '>=20.9.0'}
1306
1319
  cpu: [wasm32]
1307
1320
 
1308
- '@img/sharp-win32-arm64@0.35.3':
1309
- resolution: {integrity: sha512-4bPwFdMbeC4JQ8L8LOyWp6nsHcboP5fxkp6iPOXz2Vg49R42TuMs2whkJ5OAP4/Ul035qOzy0AecOF9VOscn4w==}
1321
+ '@img/sharp-win32-arm64@0.35.4':
1322
+ resolution: {integrity: sha512-iNdlBX9gLVvqe2I3uIJSIKTq6wckP/DYxZtcqxm09x5Gi24DnFBmPAWZmr60ZyYMG0xlzo6goG3670ar+RXvRw==}
1310
1323
  engines: {node: '>=20.9.0'}
1311
1324
  cpu: [arm64]
1312
1325
  os: [win32]
1313
1326
 
1314
- '@img/sharp-win32-ia32@0.35.3':
1315
- resolution: {integrity: sha512-r53mXsBN6lFUDiST764SvgwUdHAqM4rPAiDzAmf4fLoB6X/rkfyTrLCg6+g17wJJiCmB3JYgHuUldCWUIRFSXw==}
1327
+ '@img/sharp-win32-ia32@0.35.4':
1328
+ resolution: {integrity: sha512-kqRsbaa5CS6KHlpxnN7WhE6vAAugXyZButpRdvDWetlv6Qv4N9WTcrWzF7tXfB9T7MsoadqdI8hmwLq6UlLvtw==}
1316
1329
  engines: {node: ^20.9.0}
1317
1330
  cpu: [ia32]
1318
1331
  os: [win32]
1319
1332
 
1320
- '@img/sharp-win32-x64@0.35.3':
1321
- resolution: {integrity: sha512-D4y1vNeZrIIJCN+uHaWVtH86B+aCrdMYYjicy9pXHvbGZeGYLLSd3wdVuC37FxVXlU1ARsk84eKWfWMXGYEqvA==}
1333
+ '@img/sharp-win32-x64@0.35.4':
1334
+ resolution: {integrity: sha512-XtmnYhBcrORsJ4XJngyzr/EWP0hRZLAZRFaApdKuviyqF78+ylxh2y06ZmtULAMOnObJ3ucpN0AcwSWnMowTRg==}
1322
1335
  engines: {node: '>=20.9.0'}
1323
1336
  cpu: [x64]
1324
1337
  os: [win32]
@@ -1376,6 +1389,9 @@ packages:
1376
1389
  resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
1377
1390
  engines: {node: '>=6.0.0'}
1378
1391
 
1392
+ '@jridgewell/source-map@0.3.11':
1393
+ resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==}
1394
+
1379
1395
  '@jridgewell/sourcemap-codec@1.5.5':
1380
1396
  resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
1381
1397
 
@@ -1421,8 +1437,8 @@ packages:
1421
1437
  '@next/env@16.1.1':
1422
1438
  resolution: {integrity: sha512-3oxyM97Sr2PqiVyMyrZUtrtM3jqqFxOQJVuKclDsgj/L728iZt/GyslkN4NwarledZATCenbk4Offjk1hQmaAA==}
1423
1439
 
1424
- '@next/eslint-plugin-next@16.1.1':
1425
- resolution: {integrity: sha512-Ovb/6TuLKbE1UiPcg0p39Ke3puyTCIKN9hGbNItmpQsp+WX3qrjO3WaMVSi6JHr9X1NrmthqIguVHodMJbh/dw==}
1440
+ '@next/eslint-plugin-next@16.3.3':
1441
+ resolution: {integrity: sha512-pbEh30vvjKpDoTAmo1v3q2uM4JUi8QaEBpbmjWvGfoec2jLghy/WNtvzAT0bk+Ik9oz6etjt4YjXEk4BQnicCw==}
1426
1442
 
1427
1443
  '@next/swc-darwin-arm64@16.1.1':
1428
1444
  resolution: {integrity: sha512-JS3m42ifsVSJjSTzh27nW+Igfha3NdBOFScr9C80hHGrWx55pTrVL23RJbqir7k7/15SKlrLHhh/MQzqBBYrQA==}
@@ -1441,24 +1457,28 @@ packages:
1441
1457
  engines: {node: '>= 10'}
1442
1458
  cpu: [arm64]
1443
1459
  os: [linux]
1460
+ libc: [glibc]
1444
1461
 
1445
1462
  '@next/swc-linux-arm64-musl@16.1.1':
1446
1463
  resolution: {integrity: sha512-MFHrgL4TXNQbBPzkKKur4Fb5ICEJa87HM7fczFs2+HWblM7mMLdco3dvyTI+QmLBU9xgns/EeeINSZD6Ar+oLg==}
1447
1464
  engines: {node: '>= 10'}
1448
1465
  cpu: [arm64]
1449
1466
  os: [linux]
1467
+ libc: [musl]
1450
1468
 
1451
1469
  '@next/swc-linux-x64-gnu@16.1.1':
1452
1470
  resolution: {integrity: sha512-20bYDfgOQAPUkkKBnyP9PTuHiJGM7HzNBbuqmD0jiFVZ0aOldz+VnJhbxzjcSabYsnNjMPsE0cyzEudpYxsrUQ==}
1453
1471
  engines: {node: '>= 10'}
1454
1472
  cpu: [x64]
1455
1473
  os: [linux]
1474
+ libc: [glibc]
1456
1475
 
1457
1476
  '@next/swc-linux-x64-musl@16.1.1':
1458
1477
  resolution: {integrity: sha512-9pRbK3M4asAHQRkwaXwu601oPZHghuSC8IXNENgbBSyImHv/zY4K5udBusgdHkvJ/Tcr96jJwQYOll0qU8+fPA==}
1459
1478
  engines: {node: '>= 10'}
1460
1479
  cpu: [x64]
1461
1480
  os: [linux]
1481
+ libc: [musl]
1462
1482
 
1463
1483
  '@next/swc-win32-arm64-msvc@16.1.1':
1464
1484
  resolution: {integrity: sha512-bdfQkggaLgnmYrFkSQfsHfOhk/mCYmjnrbRCGgkMcoOBZ4n+TRRSLmT/CU5SATzlBJ9TpioUyBW/vWFXTqQRiA==}
@@ -2152,6 +2172,26 @@ packages:
2152
2172
  '@radix-ui/rect@1.1.1':
2153
2173
  resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==}
2154
2174
 
2175
+ '@react-dev-inspector/babel-plugin@2.0.1':
2176
+ resolution: {integrity: sha512-V2MzN9dj3uZu6NvAjSxXwa3+FOciVIuwAUwPLpO6ji5xpUyx8E6UiEng1QqzttdpacKHFKtkNYjtQAE+Lsqa5A==}
2177
+ engines: {node: '>=12.0.0'}
2178
+
2179
+ '@react-dev-inspector/middleware@2.0.1':
2180
+ resolution: {integrity: sha512-qDMtBzAxNNAX01jjU1THZVuNiVB7J1Hjk42k8iLSSwfinc3hk667iqgdzeq1Za1a0V2bF5Ev6D4+nkZ+E1YUrQ==}
2181
+ engines: {node: '>=12.0.0'}
2182
+
2183
+ '@react-dev-inspector/umi3-plugin@2.0.1':
2184
+ resolution: {integrity: sha512-lRw65yKQdI/1BwrRXWJEHDJel4DWboOartGmR3S5xiTF+EiOLjmndxdA5LoVSdqbcggdtq5SWcsoZqI0TkhH7Q==}
2185
+ engines: {node: '>=12.0.0'}
2186
+
2187
+ '@react-dev-inspector/umi4-plugin@2.0.1':
2188
+ resolution: {integrity: sha512-vTefsJVAZsgpuO9IZ1ZFIoyryVUU+hjV8OPD8DfDU+po5LjVXc5Uncn+MkFOsT24AMpNdDvCnTRYiuSkFn8EsA==}
2189
+ engines: {node: '>=12.0.0'}
2190
+
2191
+ '@react-dev-inspector/vite-plugin@2.0.1':
2192
+ resolution: {integrity: sha512-J1eI7cIm2IXE6EwhHR1OyoefvobUJEn/vJWEBwOM5uW4JkkLwuVoV9vk++XJyAmKUNQ87gdWZvSWrI2LjfrSug==}
2193
+ engines: {node: '>=12.0.0'}
2194
+
2155
2195
  '@rollup/rollup-android-arm-eabi@4.59.0':
2156
2196
  resolution: {integrity: sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==}
2157
2197
  cpu: [arm]
@@ -2671,6 +2711,12 @@ packages:
2671
2711
  '@types/d3-timer@3.0.2':
2672
2712
  resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==}
2673
2713
 
2714
+ '@types/eslint-scope@3.7.7':
2715
+ resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
2716
+
2717
+ '@types/eslint@9.6.1':
2718
+ resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==}
2719
+
2674
2720
  '@types/estree@1.0.8':
2675
2721
  resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
2676
2722
 
@@ -2683,6 +2729,9 @@ packages:
2683
2729
  '@types/node@20.19.30':
2684
2730
  resolution: {integrity: sha512-WJtwWJu7UdlvzEAUm484QNg5eAoq5QR08KDNx7g45Usrs2NtOPiX8ugDqmKdXkyL03rBqU5dYNYVQetEpBHq2g==}
2685
2731
 
2732
+ '@types/parse-json@4.0.2':
2733
+ resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
2734
+
2686
2735
  '@types/pg@8.16.0':
2687
2736
  resolution: {integrity: sha512-RmhMd/wD+CF8Dfo+cVIy3RR5cl8CyfXQ0tGgW6XBL8L4LM/UTEbNXYRbLwU6w+CgrKBNbrQWt4FUtTfaU5jSYQ==}
2688
2737
 
@@ -2694,6 +2743,11 @@ packages:
2694
2743
  peerDependencies:
2695
2744
  '@types/react': ^19.2.0
2696
2745
 
2746
+ '@types/react-reconciler@0.33.0':
2747
+ resolution: {integrity: sha512-HZOXsKT0tGI9LlUw2LuedXsVeB88wFa536vVL0M6vE8zN63nI+sSr1ByxmPToP5K5bukaVscyeCJcF9guVNJ1g==}
2748
+ peerDependencies:
2749
+ '@types/react': '*'
2750
+
2697
2751
  '@types/react@19.2.10':
2698
2752
  resolution: {integrity: sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==}
2699
2753
 
@@ -2871,10 +2925,67 @@ packages:
2871
2925
  cpu: [x64]
2872
2926
  os: [win32]
2873
2927
 
2928
+ '@webassemblyjs/ast@1.14.1':
2929
+ resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==}
2930
+
2931
+ '@webassemblyjs/floating-point-hex-parser@1.13.2':
2932
+ resolution: {integrity: sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==}
2933
+
2934
+ '@webassemblyjs/helper-api-error@1.13.2':
2935
+ resolution: {integrity: sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==}
2936
+
2937
+ '@webassemblyjs/helper-buffer@1.14.1':
2938
+ resolution: {integrity: sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==}
2939
+
2940
+ '@webassemblyjs/helper-numbers@1.13.2':
2941
+ resolution: {integrity: sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==}
2942
+
2943
+ '@webassemblyjs/helper-wasm-bytecode@1.13.2':
2944
+ resolution: {integrity: sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==}
2945
+
2946
+ '@webassemblyjs/helper-wasm-section@1.14.1':
2947
+ resolution: {integrity: sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==}
2948
+
2949
+ '@webassemblyjs/ieee754@1.13.2':
2950
+ resolution: {integrity: sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==}
2951
+
2952
+ '@webassemblyjs/leb128@1.13.2':
2953
+ resolution: {integrity: sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==}
2954
+
2955
+ '@webassemblyjs/utf8@1.13.2':
2956
+ resolution: {integrity: sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==}
2957
+
2958
+ '@webassemblyjs/wasm-edit@1.14.1':
2959
+ resolution: {integrity: sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==}
2960
+
2961
+ '@webassemblyjs/wasm-gen@1.14.1':
2962
+ resolution: {integrity: sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==}
2963
+
2964
+ '@webassemblyjs/wasm-opt@1.14.1':
2965
+ resolution: {integrity: sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==}
2966
+
2967
+ '@webassemblyjs/wasm-parser@1.14.1':
2968
+ resolution: {integrity: sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==}
2969
+
2970
+ '@webassemblyjs/wast-printer@1.14.1':
2971
+ resolution: {integrity: sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==}
2972
+
2973
+ '@xtuc/ieee754@1.2.0':
2974
+ resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
2975
+
2976
+ '@xtuc/long@4.2.2':
2977
+ resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
2978
+
2874
2979
  accepts@2.0.0:
2875
2980
  resolution: {integrity: sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==}
2876
2981
  engines: {node: '>= 0.6'}
2877
2982
 
2983
+ acorn-import-phases@1.0.4:
2984
+ resolution: {integrity: sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==}
2985
+ engines: {node: '>=10.13.0'}
2986
+ peerDependencies:
2987
+ acorn: ^8.14.0
2988
+
2878
2989
  acorn-jsx@5.3.2:
2879
2990
  resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
2880
2991
  peerDependencies:
@@ -2890,10 +3001,22 @@ packages:
2890
3001
  engines: {node: '>=0.4.0'}
2891
3002
  hasBin: true
2892
3003
 
3004
+ address@1.2.2:
3005
+ resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==}
3006
+ engines: {node: '>= 10.0.0'}
3007
+
2893
3008
  agent-base@7.1.4:
2894
3009
  resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
2895
3010
  engines: {node: '>= 14'}
2896
3011
 
3012
+ ajv-formats@2.1.1:
3013
+ resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
3014
+ peerDependencies:
3015
+ ajv: ^8.0.0
3016
+ peerDependenciesMeta:
3017
+ ajv:
3018
+ optional: true
3019
+
2897
3020
  ajv-formats@3.0.1:
2898
3021
  resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==}
2899
3022
  peerDependencies:
@@ -2902,6 +3025,16 @@ packages:
2902
3025
  ajv:
2903
3026
  optional: true
2904
3027
 
3028
+ ajv-keywords@3.5.2:
3029
+ resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
3030
+ peerDependencies:
3031
+ ajv: ^6.9.1
3032
+
3033
+ ajv-keywords@5.1.0:
3034
+ resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==}
3035
+ peerDependencies:
3036
+ ajv: ^8.8.2
3037
+
2905
3038
  ajv@6.12.6:
2906
3039
  resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
2907
3040
 
@@ -2931,6 +3064,10 @@ packages:
2931
3064
  any-promise@1.3.0:
2932
3065
  resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
2933
3066
 
3067
+ anymatch@3.1.3:
3068
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
3069
+ engines: {node: '>= 8'}
3070
+
2934
3071
  argparse@2.0.1:
2935
3072
  resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
2936
3073
 
@@ -2996,6 +3133,10 @@ packages:
2996
3133
  asynckit@0.4.0:
2997
3134
  resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
2998
3135
 
3136
+ at-least-node@1.0.0:
3137
+ resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
3138
+ engines: {node: '>= 4.0.0'}
3139
+
2999
3140
  available-typed-arrays@1.0.7:
3000
3141
  resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
3001
3142
  engines: {node: '>= 0.4'}
@@ -3029,6 +3170,10 @@ packages:
3029
3170
  resolution: {integrity: sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==}
3030
3171
  hasBin: true
3031
3172
 
3173
+ binary-extensions@2.3.0:
3174
+ resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
3175
+ engines: {node: '>=8'}
3176
+
3032
3177
  body-parser@2.2.2:
3033
3178
  resolution: {integrity: sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==}
3034
3179
  engines: {node: '>=18'}
@@ -3109,10 +3254,18 @@ packages:
3109
3254
  resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
3110
3255
  engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
3111
3256
 
3257
+ chokidar@3.6.0:
3258
+ resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
3259
+ engines: {node: '>= 8.10.0'}
3260
+
3112
3261
  chokidar@4.0.3:
3113
3262
  resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
3114
3263
  engines: {node: '>= 14.16.0'}
3115
3264
 
3265
+ chrome-trace-event@1.0.4:
3266
+ resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==}
3267
+ engines: {node: '>=6.0'}
3268
+
3116
3269
  class-variance-authority@0.7.1:
3117
3270
  resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
3118
3271
 
@@ -3170,6 +3323,9 @@ packages:
3170
3323
  resolution: {integrity: sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==}
3171
3324
  engines: {node: '>=20'}
3172
3325
 
3326
+ commander@2.20.3:
3327
+ resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
3328
+
3173
3329
  commander@4.1.1:
3174
3330
  resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
3175
3331
  engines: {node: '>= 6'}
@@ -3214,6 +3370,10 @@ packages:
3214
3370
  resolution: {integrity: sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==}
3215
3371
  engines: {node: '>= 0.10'}
3216
3372
 
3373
+ cosmiconfig@6.0.0:
3374
+ resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==}
3375
+ engines: {node: '>=8'}
3376
+
3217
3377
  cosmiconfig@9.0.0:
3218
3378
  resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==}
3219
3379
  engines: {node: '>=14'}
@@ -3317,6 +3477,14 @@ packages:
3317
3477
  date-fns@4.1.0:
3318
3478
  resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==}
3319
3479
 
3480
+ debug@2.6.9:
3481
+ resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
3482
+ peerDependencies:
3483
+ supports-color: '*'
3484
+ peerDependenciesMeta:
3485
+ supports-color:
3486
+ optional: true
3487
+
3320
3488
  debug@3.2.7:
3321
3489
  resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
3322
3490
  peerDependencies:
@@ -3368,6 +3536,10 @@ packages:
3368
3536
  resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
3369
3537
  engines: {node: '>= 0.4'}
3370
3538
 
3539
+ define-lazy-prop@2.0.0:
3540
+ resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==}
3541
+ engines: {node: '>=8'}
3542
+
3371
3543
  define-lazy-prop@3.0.0:
3372
3544
  resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
3373
3545
  engines: {node: '>=12'}
@@ -3391,6 +3563,11 @@ packages:
3391
3563
  detect-node-es@1.1.0:
3392
3564
  resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
3393
3565
 
3566
+ detect-port-alt@1.1.6:
3567
+ resolution: {integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==}
3568
+ engines: {node: '>= 4.2.1'}
3569
+ hasBin: true
3570
+
3394
3571
  diff@8.0.3:
3395
3572
  resolution: {integrity: sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==}
3396
3573
  engines: {node: '>=0.3.1'}
@@ -3516,6 +3693,9 @@ packages:
3516
3693
  resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
3517
3694
  engines: {node: '>= 0.4'}
3518
3695
 
3696
+ duplexer@0.1.2:
3697
+ resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
3698
+
3519
3699
  eciesjs@0.4.17:
3520
3700
  resolution: {integrity: sha512-TOOURki4G7sD1wDCjj7NfLaXZZ49dFOeEb5y39IXpb8p0hRzVvfvzZHOi5JcT+PpyAbi/Y+lxPb8eTag2WYH8w==}
3521
3701
  engines: {bun: '>=1', deno: '>=2', node: '>=16'}
@@ -3579,6 +3759,9 @@ packages:
3579
3759
  resolution: {integrity: sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==}
3580
3760
  engines: {node: '>= 0.4'}
3581
3761
 
3762
+ es-module-lexer@2.0.0:
3763
+ resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==}
3764
+
3582
3765
  es-object-atoms@1.1.1:
3583
3766
  resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
3584
3767
  engines: {node: '>= 0.4'}
@@ -3626,8 +3809,8 @@ packages:
3626
3809
  resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
3627
3810
  engines: {node: '>=10'}
3628
3811
 
3629
- eslint-config-next@16.1.1:
3630
- resolution: {integrity: sha512-55nTpVWm3qeuxoQKLOjQVciKZJUphKrNM0fCcQHAIOGl6VFXgaqeMfv0aKJhs7QtcnlAPhNVqsqRfRjeKBPIUA==}
3812
+ eslint-config-next@16.3.3:
3813
+ resolution: {integrity: sha512-teqtsR26tnlfXFHfVLTM/4tzEzU8DMu6GS1sddZzhfGzgd2f2ofbgDUcsk6cssSCzX6Tk6fmWifJcdANSdPJrw==}
3631
3814
  peerDependencies:
3632
3815
  eslint: '>=9.0.0'
3633
3816
  typescript: '>=3.3.1'
@@ -3700,6 +3883,10 @@ packages:
3700
3883
  peerDependencies:
3701
3884
  eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
3702
3885
 
3886
+ eslint-scope@5.1.1:
3887
+ resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
3888
+ engines: {node: '>=8.0.0'}
3889
+
3703
3890
  eslint-scope@8.4.0:
3704
3891
  resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
3705
3892
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3715,7 +3902,6 @@ packages:
3715
3902
  eslint@9.39.2:
3716
3903
  resolution: {integrity: sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==}
3717
3904
  engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3718
- deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
3719
3905
  hasBin: true
3720
3906
  peerDependencies:
3721
3907
  jiti: '*'
@@ -3740,6 +3926,10 @@ packages:
3740
3926
  resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
3741
3927
  engines: {node: '>=4.0'}
3742
3928
 
3929
+ estraverse@4.3.0:
3930
+ resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
3931
+ engines: {node: '>=4.0'}
3932
+
3743
3933
  estraverse@5.3.0:
3744
3934
  resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
3745
3935
  engines: {node: '>=4.0'}
@@ -3844,6 +4034,10 @@ packages:
3844
4034
  resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
3845
4035
  engines: {node: '>=16.0.0'}
3846
4036
 
4037
+ filesize@8.0.7:
4038
+ resolution: {integrity: sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==}
4039
+ engines: {node: '>= 0.4.0'}
4040
+
3847
4041
  fill-range@7.1.1:
3848
4042
  resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
3849
4043
  engines: {node: '>=8'}
@@ -3852,6 +4046,10 @@ packages:
3852
4046
  resolution: {integrity: sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==}
3853
4047
  engines: {node: '>= 18.0.0'}
3854
4048
 
4049
+ find-up@3.0.0:
4050
+ resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==}
4051
+ engines: {node: '>=6'}
4052
+
3855
4053
  find-up@5.0.0:
3856
4054
  resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
3857
4055
  engines: {node: '>=10'}
@@ -3885,6 +4083,20 @@ packages:
3885
4083
  resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
3886
4084
  engines: {node: '>= 0.4'}
3887
4085
 
4086
+ fork-ts-checker-webpack-plugin@6.5.3:
4087
+ resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==}
4088
+ engines: {node: '>=10', yarn: '>=1.0.0'}
4089
+ peerDependencies:
4090
+ eslint: '>= 6'
4091
+ typescript: '>= 2.7'
4092
+ vue-template-compiler: '*'
4093
+ webpack: '>= 4'
4094
+ peerDependenciesMeta:
4095
+ eslint:
4096
+ optional: true
4097
+ vue-template-compiler:
4098
+ optional: true
4099
+
3888
4100
  form-data@4.0.5:
3889
4101
  resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
3890
4102
  engines: {node: '>= 6'}
@@ -3905,6 +4117,16 @@ packages:
3905
4117
  resolution: {integrity: sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==}
3906
4118
  engines: {node: '>=14.14'}
3907
4119
 
4120
+ fs-extra@9.1.0:
4121
+ resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
4122
+ engines: {node: '>=10'}
4123
+
4124
+ fs-monkey@1.1.0:
4125
+ resolution: {integrity: sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==}
4126
+
4127
+ fs.realpath@1.0.0:
4128
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
4129
+
3908
4130
  fsevents@2.3.3:
3909
4131
  resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
3910
4132
  engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
@@ -3981,6 +4203,13 @@ packages:
3981
4203
  resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
3982
4204
  engines: {node: '>=10.13.0'}
3983
4205
 
4206
+ glob-to-regexp@0.4.1:
4207
+ resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
4208
+
4209
+ glob@7.2.3:
4210
+ resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
4211
+ deprecated: Glob versions prior to v9 are no longer supported
4212
+
3984
4213
  global-modules@2.0.0:
3985
4214
  resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==}
3986
4215
  engines: {node: '>=6'}
@@ -4019,6 +4248,10 @@ packages:
4019
4248
  resolution: {integrity: sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==}
4020
4249
  engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
4021
4250
 
4251
+ gzip-size@6.0.0:
4252
+ resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==}
4253
+ engines: {node: '>=10'}
4254
+
4022
4255
  has-bigints@1.1.0:
4023
4256
  resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==}
4024
4257
  engines: {node: '>= 0.4'}
@@ -4069,6 +4302,9 @@ packages:
4069
4302
  hookified@2.2.0:
4070
4303
  resolution: {integrity: sha512-p/LgFzRN5FeoD3DLS6bkUapeye6E4SI6yJs6KetENd18S+FBthqYq2amJUWpt5z0EQwwHemidjY5OqJGEKm5uA==}
4071
4304
 
4305
+ hotkeys-js@3.13.15:
4306
+ resolution: {integrity: sha512-gHh8a/cPTCpanraePpjRxyIlxDFrIhYqjuh01UHWEwDpglJKCnvLW8kqSx5gQtOuSsJogNZXLhOdbSExpgUiqg==}
4307
+
4072
4308
  html-tags@3.3.1:
4073
4309
  resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
4074
4310
  engines: {node: '>=8'}
@@ -4108,6 +4344,9 @@ packages:
4108
4344
  resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
4109
4345
  engines: {node: '>= 4'}
4110
4346
 
4347
+ immer@9.0.21:
4348
+ resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==}
4349
+
4111
4350
  import-fresh@3.3.1:
4112
4351
  resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
4113
4352
  engines: {node: '>=6'}
@@ -4116,6 +4355,10 @@ packages:
4116
4355
  resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
4117
4356
  engines: {node: '>=0.8.19'}
4118
4357
 
4358
+ inflight@1.0.6:
4359
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
4360
+ deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
4361
+
4119
4362
  inherits@2.0.4:
4120
4363
  resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
4121
4364
 
@@ -4155,6 +4398,10 @@ packages:
4155
4398
  resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==}
4156
4399
  engines: {node: '>= 0.4'}
4157
4400
 
4401
+ is-binary-path@2.1.0:
4402
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
4403
+ engines: {node: '>=8'}
4404
+
4158
4405
  is-boolean-object@1.2.2:
4159
4406
  resolution: {integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==}
4160
4407
  engines: {node: '>= 0.4'}
@@ -4178,6 +4425,11 @@ packages:
4178
4425
  resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==}
4179
4426
  engines: {node: '>= 0.4'}
4180
4427
 
4428
+ is-docker@2.2.1:
4429
+ resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
4430
+ engines: {node: '>=8'}
4431
+ hasBin: true
4432
+
4181
4433
  is-docker@3.0.0:
4182
4434
  resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
4183
4435
  engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
@@ -4258,6 +4510,10 @@ packages:
4258
4510
  resolution: {integrity: sha512-rbku49cWloU5bSMI+zaRaXdQHXnthP6DZ/vLnfdSKyL4zUzuWnomtOEiZZOd+ioQ+avFo/qau3KPTc7Fjy1uPA==}
4259
4511
  engines: {node: '>=12'}
4260
4512
 
4513
+ is-root@2.1.0:
4514
+ resolution: {integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==}
4515
+ engines: {node: '>=6'}
4516
+
4261
4517
  is-set@2.0.3:
4262
4518
  resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==}
4263
4519
  engines: {node: '>= 0.4'}
@@ -4306,6 +4562,10 @@ packages:
4306
4562
  resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==}
4307
4563
  engines: {node: '>= 0.4'}
4308
4564
 
4565
+ is-wsl@2.2.0:
4566
+ resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
4567
+ engines: {node: '>=8'}
4568
+
4309
4569
  is-wsl@3.1.0:
4310
4570
  resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
4311
4571
  engines: {node: '>=16'}
@@ -4324,6 +4584,10 @@ packages:
4324
4584
  resolution: {integrity: sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==}
4325
4585
  engines: {node: '>= 0.4'}
4326
4586
 
4587
+ jest-worker@27.5.1:
4588
+ resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
4589
+ engines: {node: '>= 10.13.0'}
4590
+
4327
4591
  jiti@2.6.1:
4328
4592
  resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
4329
4593
  hasBin: true
@@ -4518,6 +4782,18 @@ packages:
4518
4782
  resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
4519
4783
  engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
4520
4784
 
4785
+ loader-runner@4.3.1:
4786
+ resolution: {integrity: sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==}
4787
+ engines: {node: '>=6.11.5'}
4788
+
4789
+ loader-utils@3.3.1:
4790
+ resolution: {integrity: sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==}
4791
+ engines: {node: '>= 12.13.0'}
4792
+
4793
+ locate-path@3.0.0:
4794
+ resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==}
4795
+ engines: {node: '>=6'}
4796
+
4521
4797
  locate-path@6.0.0:
4522
4798
  resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
4523
4799
  engines: {node: '>=10'}
@@ -4564,6 +4840,10 @@ packages:
4564
4840
  resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==}
4565
4841
  engines: {node: '>= 0.8'}
4566
4842
 
4843
+ memfs@3.5.3:
4844
+ resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==}
4845
+ engines: {node: '>= 4.0.0'}
4846
+
4567
4847
  meow@13.2.0:
4568
4848
  resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==}
4569
4849
  engines: {node: '>=18'}
@@ -4624,6 +4904,9 @@ packages:
4624
4904
  mlly@1.8.1:
4625
4905
  resolution: {integrity: sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==}
4626
4906
 
4907
+ ms@2.0.0:
4908
+ resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
4909
+
4627
4910
  ms@2.1.3:
4628
4911
  resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
4629
4912
 
@@ -4670,6 +4953,9 @@ packages:
4670
4953
  resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==}
4671
4954
  engines: {node: '>= 0.6'}
4672
4955
 
4956
+ neo-async@2.6.2:
4957
+ resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
4958
+
4673
4959
  next-themes@0.4.6:
4674
4960
  resolution: {integrity: sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==}
4675
4961
  peerDependencies:
@@ -4780,6 +5066,10 @@ packages:
4780
5066
  resolution: {integrity: sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==}
4781
5067
  engines: {node: '>=20'}
4782
5068
 
5069
+ open@8.4.2:
5070
+ resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
5071
+ engines: {node: '>=12'}
5072
+
4783
5073
  openai@6.16.0:
4784
5074
  resolution: {integrity: sha512-fZ1uBqjFUjXzbGc35fFtYKEOxd20kd9fDpFeqWtsOZWiubY8CZ1NAlXHW3iathaFvqmNtCWMIsosCuyeI7Joxg==}
4785
5075
  hasBin: true
@@ -4811,10 +5101,18 @@ packages:
4811
5101
  resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
4812
5102
  engines: {node: '>=4'}
4813
5103
 
5104
+ p-limit@2.3.0:
5105
+ resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
5106
+ engines: {node: '>=6'}
5107
+
4814
5108
  p-limit@3.1.0:
4815
5109
  resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
4816
5110
  engines: {node: '>=10'}
4817
5111
 
5112
+ p-locate@3.0.0:
5113
+ resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==}
5114
+ engines: {node: '>=6'}
5115
+
4818
5116
  p-locate@5.0.0:
4819
5117
  resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
4820
5118
  engines: {node: '>=10'}
@@ -4827,6 +5125,10 @@ packages:
4827
5125
  resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==}
4828
5126
  engines: {node: '>=8'}
4829
5127
 
5128
+ p-try@2.2.0:
5129
+ resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
5130
+ engines: {node: '>=6'}
5131
+
4830
5132
  package-manager-detector@1.6.0:
4831
5133
  resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==}
4832
5134
 
@@ -4849,10 +5151,18 @@ packages:
4849
5151
  path-browserify@1.0.1:
4850
5152
  resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
4851
5153
 
5154
+ path-exists@3.0.0:
5155
+ resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==}
5156
+ engines: {node: '>=4'}
5157
+
4852
5158
  path-exists@4.0.0:
4853
5159
  resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
4854
5160
  engines: {node: '>=8'}
4855
5161
 
5162
+ path-is-absolute@1.0.1:
5163
+ resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
5164
+ engines: {node: '>=0.10.0'}
5165
+
4856
5166
  path-key@3.1.1:
4857
5167
  resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
4858
5168
  engines: {node: '>=8'}
@@ -4911,6 +5221,9 @@ packages:
4911
5221
  pgpass@1.0.5:
4912
5222
  resolution: {integrity: sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==}
4913
5223
 
5224
+ picocolors@1.0.0:
5225
+ resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
5226
+
4914
5227
  picocolors@1.1.1:
4915
5228
  resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
4916
5229
 
@@ -4933,6 +5246,10 @@ packages:
4933
5246
  pkg-types@1.3.1:
4934
5247
  resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
4935
5248
 
5249
+ pkg-up@3.1.0:
5250
+ resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==}
5251
+ engines: {node: '>=8'}
5252
+
4936
5253
  possible-typed-array-names@1.1.0:
4937
5254
  resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==}
4938
5255
  engines: {node: '>= 0.4'}
@@ -5036,6 +5353,9 @@ packages:
5036
5353
  queue-microtask@1.2.3:
5037
5354
  resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
5038
5355
 
5356
+ randombytes@2.1.0:
5357
+ resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
5358
+
5039
5359
  range-parser@1.2.1:
5040
5360
  resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
5041
5361
  engines: {node: '>= 0.6'}
@@ -5050,11 +5370,30 @@ packages:
5050
5370
  peerDependencies:
5051
5371
  react: '>=16.8.0'
5052
5372
 
5373
+ react-dev-inspector@2.0.1:
5374
+ resolution: {integrity: sha512-b8PAmbwGFrWcxeaX8wYveqO+VTwTXGJaz/yl9RO31LK1zeLKJVlkkbeLExLnJ6IvhXY1TwL8Q4+gR2GKJ8BI6Q==}
5375
+ engines: {node: '>=12.0.0'}
5376
+ peerDependencies:
5377
+ react: '>=16.8.0'
5378
+
5379
+ react-dev-utils@12.0.1:
5380
+ resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==}
5381
+ engines: {node: '>=14'}
5382
+ peerDependencies:
5383
+ typescript: '>=2.7'
5384
+ webpack: '>=4'
5385
+ peerDependenciesMeta:
5386
+ typescript:
5387
+ optional: true
5388
+
5053
5389
  react-dom@19.2.3:
5054
5390
  resolution: {integrity: sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==}
5055
5391
  peerDependencies:
5056
5392
  react: ^19.2.3
5057
5393
 
5394
+ react-error-overlay@6.1.0:
5395
+ resolution: {integrity: sha512-SN/U6Ytxf1QGkw/9ve5Y+NxBbZM6Ht95tuXNMKs8EJyFa/Vy/+Co3stop3KBHARfn/giv+Lj1uUnTfOJ3moFEQ==}
5396
+
5058
5397
  react-hook-form@7.71.1:
5059
5398
  resolution: {integrity: sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==}
5060
5399
  engines: {node: '>=18.0.0'}
@@ -5123,6 +5462,10 @@ packages:
5123
5462
  resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
5124
5463
  engines: {node: '>= 6'}
5125
5464
 
5465
+ readdirp@3.6.0:
5466
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
5467
+ engines: {node: '>=8.10.0'}
5468
+
5126
5469
  readdirp@4.1.2:
5127
5470
  resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
5128
5471
  engines: {node: '>= 14.18.0'}
@@ -5137,11 +5480,14 @@ packages:
5137
5480
  recharts@2.15.4:
5138
5481
  resolution: {integrity: sha512-UT/q6fwS3c1dHbXv2uFgYJ9BMFHu3fwnd7AYZaEQhXuYQ4hgsxLvsUXzGdKeZrW5xopzDCvuA2N41WJ88I7zIw==}
5139
5482
  engines: {node: '>=14'}
5140
- deprecated: 1.x and 2.x branches are no longer active. Bump to Recharts v3 to receive latest features and bugfixes. See https://github.com/recharts/recharts/wiki/3.0-migration-guide
5141
5483
  peerDependencies:
5142
5484
  react: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
5143
5485
  react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
5144
5486
 
5487
+ recursive-readdir@2.2.3:
5488
+ resolution: {integrity: sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==}
5489
+ engines: {node: '>=6.0.0'}
5490
+
5145
5491
  reflect.getprototypeof@1.0.10:
5146
5492
  resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==}
5147
5493
  engines: {node: '>= 0.4'}
@@ -5226,10 +5572,23 @@ packages:
5226
5572
  scheduler@0.27.0:
5227
5573
  resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
5228
5574
 
5575
+ schema-utils@2.7.0:
5576
+ resolution: {integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==}
5577
+ engines: {node: '>= 8.9.0'}
5578
+
5579
+ schema-utils@4.3.3:
5580
+ resolution: {integrity: sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==}
5581
+ engines: {node: '>= 10.13.0'}
5582
+
5229
5583
  semver@6.3.1:
5230
5584
  resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
5231
5585
  hasBin: true
5232
5586
 
5587
+ semver@7.7.3:
5588
+ resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
5589
+ engines: {node: '>=10'}
5590
+ hasBin: true
5591
+
5233
5592
  semver@7.8.5:
5234
5593
  resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
5235
5594
  engines: {node: '>=10'}
@@ -5239,6 +5598,9 @@ packages:
5239
5598
  resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
5240
5599
  engines: {node: '>= 18'}
5241
5600
 
5601
+ serialize-javascript@6.0.2:
5602
+ resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==}
5603
+
5242
5604
  serve-static@2.2.1:
5243
5605
  resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
5244
5606
  engines: {node: '>= 18'}
@@ -5262,8 +5624,8 @@ packages:
5262
5624
  resolution: {integrity: sha512-zOXNAIFclguSYmmoibyXyKiYA6qjEJtXDSvloAMziSREW9Q0R/dLqBUYdb81lOejmZkDYuZApGabbMLH7G8qvQ==}
5263
5625
  hasBin: true
5264
5626
 
5265
- sharp@0.35.3:
5266
- resolution: {integrity: sha512-ej0zVHuZGHCiABXcNxeYhpRnPNPAcvbG8RMdBAhDAxLKkCRVSpK3Iyu7qbqw3JMzoj0REeM6f3tJLtVwl0023Q==}
5627
+ sharp@0.35.4:
5628
+ resolution: {integrity: sha512-n++8XWcj+jCOr2IOl7h8LbKnGBDY4aPbmprMONBNFdn0ImXqpGVv5zliDs0V9HbmbCQLpbuo2ej9rAoOQTvMDA==}
5267
5629
  engines: {node: '>=20.9.0'}
5268
5630
  peerDependencies:
5269
5631
  '@types/node': '*'
@@ -5279,6 +5641,10 @@ packages:
5279
5641
  resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
5280
5642
  engines: {node: '>=8'}
5281
5643
 
5644
+ shell-quote@1.8.3:
5645
+ resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
5646
+ engines: {node: '>= 0.4'}
5647
+
5282
5648
  side-channel-list@1.0.0:
5283
5649
  resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
5284
5650
  engines: {node: '>= 0.4'}
@@ -5466,6 +5832,10 @@ packages:
5466
5832
  resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
5467
5833
  engines: {node: '>=8'}
5468
5834
 
5835
+ supports-color@8.1.1:
5836
+ resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
5837
+ engines: {node: '>=10'}
5838
+
5469
5839
  supports-hyperlinks@3.2.0:
5470
5840
  resolution: {integrity: sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==}
5471
5841
  engines: {node: '>=14.18'}
@@ -5491,10 +5861,38 @@ packages:
5491
5861
  tailwindcss@4.1.18:
5492
5862
  resolution: {integrity: sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==}
5493
5863
 
5864
+ tapable@1.1.3:
5865
+ resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==}
5866
+ engines: {node: '>=6'}
5867
+
5494
5868
  tapable@2.3.0:
5495
5869
  resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
5496
5870
  engines: {node: '>=6'}
5497
5871
 
5872
+ terser-webpack-plugin@5.3.16:
5873
+ resolution: {integrity: sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==}
5874
+ engines: {node: '>= 10.13.0'}
5875
+ peerDependencies:
5876
+ '@swc/core': '*'
5877
+ esbuild: '*'
5878
+ uglify-js: '*'
5879
+ webpack: ^5.1.0
5880
+ peerDependenciesMeta:
5881
+ '@swc/core':
5882
+ optional: true
5883
+ esbuild:
5884
+ optional: true
5885
+ uglify-js:
5886
+ optional: true
5887
+
5888
+ terser@5.46.0:
5889
+ resolution: {integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==}
5890
+ engines: {node: '>=10'}
5891
+ hasBin: true
5892
+
5893
+ text-table@0.2.0:
5894
+ resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
5895
+
5498
5896
  thenify-all@1.6.0:
5499
5897
  resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
5500
5898
  engines: {node: '>=0.8'}
@@ -5523,6 +5921,10 @@ packages:
5523
5921
  resolution: {integrity: sha512-8PWx8tvC4jDB39BQw1m4x8y5MH1BcQ5xHeL2n7UVFulMPH/3Q0uiamahFJ3lXA0zO2SUyRXuVVbWSDmstlt9YA==}
5524
5922
  hasBin: true
5525
5923
 
5924
+ to-fast-properties@2.0.0:
5925
+ resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
5926
+ engines: {node: '>=4'}
5927
+
5526
5928
  to-regex-range@5.0.1:
5527
5929
  resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
5528
5930
  engines: {node: '>=8.0'}
@@ -5695,7 +6097,6 @@ packages:
5695
6097
 
5696
6098
  uuid@10.0.0:
5697
6099
  resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
5698
- deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
5699
6100
  hasBin: true
5700
6101
 
5701
6102
  validate-npm-package-name@7.0.2:
@@ -5715,10 +6116,28 @@ packages:
5715
6116
  victory-vendor@36.9.2:
5716
6117
  resolution: {integrity: sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==}
5717
6118
 
6119
+ watchpack@2.5.1:
6120
+ resolution: {integrity: sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==}
6121
+ engines: {node: '>=10.13.0'}
6122
+
5718
6123
  web-streams-polyfill@3.3.3:
5719
6124
  resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
5720
6125
  engines: {node: '>= 8'}
5721
6126
 
6127
+ webpack-sources@3.3.3:
6128
+ resolution: {integrity: sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==}
6129
+ engines: {node: '>=10.13.0'}
6130
+
6131
+ webpack@5.104.1:
6132
+ resolution: {integrity: sha512-Qphch25abbMNtekmEGJmeRUhLDbe+QfiWTiqpKYkpCOWY64v9eyl+KRRLmqOFA2AvKPpc9DC6+u2n76tQLBoaA==}
6133
+ engines: {node: '>=10.13.0'}
6134
+ hasBin: true
6135
+ peerDependencies:
6136
+ webpack-cli: '*'
6137
+ peerDependenciesMeta:
6138
+ webpack-cli:
6139
+ optional: true
6140
+
5722
6141
  which-boxed-primitive@1.1.1:
5723
6142
  resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==}
5724
6143
  engines: {node: '>= 0.4'}
@@ -6578,6 +6997,12 @@ snapshots:
6578
6997
  transitivePeerDependencies:
6579
6998
  - supports-color
6580
6999
 
7000
+ '@babel/types@7.20.5':
7001
+ dependencies:
7002
+ '@babel/helper-string-parser': 7.27.1
7003
+ '@babel/helper-validator-identifier': 7.28.5
7004
+ to-fast-properties: 2.0.0
7005
+
6581
7006
  '@babel/types@7.28.6':
6582
7007
  dependencies:
6583
7008
  '@babel/helper-string-parser': 7.27.1
@@ -6971,108 +7396,108 @@ snapshots:
6971
7396
 
6972
7397
  '@img/colour@1.1.0': {}
6973
7398
 
6974
- '@img/sharp-darwin-arm64@0.35.3':
7399
+ '@img/sharp-darwin-arm64@0.35.4':
6975
7400
  optionalDependencies:
6976
- '@img/sharp-libvips-darwin-arm64': 1.3.2
7401
+ '@img/sharp-libvips-darwin-arm64': 1.3.3
6977
7402
  optional: true
6978
7403
 
6979
- '@img/sharp-darwin-x64@0.35.3':
7404
+ '@img/sharp-darwin-x64@0.35.4':
6980
7405
  optionalDependencies:
6981
- '@img/sharp-libvips-darwin-x64': 1.3.2
7406
+ '@img/sharp-libvips-darwin-x64': 1.3.3
6982
7407
  optional: true
6983
7408
 
6984
- '@img/sharp-freebsd-wasm32@0.35.3':
7409
+ '@img/sharp-freebsd-wasm32@0.35.4':
6985
7410
  dependencies:
6986
- '@img/sharp-wasm32': 0.35.3
7411
+ '@img/sharp-wasm32': 0.35.4
6987
7412
  optional: true
6988
7413
 
6989
- '@img/sharp-libvips-darwin-arm64@1.3.2':
7414
+ '@img/sharp-libvips-darwin-arm64@1.3.3':
6990
7415
  optional: true
6991
7416
 
6992
- '@img/sharp-libvips-darwin-x64@1.3.2':
7417
+ '@img/sharp-libvips-darwin-x64@1.3.3':
6993
7418
  optional: true
6994
7419
 
6995
- '@img/sharp-libvips-linux-arm64@1.3.2':
7420
+ '@img/sharp-libvips-linux-arm64@1.3.3':
6996
7421
  optional: true
6997
7422
 
6998
- '@img/sharp-libvips-linux-arm@1.3.2':
7423
+ '@img/sharp-libvips-linux-arm@1.3.3':
6999
7424
  optional: true
7000
7425
 
7001
- '@img/sharp-libvips-linux-ppc64@1.3.2':
7426
+ '@img/sharp-libvips-linux-ppc64@1.3.3':
7002
7427
  optional: true
7003
7428
 
7004
- '@img/sharp-libvips-linux-riscv64@1.3.2':
7429
+ '@img/sharp-libvips-linux-riscv64@1.3.3':
7005
7430
  optional: true
7006
7431
 
7007
- '@img/sharp-libvips-linux-s390x@1.3.2':
7432
+ '@img/sharp-libvips-linux-s390x@1.3.3':
7008
7433
  optional: true
7009
7434
 
7010
- '@img/sharp-libvips-linux-x64@1.3.2':
7435
+ '@img/sharp-libvips-linux-x64@1.3.3':
7011
7436
  optional: true
7012
7437
 
7013
- '@img/sharp-libvips-linuxmusl-arm64@1.3.2':
7438
+ '@img/sharp-libvips-linuxmusl-arm64@1.3.3':
7014
7439
  optional: true
7015
7440
 
7016
- '@img/sharp-libvips-linuxmusl-x64@1.3.2':
7441
+ '@img/sharp-libvips-linuxmusl-x64@1.3.3':
7017
7442
  optional: true
7018
7443
 
7019
- '@img/sharp-linux-arm64@0.35.3':
7444
+ '@img/sharp-linux-arm64@0.35.4':
7020
7445
  optionalDependencies:
7021
- '@img/sharp-libvips-linux-arm64': 1.3.2
7446
+ '@img/sharp-libvips-linux-arm64': 1.3.3
7022
7447
  optional: true
7023
7448
 
7024
- '@img/sharp-linux-arm@0.35.3':
7449
+ '@img/sharp-linux-arm@0.35.4':
7025
7450
  optionalDependencies:
7026
- '@img/sharp-libvips-linux-arm': 1.3.2
7451
+ '@img/sharp-libvips-linux-arm': 1.3.3
7027
7452
  optional: true
7028
7453
 
7029
- '@img/sharp-linux-ppc64@0.35.3':
7454
+ '@img/sharp-linux-ppc64@0.35.4':
7030
7455
  optionalDependencies:
7031
- '@img/sharp-libvips-linux-ppc64': 1.3.2
7456
+ '@img/sharp-libvips-linux-ppc64': 1.3.3
7032
7457
  optional: true
7033
7458
 
7034
- '@img/sharp-linux-riscv64@0.35.3':
7459
+ '@img/sharp-linux-riscv64@0.35.4':
7035
7460
  optionalDependencies:
7036
- '@img/sharp-libvips-linux-riscv64': 1.3.2
7461
+ '@img/sharp-libvips-linux-riscv64': 1.3.3
7037
7462
  optional: true
7038
7463
 
7039
- '@img/sharp-linux-s390x@0.35.3':
7464
+ '@img/sharp-linux-s390x@0.35.4':
7040
7465
  optionalDependencies:
7041
- '@img/sharp-libvips-linux-s390x': 1.3.2
7466
+ '@img/sharp-libvips-linux-s390x': 1.3.3
7042
7467
  optional: true
7043
7468
 
7044
- '@img/sharp-linux-x64@0.35.3':
7469
+ '@img/sharp-linux-x64@0.35.4':
7045
7470
  optionalDependencies:
7046
- '@img/sharp-libvips-linux-x64': 1.3.2
7471
+ '@img/sharp-libvips-linux-x64': 1.3.3
7047
7472
  optional: true
7048
7473
 
7049
- '@img/sharp-linuxmusl-arm64@0.35.3':
7474
+ '@img/sharp-linuxmusl-arm64@0.35.4':
7050
7475
  optionalDependencies:
7051
- '@img/sharp-libvips-linuxmusl-arm64': 1.3.2
7476
+ '@img/sharp-libvips-linuxmusl-arm64': 1.3.3
7052
7477
  optional: true
7053
7478
 
7054
- '@img/sharp-linuxmusl-x64@0.35.3':
7479
+ '@img/sharp-linuxmusl-x64@0.35.4':
7055
7480
  optionalDependencies:
7056
- '@img/sharp-libvips-linuxmusl-x64': 1.3.2
7481
+ '@img/sharp-libvips-linuxmusl-x64': 1.3.3
7057
7482
  optional: true
7058
7483
 
7059
- '@img/sharp-wasm32@0.35.3':
7484
+ '@img/sharp-wasm32@0.35.4':
7060
7485
  dependencies:
7061
7486
  '@emnapi/runtime': 1.11.3
7062
7487
  optional: true
7063
7488
 
7064
- '@img/sharp-webcontainers-wasm32@0.35.3':
7489
+ '@img/sharp-webcontainers-wasm32@0.35.4':
7065
7490
  dependencies:
7066
- '@img/sharp-wasm32': 0.35.3
7491
+ '@img/sharp-wasm32': 0.35.4
7067
7492
  optional: true
7068
7493
 
7069
- '@img/sharp-win32-arm64@0.35.3':
7494
+ '@img/sharp-win32-arm64@0.35.4':
7070
7495
  optional: true
7071
7496
 
7072
- '@img/sharp-win32-ia32@0.35.3':
7497
+ '@img/sharp-win32-ia32@0.35.4':
7073
7498
  optional: true
7074
7499
 
7075
- '@img/sharp-win32-x64@0.35.3':
7500
+ '@img/sharp-win32-x64@0.35.4':
7076
7501
  optional: true
7077
7502
 
7078
7503
  '@inquirer/ansi@1.0.2': {}
@@ -7121,6 +7546,11 @@ snapshots:
7121
7546
 
7122
7547
  '@jridgewell/resolve-uri@3.1.2': {}
7123
7548
 
7549
+ '@jridgewell/source-map@0.3.11':
7550
+ dependencies:
7551
+ '@jridgewell/gen-mapping': 0.3.13
7552
+ '@jridgewell/trace-mapping': 0.3.31
7553
+
7124
7554
  '@jridgewell/sourcemap-codec@1.5.5': {}
7125
7555
 
7126
7556
  '@jridgewell/trace-mapping@0.3.31':
@@ -7205,9 +7635,12 @@ snapshots:
7205
7635
 
7206
7636
  '@next/env@16.1.1': {}
7207
7637
 
7208
- '@next/eslint-plugin-next@16.1.1':
7638
+ '@next/eslint-plugin-next@16.3.3(eslint@9.39.2(jiti@2.6.1))':
7209
7639
  dependencies:
7640
+ '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
7210
7641
  fast-glob: 3.3.1
7642
+ transitivePeerDependencies:
7643
+ - eslint
7211
7644
 
7212
7645
  '@next/swc-darwin-arm64@16.1.1':
7213
7646
  optional: true
@@ -7939,6 +8372,58 @@ snapshots:
7939
8372
 
7940
8373
  '@radix-ui/rect@1.1.1': {}
7941
8374
 
8375
+ '@react-dev-inspector/babel-plugin@2.0.1':
8376
+ dependencies:
8377
+ '@babel/core': 7.28.6
8378
+ '@babel/generator': 7.28.6
8379
+ '@babel/parser': 7.28.6
8380
+ '@babel/traverse': 7.28.6
8381
+ '@babel/types': 7.20.5
8382
+ transitivePeerDependencies:
8383
+ - supports-color
8384
+
8385
+ '@react-dev-inspector/middleware@2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))':
8386
+ dependencies:
8387
+ react-dev-utils: 12.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
8388
+ transitivePeerDependencies:
8389
+ - eslint
8390
+ - supports-color
8391
+ - typescript
8392
+ - vue-template-compiler
8393
+ - webpack
8394
+
8395
+ '@react-dev-inspector/umi3-plugin@2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))':
8396
+ dependencies:
8397
+ '@react-dev-inspector/babel-plugin': 2.0.1
8398
+ '@react-dev-inspector/middleware': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
8399
+ transitivePeerDependencies:
8400
+ - eslint
8401
+ - supports-color
8402
+ - typescript
8403
+ - vue-template-compiler
8404
+ - webpack
8405
+
8406
+ '@react-dev-inspector/umi4-plugin@2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))':
8407
+ dependencies:
8408
+ '@react-dev-inspector/babel-plugin': 2.0.1
8409
+ '@react-dev-inspector/middleware': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
8410
+ transitivePeerDependencies:
8411
+ - eslint
8412
+ - supports-color
8413
+ - typescript
8414
+ - vue-template-compiler
8415
+ - webpack
8416
+
8417
+ '@react-dev-inspector/vite-plugin@2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))':
8418
+ dependencies:
8419
+ '@react-dev-inspector/middleware': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
8420
+ transitivePeerDependencies:
8421
+ - eslint
8422
+ - supports-color
8423
+ - typescript
8424
+ - vue-template-compiler
8425
+ - webpack
8426
+
7942
8427
  '@rollup/rollup-android-arm-eabi@4.59.0':
7943
8428
  optional: true
7944
8429
 
@@ -8506,6 +8991,16 @@ snapshots:
8506
8991
 
8507
8992
  '@types/d3-timer@3.0.2': {}
8508
8993
 
8994
+ '@types/eslint-scope@3.7.7':
8995
+ dependencies:
8996
+ '@types/eslint': 9.6.1
8997
+ '@types/estree': 1.0.8
8998
+
8999
+ '@types/eslint@9.6.1':
9000
+ dependencies:
9001
+ '@types/estree': 1.0.8
9002
+ '@types/json-schema': 7.0.15
9003
+
8509
9004
  '@types/estree@1.0.8': {}
8510
9005
 
8511
9006
  '@types/json-schema@7.0.15': {}
@@ -8516,6 +9011,8 @@ snapshots:
8516
9011
  dependencies:
8517
9012
  undici-types: 6.21.0
8518
9013
 
9014
+ '@types/parse-json@4.0.2': {}
9015
+
8519
9016
  '@types/pg@8.16.0':
8520
9017
  dependencies:
8521
9018
  '@types/node': 20.19.30
@@ -8528,6 +9025,10 @@ snapshots:
8528
9025
  dependencies:
8529
9026
  '@types/react': 19.2.10
8530
9027
 
9028
+ '@types/react-reconciler@0.33.0(@types/react@19.2.10)':
9029
+ dependencies:
9030
+ '@types/react': 19.2.10
9031
+
8531
9032
  '@types/react@19.2.10':
8532
9033
  dependencies:
8533
9034
  csstype: 3.2.3
@@ -8692,11 +9193,95 @@ snapshots:
8692
9193
  '@unrs/resolver-binding-win32-x64-msvc@1.11.1':
8693
9194
  optional: true
8694
9195
 
9196
+ '@webassemblyjs/ast@1.14.1':
9197
+ dependencies:
9198
+ '@webassemblyjs/helper-numbers': 1.13.2
9199
+ '@webassemblyjs/helper-wasm-bytecode': 1.13.2
9200
+
9201
+ '@webassemblyjs/floating-point-hex-parser@1.13.2': {}
9202
+
9203
+ '@webassemblyjs/helper-api-error@1.13.2': {}
9204
+
9205
+ '@webassemblyjs/helper-buffer@1.14.1': {}
9206
+
9207
+ '@webassemblyjs/helper-numbers@1.13.2':
9208
+ dependencies:
9209
+ '@webassemblyjs/floating-point-hex-parser': 1.13.2
9210
+ '@webassemblyjs/helper-api-error': 1.13.2
9211
+ '@xtuc/long': 4.2.2
9212
+
9213
+ '@webassemblyjs/helper-wasm-bytecode@1.13.2': {}
9214
+
9215
+ '@webassemblyjs/helper-wasm-section@1.14.1':
9216
+ dependencies:
9217
+ '@webassemblyjs/ast': 1.14.1
9218
+ '@webassemblyjs/helper-buffer': 1.14.1
9219
+ '@webassemblyjs/helper-wasm-bytecode': 1.13.2
9220
+ '@webassemblyjs/wasm-gen': 1.14.1
9221
+
9222
+ '@webassemblyjs/ieee754@1.13.2':
9223
+ dependencies:
9224
+ '@xtuc/ieee754': 1.2.0
9225
+
9226
+ '@webassemblyjs/leb128@1.13.2':
9227
+ dependencies:
9228
+ '@xtuc/long': 4.2.2
9229
+
9230
+ '@webassemblyjs/utf8@1.13.2': {}
9231
+
9232
+ '@webassemblyjs/wasm-edit@1.14.1':
9233
+ dependencies:
9234
+ '@webassemblyjs/ast': 1.14.1
9235
+ '@webassemblyjs/helper-buffer': 1.14.1
9236
+ '@webassemblyjs/helper-wasm-bytecode': 1.13.2
9237
+ '@webassemblyjs/helper-wasm-section': 1.14.1
9238
+ '@webassemblyjs/wasm-gen': 1.14.1
9239
+ '@webassemblyjs/wasm-opt': 1.14.1
9240
+ '@webassemblyjs/wasm-parser': 1.14.1
9241
+ '@webassemblyjs/wast-printer': 1.14.1
9242
+
9243
+ '@webassemblyjs/wasm-gen@1.14.1':
9244
+ dependencies:
9245
+ '@webassemblyjs/ast': 1.14.1
9246
+ '@webassemblyjs/helper-wasm-bytecode': 1.13.2
9247
+ '@webassemblyjs/ieee754': 1.13.2
9248
+ '@webassemblyjs/leb128': 1.13.2
9249
+ '@webassemblyjs/utf8': 1.13.2
9250
+
9251
+ '@webassemblyjs/wasm-opt@1.14.1':
9252
+ dependencies:
9253
+ '@webassemblyjs/ast': 1.14.1
9254
+ '@webassemblyjs/helper-buffer': 1.14.1
9255
+ '@webassemblyjs/wasm-gen': 1.14.1
9256
+ '@webassemblyjs/wasm-parser': 1.14.1
9257
+
9258
+ '@webassemblyjs/wasm-parser@1.14.1':
9259
+ dependencies:
9260
+ '@webassemblyjs/ast': 1.14.1
9261
+ '@webassemblyjs/helper-api-error': 1.13.2
9262
+ '@webassemblyjs/helper-wasm-bytecode': 1.13.2
9263
+ '@webassemblyjs/ieee754': 1.13.2
9264
+ '@webassemblyjs/leb128': 1.13.2
9265
+ '@webassemblyjs/utf8': 1.13.2
9266
+
9267
+ '@webassemblyjs/wast-printer@1.14.1':
9268
+ dependencies:
9269
+ '@webassemblyjs/ast': 1.14.1
9270
+ '@xtuc/long': 4.2.2
9271
+
9272
+ '@xtuc/ieee754@1.2.0': {}
9273
+
9274
+ '@xtuc/long@4.2.2': {}
9275
+
8695
9276
  accepts@2.0.0:
8696
9277
  dependencies:
8697
9278
  mime-types: 3.0.2
8698
9279
  negotiator: 1.0.0
8699
9280
 
9281
+ acorn-import-phases@1.0.4(acorn@8.16.0):
9282
+ dependencies:
9283
+ acorn: 8.16.0
9284
+
8700
9285
  acorn-jsx@5.3.2(acorn@8.15.0):
8701
9286
  dependencies:
8702
9287
  acorn: 8.15.0
@@ -8705,12 +9290,27 @@ snapshots:
8705
9290
 
8706
9291
  acorn@8.16.0: {}
8707
9292
 
9293
+ address@1.2.2: {}
9294
+
8708
9295
  agent-base@7.1.4: {}
8709
9296
 
9297
+ ajv-formats@2.1.1(ajv@8.17.1):
9298
+ optionalDependencies:
9299
+ ajv: 8.17.1
9300
+
8710
9301
  ajv-formats@3.0.1(ajv@8.17.1):
8711
9302
  optionalDependencies:
8712
9303
  ajv: 8.17.1
8713
9304
 
9305
+ ajv-keywords@3.5.2(ajv@6.12.6):
9306
+ dependencies:
9307
+ ajv: 6.12.6
9308
+
9309
+ ajv-keywords@5.1.0(ajv@8.17.1):
9310
+ dependencies:
9311
+ ajv: 8.17.1
9312
+ fast-deep-equal: 3.1.3
9313
+
8714
9314
  ajv@6.12.6:
8715
9315
  dependencies:
8716
9316
  fast-deep-equal: 3.1.3
@@ -8739,6 +9339,11 @@ snapshots:
8739
9339
 
8740
9340
  any-promise@1.3.0: {}
8741
9341
 
9342
+ anymatch@3.1.3:
9343
+ dependencies:
9344
+ normalize-path: 3.0.0
9345
+ picomatch: 2.3.1
9346
+
8742
9347
  argparse@2.0.1: {}
8743
9348
 
8744
9349
  aria-hidden@1.2.6:
@@ -8828,6 +9433,8 @@ snapshots:
8828
9433
 
8829
9434
  asynckit@0.4.0: {}
8830
9435
 
9436
+ at-least-node@1.0.0: {}
9437
+
8831
9438
  available-typed-arrays@1.0.7:
8832
9439
  dependencies:
8833
9440
  possible-typed-array-names: 1.1.0
@@ -8854,6 +9461,8 @@ snapshots:
8854
9461
 
8855
9462
  baseline-browser-mapping@2.9.18: {}
8856
9463
 
9464
+ binary-extensions@2.3.0: {}
9465
+
8857
9466
  body-parser@2.2.2:
8858
9467
  dependencies:
8859
9468
  bytes: 3.1.2
@@ -8949,10 +9558,24 @@ snapshots:
8949
9558
 
8950
9559
  chalk@5.6.2: {}
8951
9560
 
9561
+ chokidar@3.6.0:
9562
+ dependencies:
9563
+ anymatch: 3.1.3
9564
+ braces: 3.0.3
9565
+ glob-parent: 5.1.2
9566
+ is-binary-path: 2.1.0
9567
+ is-glob: 4.0.3
9568
+ normalize-path: 3.0.0
9569
+ readdirp: 3.6.0
9570
+ optionalDependencies:
9571
+ fsevents: 2.3.3
9572
+
8952
9573
  chokidar@4.0.3:
8953
9574
  dependencies:
8954
9575
  readdirp: 4.1.2
8955
9576
 
9577
+ chrome-trace-event@1.0.4: {}
9578
+
8956
9579
  class-variance-authority@0.7.1:
8957
9580
  dependencies:
8958
9581
  clsx: 2.1.1
@@ -9005,6 +9628,8 @@ snapshots:
9005
9628
 
9006
9629
  commander@14.0.2: {}
9007
9630
 
9631
+ commander@2.20.3: {}
9632
+
9008
9633
  commander@4.1.1: {}
9009
9634
 
9010
9635
  concat-map@0.0.1: {}
@@ -9034,6 +9659,14 @@ snapshots:
9034
9659
  object-assign: 4.1.1
9035
9660
  vary: 1.1.2
9036
9661
 
9662
+ cosmiconfig@6.0.0:
9663
+ dependencies:
9664
+ '@types/parse-json': 4.0.2
9665
+ import-fresh: 3.3.1
9666
+ parse-json: 5.2.0
9667
+ path-type: 4.0.0
9668
+ yaml: 1.10.2
9669
+
9037
9670
  cosmiconfig@9.0.0(typescript@5.9.3):
9038
9671
  dependencies:
9039
9672
  env-paths: 2.2.1
@@ -9142,6 +9775,10 @@ snapshots:
9142
9775
 
9143
9776
  date-fns@4.1.0: {}
9144
9777
 
9778
+ debug@2.6.9:
9779
+ dependencies:
9780
+ ms: 2.0.0
9781
+
9145
9782
  debug@3.2.7:
9146
9783
  dependencies:
9147
9784
  ms: 2.1.3
@@ -9173,6 +9810,8 @@ snapshots:
9173
9810
  es-errors: 1.3.0
9174
9811
  gopd: 1.2.0
9175
9812
 
9813
+ define-lazy-prop@2.0.0: {}
9814
+
9176
9815
  define-lazy-prop@3.0.0: {}
9177
9816
 
9178
9817
  define-properties@1.2.1:
@@ -9189,6 +9828,13 @@ snapshots:
9189
9828
 
9190
9829
  detect-node-es@1.1.0: {}
9191
9830
 
9831
+ detect-port-alt@1.1.6:
9832
+ dependencies:
9833
+ address: 1.2.2
9834
+ debug: 2.6.9
9835
+ transitivePeerDependencies:
9836
+ - supports-color
9837
+
9192
9838
  diff@8.0.3: {}
9193
9839
 
9194
9840
  dir-glob@3.0.1:
@@ -9231,6 +9877,8 @@ snapshots:
9231
9877
  es-errors: 1.3.0
9232
9878
  gopd: 1.2.0
9233
9879
 
9880
+ duplexer@0.1.2: {}
9881
+
9234
9882
  eciesjs@0.4.17:
9235
9883
  dependencies:
9236
9884
  '@ecies/ciphers': 0.2.5(@noble/ciphers@1.3.0)
@@ -9353,6 +10001,8 @@ snapshots:
9353
10001
  iterator.prototype: 1.1.5
9354
10002
  safe-array-concat: 1.1.3
9355
10003
 
10004
+ es-module-lexer@2.0.0: {}
10005
+
9356
10006
  es-object-atoms@1.1.1:
9357
10007
  dependencies:
9358
10008
  es-errors: 1.3.0
@@ -9470,9 +10120,9 @@ snapshots:
9470
10120
 
9471
10121
  escape-string-regexp@4.0.0: {}
9472
10122
 
9473
- eslint-config-next@16.1.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
10123
+ eslint-config-next@16.3.3(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
9474
10124
  dependencies:
9475
- '@next/eslint-plugin-next': 16.1.1
10125
+ '@next/eslint-plugin-next': 16.3.3(eslint@9.39.2(jiti@2.6.1))
9476
10126
  eslint: 9.39.2(jiti@2.6.1)
9477
10127
  eslint-import-resolver-node: 0.3.9
9478
10128
  eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.2(jiti@2.6.1))
@@ -9605,6 +10255,11 @@ snapshots:
9605
10255
  string.prototype.matchall: 4.0.12
9606
10256
  string.prototype.repeat: 1.0.0
9607
10257
 
10258
+ eslint-scope@5.1.1:
10259
+ dependencies:
10260
+ esrecurse: 4.3.0
10261
+ estraverse: 4.3.0
10262
+
9608
10263
  eslint-scope@8.4.0:
9609
10264
  dependencies:
9610
10265
  esrecurse: 4.3.0
@@ -9671,6 +10326,8 @@ snapshots:
9671
10326
  dependencies:
9672
10327
  estraverse: 5.3.0
9673
10328
 
10329
+ estraverse@4.3.0: {}
10330
+
9674
10331
  estraverse@5.3.0: {}
9675
10332
 
9676
10333
  esutils@2.0.3: {}
@@ -9808,6 +10465,8 @@ snapshots:
9808
10465
  dependencies:
9809
10466
  flat-cache: 4.0.1
9810
10467
 
10468
+ filesize@8.0.7: {}
10469
+
9811
10470
  fill-range@7.1.1:
9812
10471
  dependencies:
9813
10472
  to-regex-range: 5.0.1
@@ -9823,6 +10482,10 @@ snapshots:
9823
10482
  transitivePeerDependencies:
9824
10483
  - supports-color
9825
10484
 
10485
+ find-up@3.0.0:
10486
+ dependencies:
10487
+ locate-path: 3.0.0
10488
+
9826
10489
  find-up@5.0.0:
9827
10490
  dependencies:
9828
10491
  locate-path: 6.0.0
@@ -9855,6 +10518,26 @@ snapshots:
9855
10518
  dependencies:
9856
10519
  is-callable: 1.2.7
9857
10520
 
10521
+ fork-ts-checker-webpack-plugin@6.5.3(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12)):
10522
+ dependencies:
10523
+ '@babel/code-frame': 7.28.6
10524
+ '@types/json-schema': 7.0.15
10525
+ chalk: 4.1.2
10526
+ chokidar: 3.6.0
10527
+ cosmiconfig: 6.0.0
10528
+ deepmerge: 4.3.1
10529
+ fs-extra: 9.1.0
10530
+ glob: 7.2.3
10531
+ memfs: 3.5.3
10532
+ minimatch: 3.1.2
10533
+ schema-utils: 2.7.0
10534
+ semver: 7.7.3
10535
+ tapable: 1.1.3
10536
+ typescript: 5.9.3
10537
+ webpack: 5.104.1(esbuild@0.25.12)
10538
+ optionalDependencies:
10539
+ eslint: 9.39.2(jiti@2.6.1)
10540
+
9858
10541
  form-data@4.0.5:
9859
10542
  dependencies:
9860
10543
  asynckit: 0.4.0
@@ -9877,6 +10560,17 @@ snapshots:
9877
10560
  jsonfile: 6.2.0
9878
10561
  universalify: 2.0.1
9879
10562
 
10563
+ fs-extra@9.1.0:
10564
+ dependencies:
10565
+ at-least-node: 1.0.0
10566
+ graceful-fs: 4.2.11
10567
+ jsonfile: 6.2.0
10568
+ universalify: 2.0.1
10569
+
10570
+ fs-monkey@1.1.0: {}
10571
+
10572
+ fs.realpath@1.0.0: {}
10573
+
9880
10574
  fsevents@2.3.3:
9881
10575
  optional: true
9882
10576
 
@@ -9952,6 +10646,17 @@ snapshots:
9952
10646
  dependencies:
9953
10647
  is-glob: 4.0.3
9954
10648
 
10649
+ glob-to-regexp@0.4.1: {}
10650
+
10651
+ glob@7.2.3:
10652
+ dependencies:
10653
+ fs.realpath: 1.0.0
10654
+ inflight: 1.0.6
10655
+ inherits: 2.0.4
10656
+ minimatch: 3.1.2
10657
+ once: 1.4.0
10658
+ path-is-absolute: 1.0.1
10659
+
9955
10660
  global-modules@2.0.0:
9956
10661
  dependencies:
9957
10662
  global-prefix: 3.0.0
@@ -9988,6 +10693,10 @@ snapshots:
9988
10693
 
9989
10694
  graphql@16.12.0: {}
9990
10695
 
10696
+ gzip-size@6.0.0:
10697
+ dependencies:
10698
+ duplexer: 0.1.2
10699
+
9991
10700
  has-bigints@1.1.0: {}
9992
10701
 
9993
10702
  has-flag@4.0.0: {}
@@ -10028,6 +10737,8 @@ snapshots:
10028
10737
 
10029
10738
  hookified@2.2.0: {}
10030
10739
 
10740
+ hotkeys-js@3.13.15: {}
10741
+
10031
10742
  html-tags@3.3.1: {}
10032
10743
 
10033
10744
  http-errors@2.0.1:
@@ -10061,6 +10772,8 @@ snapshots:
10061
10772
 
10062
10773
  ignore@7.0.5: {}
10063
10774
 
10775
+ immer@9.0.21: {}
10776
+
10064
10777
  import-fresh@3.3.1:
10065
10778
  dependencies:
10066
10779
  parent-module: 1.0.1
@@ -10068,6 +10781,11 @@ snapshots:
10068
10781
 
10069
10782
  imurmurhash@0.1.4: {}
10070
10783
 
10784
+ inflight@1.0.6:
10785
+ dependencies:
10786
+ once: 1.4.0
10787
+ wrappy: 1.0.2
10788
+
10071
10789
  inherits@2.0.4: {}
10072
10790
 
10073
10791
  ini@1.3.8: {}
@@ -10107,6 +10825,10 @@ snapshots:
10107
10825
  dependencies:
10108
10826
  has-bigints: 1.1.0
10109
10827
 
10828
+ is-binary-path@2.1.0:
10829
+ dependencies:
10830
+ binary-extensions: 2.3.0
10831
+
10110
10832
  is-boolean-object@1.2.2:
10111
10833
  dependencies:
10112
10834
  call-bound: 1.0.4
@@ -10133,6 +10855,8 @@ snapshots:
10133
10855
  call-bound: 1.0.4
10134
10856
  has-tostringtag: 1.0.2
10135
10857
 
10858
+ is-docker@2.2.1: {}
10859
+
10136
10860
  is-docker@3.0.0: {}
10137
10861
 
10138
10862
  is-extglob@2.1.1: {}
@@ -10193,6 +10917,8 @@ snapshots:
10193
10917
 
10194
10918
  is-regexp@3.1.0: {}
10195
10919
 
10920
+ is-root@2.1.0: {}
10921
+
10196
10922
  is-set@2.0.3: {}
10197
10923
 
10198
10924
  is-shared-array-buffer@1.0.4:
@@ -10233,6 +10959,10 @@ snapshots:
10233
10959
  call-bound: 1.0.4
10234
10960
  get-intrinsic: 1.3.0
10235
10961
 
10962
+ is-wsl@2.2.0:
10963
+ dependencies:
10964
+ is-docker: 2.2.1
10965
+
10236
10966
  is-wsl@3.1.0:
10237
10967
  dependencies:
10238
10968
  is-inside-container: 1.0.0
@@ -10252,6 +10982,12 @@ snapshots:
10252
10982
  has-symbols: 1.1.0
10253
10983
  set-function-name: 2.0.2
10254
10984
 
10985
+ jest-worker@27.5.1:
10986
+ dependencies:
10987
+ '@types/node': 20.19.30
10988
+ merge-stream: 2.0.0
10989
+ supports-color: 8.1.1
10990
+
10255
10991
  jiti@2.6.1: {}
10256
10992
 
10257
10993
  jose@6.1.3: {}
@@ -10394,6 +11130,15 @@ snapshots:
10394
11130
 
10395
11131
  load-tsconfig@0.2.5: {}
10396
11132
 
11133
+ loader-runner@4.3.1: {}
11134
+
11135
+ loader-utils@3.3.1: {}
11136
+
11137
+ locate-path@3.0.0:
11138
+ dependencies:
11139
+ p-locate: 3.0.0
11140
+ path-exists: 3.0.0
11141
+
10397
11142
  locate-path@6.0.0:
10398
11143
  dependencies:
10399
11144
  p-locate: 5.0.0
@@ -10433,6 +11178,10 @@ snapshots:
10433
11178
 
10434
11179
  media-typer@1.1.0: {}
10435
11180
 
11181
+ memfs@3.5.3:
11182
+ dependencies:
11183
+ fs-monkey: 1.1.0
11184
+
10436
11185
  meow@13.2.0: {}
10437
11186
 
10438
11187
  merge-descriptors@2.0.0: {}
@@ -10483,6 +11232,8 @@ snapshots:
10483
11232
  pkg-types: 1.3.1
10484
11233
  ufo: 1.6.3
10485
11234
 
11235
+ ms@2.0.0: {}
11236
+
10486
11237
  ms@2.1.3: {}
10487
11238
 
10488
11239
  msw@2.12.7(@types/node@20.19.30)(typescript@5.9.3):
@@ -10530,6 +11281,8 @@ snapshots:
10530
11281
 
10531
11282
  negotiator@1.0.0: {}
10532
11283
 
11284
+ neo-async@2.6.2: {}
11285
+
10533
11286
  next-themes@0.4.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
10534
11287
  dependencies:
10535
11288
  react: 19.2.3
@@ -10554,7 +11307,7 @@ snapshots:
10554
11307
  '@next/swc-linux-x64-musl': 16.1.1
10555
11308
  '@next/swc-win32-arm64-msvc': 16.1.1
10556
11309
  '@next/swc-win32-x64-msvc': 16.1.1
10557
- sharp: 0.35.3(@types/node@20.19.30)
11310
+ sharp: 0.35.4(@types/node@20.19.30)
10558
11311
  transitivePeerDependencies:
10559
11312
  - '@babel/core'
10560
11313
  - '@types/node'
@@ -10654,6 +11407,12 @@ snapshots:
10654
11407
  powershell-utils: 0.1.0
10655
11408
  wsl-utils: 0.3.1
10656
11409
 
11410
+ open@8.4.2:
11411
+ dependencies:
11412
+ define-lazy-prop: 2.0.0
11413
+ is-docker: 2.2.1
11414
+ is-wsl: 2.2.0
11415
+
10657
11416
  openai@6.16.0(ws@8.19.0)(zod@4.3.6):
10658
11417
  optionalDependencies:
10659
11418
  ws: 8.19.0
@@ -10690,10 +11449,18 @@ snapshots:
10690
11449
 
10691
11450
  p-finally@1.0.0: {}
10692
11451
 
11452
+ p-limit@2.3.0:
11453
+ dependencies:
11454
+ p-try: 2.2.0
11455
+
10693
11456
  p-limit@3.1.0:
10694
11457
  dependencies:
10695
11458
  yocto-queue: 0.1.0
10696
11459
 
11460
+ p-locate@3.0.0:
11461
+ dependencies:
11462
+ p-limit: 2.3.0
11463
+
10697
11464
  p-locate@5.0.0:
10698
11465
  dependencies:
10699
11466
  p-limit: 3.1.0
@@ -10707,6 +11474,8 @@ snapshots:
10707
11474
  dependencies:
10708
11475
  p-finally: 1.0.0
10709
11476
 
11477
+ p-try@2.2.0: {}
11478
+
10710
11479
  package-manager-detector@1.6.0: {}
10711
11480
 
10712
11481
  parent-module@1.0.1:
@@ -10726,8 +11495,12 @@ snapshots:
10726
11495
 
10727
11496
  path-browserify@1.0.1: {}
10728
11497
 
11498
+ path-exists@3.0.0: {}
11499
+
10729
11500
  path-exists@4.0.0: {}
10730
11501
 
11502
+ path-is-absolute@1.0.1: {}
11503
+
10731
11504
  path-key@3.1.1: {}
10732
11505
 
10733
11506
  path-key@4.0.0: {}
@@ -10777,6 +11550,8 @@ snapshots:
10777
11550
  dependencies:
10778
11551
  split2: 4.2.0
10779
11552
 
11553
+ picocolors@1.0.0: {}
11554
+
10780
11555
  picocolors@1.1.1: {}
10781
11556
 
10782
11557
  picomatch@2.3.1: {}
@@ -10793,6 +11568,10 @@ snapshots:
10793
11568
  mlly: 1.8.1
10794
11569
  pathe: 2.0.3
10795
11570
 
11571
+ pkg-up@3.1.0:
11572
+ dependencies:
11573
+ find-up: 3.0.0
11574
+
10796
11575
  possible-typed-array-names@1.1.0: {}
10797
11576
 
10798
11577
  postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(yaml@1.10.2):
@@ -10877,6 +11656,10 @@ snapshots:
10877
11656
 
10878
11657
  queue-microtask@1.2.3: {}
10879
11658
 
11659
+ randombytes@2.1.0:
11660
+ dependencies:
11661
+ safe-buffer: 5.2.1
11662
+
10880
11663
  range-parser@1.2.1: {}
10881
11664
 
10882
11665
  raw-body@3.0.2:
@@ -10893,11 +11676,67 @@ snapshots:
10893
11676
  date-fns-jalali: 4.1.0-0
10894
11677
  react: 19.2.3
10895
11678
 
11679
+ react-dev-inspector@2.0.1(@types/react@19.2.10)(eslint@9.39.2(jiti@2.6.1))(react@19.2.3)(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12)):
11680
+ dependencies:
11681
+ '@react-dev-inspector/babel-plugin': 2.0.1
11682
+ '@react-dev-inspector/middleware': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
11683
+ '@react-dev-inspector/umi3-plugin': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
11684
+ '@react-dev-inspector/umi4-plugin': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
11685
+ '@react-dev-inspector/vite-plugin': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
11686
+ '@types/react-reconciler': 0.33.0(@types/react@19.2.10)
11687
+ hotkeys-js: 3.13.15
11688
+ picocolors: 1.0.0
11689
+ react: 19.2.3
11690
+ react-dev-utils: 12.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
11691
+ transitivePeerDependencies:
11692
+ - '@types/react'
11693
+ - eslint
11694
+ - supports-color
11695
+ - typescript
11696
+ - vue-template-compiler
11697
+ - webpack
11698
+
11699
+ react-dev-utils@12.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12)):
11700
+ dependencies:
11701
+ '@babel/code-frame': 7.28.6
11702
+ address: 1.2.2
11703
+ browserslist: 4.28.1
11704
+ chalk: 4.1.2
11705
+ cross-spawn: 7.0.6
11706
+ detect-port-alt: 1.1.6
11707
+ escape-string-regexp: 4.0.0
11708
+ filesize: 8.0.7
11709
+ find-up: 5.0.0
11710
+ fork-ts-checker-webpack-plugin: 6.5.3(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
11711
+ global-modules: 2.0.0
11712
+ globby: 11.1.0
11713
+ gzip-size: 6.0.0
11714
+ immer: 9.0.21
11715
+ is-root: 2.1.0
11716
+ loader-utils: 3.3.1
11717
+ open: 8.4.2
11718
+ pkg-up: 3.1.0
11719
+ prompts: 2.4.2
11720
+ react-error-overlay: 6.1.0
11721
+ recursive-readdir: 2.2.3
11722
+ shell-quote: 1.8.3
11723
+ strip-ansi: 6.0.1
11724
+ text-table: 0.2.0
11725
+ webpack: 5.104.1(esbuild@0.25.12)
11726
+ optionalDependencies:
11727
+ typescript: 5.9.3
11728
+ transitivePeerDependencies:
11729
+ - eslint
11730
+ - supports-color
11731
+ - vue-template-compiler
11732
+
10896
11733
  react-dom@19.2.3(react@19.2.3):
10897
11734
  dependencies:
10898
11735
  react: 19.2.3
10899
11736
  scheduler: 0.27.0
10900
11737
 
11738
+ react-error-overlay@6.1.0: {}
11739
+
10901
11740
  react-hook-form@7.71.1(react@19.2.3):
10902
11741
  dependencies:
10903
11742
  react: 19.2.3
@@ -10963,6 +11802,10 @@ snapshots:
10963
11802
  string_decoder: 1.3.0
10964
11803
  util-deprecate: 1.0.2
10965
11804
 
11805
+ readdirp@3.6.0:
11806
+ dependencies:
11807
+ picomatch: 2.3.1
11808
+
10966
11809
  readdirp@4.1.2: {}
10967
11810
 
10968
11811
  recast@0.23.11:
@@ -10990,6 +11833,10 @@ snapshots:
10990
11833
  tiny-invariant: 1.3.3
10991
11834
  victory-vendor: 36.9.2
10992
11835
 
11836
+ recursive-readdir@2.2.3:
11837
+ dependencies:
11838
+ minimatch: 3.1.2
11839
+
10993
11840
  reflect.getprototypeof@1.0.10:
10994
11841
  dependencies:
10995
11842
  call-bind: 1.0.8
@@ -11113,8 +11960,23 @@ snapshots:
11113
11960
 
11114
11961
  scheduler@0.27.0: {}
11115
11962
 
11963
+ schema-utils@2.7.0:
11964
+ dependencies:
11965
+ '@types/json-schema': 7.0.15
11966
+ ajv: 6.12.6
11967
+ ajv-keywords: 3.5.2(ajv@6.12.6)
11968
+
11969
+ schema-utils@4.3.3:
11970
+ dependencies:
11971
+ '@types/json-schema': 7.0.15
11972
+ ajv: 8.17.1
11973
+ ajv-formats: 2.1.1(ajv@8.17.1)
11974
+ ajv-keywords: 5.1.0(ajv@8.17.1)
11975
+
11116
11976
  semver@6.3.1: {}
11117
11977
 
11978
+ semver@7.7.3: {}
11979
+
11118
11980
  semver@7.8.5: {}
11119
11981
 
11120
11982
  send@1.2.1:
@@ -11133,6 +11995,10 @@ snapshots:
11133
11995
  transitivePeerDependencies:
11134
11996
  - supports-color
11135
11997
 
11998
+ serialize-javascript@6.0.2:
11999
+ dependencies:
12000
+ randombytes: 2.1.0
12001
+
11136
12002
  serve-static@2.2.1:
11137
12003
  dependencies:
11138
12004
  encodeurl: 2.0.0
@@ -11210,37 +12076,37 @@ snapshots:
11210
12076
  - supports-color
11211
12077
  - typescript
11212
12078
 
11213
- sharp@0.35.3(@types/node@20.19.30):
12079
+ sharp@0.35.4(@types/node@20.19.30):
11214
12080
  dependencies:
11215
12081
  '@img/colour': 1.1.0
11216
12082
  detect-libc: 2.1.2
11217
12083
  semver: 7.8.5
11218
12084
  optionalDependencies:
11219
- '@img/sharp-darwin-arm64': 0.35.3
11220
- '@img/sharp-darwin-x64': 0.35.3
11221
- '@img/sharp-freebsd-wasm32': 0.35.3
11222
- '@img/sharp-libvips-darwin-arm64': 1.3.2
11223
- '@img/sharp-libvips-darwin-x64': 1.3.2
11224
- '@img/sharp-libvips-linux-arm': 1.3.2
11225
- '@img/sharp-libvips-linux-arm64': 1.3.2
11226
- '@img/sharp-libvips-linux-ppc64': 1.3.2
11227
- '@img/sharp-libvips-linux-riscv64': 1.3.2
11228
- '@img/sharp-libvips-linux-s390x': 1.3.2
11229
- '@img/sharp-libvips-linux-x64': 1.3.2
11230
- '@img/sharp-libvips-linuxmusl-arm64': 1.3.2
11231
- '@img/sharp-libvips-linuxmusl-x64': 1.3.2
11232
- '@img/sharp-linux-arm': 0.35.3
11233
- '@img/sharp-linux-arm64': 0.35.3
11234
- '@img/sharp-linux-ppc64': 0.35.3
11235
- '@img/sharp-linux-riscv64': 0.35.3
11236
- '@img/sharp-linux-s390x': 0.35.3
11237
- '@img/sharp-linux-x64': 0.35.3
11238
- '@img/sharp-linuxmusl-arm64': 0.35.3
11239
- '@img/sharp-linuxmusl-x64': 0.35.3
11240
- '@img/sharp-webcontainers-wasm32': 0.35.3
11241
- '@img/sharp-win32-arm64': 0.35.3
11242
- '@img/sharp-win32-ia32': 0.35.3
11243
- '@img/sharp-win32-x64': 0.35.3
12085
+ '@img/sharp-darwin-arm64': 0.35.4
12086
+ '@img/sharp-darwin-x64': 0.35.4
12087
+ '@img/sharp-freebsd-wasm32': 0.35.4
12088
+ '@img/sharp-libvips-darwin-arm64': 1.3.3
12089
+ '@img/sharp-libvips-darwin-x64': 1.3.3
12090
+ '@img/sharp-libvips-linux-arm': 1.3.3
12091
+ '@img/sharp-libvips-linux-arm64': 1.3.3
12092
+ '@img/sharp-libvips-linux-ppc64': 1.3.3
12093
+ '@img/sharp-libvips-linux-riscv64': 1.3.3
12094
+ '@img/sharp-libvips-linux-s390x': 1.3.3
12095
+ '@img/sharp-libvips-linux-x64': 1.3.3
12096
+ '@img/sharp-libvips-linuxmusl-arm64': 1.3.3
12097
+ '@img/sharp-libvips-linuxmusl-x64': 1.3.3
12098
+ '@img/sharp-linux-arm': 0.35.4
12099
+ '@img/sharp-linux-arm64': 0.35.4
12100
+ '@img/sharp-linux-ppc64': 0.35.4
12101
+ '@img/sharp-linux-riscv64': 0.35.4
12102
+ '@img/sharp-linux-s390x': 0.35.4
12103
+ '@img/sharp-linux-x64': 0.35.4
12104
+ '@img/sharp-linuxmusl-arm64': 0.35.4
12105
+ '@img/sharp-linuxmusl-x64': 0.35.4
12106
+ '@img/sharp-webcontainers-wasm32': 0.35.4
12107
+ '@img/sharp-win32-arm64': 0.35.4
12108
+ '@img/sharp-win32-ia32': 0.35.4
12109
+ '@img/sharp-win32-x64': 0.35.4
11244
12110
  '@types/node': 20.19.30
11245
12111
 
11246
12112
  shebang-command@2.0.0:
@@ -11249,6 +12115,8 @@ snapshots:
11249
12115
 
11250
12116
  shebang-regex@3.0.0: {}
11251
12117
 
12118
+ shell-quote@1.8.3: {}
12119
+
11252
12120
  side-channel-list@1.0.0:
11253
12121
  dependencies:
11254
12122
  es-errors: 1.3.0
@@ -11494,6 +12362,10 @@ snapshots:
11494
12362
  dependencies:
11495
12363
  has-flag: 4.0.0
11496
12364
 
12365
+ supports-color@8.1.1:
12366
+ dependencies:
12367
+ has-flag: 4.0.0
12368
+
11497
12369
  supports-hyperlinks@3.2.0:
11498
12370
  dependencies:
11499
12371
  has-flag: 4.0.0
@@ -11517,8 +12389,30 @@ snapshots:
11517
12389
 
11518
12390
  tailwindcss@4.1.18: {}
11519
12391
 
12392
+ tapable@1.1.3: {}
12393
+
11520
12394
  tapable@2.3.0: {}
11521
12395
 
12396
+ terser-webpack-plugin@5.3.16(esbuild@0.25.12)(webpack@5.104.1(esbuild@0.25.12)):
12397
+ dependencies:
12398
+ '@jridgewell/trace-mapping': 0.3.31
12399
+ jest-worker: 27.5.1
12400
+ schema-utils: 4.3.3
12401
+ serialize-javascript: 6.0.2
12402
+ terser: 5.46.0
12403
+ webpack: 5.104.1(esbuild@0.25.12)
12404
+ optionalDependencies:
12405
+ esbuild: 0.25.12
12406
+
12407
+ terser@5.46.0:
12408
+ dependencies:
12409
+ '@jridgewell/source-map': 0.3.11
12410
+ acorn: 8.16.0
12411
+ commander: 2.20.3
12412
+ source-map-support: 0.5.21
12413
+
12414
+ text-table@0.2.0: {}
12415
+
11522
12416
  thenify-all@1.6.0:
11523
12417
  dependencies:
11524
12418
  thenify: 3.3.1
@@ -11544,6 +12438,8 @@ snapshots:
11544
12438
  dependencies:
11545
12439
  tldts-core: 7.0.19
11546
12440
 
12441
+ to-fast-properties@2.0.0: {}
12442
+
11547
12443
  to-regex-range@5.0.1:
11548
12444
  dependencies:
11549
12445
  is-number: 7.0.0
@@ -11785,8 +12681,47 @@ snapshots:
11785
12681
  d3-time: 3.1.0
11786
12682
  d3-timer: 3.0.1
11787
12683
 
12684
+ watchpack@2.5.1:
12685
+ dependencies:
12686
+ glob-to-regexp: 0.4.1
12687
+ graceful-fs: 4.2.11
12688
+
11788
12689
  web-streams-polyfill@3.3.3: {}
11789
12690
 
12691
+ webpack-sources@3.3.3: {}
12692
+
12693
+ webpack@5.104.1(esbuild@0.25.12):
12694
+ dependencies:
12695
+ '@types/eslint-scope': 3.7.7
12696
+ '@types/estree': 1.0.8
12697
+ '@types/json-schema': 7.0.15
12698
+ '@webassemblyjs/ast': 1.14.1
12699
+ '@webassemblyjs/wasm-edit': 1.14.1
12700
+ '@webassemblyjs/wasm-parser': 1.14.1
12701
+ acorn: 8.16.0
12702
+ acorn-import-phases: 1.0.4(acorn@8.16.0)
12703
+ browserslist: 4.28.1
12704
+ chrome-trace-event: 1.0.4
12705
+ enhanced-resolve: 5.18.4
12706
+ es-module-lexer: 2.0.0
12707
+ eslint-scope: 5.1.1
12708
+ events: 3.3.0
12709
+ glob-to-regexp: 0.4.1
12710
+ graceful-fs: 4.2.11
12711
+ json-parse-even-better-errors: 2.3.1
12712
+ loader-runner: 4.3.1
12713
+ mime-types: 2.1.35
12714
+ neo-async: 2.6.2
12715
+ schema-utils: 4.3.3
12716
+ tapable: 2.3.0
12717
+ terser-webpack-plugin: 5.3.16(esbuild@0.25.12)(webpack@5.104.1(esbuild@0.25.12))
12718
+ watchpack: 2.5.1
12719
+ webpack-sources: 3.3.3
12720
+ transitivePeerDependencies:
12721
+ - '@swc/core'
12722
+ - esbuild
12723
+ - uglify-js
12724
+
11790
12725
  which-boxed-primitive@1.1.1:
11791
12726
  dependencies:
11792
12727
  is-bigint: 1.1.0