Thomas G. Lopes commited on
Commit
7e2783c
·
1 Parent(s): 4fca6da

sentry sdk

Browse files
.env.example CHANGED
@@ -9,3 +9,5 @@ FAL_API_KEY=
9
  HF_TOKEN=
10
 
11
  MODELS_FILE=
 
 
 
9
  HF_TOKEN=
10
 
11
  MODELS_FILE=
12
+
13
+ PUBLIC_SENTRY_URL=
package.json CHANGED
@@ -75,6 +75,7 @@
75
  },
76
  "type": "module",
77
  "dependencies": {
 
78
  "dequal": "^2.0.3",
79
  "eslint-plugin-svelte": "^3.6.0",
80
  "remult": "^3.0.2",
 
75
  },
76
  "type": "module",
77
  "dependencies": {
78
+ "@sentry/sveltekit": "^9.34.0",
79
  "dequal": "^2.0.3",
80
  "eslint-plugin-svelte": "^3.6.0",
81
  "remult": "^3.0.2",
pnpm-lock.yaml CHANGED
@@ -8,6 +8,9 @@ importers:
8
 
9
  .:
10
  dependencies:
 
 
 
11
  dequal:
12
  specifier: ^2.0.3
13
  version: 2.0.3
@@ -210,14 +213,74 @@ packages:
210
  resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
211
  engines: {node: '>=6.9.0'}
212
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  '@babel/helper-validator-identifier@7.27.1':
214
  resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
215
  engines: {node: '>=6.9.0'}
216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  '@babel/runtime@7.27.1':
218
  resolution: {integrity: sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==}
219
  engines: {node: '>=6.9.0'}
220
 
 
 
 
 
 
 
 
 
 
 
 
 
221
  '@csstools/color-helpers@5.0.2':
222
  resolution: {integrity: sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==}
223
  engines: {node: '>=18'}
@@ -800,6 +863,194 @@ packages:
800
  resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
801
  engines: {node: '>= 8'}
802
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
803
  '@paralleldrive/cuid2@2.2.2':
804
  resolution: {integrity: sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==}
805
 
@@ -815,6 +1066,11 @@ packages:
815
  '@polka/url@1.0.0-next.28':
816
  resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==}
817
 
 
 
 
 
 
818
  '@protobufjs/aspromise@1.1.2':
819
  resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
820
 
@@ -982,6 +1238,128 @@ packages:
982
  '@samchon/openapi@3.0.0':
983
  resolution: {integrity: sha512-eVQlyKRYv1/C2Mikc1xZr7c0jMjg1vjPkeY/gheKB4c5WOOWyTNZ1uvnXR+ETpPHwaQ54I9NrQZhoNk6BEGuuw==}
984
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
985
  '@shikijs/core@3.4.0':
986
  resolution: {integrity: sha512-0YOzTSRDn/IAfQWtK791gs1u8v87HNGToU6IwcA3K7nPoVOrS2Dh6X6A6YfXgPTSkTwR5y6myk0MnI0htjnwrA==}
987
 
@@ -1156,6 +1534,9 @@ packages:
1156
  '@types/aria-query@5.0.4':
1157
  resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==}
1158
 
 
 
 
1159
  '@types/cookie@0.6.0':
1160
  resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
1161
 
@@ -1171,6 +1552,9 @@ packages:
1171
  '@types/mdast@4.0.4':
1172
  resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
1173
 
 
 
 
1174
  '@types/node-fetch@2.6.12':
1175
  resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==}
1176
 
@@ -1180,9 +1564,21 @@ packages:
1180
  '@types/node@22.14.1':
1181
  resolution: {integrity: sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==}
1182
 
 
 
 
 
 
 
1183
  '@types/resolve@1.20.2':
1184
  resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
1185
 
 
 
 
 
 
 
1186
  '@types/unist@3.0.3':
1187
  resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
1188
 
@@ -1284,6 +1680,11 @@ packages:
1284
  resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
1285
  engines: {node: '>=6.5'}
1286
 
 
 
 
 
 
1287
  acorn-jsx@5.3.2:
1288
  resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
1289
  peerDependencies:
@@ -1294,6 +1695,10 @@ packages:
1294
  engines: {node: '>=0.4.0'}
1295
  hasBin: true
1296
 
 
 
 
 
1297
  agent-base@7.1.3:
1298
  resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==}
1299
  engines: {node: '>= 14'}
@@ -1321,6 +1726,10 @@ packages:
1321
  resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
1322
  engines: {node: '>=10'}
1323
 
 
 
 
 
1324
  argparse@2.0.1:
1325
  resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
1326
 
@@ -1338,6 +1747,10 @@ packages:
1338
  resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
1339
  engines: {node: '>=12'}
1340
 
 
 
 
 
1341
  asynckit@0.4.0:
1342
  resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
1343
 
@@ -1355,6 +1768,10 @@ packages:
1355
  base64-js@1.5.1:
1356
  resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
1357
 
 
 
 
 
1358
  bl@4.1.0:
1359
  resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
1360
 
@@ -1372,6 +1789,11 @@ packages:
1372
  resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
1373
  engines: {node: '>=8'}
1374
 
 
 
 
 
 
1375
  buffer@5.7.1:
1376
  resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
1377
 
@@ -1387,6 +1809,9 @@ packages:
1387
  resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
1388
  engines: {node: '>=6'}
1389
 
 
 
 
1390
  ccount@2.0.1:
1391
  resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
1392
 
@@ -1415,6 +1840,10 @@ packages:
1415
  resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==}
1416
  engines: {node: '>= 16'}
1417
 
 
 
 
 
1418
  chokidar@4.0.3:
1419
  resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
1420
  engines: {node: '>= 14.16.0'}
@@ -1423,6 +1852,9 @@ packages:
1423
  resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
1424
  engines: {node: '>=18'}
1425
 
 
 
 
1426
  cli-cursor@3.1.0:
1427
  resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==}
1428
  engines: {node: '>=8'}
@@ -1491,6 +1923,9 @@ packages:
1491
  resolution: {integrity: sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==}
1492
  engines: {node: ^14.18.0 || >=16.10.0}
1493
 
 
 
 
1494
  cookie@0.6.0:
1495
  resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
1496
  engines: {node: '>= 0.6'}
@@ -1606,6 +2041,9 @@ packages:
1606
  resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
1607
  engines: {node: '>= 0.4'}
1608
 
 
 
 
1609
  emoji-regex@8.0.0:
1610
  resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
1611
 
@@ -1649,6 +2087,10 @@ packages:
1649
  engines: {node: '>=18'}
1650
  hasBin: true
1651
 
 
 
 
 
1652
  escape-string-regexp@1.0.5:
1653
  resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
1654
  engines: {node: '>=0.8.0'}
@@ -1845,6 +2287,12 @@ packages:
1845
  resolution: {integrity: sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==}
1846
  engines: {node: '>= 12.20'}
1847
 
 
 
 
 
 
 
1848
  fsevents@2.3.2:
1849
  resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
1850
  engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
@@ -1858,6 +2306,10 @@ packages:
1858
  function-bind@1.1.2:
1859
  resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
1860
 
 
 
 
 
1861
  get-intrinsic@1.3.0:
1862
  resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
1863
  engines: {node: '>= 0.4'}
@@ -1874,6 +2326,10 @@ packages:
1874
  resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1875
  engines: {node: '>=10.13.0'}
1876
 
 
 
 
 
1877
  global-agent@3.0.0:
1878
  resolution: {integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==}
1879
  engines: {node: '>=10.0'}
@@ -1882,6 +2338,10 @@ packages:
1882
  resolution: {integrity: sha512-w0Uf9Y9/nyHinEk5vMJKRie+wa4kR5hmDbEhGGds/kG1PwGLLHKRoNMeJOyCQjjBkANlnScqgzcFwGHgmgLkVA==}
1883
  engines: {node: '>=16'}
1884
 
 
 
 
 
1885
  globals@14.0.0:
1886
  resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
1887
  engines: {node: '>=18'}
@@ -1898,6 +2358,12 @@ packages:
1898
  resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
1899
  engines: {node: '>= 0.4'}
1900
 
 
 
 
 
 
 
1901
  gopd@1.2.0:
1902
  resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
1903
  engines: {node: '>= 0.4'}
@@ -1955,6 +2421,10 @@ packages:
1955
  resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
1956
  engines: {node: '>= 14'}
1957
 
 
 
 
 
1958
  https-proxy-agent@7.0.6:
1959
  resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
1960
  engines: {node: '>= 14'}
@@ -1981,6 +2451,9 @@ packages:
1981
  resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
1982
  engines: {node: '>=6'}
1983
 
 
 
 
1984
  import-meta-resolve@4.1.0:
1985
  resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==}
1986
 
@@ -2006,6 +2479,10 @@ packages:
2006
  is-arrayish@0.3.2:
2007
  resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
2008
 
 
 
 
 
2009
  is-core-module@2.16.1:
2010
  resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
2011
  engines: {node: '>= 0.4'}
@@ -2089,6 +2566,11 @@ packages:
2089
  canvas:
2090
  optional: true
2091
 
 
 
 
 
 
2092
  json-buffer@3.0.1:
2093
  resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
2094
 
@@ -2101,6 +2583,11 @@ packages:
2101
  json-stringify-safe@5.0.1:
2102
  resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==}
2103
 
 
 
 
 
 
2104
  keyv@4.5.4:
2105
  resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
2106
 
@@ -2224,6 +2711,9 @@ packages:
2224
  lru-cache@10.4.3:
2225
  resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
2226
 
 
 
 
2227
  lz-string@1.5.0:
2228
  resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
2229
  hasBin: true
@@ -2231,6 +2721,14 @@ packages:
2231
  magic-string@0.30.17:
2232
  resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
2233
 
 
 
 
 
 
 
 
 
2234
  matcher@3.0.0:
2235
  resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==}
2236
  engines: {node: '>=10'}
@@ -2290,6 +2788,10 @@ packages:
2290
  minimatch@3.1.2:
2291
  resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
2292
 
 
 
 
 
2293
  minimatch@9.0.5:
2294
  resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
2295
  engines: {node: '>=16 || 14 >=14.17'}
@@ -2297,6 +2799,10 @@ packages:
2297
  minimist@1.2.8:
2298
  resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
2299
 
 
 
 
 
2300
  minipass@7.1.2:
2301
  resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
2302
  engines: {node: '>=16 || 14 >=14.17'}
@@ -2313,6 +2819,9 @@ packages:
2313
  mlly@1.7.4:
2314
  resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==}
2315
 
 
 
 
2316
  mri@1.2.0:
2317
  resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
2318
  engines: {node: '>=4'}
@@ -2353,6 +2862,13 @@ packages:
2353
  encoding:
2354
  optional: true
2355
 
 
 
 
 
 
 
 
2356
  nwsapi@2.2.20:
2357
  resolution: {integrity: sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==}
2358
 
@@ -2448,6 +2964,10 @@ packages:
2448
  path-parse@1.0.7:
2449
  resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
2450
 
 
 
 
 
2451
  pathe@1.1.2:
2452
  resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
2453
 
@@ -2458,6 +2978,17 @@ packages:
2458
  resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==}
2459
  engines: {node: '>= 14.16'}
2460
 
 
 
 
 
 
 
 
 
 
 
 
2461
  picocolors@1.1.1:
2462
  resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
2463
 
@@ -2524,6 +3055,22 @@ packages:
2524
  resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
2525
  engines: {node: ^10 || ^12 || >=14}
2526
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2527
  prelude-ls@1.2.1:
2528
  resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
2529
  engines: {node: '>= 0.8.0'}
@@ -2606,6 +3153,10 @@ packages:
2606
  resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==}
2607
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
2608
 
 
 
 
 
2609
  property-information@7.0.0:
2610
  resolution: {integrity: sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==}
2611
 
@@ -2613,6 +3164,9 @@ packages:
2613
  resolution: {integrity: sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==}
2614
  engines: {node: '>=12.0.0'}
2615
 
 
 
 
2616
  punycode@2.3.1:
2617
  resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
2618
  engines: {node: '>=6'}
@@ -2637,10 +3191,18 @@ packages:
2637
  resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
2638
  engines: {node: '>= 6'}
2639
 
 
 
 
 
2640
  readdirp@4.1.2:
2641
  resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
2642
  engines: {node: '>= 14.18.0'}
2643
 
 
 
 
 
2644
  redent@3.0.0:
2645
  resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==}
2646
  engines: {node: '>=8'}
@@ -2664,6 +3226,10 @@ packages:
2664
  resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==}
2665
  engines: {node: '>=0.10'}
2666
 
 
 
 
 
2667
  resolve-from@4.0.0:
2668
  resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
2669
  engines: {node: '>=4'}
@@ -2734,6 +3300,10 @@ packages:
2734
  semver-compare@1.0.0:
2735
  resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==}
2736
 
 
 
 
 
2737
  semver@7.7.1:
2738
  resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==}
2739
  engines: {node: '>=10'}
@@ -2766,6 +3336,9 @@ packages:
2766
  shiki@3.4.0:
2767
  resolution: {integrity: sha512-Ni80XHcqhOEXv5mmDAvf5p6PAJqbUc/RzFeaOqk+zP5DLvTPS3j0ckvA+MI87qoxTQ5RGJDVTbdl/ENLSyyAnQ==}
2768
 
 
 
 
2769
  siginfo@2.0.0:
2770
  resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
2771
 
@@ -2779,10 +3352,18 @@ packages:
2779
  resolution: {integrity: sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==}
2780
  engines: {node: '>=18'}
2781
 
 
 
 
 
2782
  source-map-js@1.2.1:
2783
  resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
2784
  engines: {node: '>=0.10.0'}
2785
 
 
 
 
 
2786
  space-separated-tokens@2.0.2:
2787
  resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
2788
 
@@ -2870,6 +3451,12 @@ packages:
2870
  through@2.3.8:
2871
  resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
2872
 
 
 
 
 
 
 
2873
  tinybench@2.9.0:
2874
  resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
2875
 
@@ -3032,6 +3619,9 @@ packages:
3032
  vue-template-es2015-compiler:
3033
  optional: true
3034
 
 
 
 
3035
  unplugin@1.16.1:
3036
  resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==}
3037
  engines: {node: '>=14.0.0'}
@@ -3040,6 +3630,12 @@ packages:
3040
  resolution: {integrity: sha512-m1ekpSwuOT5hxkJeZGRxO7gXbXT3gF26NjQ7GdVHoLoF8/nopLcd/QfPigpCy7i51oFHiRJg/CyHhj4vs2+KGw==}
3041
  engines: {node: '>=18.12.0'}
3042
 
 
 
 
 
 
 
3043
  uri-js@4.4.1:
3044
  resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
3045
 
@@ -3194,6 +3790,13 @@ packages:
3194
  resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
3195
  engines: {node: '>=12'}
3196
 
 
 
 
 
 
 
 
3197
  webpack-virtual-modules@0.6.2:
3198
  resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
3199
 
@@ -3254,6 +3857,13 @@ packages:
3254
  xmlchars@2.2.0:
3255
  resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
3256
 
 
 
 
 
 
 
 
3257
  yallist@5.0.0:
3258
  resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
3259
  engines: {node: '>=18'}
@@ -3313,10 +3923,104 @@ snapshots:
3313
  js-tokens: 4.0.0
3314
  picocolors: 1.1.1
3315
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3316
  '@babel/helper-validator-identifier@7.27.1': {}
3317
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3318
  '@babel/runtime@7.27.1': {}
3319
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3320
  '@csstools/color-helpers@5.0.2': {}
3321
 
3322
  '@csstools/css-calc@2.1.3(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)':
@@ -3670,58 +4374,300 @@ snapshots:
3670
  '@img/sharp-libvips-linuxmusl-x64': 1.1.0
3671
  optional: true
3672
 
3673
- '@img/sharp-wasm32@0.34.2':
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3674
  dependencies:
3675
- '@emnapi/runtime': 1.4.3
3676
- optional: true
 
 
 
 
3677
 
3678
- '@img/sharp-win32-arm64@0.34.2':
3679
- optional: true
 
 
 
 
3680
 
3681
- '@img/sharp-win32-ia32@0.34.2':
3682
- optional: true
 
 
 
 
 
3683
 
3684
- '@img/sharp-win32-x64@0.34.2':
3685
- optional: true
 
 
 
 
 
 
3686
 
3687
- '@isaacs/fs-minipass@4.0.1':
3688
  dependencies:
3689
- minipass: 7.1.2
 
 
 
 
 
3690
 
3691
- '@jest/schemas@29.6.3':
3692
  dependencies:
3693
- '@sinclair/typebox': 0.27.8
 
 
 
 
 
3694
 
3695
- '@jridgewell/gen-mapping@0.3.8':
3696
  dependencies:
3697
- '@jridgewell/set-array': 1.2.1
3698
- '@jridgewell/sourcemap-codec': 1.5.0
3699
- '@jridgewell/trace-mapping': 0.3.25
 
 
 
 
 
 
3700
 
3701
- '@jridgewell/resolve-uri@3.1.2': {}
 
 
 
 
 
 
 
3702
 
3703
- '@jridgewell/set-array@1.2.1': {}
 
 
 
 
 
 
 
3704
 
3705
- '@jridgewell/sourcemap-codec@1.5.0': {}
 
 
 
 
 
 
3706
 
3707
- '@jridgewell/trace-mapping@0.3.25':
3708
  dependencies:
3709
- '@jridgewell/resolve-uri': 3.1.2
3710
- '@jridgewell/sourcemap-codec': 1.5.0
 
 
 
 
 
 
 
3711
 
3712
- '@noble/hashes@1.8.0': {}
3713
 
3714
- '@nodelib/fs.scandir@2.1.5':
3715
  dependencies:
3716
- '@nodelib/fs.stat': 2.0.5
3717
- run-parallel: 1.2.0
 
3718
 
3719
- '@nodelib/fs.stat@2.0.5': {}
 
 
 
 
 
3720
 
3721
- '@nodelib/fs.walk@1.2.8':
 
 
 
 
3722
  dependencies:
3723
- '@nodelib/fs.scandir': 2.1.5
3724
- fastq: 1.19.1
3725
 
3726
  '@paralleldrive/cuid2@2.2.2':
3727
  dependencies:
@@ -3735,6 +4681,13 @@ snapshots:
3735
 
3736
  '@polka/url@1.0.0-next.28': {}
3737
 
 
 
 
 
 
 
 
3738
  '@protobufjs/aspromise@1.1.2': {}
3739
 
3740
  '@protobufjs/base64@1.1.2': {}
@@ -3883,6 +4836,179 @@ snapshots:
3883
 
3884
  '@samchon/openapi@3.0.0': {}
3885
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3886
  '@shikijs/core@3.4.0':
3887
  dependencies:
3888
  '@shikijs/types': 3.4.0
@@ -4075,6 +5201,10 @@ snapshots:
4075
 
4076
  '@types/aria-query@5.0.4': {}
4077
 
 
 
 
 
4078
  '@types/cookie@0.6.0': {}
4079
 
4080
  '@types/estree@1.0.6': {}
@@ -4089,6 +5219,10 @@ snapshots:
4089
  dependencies:
4090
  '@types/unist': 3.0.3
4091
 
 
 
 
 
4092
  '@types/node-fetch@2.6.12':
4093
  dependencies:
4094
  '@types/node': 22.14.1
@@ -4102,8 +5236,24 @@ snapshots:
4102
  dependencies:
4103
  undici-types: 6.21.0
4104
 
 
 
 
 
 
 
 
 
 
 
4105
  '@types/resolve@1.20.2': {}
4106
 
 
 
 
 
 
 
4107
  '@types/unist@3.0.3': {}
4108
 
4109
  '@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.22.0(jiti@2.4.2))(typescript@5.8.2)':
@@ -4248,12 +5398,22 @@ snapshots:
4248
  dependencies:
4249
  event-target-shim: 5.0.1
4250
 
 
 
 
 
4251
  acorn-jsx@5.3.2(acorn@8.14.0):
4252
  dependencies:
4253
  acorn: 8.14.0
4254
 
4255
  acorn@8.14.0: {}
4256
 
 
 
 
 
 
 
4257
  agent-base@7.1.3: {}
4258
 
4259
  agentkeepalive@4.6.0:
@@ -4279,6 +5439,11 @@ snapshots:
4279
 
4280
  ansi-styles@5.2.0: {}
4281
 
 
 
 
 
 
4282
  argparse@2.0.1: {}
4283
 
4284
  aria-query@5.3.0:
@@ -4291,6 +5456,10 @@ snapshots:
4291
 
4292
  assertion-error@2.0.1: {}
4293
 
 
 
 
 
4294
  asynckit@0.4.0: {}
4295
 
4296
  axe-core@4.9.1: {}
@@ -4301,6 +5470,8 @@ snapshots:
4301
 
4302
  base64-js@1.5.1: {}
4303
 
 
 
4304
  bl@4.1.0:
4305
  dependencies:
4306
  buffer: 5.7.1
@@ -4322,6 +5493,13 @@ snapshots:
4322
  dependencies:
4323
  fill-range: 7.1.1
4324
 
 
 
 
 
 
 
 
4325
  buffer@5.7.1:
4326
  dependencies:
4327
  base64-js: 1.5.1
@@ -4336,6 +5514,8 @@ snapshots:
4336
 
4337
  callsites@3.1.0: {}
4338
 
 
 
4339
  ccount@2.0.1: {}
4340
 
4341
  chai@5.2.0:
@@ -4364,12 +5544,26 @@ snapshots:
4364
 
4365
  check-error@2.1.1: {}
4366
 
 
 
 
 
 
 
 
 
 
 
 
 
4367
  chokidar@4.0.3:
4368
  dependencies:
4369
  readdirp: 4.1.2
4370
 
4371
  chownr@3.0.0: {}
4372
 
 
 
4373
  cli-cursor@3.1.0:
4374
  dependencies:
4375
  restore-cursor: 3.1.0
@@ -4426,6 +5620,8 @@ snapshots:
4426
 
4427
  consola@3.4.0: {}
4428
 
 
 
4429
  cookie@0.6.0: {}
4430
 
4431
  core-util-is@1.0.3: {}
@@ -4514,6 +5710,8 @@ snapshots:
4514
  es-errors: 1.3.0
4515
  gopd: 1.2.0
4516
 
 
 
4517
  emoji-regex@8.0.0: {}
4518
 
4519
  enhanced-resolve@5.18.1:
@@ -4596,6 +5794,8 @@ snapshots:
4596
  '@esbuild/win32-ia32': 0.25.1
4597
  '@esbuild/win32-x64': 0.25.1
4598
 
 
 
4599
  escape-string-regexp@1.0.5: {}
4600
 
4601
  escape-string-regexp@4.0.0: {}
@@ -4805,6 +6005,10 @@ snapshots:
4805
  node-domexception: 1.0.0
4806
  web-streams-polyfill: 4.0.0-beta.3
4807
 
 
 
 
 
4808
  fsevents@2.3.2:
4809
  optional: true
4810
 
@@ -4813,6 +6017,8 @@ snapshots:
4813
 
4814
  function-bind@1.1.2: {}
4815
 
 
 
4816
  get-intrinsic@1.3.0:
4817
  dependencies:
4818
  call-bind-apply-helpers: 1.0.2
@@ -4839,6 +6045,13 @@ snapshots:
4839
  dependencies:
4840
  is-glob: 4.0.3
4841
 
 
 
 
 
 
 
 
4842
  global-agent@3.0.0:
4843
  dependencies:
4844
  boolean: 3.2.0
@@ -4854,6 +6067,8 @@ snapshots:
4854
  kind-of: 6.0.3
4855
  which: 4.0.0
4856
 
 
 
4857
  globals@14.0.0: {}
4858
 
4859
  globals@15.15.0: {}
@@ -4865,6 +6080,10 @@ snapshots:
4865
  define-properties: 1.2.1
4866
  gopd: 1.2.0
4867
 
 
 
 
 
4868
  gopd@1.2.0: {}
4869
 
4870
  graceful-fs@4.2.11: {}
@@ -4924,6 +6143,13 @@ snapshots:
4924
  transitivePeerDependencies:
4925
  - supports-color
4926
 
 
 
 
 
 
 
 
4927
  https-proxy-agent@7.0.6:
4928
  dependencies:
4929
  agent-base: 7.1.3
@@ -4952,6 +6178,13 @@ snapshots:
4952
  parent-module: 1.0.1
4953
  resolve-from: 4.0.0
4954
 
 
 
 
 
 
 
 
4955
  import-meta-resolve@4.1.0: {}
4956
 
4957
  imurmurhash@0.1.4: {}
@@ -4982,6 +6215,10 @@ snapshots:
4982
 
4983
  is-arrayish@0.3.2: {}
4984
 
 
 
 
 
4985
  is-core-module@2.16.1:
4986
  dependencies:
4987
  hasown: 2.0.2
@@ -5074,6 +6311,8 @@ snapshots:
5074
  - supports-color
5075
  - utf-8-validate
5076
 
 
 
5077
  json-buffer@3.0.1: {}
5078
 
5079
  json-schema-traverse@0.4.1: {}
@@ -5082,6 +6321,8 @@ snapshots:
5082
 
5083
  json-stringify-safe@5.0.1: {}
5084
 
 
 
5085
  keyv@4.5.4:
5086
  dependencies:
5087
  json-buffer: 3.0.1
@@ -5177,12 +6418,24 @@ snapshots:
5177
 
5178
  lru-cache@10.4.3: {}
5179
 
 
 
 
 
5180
  lz-string@1.5.0: {}
5181
 
5182
  magic-string@0.30.17:
5183
  dependencies:
5184
  '@jridgewell/sourcemap-codec': 1.5.0
5185
 
 
 
 
 
 
 
 
 
5186
  matcher@3.0.0:
5187
  dependencies:
5188
  escape-string-regexp: 4.0.0
@@ -5248,12 +6501,18 @@ snapshots:
5248
  dependencies:
5249
  brace-expansion: 1.1.11
5250
 
 
 
 
 
5251
  minimatch@9.0.5:
5252
  dependencies:
5253
  brace-expansion: 2.0.1
5254
 
5255
  minimist@1.2.8: {}
5256
 
 
 
5257
  minipass@7.1.2: {}
5258
 
5259
  minizlib@3.0.2:
@@ -5269,6 +6528,8 @@ snapshots:
5269
  pkg-types: 1.3.1
5270
  ufo: 1.5.4
5271
 
 
 
5272
  mri@1.2.0: {}
5273
 
5274
  mrmime@2.0.1: {}
@@ -5289,6 +6550,10 @@ snapshots:
5289
  dependencies:
5290
  whatwg-url: 5.0.0
5291
 
 
 
 
 
5292
  nwsapi@2.2.20: {}
5293
 
5294
  object-keys@1.1.1: {}
@@ -5397,12 +6662,29 @@ snapshots:
5397
 
5398
  path-parse@1.0.7: {}
5399
 
 
 
 
 
 
5400
  pathe@1.1.2: {}
5401
 
5402
  pathe@2.0.3: {}
5403
 
5404
  pathval@2.0.0: {}
5405
 
 
 
 
 
 
 
 
 
 
 
 
 
5406
  picocolors@1.1.1: {}
5407
 
5408
  picomatch@2.3.1: {}
@@ -5461,6 +6743,16 @@ snapshots:
5461
  picocolors: 1.1.1
5462
  source-map-js: 1.2.1
5463
 
 
 
 
 
 
 
 
 
 
 
5464
  prelude-ls@1.2.1: {}
5465
 
5466
  prettier-linter-helpers@1.0.0:
@@ -5492,6 +6784,8 @@ snapshots:
5492
  ansi-styles: 5.2.0
5493
  react-is: 18.3.1
5494
 
 
 
5495
  property-information@7.0.0: {}
5496
 
5497
  protobufjs@7.4.0:
@@ -5509,6 +6803,8 @@ snapshots:
5509
  '@types/node': 22.14.1
5510
  long: 5.3.1
5511
 
 
 
5512
  punycode@2.3.1: {}
5513
 
5514
  quansync@0.2.8: {}
@@ -5530,8 +6826,20 @@ snapshots:
5530
  string_decoder: 1.3.0
5531
  util-deprecate: 1.0.2
5532
 
 
 
 
 
5533
  readdirp@4.1.2: {}
5534
 
 
 
 
 
 
 
 
 
5535
  redent@3.0.0:
5536
  dependencies:
5537
  indent-string: 4.0.0
@@ -5558,6 +6866,14 @@ snapshots:
5558
 
5559
  repeat-string@1.6.1: {}
5560
 
 
 
 
 
 
 
 
 
5561
  resolve-from@4.0.0: {}
5562
 
5563
  resolve@1.22.10:
@@ -5645,6 +6961,8 @@ snapshots:
5645
 
5646
  semver-compare@1.0.0: {}
5647
 
 
 
5648
  semver@7.7.1: {}
5649
 
5650
  semver@7.7.2: {}
@@ -5700,6 +7018,8 @@ snapshots:
5700
  '@shikijs/vscode-textmate': 10.0.2
5701
  '@types/hast': 3.0.4
5702
 
 
 
5703
  siginfo@2.0.0: {}
5704
 
5705
  signal-exit@3.0.7: {}
@@ -5714,8 +7034,16 @@ snapshots:
5714
  mrmime: 2.0.1
5715
  totalist: 3.0.1
5716
 
 
 
 
 
 
 
5717
  source-map-js@1.2.1: {}
5718
 
 
 
5719
  space-separated-tokens@2.0.2: {}
5720
 
5721
  sprintf-js@1.1.3: {}
@@ -5819,6 +7147,13 @@ snapshots:
5819
 
5820
  through@2.3.8: {}
5821
 
 
 
 
 
 
 
 
5822
  tinybench@2.9.0: {}
5823
 
5824
  tinyexec@0.3.2: {}
@@ -5962,6 +7297,13 @@ snapshots:
5962
  transitivePeerDependencies:
5963
  - supports-color
5964
 
 
 
 
 
 
 
 
5965
  unplugin@1.16.1:
5966
  dependencies:
5967
  acorn: 8.14.0
@@ -5972,6 +7314,12 @@ snapshots:
5972
  acorn: 8.14.0
5973
  webpack-virtual-modules: 0.6.2
5974
 
 
 
 
 
 
 
5975
  uri-js@4.4.1:
5976
  dependencies:
5977
  punycode: 2.3.1
@@ -6092,6 +7440,10 @@ snapshots:
6092
 
6093
  webidl-conversions@7.0.0: {}
6094
 
 
 
 
 
6095
  webpack-virtual-modules@0.6.2: {}
6096
 
6097
  whatwg-encoding@3.1.1:
@@ -6137,6 +7489,10 @@ snapshots:
6137
 
6138
  xmlchars@2.2.0: {}
6139
 
 
 
 
 
6140
  yallist@5.0.0: {}
6141
 
6142
  yaml@1.10.2: {}
 
8
 
9
  .:
10
  dependencies:
11
+ '@sentry/sveltekit':
12
+ specifier: ^9.34.0
13
+ version: 9.34.0(@sveltejs/kit@2.18.0(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.34.3)(vite@5.4.14(@types/node@22.14.1)(lightningcss@1.29.1)))(svelte@5.34.3)(vite@5.4.14(@types/node@22.14.1)(lightningcss@1.29.1)))(svelte@5.34.3)(vite@5.4.14(@types/node@22.14.1)(lightningcss@1.29.1))
14
  dequal:
15
  specifier: ^2.0.3
16
  version: 2.0.3
 
213
  resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
214
  engines: {node: '>=6.9.0'}
215
 
216
+ '@babel/compat-data@7.27.7':
217
+ resolution: {integrity: sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ==}
218
+ engines: {node: '>=6.9.0'}
219
+
220
+ '@babel/core@7.27.7':
221
+ resolution: {integrity: sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==}
222
+ engines: {node: '>=6.9.0'}
223
+
224
+ '@babel/generator@7.27.5':
225
+ resolution: {integrity: sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==}
226
+ engines: {node: '>=6.9.0'}
227
+
228
+ '@babel/helper-compilation-targets@7.27.2':
229
+ resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
230
+ engines: {node: '>=6.9.0'}
231
+
232
+ '@babel/helper-module-imports@7.27.1':
233
+ resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
234
+ engines: {node: '>=6.9.0'}
235
+
236
+ '@babel/helper-module-transforms@7.27.3':
237
+ resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==}
238
+ engines: {node: '>=6.9.0'}
239
+ peerDependencies:
240
+ '@babel/core': ^7.0.0
241
+
242
+ '@babel/helper-string-parser@7.27.1':
243
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
244
+ engines: {node: '>=6.9.0'}
245
+
246
  '@babel/helper-validator-identifier@7.27.1':
247
  resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
248
  engines: {node: '>=6.9.0'}
249
 
250
+ '@babel/helper-validator-option@7.27.1':
251
+ resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
252
+ engines: {node: '>=6.9.0'}
253
+
254
+ '@babel/helpers@7.27.6':
255
+ resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==}
256
+ engines: {node: '>=6.9.0'}
257
+
258
+ '@babel/parser@7.26.9':
259
+ resolution: {integrity: sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==}
260
+ engines: {node: '>=6.0.0'}
261
+ hasBin: true
262
+
263
+ '@babel/parser@7.27.7':
264
+ resolution: {integrity: sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==}
265
+ engines: {node: '>=6.0.0'}
266
+ hasBin: true
267
+
268
  '@babel/runtime@7.27.1':
269
  resolution: {integrity: sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==}
270
  engines: {node: '>=6.9.0'}
271
 
272
+ '@babel/template@7.27.2':
273
+ resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
274
+ engines: {node: '>=6.9.0'}
275
+
276
+ '@babel/traverse@7.27.7':
277
+ resolution: {integrity: sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==}
278
+ engines: {node: '>=6.9.0'}
279
+
280
+ '@babel/types@7.27.7':
281
+ resolution: {integrity: sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==}
282
+ engines: {node: '>=6.9.0'}
283
+
284
  '@csstools/color-helpers@5.0.2':
285
  resolution: {integrity: sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==}
286
  engines: {node: '>=18'}
 
863
  resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
864
  engines: {node: '>= 8'}
865
 
866
+ '@opentelemetry/api-logs@0.57.2':
867
+ resolution: {integrity: sha512-uIX52NnTM0iBh84MShlpouI7UKqkZ7MrUszTmaypHBu4r7NofznSnQRfJ+uUeDtQDj6w8eFGg5KBLDAwAPz1+A==}
868
+ engines: {node: '>=14'}
869
+
870
+ '@opentelemetry/api@1.9.0':
871
+ resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==}
872
+ engines: {node: '>=8.0.0'}
873
+
874
+ '@opentelemetry/context-async-hooks@1.30.1':
875
+ resolution: {integrity: sha512-s5vvxXPVdjqS3kTLKMeBMvop9hbWkwzBpu+mUO2M7sZtlkyDJGwFe33wRKnbaYDo8ExRVBIIdwIGrqpxHuKttA==}
876
+ engines: {node: '>=14'}
877
+ peerDependencies:
878
+ '@opentelemetry/api': '>=1.0.0 <1.10.0'
879
+
880
+ '@opentelemetry/core@1.30.1':
881
+ resolution: {integrity: sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==}
882
+ engines: {node: '>=14'}
883
+ peerDependencies:
884
+ '@opentelemetry/api': '>=1.0.0 <1.10.0'
885
+
886
+ '@opentelemetry/instrumentation-amqplib@0.46.1':
887
+ resolution: {integrity: sha512-AyXVnlCf/xV3K/rNumzKxZqsULyITJH6OVLiW6730JPRqWA7Zc9bvYoVNpN6iOpTU8CasH34SU/ksVJmObFibQ==}
888
+ engines: {node: '>=14'}
889
+ peerDependencies:
890
+ '@opentelemetry/api': ^1.3.0
891
+
892
+ '@opentelemetry/instrumentation-connect@0.43.1':
893
+ resolution: {integrity: sha512-ht7YGWQuV5BopMcw5Q2hXn3I8eG8TH0J/kc/GMcW4CuNTgiP6wCu44BOnucJWL3CmFWaRHI//vWyAhaC8BwePw==}
894
+ engines: {node: '>=14'}
895
+ peerDependencies:
896
+ '@opentelemetry/api': ^1.3.0
897
+
898
+ '@opentelemetry/instrumentation-dataloader@0.16.1':
899
+ resolution: {integrity: sha512-K/qU4CjnzOpNkkKO4DfCLSQshejRNAJtd4esgigo/50nxCB6XCyi1dhAblUHM9jG5dRm8eu0FB+t87nIo99LYQ==}
900
+ engines: {node: '>=14'}
901
+ peerDependencies:
902
+ '@opentelemetry/api': ^1.3.0
903
+
904
+ '@opentelemetry/instrumentation-express@0.47.1':
905
+ resolution: {integrity: sha512-QNXPTWteDclR2B4pDFpz0TNghgB33UMjUt14B+BZPmtH1MwUFAfLHBaP5If0Z5NZC+jaH8oF2glgYjrmhZWmSw==}
906
+ engines: {node: '>=14'}
907
+ peerDependencies:
908
+ '@opentelemetry/api': ^1.3.0
909
+
910
+ '@opentelemetry/instrumentation-fs@0.19.1':
911
+ resolution: {integrity: sha512-6g0FhB3B9UobAR60BGTcXg4IHZ6aaYJzp0Ki5FhnxyAPt8Ns+9SSvgcrnsN2eGmk3RWG5vYycUGOEApycQL24A==}
912
+ engines: {node: '>=14'}
913
+ peerDependencies:
914
+ '@opentelemetry/api': ^1.3.0
915
+
916
+ '@opentelemetry/instrumentation-generic-pool@0.43.1':
917
+ resolution: {integrity: sha512-M6qGYsp1cURtvVLGDrPPZemMFEbuMmCXgQYTReC/IbimV5sGrLBjB+/hANUpRZjX67nGLdKSVLZuQQAiNz+sww==}
918
+ engines: {node: '>=14'}
919
+ peerDependencies:
920
+ '@opentelemetry/api': ^1.3.0
921
+
922
+ '@opentelemetry/instrumentation-graphql@0.47.1':
923
+ resolution: {integrity: sha512-EGQRWMGqwiuVma8ZLAZnExQ7sBvbOx0N/AE/nlafISPs8S+QtXX+Viy6dcQwVWwYHQPAcuY3bFt3xgoAwb4ZNQ==}
924
+ engines: {node: '>=14'}
925
+ peerDependencies:
926
+ '@opentelemetry/api': ^1.3.0
927
+
928
+ '@opentelemetry/instrumentation-hapi@0.45.2':
929
+ resolution: {integrity: sha512-7Ehow/7Wp3aoyCrZwQpU7a2CnoMq0XhIcioFuKjBb0PLYfBfmTsFTUyatlHu0fRxhwcRsSQRTvEhmZu8CppBpQ==}
930
+ engines: {node: '>=14'}
931
+ peerDependencies:
932
+ '@opentelemetry/api': ^1.3.0
933
+
934
+ '@opentelemetry/instrumentation-http@0.57.2':
935
+ resolution: {integrity: sha512-1Uz5iJ9ZAlFOiPuwYg29Bf7bJJc/GeoeJIFKJYQf67nTVKFe8RHbEtxgkOmK4UGZNHKXcpW4P8cWBYzBn1USpg==}
936
+ engines: {node: '>=14'}
937
+ peerDependencies:
938
+ '@opentelemetry/api': ^1.3.0
939
+
940
+ '@opentelemetry/instrumentation-ioredis@0.47.1':
941
+ resolution: {integrity: sha512-OtFGSN+kgk/aoKgdkKQnBsQFDiG8WdCxu+UrHr0bXScdAmtSzLSraLo7wFIb25RVHfRWvzI5kZomqJYEg/l1iA==}
942
+ engines: {node: '>=14'}
943
+ peerDependencies:
944
+ '@opentelemetry/api': ^1.3.0
945
+
946
+ '@opentelemetry/instrumentation-kafkajs@0.7.1':
947
+ resolution: {integrity: sha512-OtjaKs8H7oysfErajdYr1yuWSjMAectT7Dwr+axIoZqT9lmEOkD/H/3rgAs8h/NIuEi2imSXD+vL4MZtOuJfqQ==}
948
+ engines: {node: '>=14'}
949
+ peerDependencies:
950
+ '@opentelemetry/api': ^1.3.0
951
+
952
+ '@opentelemetry/instrumentation-knex@0.44.1':
953
+ resolution: {integrity: sha512-U4dQxkNhvPexffjEmGwCq68FuftFK15JgUF05y/HlK3M6W/G2iEaACIfXdSnwVNe9Qh0sPfw8LbOPxrWzGWGMQ==}
954
+ engines: {node: '>=14'}
955
+ peerDependencies:
956
+ '@opentelemetry/api': ^1.3.0
957
+
958
+ '@opentelemetry/instrumentation-koa@0.47.1':
959
+ resolution: {integrity: sha512-l/c+Z9F86cOiPJUllUCt09v+kICKvT+Vg1vOAJHtHPsJIzurGayucfCMq2acd/A/yxeNWunl9d9eqZ0G+XiI6A==}
960
+ engines: {node: '>=14'}
961
+ peerDependencies:
962
+ '@opentelemetry/api': ^1.3.0
963
+
964
+ '@opentelemetry/instrumentation-lru-memoizer@0.44.1':
965
+ resolution: {integrity: sha512-5MPkYCvG2yw7WONEjYj5lr5JFehTobW7wX+ZUFy81oF2lr9IPfZk9qO+FTaM0bGEiymwfLwKe6jE15nHn1nmHg==}
966
+ engines: {node: '>=14'}
967
+ peerDependencies:
968
+ '@opentelemetry/api': ^1.3.0
969
+
970
+ '@opentelemetry/instrumentation-mongodb@0.52.0':
971
+ resolution: {integrity: sha512-1xmAqOtRUQGR7QfJFfGV/M2kC7wmI2WgZdpru8hJl3S0r4hW0n3OQpEHlSGXJAaNFyvT+ilnwkT+g5L4ljHR6g==}
972
+ engines: {node: '>=14'}
973
+ peerDependencies:
974
+ '@opentelemetry/api': ^1.3.0
975
+
976
+ '@opentelemetry/instrumentation-mongoose@0.46.1':
977
+ resolution: {integrity: sha512-3kINtW1LUTPkiXFRSSBmva1SXzS/72we/jL22N+BnF3DFcoewkdkHPYOIdAAk9gSicJ4d5Ojtt1/HeibEc5OQg==}
978
+ engines: {node: '>=14'}
979
+ peerDependencies:
980
+ '@opentelemetry/api': ^1.3.0
981
+
982
+ '@opentelemetry/instrumentation-mysql2@0.45.2':
983
+ resolution: {integrity: sha512-h6Ad60FjCYdJZ5DTz1Lk2VmQsShiViKe0G7sYikb0GHI0NVvApp2XQNRHNjEMz87roFttGPLHOYVPlfy+yVIhQ==}
984
+ engines: {node: '>=14'}
985
+ peerDependencies:
986
+ '@opentelemetry/api': ^1.3.0
987
+
988
+ '@opentelemetry/instrumentation-mysql@0.45.1':
989
+ resolution: {integrity: sha512-TKp4hQ8iKQsY7vnp/j0yJJ4ZsP109Ht6l4RHTj0lNEG1TfgTrIH5vJMbgmoYXWzNHAqBH2e7fncN12p3BP8LFg==}
990
+ engines: {node: '>=14'}
991
+ peerDependencies:
992
+ '@opentelemetry/api': ^1.3.0
993
+
994
+ '@opentelemetry/instrumentation-pg@0.51.1':
995
+ resolution: {integrity: sha512-QxgjSrxyWZc7Vk+qGSfsejPVFL1AgAJdSBMYZdDUbwg730D09ub3PXScB9d04vIqPriZ+0dqzjmQx0yWKiCi2Q==}
996
+ engines: {node: '>=14'}
997
+ peerDependencies:
998
+ '@opentelemetry/api': ^1.3.0
999
+
1000
+ '@opentelemetry/instrumentation-redis-4@0.46.1':
1001
+ resolution: {integrity: sha512-UMqleEoabYMsWoTkqyt9WAzXwZ4BlFZHO40wr3d5ZvtjKCHlD4YXLm+6OLCeIi/HkX7EXvQaz8gtAwkwwSEvcQ==}
1002
+ engines: {node: '>=14'}
1003
+ peerDependencies:
1004
+ '@opentelemetry/api': ^1.3.0
1005
+
1006
+ '@opentelemetry/instrumentation-tedious@0.18.1':
1007
+ resolution: {integrity: sha512-5Cuy/nj0HBaH+ZJ4leuD7RjgvA844aY2WW+B5uLcWtxGjRZl3MNLuxnNg5DYWZNPO+NafSSnra0q49KWAHsKBg==}
1008
+ engines: {node: '>=14'}
1009
+ peerDependencies:
1010
+ '@opentelemetry/api': ^1.3.0
1011
+
1012
+ '@opentelemetry/instrumentation-undici@0.10.1':
1013
+ resolution: {integrity: sha512-rkOGikPEyRpMCmNu9AQuV5dtRlDmJp2dK5sw8roVshAGoB6hH/3QjDtRhdwd75SsJwgynWUNRUYe0wAkTo16tQ==}
1014
+ engines: {node: '>=14'}
1015
+ peerDependencies:
1016
+ '@opentelemetry/api': ^1.7.0
1017
+
1018
+ '@opentelemetry/instrumentation@0.57.2':
1019
+ resolution: {integrity: sha512-BdBGhQBh8IjZ2oIIX6F2/Q3LKm/FDDKi6ccYKcBTeilh6SNdNKveDOLk73BkSJjQLJk6qe4Yh+hHw1UPhCDdrg==}
1020
+ engines: {node: '>=14'}
1021
+ peerDependencies:
1022
+ '@opentelemetry/api': ^1.3.0
1023
+
1024
+ '@opentelemetry/redis-common@0.36.2':
1025
+ resolution: {integrity: sha512-faYX1N0gpLhej/6nyp6bgRjzAKXn5GOEMYY7YhciSfCoITAktLUtQ36d24QEWNA1/WA1y6qQunCe0OhHRkVl9g==}
1026
+ engines: {node: '>=14'}
1027
+
1028
+ '@opentelemetry/resources@1.30.1':
1029
+ resolution: {integrity: sha512-5UxZqiAgLYGFjS4s9qm5mBVo433u+dSPUFWVWXmLAD4wB65oMCoXaJP1KJa9DIYYMeHu3z4BZcStG3LC593cWA==}
1030
+ engines: {node: '>=14'}
1031
+ peerDependencies:
1032
+ '@opentelemetry/api': '>=1.0.0 <1.10.0'
1033
+
1034
+ '@opentelemetry/sdk-trace-base@1.30.1':
1035
+ resolution: {integrity: sha512-jVPgBbH1gCy2Lb7X0AVQ8XAfgg0pJ4nvl8/IiQA6nxOsPvS+0zMJaFSs2ltXe0J6C8dqjcnpyqINDJmU30+uOg==}
1036
+ engines: {node: '>=14'}
1037
+ peerDependencies:
1038
+ '@opentelemetry/api': '>=1.0.0 <1.10.0'
1039
+
1040
+ '@opentelemetry/semantic-conventions@1.28.0':
1041
+ resolution: {integrity: sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==}
1042
+ engines: {node: '>=14'}
1043
+
1044
+ '@opentelemetry/semantic-conventions@1.34.0':
1045
+ resolution: {integrity: sha512-aKcOkyrorBGlajjRdVoJWHTxfxO1vCNHLJVlSDaRHDIdjU+pX8IYQPvPDkYiujKLbRnWU+1TBwEt0QRgSm4SGA==}
1046
+ engines: {node: '>=14'}
1047
+
1048
+ '@opentelemetry/sql-common@0.40.1':
1049
+ resolution: {integrity: sha512-nSDlnHSqzC3pXn/wZEZVLuAuJ1MYMXPBwtv2qAbCa3847SaHItdE7SzUq/Jtb0KZmh1zfAbNi3AAMjztTT4Ugg==}
1050
+ engines: {node: '>=14'}
1051
+ peerDependencies:
1052
+ '@opentelemetry/api': ^1.1.0
1053
+
1054
  '@paralleldrive/cuid2@2.2.2':
1055
  resolution: {integrity: sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==}
1056
 
 
1066
  '@polka/url@1.0.0-next.28':
1067
  resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==}
1068
 
1069
+ '@prisma/instrumentation@6.10.1':
1070
+ resolution: {integrity: sha512-JC8qzgEDuFKjuBsqrZvXHINUb12psnE6Qy3q5p2MBhalC1KW1MBBUwuonx6iS5TCfCdtNslHft8uc2r+EdLWWg==}
1071
+ peerDependencies:
1072
+ '@opentelemetry/api': ^1.8
1073
+
1074
  '@protobufjs/aspromise@1.1.2':
1075
  resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
1076
 
 
1238
  '@samchon/openapi@3.0.0':
1239
  resolution: {integrity: sha512-eVQlyKRYv1/C2Mikc1xZr7c0jMjg1vjPkeY/gheKB4c5WOOWyTNZ1uvnXR+ETpPHwaQ54I9NrQZhoNk6BEGuuw==}
1240
 
1241
+ '@sentry-internal/browser-utils@9.34.0':
1242
+ resolution: {integrity: sha512-pXVznvP4CROejYtk6y7UQvPTieWz2vXjukGlO45fsnQa9nNo30lkQh3Ws2HZw2YbTxYZQYx75FBDezwKl2q0hQ==}
1243
+ engines: {node: '>=18'}
1244
+
1245
+ '@sentry-internal/feedback@9.34.0':
1246
+ resolution: {integrity: sha512-HT/EBRl1DR8XqlJk2wFNPJFcnIzNcEDjmW7C/o7K0GeP5jcSH0dKpcH7ykz2bi46gMRPrkO5EK2eXGK81KYI3g==}
1247
+ engines: {node: '>=18'}
1248
+
1249
+ '@sentry-internal/replay-canvas@9.34.0':
1250
+ resolution: {integrity: sha512-GCtqMFk9WwrU3JNz1tlCFAhzmNfgZhLRaS0cLzoTuxPbG3CC2VUIWYEOw7+AdCJZGm8ElTMxu+BkChgGb8qthQ==}
1251
+ engines: {node: '>=18'}
1252
+
1253
+ '@sentry-internal/replay@9.34.0':
1254
+ resolution: {integrity: sha512-joYSqWltmpkcqI8Gg8jwFtPv0F01whmuQfNGoGaL7Z6B/xO1vvkqEudrg1tmswUHhqtYpZYaEaCvrmv0sPGCfA==}
1255
+ engines: {node: '>=18'}
1256
+
1257
+ '@sentry/babel-plugin-component-annotate@3.5.0':
1258
+ resolution: {integrity: sha512-s2go8w03CDHbF9luFGtBHKJp4cSpsQzNVqgIa9Pfa4wnjipvrK6CxVT4icpLA3YO6kg5u622Yoa5GF3cJdippw==}
1259
+ engines: {node: '>= 14'}
1260
+
1261
+ '@sentry/browser@9.34.0':
1262
+ resolution: {integrity: sha512-6oJxU7JEA/RCgMTVlHXT54U9d0DWg61GgzyLTM+FUa8OUrAoK/t+CZGSMc/13nYN8xs7vcpiORdRx0ogch9zGw==}
1263
+ engines: {node: '>=18'}
1264
+
1265
+ '@sentry/bundler-plugin-core@3.5.0':
1266
+ resolution: {integrity: sha512-zDzPrhJqAAy2VzV4g540qAZH4qxzisstK2+NIJPZUUKztWRWUV2cMHsyUtdctYgloGkLyGpZJBE3RE6dmP/xqQ==}
1267
+ engines: {node: '>= 14'}
1268
+
1269
+ '@sentry/cli-darwin@2.42.2':
1270
+ resolution: {integrity: sha512-GtJSuxER7Vrp1IpxdUyRZzcckzMnb4N5KTW7sbTwUiwqARRo+wxS+gczYrS8tdgtmXs5XYhzhs+t4d52ITHMIg==}
1271
+ engines: {node: '>=10'}
1272
+ os: [darwin]
1273
+
1274
+ '@sentry/cli-linux-arm64@2.42.2':
1275
+ resolution: {integrity: sha512-BOxzI7sgEU5Dhq3o4SblFXdE9zScpz6EXc5Zwr1UDZvzgXZGosUtKVc7d1LmkrHP8Q2o18HcDWtF3WvJRb5Zpw==}
1276
+ engines: {node: '>=10'}
1277
+ cpu: [arm64]
1278
+ os: [linux, freebsd]
1279
+
1280
+ '@sentry/cli-linux-arm@2.42.2':
1281
+ resolution: {integrity: sha512-7udCw+YL9lwq+9eL3WLspvnuG+k5Icg92YE7zsteTzWLwgPVzaxeZD2f8hwhsu+wmL+jNqbpCRmktPteh3i2mg==}
1282
+ engines: {node: '>=10'}
1283
+ cpu: [arm]
1284
+ os: [linux, freebsd]
1285
+
1286
+ '@sentry/cli-linux-i686@2.42.2':
1287
+ resolution: {integrity: sha512-Sw/dQp5ZPvKnq3/y7wIJyxTUJYPGoTX/YeMbDs8BzDlu9to2LWV3K3r7hE7W1Lpbaw4tSquUHiQjP5QHCOS7aQ==}
1288
+ engines: {node: '>=10'}
1289
+ cpu: [x86, ia32]
1290
+ os: [linux, freebsd]
1291
+
1292
+ '@sentry/cli-linux-x64@2.42.2':
1293
+ resolution: {integrity: sha512-mU4zUspAal6TIwlNLBV5oq6yYqiENnCWSxtSQVzWs0Jyq97wtqGNG9U+QrnwjJZ+ta/hvye9fvL2X25D/RxHQw==}
1294
+ engines: {node: '>=10'}
1295
+ cpu: [x64]
1296
+ os: [linux, freebsd]
1297
+
1298
+ '@sentry/cli-win32-i686@2.42.2':
1299
+ resolution: {integrity: sha512-iHvFHPGqgJMNqXJoQpqttfsv2GI3cGodeTq4aoVLU/BT3+hXzbV0x1VpvvEhncJkDgDicJpFLM8sEPHb3b8abw==}
1300
+ engines: {node: '>=10'}
1301
+ cpu: [x86, ia32]
1302
+ os: [win32]
1303
+
1304
+ '@sentry/cli-win32-x64@2.42.2':
1305
+ resolution: {integrity: sha512-vPPGHjYoaGmfrU7xhfFxG7qlTBacroz5NdT+0FmDn6692D8IvpNXl1K+eV3Kag44ipJBBeR8g1HRJyx/F/9ACw==}
1306
+ engines: {node: '>=10'}
1307
+ cpu: [x64]
1308
+ os: [win32]
1309
+
1310
+ '@sentry/cli@2.42.2':
1311
+ resolution: {integrity: sha512-spb7S/RUumCGyiSTg8DlrCX4bivCNmU/A1hcfkwuciTFGu8l5CDc2I6jJWWZw8/0enDGxuj5XujgXvU5tr4bxg==}
1312
+ engines: {node: '>= 10'}
1313
+ hasBin: true
1314
+
1315
+ '@sentry/cloudflare@9.34.0':
1316
+ resolution: {integrity: sha512-uFhqe5q09fgPguDVXnDosWK9gYThISPdvpOHqzHIn1bwmVgsutEGSGy6ZeJxEXnZRXqFXY8M9A2LSi6ReVK99Q==}
1317
+ engines: {node: '>=18'}
1318
+ peerDependencies:
1319
+ '@cloudflare/workers-types': ^4.x
1320
+ peerDependenciesMeta:
1321
+ '@cloudflare/workers-types':
1322
+ optional: true
1323
+
1324
+ '@sentry/core@9.34.0':
1325
+ resolution: {integrity: sha512-M/zikVaE3KLkhCFDyrHB35sF7pVkB2RPy07BcRsdFsSsdpjoG+Zq2Sxth2tMTbjd0x9Vtb/X6LVjyCj9GSEvVg==}
1326
+ engines: {node: '>=18'}
1327
+
1328
+ '@sentry/node@9.34.0':
1329
+ resolution: {integrity: sha512-UCXcYTXVftuKV4k3mYKVq+XOvdF0jFeHopGNQojs6BtbiMdRiuo0hzFsVKojij0E3r42EcC/TNzycGbNiuHgaQ==}
1330
+ engines: {node: '>=18'}
1331
+
1332
+ '@sentry/opentelemetry@9.34.0':
1333
+ resolution: {integrity: sha512-f1Ro8EJIN8thHO7RtdIh0dCZVU57qRdOOb6UX5VPwWcnesfY7HLtoxTpVYDG3A1vE0X2EggMenVHDfezq17/RA==}
1334
+ engines: {node: '>=18'}
1335
+ peerDependencies:
1336
+ '@opentelemetry/api': ^1.9.0
1337
+ '@opentelemetry/context-async-hooks': ^1.30.1 || ^2.0.0
1338
+ '@opentelemetry/core': ^1.30.1 || ^2.0.0
1339
+ '@opentelemetry/instrumentation': ^0.57.1 || ^0.200.0
1340
+ '@opentelemetry/sdk-trace-base': ^1.30.1 || ^2.0.0
1341
+ '@opentelemetry/semantic-conventions': ^1.34.0
1342
+
1343
+ '@sentry/svelte@9.34.0':
1344
+ resolution: {integrity: sha512-UgYuT4pBjKNt8hJSRyqIFYUvPCI1JI6Dk77c1JMCzIXnrVzxKsQu8t8QSuvuPjKwdiKOB4ScQHx5QkQ/D+nlIA==}
1345
+ engines: {node: '>=18'}
1346
+ peerDependencies:
1347
+ svelte: 3.x || 4.x || 5.x
1348
+
1349
+ '@sentry/sveltekit@9.34.0':
1350
+ resolution: {integrity: sha512-mWdPIDxMXJrg04O+WTy/eDSkFbQgHskRKjpslMOQYZyfemdwzxK3nI85wiBvF+qjS6FCOUrxJf/+fiPG6R5Rkg==}
1351
+ engines: {node: '>=18'}
1352
+ peerDependencies:
1353
+ '@sveltejs/kit': 2.x
1354
+ vite: '*'
1355
+ peerDependenciesMeta:
1356
+ vite:
1357
+ optional: true
1358
+
1359
+ '@sentry/vite-plugin@3.5.0':
1360
+ resolution: {integrity: sha512-jUnpTdpicG8wefamw7eNo2uO+Q3KCbOAiF76xH4gfNHSW6TN2hBfOtmLu7J+ive4c0Al3+NEHz19bIPR0lkwWg==}
1361
+ engines: {node: '>= 14'}
1362
+
1363
  '@shikijs/core@3.4.0':
1364
  resolution: {integrity: sha512-0YOzTSRDn/IAfQWtK791gs1u8v87HNGToU6IwcA3K7nPoVOrS2Dh6X6A6YfXgPTSkTwR5y6myk0MnI0htjnwrA==}
1365
 
 
1534
  '@types/aria-query@5.0.4':
1535
  resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==}
1536
 
1537
+ '@types/connect@3.4.38':
1538
+ resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
1539
+
1540
  '@types/cookie@0.6.0':
1541
  resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
1542
 
 
1552
  '@types/mdast@4.0.4':
1553
  resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
1554
 
1555
+ '@types/mysql@2.15.26':
1556
+ resolution: {integrity: sha512-DSLCOXhkvfS5WNNPbfn2KdICAmk8lLc+/PNvnPnF7gOdMZCxopXduqv0OQ13y/yA/zXTSikZZqVgybUxOEg6YQ==}
1557
+
1558
  '@types/node-fetch@2.6.12':
1559
  resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==}
1560
 
 
1564
  '@types/node@22.14.1':
1565
  resolution: {integrity: sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==}
1566
 
1567
+ '@types/pg-pool@2.0.6':
1568
+ resolution: {integrity: sha512-TaAUE5rq2VQYxab5Ts7WZhKNmuN78Q6PiFonTDdpbx8a1H0M1vhy3rhiMjl+e2iHmogyMw7jZF4FrE6eJUy5HQ==}
1569
+
1570
+ '@types/pg@8.6.1':
1571
+ resolution: {integrity: sha512-1Kc4oAGzAl7uqUStZCDvaLFqZrW9qWSjXOmBfdgyBP5La7Us6Mg4GBvRlSoaZMhQF/zSj1C8CtKMBkoiT8eL8w==}
1572
+
1573
  '@types/resolve@1.20.2':
1574
  resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
1575
 
1576
+ '@types/shimmer@1.2.0':
1577
+ resolution: {integrity: sha512-UE7oxhQLLd9gub6JKIAhDq06T0F6FnztwMNRvYgjeQSBeMc1ZG/tA47EwfduvkuQS8apbkM/lpLpWsaCeYsXVg==}
1578
+
1579
+ '@types/tedious@4.0.14':
1580
+ resolution: {integrity: sha512-KHPsfX/FoVbUGbyYvk1q9MMQHLPeRZhRJZdO45Q4YjvFkv4hMNghCWTvy7rdKessBsmtz4euWCWAB6/tVpI1Iw==}
1581
+
1582
  '@types/unist@3.0.3':
1583
  resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
1584
 
 
1680
  resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
1681
  engines: {node: '>=6.5'}
1682
 
1683
+ acorn-import-attributes@1.9.5:
1684
+ resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==}
1685
+ peerDependencies:
1686
+ acorn: ^8
1687
+
1688
  acorn-jsx@5.3.2:
1689
  resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
1690
  peerDependencies:
 
1695
  engines: {node: '>=0.4.0'}
1696
  hasBin: true
1697
 
1698
+ agent-base@6.0.2:
1699
+ resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
1700
+ engines: {node: '>= 6.0.0'}
1701
+
1702
  agent-base@7.1.3:
1703
  resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==}
1704
  engines: {node: '>= 14'}
 
1726
  resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
1727
  engines: {node: '>=10'}
1728
 
1729
+ anymatch@3.1.3:
1730
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
1731
+ engines: {node: '>= 8'}
1732
+
1733
  argparse@2.0.1:
1734
  resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
1735
 
 
1747
  resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
1748
  engines: {node: '>=12'}
1749
 
1750
+ ast-types@0.16.1:
1751
+ resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==}
1752
+ engines: {node: '>=4'}
1753
+
1754
  asynckit@0.4.0:
1755
  resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
1756
 
 
1768
  base64-js@1.5.1:
1769
  resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
1770
 
1771
+ binary-extensions@2.3.0:
1772
+ resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
1773
+ engines: {node: '>=8'}
1774
+
1775
  bl@4.1.0:
1776
  resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
1777
 
 
1789
  resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
1790
  engines: {node: '>=8'}
1791
 
1792
+ browserslist@4.25.1:
1793
+ resolution: {integrity: sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==}
1794
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
1795
+ hasBin: true
1796
+
1797
  buffer@5.7.1:
1798
  resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
1799
 
 
1809
  resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
1810
  engines: {node: '>=6'}
1811
 
1812
+ caniuse-lite@1.0.30001726:
1813
+ resolution: {integrity: sha512-VQAUIUzBiZ/UnlM28fSp2CRF3ivUn1BWEvxMcVTNwpw91Py1pGbPIyIKtd+tzct9C3ouceCVdGAXxZOpZAsgdw==}
1814
+
1815
  ccount@2.0.1:
1816
  resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
1817
 
 
1840
  resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==}
1841
  engines: {node: '>= 16'}
1842
 
1843
+ chokidar@3.6.0:
1844
+ resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
1845
+ engines: {node: '>= 8.10.0'}
1846
+
1847
  chokidar@4.0.3:
1848
  resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
1849
  engines: {node: '>= 14.16.0'}
 
1852
  resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
1853
  engines: {node: '>=18'}
1854
 
1855
+ cjs-module-lexer@1.4.3:
1856
+ resolution: {integrity: sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==}
1857
+
1858
  cli-cursor@3.1.0:
1859
  resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==}
1860
  engines: {node: '>=8'}
 
1923
  resolution: {integrity: sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==}
1924
  engines: {node: ^14.18.0 || >=16.10.0}
1925
 
1926
+ convert-source-map@2.0.0:
1927
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
1928
+
1929
  cookie@0.6.0:
1930
  resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
1931
  engines: {node: '>= 0.6'}
 
2041
  resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
2042
  engines: {node: '>= 0.4'}
2043
 
2044
+ electron-to-chromium@1.5.178:
2045
+ resolution: {integrity: sha512-wObbz/ar3Bc6e4X5vf0iO8xTN8YAjN/tgiAOJLr7yjYFtP9wAjq8Mb5h0yn6kResir+VYx2DXBj9NNobs0ETSA==}
2046
+
2047
  emoji-regex@8.0.0:
2048
  resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
2049
 
 
2087
  engines: {node: '>=18'}
2088
  hasBin: true
2089
 
2090
+ escalade@3.2.0:
2091
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
2092
+ engines: {node: '>=6'}
2093
+
2094
  escape-string-regexp@1.0.5:
2095
  resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
2096
  engines: {node: '>=0.8.0'}
 
2287
  resolution: {integrity: sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==}
2288
  engines: {node: '>= 12.20'}
2289
 
2290
+ forwarded-parse@2.1.2:
2291
+ resolution: {integrity: sha512-alTFZZQDKMporBH77856pXgzhEzaUVmLCDk+egLgIgHst3Tpndzz8MnKe+GzRJRfvVdn69HhpW7cmXzvtLvJAw==}
2292
+
2293
+ fs.realpath@1.0.0:
2294
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
2295
+
2296
  fsevents@2.3.2:
2297
  resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
2298
  engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
 
2306
  function-bind@1.1.2:
2307
  resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
2308
 
2309
+ gensync@1.0.0-beta.2:
2310
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
2311
+ engines: {node: '>=6.9.0'}
2312
+
2313
  get-intrinsic@1.3.0:
2314
  resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
2315
  engines: {node: '>= 0.4'}
 
2326
  resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
2327
  engines: {node: '>=10.13.0'}
2328
 
2329
+ glob@9.3.5:
2330
+ resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==}
2331
+ engines: {node: '>=16 || 14 >=14.17'}
2332
+
2333
  global-agent@3.0.0:
2334
  resolution: {integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==}
2335
  engines: {node: '>=10.0'}
 
2338
  resolution: {integrity: sha512-w0Uf9Y9/nyHinEk5vMJKRie+wa4kR5hmDbEhGGds/kG1PwGLLHKRoNMeJOyCQjjBkANlnScqgzcFwGHgmgLkVA==}
2339
  engines: {node: '>=16'}
2340
 
2341
+ globals@11.12.0:
2342
+ resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
2343
+ engines: {node: '>=4'}
2344
+
2345
  globals@14.0.0:
2346
  resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
2347
  engines: {node: '>=18'}
 
2358
  resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
2359
  engines: {node: '>= 0.4'}
2360
 
2361
+ globalyzer@0.1.0:
2362
+ resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==}
2363
+
2364
+ globrex@0.1.2:
2365
+ resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==}
2366
+
2367
  gopd@1.2.0:
2368
  resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
2369
  engines: {node: '>= 0.4'}
 
2421
  resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
2422
  engines: {node: '>= 14'}
2423
 
2424
+ https-proxy-agent@5.0.1:
2425
+ resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
2426
+ engines: {node: '>= 6'}
2427
+
2428
  https-proxy-agent@7.0.6:
2429
  resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
2430
  engines: {node: '>= 14'}
 
2451
  resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
2452
  engines: {node: '>=6'}
2453
 
2454
+ import-in-the-middle@1.14.2:
2455
+ resolution: {integrity: sha512-5tCuY9BV8ujfOpwtAGgsTx9CGUapcFMEEyByLv1B+v2+6DhAcw+Zr0nhQT7uwaZ7DiourxFEscghOR8e1aPLQw==}
2456
+
2457
  import-meta-resolve@4.1.0:
2458
  resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==}
2459
 
 
2479
  is-arrayish@0.3.2:
2480
  resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
2481
 
2482
+ is-binary-path@2.1.0:
2483
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
2484
+ engines: {node: '>=8'}
2485
+
2486
  is-core-module@2.16.1:
2487
  resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
2488
  engines: {node: '>= 0.4'}
 
2566
  canvas:
2567
  optional: true
2568
 
2569
+ jsesc@3.1.0:
2570
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
2571
+ engines: {node: '>=6'}
2572
+ hasBin: true
2573
+
2574
  json-buffer@3.0.1:
2575
  resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
2576
 
 
2583
  json-stringify-safe@5.0.1:
2584
  resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==}
2585
 
2586
+ json5@2.2.3:
2587
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
2588
+ engines: {node: '>=6'}
2589
+ hasBin: true
2590
+
2591
  keyv@4.5.4:
2592
  resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
2593
 
 
2711
  lru-cache@10.4.3:
2712
  resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
2713
 
2714
+ lru-cache@5.1.1:
2715
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
2716
+
2717
  lz-string@1.5.0:
2718
  resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
2719
  hasBin: true
 
2721
  magic-string@0.30.17:
2722
  resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
2723
 
2724
+ magic-string@0.30.7:
2725
+ resolution: {integrity: sha512-8vBuFF/I/+OSLRmdf2wwFCJCz+nSn0m6DPvGH1fS/KiQoSaR+sETbov0eIk9KhEKy8CYqIkIAnbohxT/4H0kuA==}
2726
+ engines: {node: '>=12'}
2727
+
2728
+ magic-string@0.30.8:
2729
+ resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==}
2730
+ engines: {node: '>=12'}
2731
+
2732
  matcher@3.0.0:
2733
  resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==}
2734
  engines: {node: '>=10'}
 
2788
  minimatch@3.1.2:
2789
  resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
2790
 
2791
+ minimatch@8.0.4:
2792
+ resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==}
2793
+ engines: {node: '>=16 || 14 >=14.17'}
2794
+
2795
  minimatch@9.0.5:
2796
  resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
2797
  engines: {node: '>=16 || 14 >=14.17'}
 
2799
  minimist@1.2.8:
2800
  resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
2801
 
2802
+ minipass@4.2.8:
2803
+ resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==}
2804
+ engines: {node: '>=8'}
2805
+
2806
  minipass@7.1.2:
2807
  resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
2808
  engines: {node: '>=16 || 14 >=14.17'}
 
2819
  mlly@1.7.4:
2820
  resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==}
2821
 
2822
+ module-details-from-path@1.0.4:
2823
+ resolution: {integrity: sha512-EGWKgxALGMgzvxYF1UyGTy0HXX/2vHLkw6+NvDKW2jypWbHpjQuj4UMcqQWXHERJhVGKikolT06G3bcKe4fi7w==}
2824
+
2825
  mri@1.2.0:
2826
  resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
2827
  engines: {node: '>=4'}
 
2862
  encoding:
2863
  optional: true
2864
 
2865
+ node-releases@2.0.19:
2866
+ resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
2867
+
2868
+ normalize-path@3.0.0:
2869
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
2870
+ engines: {node: '>=0.10.0'}
2871
+
2872
  nwsapi@2.2.20:
2873
  resolution: {integrity: sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==}
2874
 
 
2964
  path-parse@1.0.7:
2965
  resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
2966
 
2967
+ path-scurry@1.11.1:
2968
+ resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
2969
+ engines: {node: '>=16 || 14 >=14.18'}
2970
+
2971
  pathe@1.1.2:
2972
  resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
2973
 
 
2978
  resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==}
2979
  engines: {node: '>= 14.16'}
2980
 
2981
+ pg-int8@1.0.1:
2982
+ resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==}
2983
+ engines: {node: '>=4.0.0'}
2984
+
2985
+ pg-protocol@1.10.3:
2986
+ resolution: {integrity: sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==}
2987
+
2988
+ pg-types@2.2.0:
2989
+ resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==}
2990
+ engines: {node: '>=4'}
2991
+
2992
  picocolors@1.1.1:
2993
  resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
2994
 
 
3055
  resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
3056
  engines: {node: ^10 || ^12 || >=14}
3057
 
3058
+ postgres-array@2.0.0:
3059
+ resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==}
3060
+ engines: {node: '>=4'}
3061
+
3062
+ postgres-bytea@1.0.0:
3063
+ resolution: {integrity: sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==}
3064
+ engines: {node: '>=0.10.0'}
3065
+
3066
+ postgres-date@1.0.7:
3067
+ resolution: {integrity: sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==}
3068
+ engines: {node: '>=0.10.0'}
3069
+
3070
+ postgres-interval@1.2.0:
3071
+ resolution: {integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==}
3072
+ engines: {node: '>=0.10.0'}
3073
+
3074
  prelude-ls@1.2.1:
3075
  resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
3076
  engines: {node: '>= 0.8.0'}
 
3153
  resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==}
3154
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
3155
 
3156
+ progress@2.0.3:
3157
+ resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==}
3158
+ engines: {node: '>=0.4.0'}
3159
+
3160
  property-information@7.0.0:
3161
  resolution: {integrity: sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==}
3162
 
 
3164
  resolution: {integrity: sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==}
3165
  engines: {node: '>=12.0.0'}
3166
 
3167
+ proxy-from-env@1.1.0:
3168
+ resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
3169
+
3170
  punycode@2.3.1:
3171
  resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
3172
  engines: {node: '>=6'}
 
3191
  resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
3192
  engines: {node: '>= 6'}
3193
 
3194
+ readdirp@3.6.0:
3195
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
3196
+ engines: {node: '>=8.10.0'}
3197
+
3198
  readdirp@4.1.2:
3199
  resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
3200
  engines: {node: '>= 14.18.0'}
3201
 
3202
+ recast@0.23.11:
3203
+ resolution: {integrity: sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==}
3204
+ engines: {node: '>= 4'}
3205
+
3206
  redent@3.0.0:
3207
  resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==}
3208
  engines: {node: '>=8'}
 
3226
  resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==}
3227
  engines: {node: '>=0.10'}
3228
 
3229
+ require-in-the-middle@7.5.2:
3230
+ resolution: {integrity: sha512-gAZ+kLqBdHarXB64XpAe2VCjB7rIRv+mU8tfRWziHRJ5umKsIHN2tLLv6EtMw7WCdP19S0ERVMldNvxYCHnhSQ==}
3231
+ engines: {node: '>=8.6.0'}
3232
+
3233
  resolve-from@4.0.0:
3234
  resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
3235
  engines: {node: '>=4'}
 
3300
  semver-compare@1.0.0:
3301
  resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==}
3302
 
3303
+ semver@6.3.1:
3304
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
3305
+ hasBin: true
3306
+
3307
  semver@7.7.1:
3308
  resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==}
3309
  engines: {node: '>=10'}
 
3336
  shiki@3.4.0:
3337
  resolution: {integrity: sha512-Ni80XHcqhOEXv5mmDAvf5p6PAJqbUc/RzFeaOqk+zP5DLvTPS3j0ckvA+MI87qoxTQ5RGJDVTbdl/ENLSyyAnQ==}
3338
 
3339
+ shimmer@1.2.1:
3340
+ resolution: {integrity: sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==}
3341
+
3342
  siginfo@2.0.0:
3343
  resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
3344
 
 
3352
  resolution: {integrity: sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==}
3353
  engines: {node: '>=18'}
3354
 
3355
+ sorcery@1.0.0:
3356
+ resolution: {integrity: sha512-5ay9oJE+7sNmhzl3YNG18jEEEf4AOQCM/FAqR5wMmzqd1FtRorFbJXn3w3SKOhbiQaVgHM+Q1lszZspjri7bpA==}
3357
+ hasBin: true
3358
+
3359
  source-map-js@1.2.1:
3360
  resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
3361
  engines: {node: '>=0.10.0'}
3362
 
3363
+ source-map@0.6.1:
3364
+ resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
3365
+ engines: {node: '>=0.10.0'}
3366
+
3367
  space-separated-tokens@2.0.2:
3368
  resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
3369
 
 
3451
  through@2.3.8:
3452
  resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
3453
 
3454
+ tiny-glob@0.2.9:
3455
+ resolution: {integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==}
3456
+
3457
+ tiny-invariant@1.3.3:
3458
+ resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
3459
+
3460
  tinybench@2.9.0:
3461
  resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
3462
 
 
3619
  vue-template-es2015-compiler:
3620
  optional: true
3621
 
3622
+ unplugin@1.0.1:
3623
+ resolution: {integrity: sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==}
3624
+
3625
  unplugin@1.16.1:
3626
  resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==}
3627
  engines: {node: '>=14.0.0'}
 
3630
  resolution: {integrity: sha512-m1ekpSwuOT5hxkJeZGRxO7gXbXT3gF26NjQ7GdVHoLoF8/nopLcd/QfPigpCy7i51oFHiRJg/CyHhj4vs2+KGw==}
3631
  engines: {node: '>=18.12.0'}
3632
 
3633
+ update-browserslist-db@1.1.3:
3634
+ resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
3635
+ hasBin: true
3636
+ peerDependencies:
3637
+ browserslist: '>= 4.21.0'
3638
+
3639
  uri-js@4.4.1:
3640
  resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
3641
 
 
3790
  resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
3791
  engines: {node: '>=12'}
3792
 
3793
+ webpack-sources@3.3.3:
3794
+ resolution: {integrity: sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==}
3795
+ engines: {node: '>=10.13.0'}
3796
+
3797
+ webpack-virtual-modules@0.5.0:
3798
+ resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==}
3799
+
3800
  webpack-virtual-modules@0.6.2:
3801
  resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
3802
 
 
3857
  xmlchars@2.2.0:
3858
  resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
3859
 
3860
+ xtend@4.0.2:
3861
+ resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
3862
+ engines: {node: '>=0.4'}
3863
+
3864
+ yallist@3.1.1:
3865
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
3866
+
3867
  yallist@5.0.0:
3868
  resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
3869
  engines: {node: '>=18'}
 
3923
  js-tokens: 4.0.0
3924
  picocolors: 1.1.1
3925
 
3926
+ '@babel/compat-data@7.27.7': {}
3927
+
3928
+ '@babel/core@7.27.7':
3929
+ dependencies:
3930
+ '@ampproject/remapping': 2.3.0
3931
+ '@babel/code-frame': 7.27.1
3932
+ '@babel/generator': 7.27.5
3933
+ '@babel/helper-compilation-targets': 7.27.2
3934
+ '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7)
3935
+ '@babel/helpers': 7.27.6
3936
+ '@babel/parser': 7.27.7
3937
+ '@babel/template': 7.27.2
3938
+ '@babel/traverse': 7.27.7
3939
+ '@babel/types': 7.27.7
3940
+ convert-source-map: 2.0.0
3941
+ debug: 4.4.0
3942
+ gensync: 1.0.0-beta.2
3943
+ json5: 2.2.3
3944
+ semver: 6.3.1
3945
+ transitivePeerDependencies:
3946
+ - supports-color
3947
+
3948
+ '@babel/generator@7.27.5':
3949
+ dependencies:
3950
+ '@babel/parser': 7.27.7
3951
+ '@babel/types': 7.27.7
3952
+ '@jridgewell/gen-mapping': 0.3.8
3953
+ '@jridgewell/trace-mapping': 0.3.25
3954
+ jsesc: 3.1.0
3955
+
3956
+ '@babel/helper-compilation-targets@7.27.2':
3957
+ dependencies:
3958
+ '@babel/compat-data': 7.27.7
3959
+ '@babel/helper-validator-option': 7.27.1
3960
+ browserslist: 4.25.1
3961
+ lru-cache: 5.1.1
3962
+ semver: 6.3.1
3963
+
3964
+ '@babel/helper-module-imports@7.27.1':
3965
+ dependencies:
3966
+ '@babel/traverse': 7.27.7
3967
+ '@babel/types': 7.27.7
3968
+ transitivePeerDependencies:
3969
+ - supports-color
3970
+
3971
+ '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.7)':
3972
+ dependencies:
3973
+ '@babel/core': 7.27.7
3974
+ '@babel/helper-module-imports': 7.27.1
3975
+ '@babel/helper-validator-identifier': 7.27.1
3976
+ '@babel/traverse': 7.27.7
3977
+ transitivePeerDependencies:
3978
+ - supports-color
3979
+
3980
+ '@babel/helper-string-parser@7.27.1': {}
3981
+
3982
  '@babel/helper-validator-identifier@7.27.1': {}
3983
 
3984
+ '@babel/helper-validator-option@7.27.1': {}
3985
+
3986
+ '@babel/helpers@7.27.6':
3987
+ dependencies:
3988
+ '@babel/template': 7.27.2
3989
+ '@babel/types': 7.27.7
3990
+
3991
+ '@babel/parser@7.26.9':
3992
+ dependencies:
3993
+ '@babel/types': 7.27.7
3994
+
3995
+ '@babel/parser@7.27.7':
3996
+ dependencies:
3997
+ '@babel/types': 7.27.7
3998
+
3999
  '@babel/runtime@7.27.1': {}
4000
 
4001
+ '@babel/template@7.27.2':
4002
+ dependencies:
4003
+ '@babel/code-frame': 7.27.1
4004
+ '@babel/parser': 7.27.7
4005
+ '@babel/types': 7.27.7
4006
+
4007
+ '@babel/traverse@7.27.7':
4008
+ dependencies:
4009
+ '@babel/code-frame': 7.27.1
4010
+ '@babel/generator': 7.27.5
4011
+ '@babel/parser': 7.27.7
4012
+ '@babel/template': 7.27.2
4013
+ '@babel/types': 7.27.7
4014
+ debug: 4.4.0
4015
+ globals: 11.12.0
4016
+ transitivePeerDependencies:
4017
+ - supports-color
4018
+
4019
+ '@babel/types@7.27.7':
4020
+ dependencies:
4021
+ '@babel/helper-string-parser': 7.27.1
4022
+ '@babel/helper-validator-identifier': 7.27.1
4023
+
4024
  '@csstools/color-helpers@5.0.2': {}
4025
 
4026
  '@csstools/css-calc@2.1.3(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)':
 
4374
  '@img/sharp-libvips-linuxmusl-x64': 1.1.0
4375
  optional: true
4376
 
4377
+ '@img/sharp-wasm32@0.34.2':
4378
+ dependencies:
4379
+ '@emnapi/runtime': 1.4.3
4380
+ optional: true
4381
+
4382
+ '@img/sharp-win32-arm64@0.34.2':
4383
+ optional: true
4384
+
4385
+ '@img/sharp-win32-ia32@0.34.2':
4386
+ optional: true
4387
+
4388
+ '@img/sharp-win32-x64@0.34.2':
4389
+ optional: true
4390
+
4391
+ '@isaacs/fs-minipass@4.0.1':
4392
+ dependencies:
4393
+ minipass: 7.1.2
4394
+
4395
+ '@jest/schemas@29.6.3':
4396
+ dependencies:
4397
+ '@sinclair/typebox': 0.27.8
4398
+
4399
+ '@jridgewell/gen-mapping@0.3.8':
4400
+ dependencies:
4401
+ '@jridgewell/set-array': 1.2.1
4402
+ '@jridgewell/sourcemap-codec': 1.5.0
4403
+ '@jridgewell/trace-mapping': 0.3.25
4404
+
4405
+ '@jridgewell/resolve-uri@3.1.2': {}
4406
+
4407
+ '@jridgewell/set-array@1.2.1': {}
4408
+
4409
+ '@jridgewell/sourcemap-codec@1.5.0': {}
4410
+
4411
+ '@jridgewell/trace-mapping@0.3.25':
4412
+ dependencies:
4413
+ '@jridgewell/resolve-uri': 3.1.2
4414
+ '@jridgewell/sourcemap-codec': 1.5.0
4415
+
4416
+ '@noble/hashes@1.8.0': {}
4417
+
4418
+ '@nodelib/fs.scandir@2.1.5':
4419
+ dependencies:
4420
+ '@nodelib/fs.stat': 2.0.5
4421
+ run-parallel: 1.2.0
4422
+
4423
+ '@nodelib/fs.stat@2.0.5': {}
4424
+
4425
+ '@nodelib/fs.walk@1.2.8':
4426
+ dependencies:
4427
+ '@nodelib/fs.scandir': 2.1.5
4428
+ fastq: 1.19.1
4429
+
4430
+ '@opentelemetry/api-logs@0.57.2':
4431
+ dependencies:
4432
+ '@opentelemetry/api': 1.9.0
4433
+
4434
+ '@opentelemetry/api@1.9.0': {}
4435
+
4436
+ '@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0)':
4437
+ dependencies:
4438
+ '@opentelemetry/api': 1.9.0
4439
+
4440
+ '@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0)':
4441
+ dependencies:
4442
+ '@opentelemetry/api': 1.9.0
4443
+ '@opentelemetry/semantic-conventions': 1.28.0
4444
+
4445
+ '@opentelemetry/instrumentation-amqplib@0.46.1(@opentelemetry/api@1.9.0)':
4446
+ dependencies:
4447
+ '@opentelemetry/api': 1.9.0
4448
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4449
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4450
+ '@opentelemetry/semantic-conventions': 1.34.0
4451
+ transitivePeerDependencies:
4452
+ - supports-color
4453
+
4454
+ '@opentelemetry/instrumentation-connect@0.43.1(@opentelemetry/api@1.9.0)':
4455
+ dependencies:
4456
+ '@opentelemetry/api': 1.9.0
4457
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4458
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4459
+ '@opentelemetry/semantic-conventions': 1.34.0
4460
+ '@types/connect': 3.4.38
4461
+ transitivePeerDependencies:
4462
+ - supports-color
4463
+
4464
+ '@opentelemetry/instrumentation-dataloader@0.16.1(@opentelemetry/api@1.9.0)':
4465
+ dependencies:
4466
+ '@opentelemetry/api': 1.9.0
4467
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4468
+ transitivePeerDependencies:
4469
+ - supports-color
4470
+
4471
+ '@opentelemetry/instrumentation-express@0.47.1(@opentelemetry/api@1.9.0)':
4472
+ dependencies:
4473
+ '@opentelemetry/api': 1.9.0
4474
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4475
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4476
+ '@opentelemetry/semantic-conventions': 1.34.0
4477
+ transitivePeerDependencies:
4478
+ - supports-color
4479
+
4480
+ '@opentelemetry/instrumentation-fs@0.19.1(@opentelemetry/api@1.9.0)':
4481
+ dependencies:
4482
+ '@opentelemetry/api': 1.9.0
4483
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4484
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4485
+ transitivePeerDependencies:
4486
+ - supports-color
4487
+
4488
+ '@opentelemetry/instrumentation-generic-pool@0.43.1(@opentelemetry/api@1.9.0)':
4489
+ dependencies:
4490
+ '@opentelemetry/api': 1.9.0
4491
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4492
+ transitivePeerDependencies:
4493
+ - supports-color
4494
+
4495
+ '@opentelemetry/instrumentation-graphql@0.47.1(@opentelemetry/api@1.9.0)':
4496
+ dependencies:
4497
+ '@opentelemetry/api': 1.9.0
4498
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4499
+ transitivePeerDependencies:
4500
+ - supports-color
4501
+
4502
+ '@opentelemetry/instrumentation-hapi@0.45.2(@opentelemetry/api@1.9.0)':
4503
+ dependencies:
4504
+ '@opentelemetry/api': 1.9.0
4505
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4506
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4507
+ '@opentelemetry/semantic-conventions': 1.34.0
4508
+ transitivePeerDependencies:
4509
+ - supports-color
4510
+
4511
+ '@opentelemetry/instrumentation-http@0.57.2(@opentelemetry/api@1.9.0)':
4512
+ dependencies:
4513
+ '@opentelemetry/api': 1.9.0
4514
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4515
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4516
+ '@opentelemetry/semantic-conventions': 1.28.0
4517
+ forwarded-parse: 2.1.2
4518
+ semver: 7.7.2
4519
+ transitivePeerDependencies:
4520
+ - supports-color
4521
+
4522
+ '@opentelemetry/instrumentation-ioredis@0.47.1(@opentelemetry/api@1.9.0)':
4523
+ dependencies:
4524
+ '@opentelemetry/api': 1.9.0
4525
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4526
+ '@opentelemetry/redis-common': 0.36.2
4527
+ '@opentelemetry/semantic-conventions': 1.34.0
4528
+ transitivePeerDependencies:
4529
+ - supports-color
4530
+
4531
+ '@opentelemetry/instrumentation-kafkajs@0.7.1(@opentelemetry/api@1.9.0)':
4532
+ dependencies:
4533
+ '@opentelemetry/api': 1.9.0
4534
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4535
+ '@opentelemetry/semantic-conventions': 1.34.0
4536
+ transitivePeerDependencies:
4537
+ - supports-color
4538
+
4539
+ '@opentelemetry/instrumentation-knex@0.44.1(@opentelemetry/api@1.9.0)':
4540
+ dependencies:
4541
+ '@opentelemetry/api': 1.9.0
4542
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4543
+ '@opentelemetry/semantic-conventions': 1.34.0
4544
+ transitivePeerDependencies:
4545
+ - supports-color
4546
+
4547
+ '@opentelemetry/instrumentation-koa@0.47.1(@opentelemetry/api@1.9.0)':
4548
  dependencies:
4549
+ '@opentelemetry/api': 1.9.0
4550
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4551
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4552
+ '@opentelemetry/semantic-conventions': 1.34.0
4553
+ transitivePeerDependencies:
4554
+ - supports-color
4555
 
4556
+ '@opentelemetry/instrumentation-lru-memoizer@0.44.1(@opentelemetry/api@1.9.0)':
4557
+ dependencies:
4558
+ '@opentelemetry/api': 1.9.0
4559
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4560
+ transitivePeerDependencies:
4561
+ - supports-color
4562
 
4563
+ '@opentelemetry/instrumentation-mongodb@0.52.0(@opentelemetry/api@1.9.0)':
4564
+ dependencies:
4565
+ '@opentelemetry/api': 1.9.0
4566
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4567
+ '@opentelemetry/semantic-conventions': 1.34.0
4568
+ transitivePeerDependencies:
4569
+ - supports-color
4570
 
4571
+ '@opentelemetry/instrumentation-mongoose@0.46.1(@opentelemetry/api@1.9.0)':
4572
+ dependencies:
4573
+ '@opentelemetry/api': 1.9.0
4574
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4575
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4576
+ '@opentelemetry/semantic-conventions': 1.34.0
4577
+ transitivePeerDependencies:
4578
+ - supports-color
4579
 
4580
+ '@opentelemetry/instrumentation-mysql2@0.45.2(@opentelemetry/api@1.9.0)':
4581
  dependencies:
4582
+ '@opentelemetry/api': 1.9.0
4583
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4584
+ '@opentelemetry/semantic-conventions': 1.34.0
4585
+ '@opentelemetry/sql-common': 0.40.1(@opentelemetry/api@1.9.0)
4586
+ transitivePeerDependencies:
4587
+ - supports-color
4588
 
4589
+ '@opentelemetry/instrumentation-mysql@0.45.1(@opentelemetry/api@1.9.0)':
4590
  dependencies:
4591
+ '@opentelemetry/api': 1.9.0
4592
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4593
+ '@opentelemetry/semantic-conventions': 1.34.0
4594
+ '@types/mysql': 2.15.26
4595
+ transitivePeerDependencies:
4596
+ - supports-color
4597
 
4598
+ '@opentelemetry/instrumentation-pg@0.51.1(@opentelemetry/api@1.9.0)':
4599
  dependencies:
4600
+ '@opentelemetry/api': 1.9.0
4601
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4602
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4603
+ '@opentelemetry/semantic-conventions': 1.34.0
4604
+ '@opentelemetry/sql-common': 0.40.1(@opentelemetry/api@1.9.0)
4605
+ '@types/pg': 8.6.1
4606
+ '@types/pg-pool': 2.0.6
4607
+ transitivePeerDependencies:
4608
+ - supports-color
4609
 
4610
+ '@opentelemetry/instrumentation-redis-4@0.46.1(@opentelemetry/api@1.9.0)':
4611
+ dependencies:
4612
+ '@opentelemetry/api': 1.9.0
4613
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4614
+ '@opentelemetry/redis-common': 0.36.2
4615
+ '@opentelemetry/semantic-conventions': 1.34.0
4616
+ transitivePeerDependencies:
4617
+ - supports-color
4618
 
4619
+ '@opentelemetry/instrumentation-tedious@0.18.1(@opentelemetry/api@1.9.0)':
4620
+ dependencies:
4621
+ '@opentelemetry/api': 1.9.0
4622
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4623
+ '@opentelemetry/semantic-conventions': 1.34.0
4624
+ '@types/tedious': 4.0.14
4625
+ transitivePeerDependencies:
4626
+ - supports-color
4627
 
4628
+ '@opentelemetry/instrumentation-undici@0.10.1(@opentelemetry/api@1.9.0)':
4629
+ dependencies:
4630
+ '@opentelemetry/api': 1.9.0
4631
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4632
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4633
+ transitivePeerDependencies:
4634
+ - supports-color
4635
 
4636
+ '@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0)':
4637
  dependencies:
4638
+ '@opentelemetry/api': 1.9.0
4639
+ '@opentelemetry/api-logs': 0.57.2
4640
+ '@types/shimmer': 1.2.0
4641
+ import-in-the-middle: 1.14.2
4642
+ require-in-the-middle: 7.5.2
4643
+ semver: 7.7.2
4644
+ shimmer: 1.2.1
4645
+ transitivePeerDependencies:
4646
+ - supports-color
4647
 
4648
+ '@opentelemetry/redis-common@0.36.2': {}
4649
 
4650
+ '@opentelemetry/resources@1.30.1(@opentelemetry/api@1.9.0)':
4651
  dependencies:
4652
+ '@opentelemetry/api': 1.9.0
4653
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4654
+ '@opentelemetry/semantic-conventions': 1.28.0
4655
 
4656
+ '@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0)':
4657
+ dependencies:
4658
+ '@opentelemetry/api': 1.9.0
4659
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4660
+ '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0)
4661
+ '@opentelemetry/semantic-conventions': 1.28.0
4662
 
4663
+ '@opentelemetry/semantic-conventions@1.28.0': {}
4664
+
4665
+ '@opentelemetry/semantic-conventions@1.34.0': {}
4666
+
4667
+ '@opentelemetry/sql-common@0.40.1(@opentelemetry/api@1.9.0)':
4668
  dependencies:
4669
+ '@opentelemetry/api': 1.9.0
4670
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4671
 
4672
  '@paralleldrive/cuid2@2.2.2':
4673
  dependencies:
 
4681
 
4682
  '@polka/url@1.0.0-next.28': {}
4683
 
4684
+ '@prisma/instrumentation@6.10.1(@opentelemetry/api@1.9.0)':
4685
+ dependencies:
4686
+ '@opentelemetry/api': 1.9.0
4687
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4688
+ transitivePeerDependencies:
4689
+ - supports-color
4690
+
4691
  '@protobufjs/aspromise@1.1.2': {}
4692
 
4693
  '@protobufjs/base64@1.1.2': {}
 
4836
 
4837
  '@samchon/openapi@3.0.0': {}
4838
 
4839
+ '@sentry-internal/browser-utils@9.34.0':
4840
+ dependencies:
4841
+ '@sentry/core': 9.34.0
4842
+
4843
+ '@sentry-internal/feedback@9.34.0':
4844
+ dependencies:
4845
+ '@sentry/core': 9.34.0
4846
+
4847
+ '@sentry-internal/replay-canvas@9.34.0':
4848
+ dependencies:
4849
+ '@sentry-internal/replay': 9.34.0
4850
+ '@sentry/core': 9.34.0
4851
+
4852
+ '@sentry-internal/replay@9.34.0':
4853
+ dependencies:
4854
+ '@sentry-internal/browser-utils': 9.34.0
4855
+ '@sentry/core': 9.34.0
4856
+
4857
+ '@sentry/babel-plugin-component-annotate@3.5.0': {}
4858
+
4859
+ '@sentry/browser@9.34.0':
4860
+ dependencies:
4861
+ '@sentry-internal/browser-utils': 9.34.0
4862
+ '@sentry-internal/feedback': 9.34.0
4863
+ '@sentry-internal/replay': 9.34.0
4864
+ '@sentry-internal/replay-canvas': 9.34.0
4865
+ '@sentry/core': 9.34.0
4866
+
4867
+ '@sentry/bundler-plugin-core@3.5.0':
4868
+ dependencies:
4869
+ '@babel/core': 7.27.7
4870
+ '@sentry/babel-plugin-component-annotate': 3.5.0
4871
+ '@sentry/cli': 2.42.2
4872
+ dotenv: 16.5.0
4873
+ find-up: 5.0.0
4874
+ glob: 9.3.5
4875
+ magic-string: 0.30.8
4876
+ unplugin: 1.0.1
4877
+ transitivePeerDependencies:
4878
+ - encoding
4879
+ - supports-color
4880
+
4881
+ '@sentry/cli-darwin@2.42.2':
4882
+ optional: true
4883
+
4884
+ '@sentry/cli-linux-arm64@2.42.2':
4885
+ optional: true
4886
+
4887
+ '@sentry/cli-linux-arm@2.42.2':
4888
+ optional: true
4889
+
4890
+ '@sentry/cli-linux-i686@2.42.2':
4891
+ optional: true
4892
+
4893
+ '@sentry/cli-linux-x64@2.42.2':
4894
+ optional: true
4895
+
4896
+ '@sentry/cli-win32-i686@2.42.2':
4897
+ optional: true
4898
+
4899
+ '@sentry/cli-win32-x64@2.42.2':
4900
+ optional: true
4901
+
4902
+ '@sentry/cli@2.42.2':
4903
+ dependencies:
4904
+ https-proxy-agent: 5.0.1
4905
+ node-fetch: 2.7.0
4906
+ progress: 2.0.3
4907
+ proxy-from-env: 1.1.0
4908
+ which: 2.0.2
4909
+ optionalDependencies:
4910
+ '@sentry/cli-darwin': 2.42.2
4911
+ '@sentry/cli-linux-arm': 2.42.2
4912
+ '@sentry/cli-linux-arm64': 2.42.2
4913
+ '@sentry/cli-linux-i686': 2.42.2
4914
+ '@sentry/cli-linux-x64': 2.42.2
4915
+ '@sentry/cli-win32-i686': 2.42.2
4916
+ '@sentry/cli-win32-x64': 2.42.2
4917
+ transitivePeerDependencies:
4918
+ - encoding
4919
+ - supports-color
4920
+
4921
+ '@sentry/cloudflare@9.34.0':
4922
+ dependencies:
4923
+ '@opentelemetry/api': 1.9.0
4924
+ '@sentry/core': 9.34.0
4925
+
4926
+ '@sentry/core@9.34.0': {}
4927
+
4928
+ '@sentry/node@9.34.0':
4929
+ dependencies:
4930
+ '@opentelemetry/api': 1.9.0
4931
+ '@opentelemetry/context-async-hooks': 1.30.1(@opentelemetry/api@1.9.0)
4932
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4933
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4934
+ '@opentelemetry/instrumentation-amqplib': 0.46.1(@opentelemetry/api@1.9.0)
4935
+ '@opentelemetry/instrumentation-connect': 0.43.1(@opentelemetry/api@1.9.0)
4936
+ '@opentelemetry/instrumentation-dataloader': 0.16.1(@opentelemetry/api@1.9.0)
4937
+ '@opentelemetry/instrumentation-express': 0.47.1(@opentelemetry/api@1.9.0)
4938
+ '@opentelemetry/instrumentation-fs': 0.19.1(@opentelemetry/api@1.9.0)
4939
+ '@opentelemetry/instrumentation-generic-pool': 0.43.1(@opentelemetry/api@1.9.0)
4940
+ '@opentelemetry/instrumentation-graphql': 0.47.1(@opentelemetry/api@1.9.0)
4941
+ '@opentelemetry/instrumentation-hapi': 0.45.2(@opentelemetry/api@1.9.0)
4942
+ '@opentelemetry/instrumentation-http': 0.57.2(@opentelemetry/api@1.9.0)
4943
+ '@opentelemetry/instrumentation-ioredis': 0.47.1(@opentelemetry/api@1.9.0)
4944
+ '@opentelemetry/instrumentation-kafkajs': 0.7.1(@opentelemetry/api@1.9.0)
4945
+ '@opentelemetry/instrumentation-knex': 0.44.1(@opentelemetry/api@1.9.0)
4946
+ '@opentelemetry/instrumentation-koa': 0.47.1(@opentelemetry/api@1.9.0)
4947
+ '@opentelemetry/instrumentation-lru-memoizer': 0.44.1(@opentelemetry/api@1.9.0)
4948
+ '@opentelemetry/instrumentation-mongodb': 0.52.0(@opentelemetry/api@1.9.0)
4949
+ '@opentelemetry/instrumentation-mongoose': 0.46.1(@opentelemetry/api@1.9.0)
4950
+ '@opentelemetry/instrumentation-mysql': 0.45.1(@opentelemetry/api@1.9.0)
4951
+ '@opentelemetry/instrumentation-mysql2': 0.45.2(@opentelemetry/api@1.9.0)
4952
+ '@opentelemetry/instrumentation-pg': 0.51.1(@opentelemetry/api@1.9.0)
4953
+ '@opentelemetry/instrumentation-redis-4': 0.46.1(@opentelemetry/api@1.9.0)
4954
+ '@opentelemetry/instrumentation-tedious': 0.18.1(@opentelemetry/api@1.9.0)
4955
+ '@opentelemetry/instrumentation-undici': 0.10.1(@opentelemetry/api@1.9.0)
4956
+ '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0)
4957
+ '@opentelemetry/sdk-trace-base': 1.30.1(@opentelemetry/api@1.9.0)
4958
+ '@opentelemetry/semantic-conventions': 1.34.0
4959
+ '@prisma/instrumentation': 6.10.1(@opentelemetry/api@1.9.0)
4960
+ '@sentry/core': 9.34.0
4961
+ '@sentry/opentelemetry': 9.34.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.34.0)
4962
+ import-in-the-middle: 1.14.2
4963
+ minimatch: 9.0.5
4964
+ transitivePeerDependencies:
4965
+ - supports-color
4966
+
4967
+ '@sentry/opentelemetry@9.34.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.34.0)':
4968
+ dependencies:
4969
+ '@opentelemetry/api': 1.9.0
4970
+ '@opentelemetry/context-async-hooks': 1.30.1(@opentelemetry/api@1.9.0)
4971
+ '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0)
4972
+ '@opentelemetry/instrumentation': 0.57.2(@opentelemetry/api@1.9.0)
4973
+ '@opentelemetry/sdk-trace-base': 1.30.1(@opentelemetry/api@1.9.0)
4974
+ '@opentelemetry/semantic-conventions': 1.34.0
4975
+ '@sentry/core': 9.34.0
4976
+
4977
+ '@sentry/svelte@9.34.0(svelte@5.34.3)':
4978
+ dependencies:
4979
+ '@sentry/browser': 9.34.0
4980
+ '@sentry/core': 9.34.0
4981
+ magic-string: 0.30.17
4982
+ svelte: 5.34.3
4983
+
4984
+ '@sentry/sveltekit@9.34.0(@sveltejs/kit@2.18.0(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.34.3)(vite@5.4.14(@types/node@22.14.1)(lightningcss@1.29.1)))(svelte@5.34.3)(vite@5.4.14(@types/node@22.14.1)(lightningcss@1.29.1)))(svelte@5.34.3)(vite@5.4.14(@types/node@22.14.1)(lightningcss@1.29.1))':
4985
+ dependencies:
4986
+ '@babel/parser': 7.26.9
4987
+ '@sentry/cloudflare': 9.34.0
4988
+ '@sentry/core': 9.34.0
4989
+ '@sentry/node': 9.34.0
4990
+ '@sentry/svelte': 9.34.0(svelte@5.34.3)
4991
+ '@sentry/vite-plugin': 3.5.0
4992
+ '@sveltejs/kit': 2.18.0(@sveltejs/vite-plugin-svelte@4.0.4(svelte@5.34.3)(vite@5.4.14(@types/node@22.14.1)(lightningcss@1.29.1)))(svelte@5.34.3)(vite@5.4.14(@types/node@22.14.1)(lightningcss@1.29.1))
4993
+ magic-string: 0.30.7
4994
+ recast: 0.23.11
4995
+ sorcery: 1.0.0
4996
+ optionalDependencies:
4997
+ vite: 5.4.14(@types/node@22.14.1)(lightningcss@1.29.1)
4998
+ transitivePeerDependencies:
4999
+ - '@cloudflare/workers-types'
5000
+ - encoding
5001
+ - supports-color
5002
+ - svelte
5003
+
5004
+ '@sentry/vite-plugin@3.5.0':
5005
+ dependencies:
5006
+ '@sentry/bundler-plugin-core': 3.5.0
5007
+ unplugin: 1.0.1
5008
+ transitivePeerDependencies:
5009
+ - encoding
5010
+ - supports-color
5011
+
5012
  '@shikijs/core@3.4.0':
5013
  dependencies:
5014
  '@shikijs/types': 3.4.0
 
5201
 
5202
  '@types/aria-query@5.0.4': {}
5203
 
5204
+ '@types/connect@3.4.38':
5205
+ dependencies:
5206
+ '@types/node': 22.14.1
5207
+
5208
  '@types/cookie@0.6.0': {}
5209
 
5210
  '@types/estree@1.0.6': {}
 
5219
  dependencies:
5220
  '@types/unist': 3.0.3
5221
 
5222
+ '@types/mysql@2.15.26':
5223
+ dependencies:
5224
+ '@types/node': 22.14.1
5225
+
5226
  '@types/node-fetch@2.6.12':
5227
  dependencies:
5228
  '@types/node': 22.14.1
 
5236
  dependencies:
5237
  undici-types: 6.21.0
5238
 
5239
+ '@types/pg-pool@2.0.6':
5240
+ dependencies:
5241
+ '@types/pg': 8.6.1
5242
+
5243
+ '@types/pg@8.6.1':
5244
+ dependencies:
5245
+ '@types/node': 22.14.1
5246
+ pg-protocol: 1.10.3
5247
+ pg-types: 2.2.0
5248
+
5249
  '@types/resolve@1.20.2': {}
5250
 
5251
+ '@types/shimmer@1.2.0': {}
5252
+
5253
+ '@types/tedious@4.0.14':
5254
+ dependencies:
5255
+ '@types/node': 22.14.1
5256
+
5257
  '@types/unist@3.0.3': {}
5258
 
5259
  '@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.22.0(jiti@2.4.2))(typescript@5.8.2)':
 
5398
  dependencies:
5399
  event-target-shim: 5.0.1
5400
 
5401
+ acorn-import-attributes@1.9.5(acorn@8.14.0):
5402
+ dependencies:
5403
+ acorn: 8.14.0
5404
+
5405
  acorn-jsx@5.3.2(acorn@8.14.0):
5406
  dependencies:
5407
  acorn: 8.14.0
5408
 
5409
  acorn@8.14.0: {}
5410
 
5411
+ agent-base@6.0.2:
5412
+ dependencies:
5413
+ debug: 4.4.0
5414
+ transitivePeerDependencies:
5415
+ - supports-color
5416
+
5417
  agent-base@7.1.3: {}
5418
 
5419
  agentkeepalive@4.6.0:
 
5439
 
5440
  ansi-styles@5.2.0: {}
5441
 
5442
+ anymatch@3.1.3:
5443
+ dependencies:
5444
+ normalize-path: 3.0.0
5445
+ picomatch: 2.3.1
5446
+
5447
  argparse@2.0.1: {}
5448
 
5449
  aria-query@5.3.0:
 
5456
 
5457
  assertion-error@2.0.1: {}
5458
 
5459
+ ast-types@0.16.1:
5460
+ dependencies:
5461
+ tslib: 2.8.1
5462
+
5463
  asynckit@0.4.0: {}
5464
 
5465
  axe-core@4.9.1: {}
 
5470
 
5471
  base64-js@1.5.1: {}
5472
 
5473
+ binary-extensions@2.3.0: {}
5474
+
5475
  bl@4.1.0:
5476
  dependencies:
5477
  buffer: 5.7.1
 
5493
  dependencies:
5494
  fill-range: 7.1.1
5495
 
5496
+ browserslist@4.25.1:
5497
+ dependencies:
5498
+ caniuse-lite: 1.0.30001726
5499
+ electron-to-chromium: 1.5.178
5500
+ node-releases: 2.0.19
5501
+ update-browserslist-db: 1.1.3(browserslist@4.25.1)
5502
+
5503
  buffer@5.7.1:
5504
  dependencies:
5505
  base64-js: 1.5.1
 
5514
 
5515
  callsites@3.1.0: {}
5516
 
5517
+ caniuse-lite@1.0.30001726: {}
5518
+
5519
  ccount@2.0.1: {}
5520
 
5521
  chai@5.2.0:
 
5544
 
5545
  check-error@2.1.1: {}
5546
 
5547
+ chokidar@3.6.0:
5548
+ dependencies:
5549
+ anymatch: 3.1.3
5550
+ braces: 3.0.3
5551
+ glob-parent: 5.1.2
5552
+ is-binary-path: 2.1.0
5553
+ is-glob: 4.0.3
5554
+ normalize-path: 3.0.0
5555
+ readdirp: 3.6.0
5556
+ optionalDependencies:
5557
+ fsevents: 2.3.3
5558
+
5559
  chokidar@4.0.3:
5560
  dependencies:
5561
  readdirp: 4.1.2
5562
 
5563
  chownr@3.0.0: {}
5564
 
5565
+ cjs-module-lexer@1.4.3: {}
5566
+
5567
  cli-cursor@3.1.0:
5568
  dependencies:
5569
  restore-cursor: 3.1.0
 
5620
 
5621
  consola@3.4.0: {}
5622
 
5623
+ convert-source-map@2.0.0: {}
5624
+
5625
  cookie@0.6.0: {}
5626
 
5627
  core-util-is@1.0.3: {}
 
5710
  es-errors: 1.3.0
5711
  gopd: 1.2.0
5712
 
5713
+ electron-to-chromium@1.5.178: {}
5714
+
5715
  emoji-regex@8.0.0: {}
5716
 
5717
  enhanced-resolve@5.18.1:
 
5794
  '@esbuild/win32-ia32': 0.25.1
5795
  '@esbuild/win32-x64': 0.25.1
5796
 
5797
+ escalade@3.2.0: {}
5798
+
5799
  escape-string-regexp@1.0.5: {}
5800
 
5801
  escape-string-regexp@4.0.0: {}
 
6005
  node-domexception: 1.0.0
6006
  web-streams-polyfill: 4.0.0-beta.3
6007
 
6008
+ forwarded-parse@2.1.2: {}
6009
+
6010
+ fs.realpath@1.0.0: {}
6011
+
6012
  fsevents@2.3.2:
6013
  optional: true
6014
 
 
6017
 
6018
  function-bind@1.1.2: {}
6019
 
6020
+ gensync@1.0.0-beta.2: {}
6021
+
6022
  get-intrinsic@1.3.0:
6023
  dependencies:
6024
  call-bind-apply-helpers: 1.0.2
 
6045
  dependencies:
6046
  is-glob: 4.0.3
6047
 
6048
+ glob@9.3.5:
6049
+ dependencies:
6050
+ fs.realpath: 1.0.0
6051
+ minimatch: 8.0.4
6052
+ minipass: 4.2.8
6053
+ path-scurry: 1.11.1
6054
+
6055
  global-agent@3.0.0:
6056
  dependencies:
6057
  boolean: 3.2.0
 
6067
  kind-of: 6.0.3
6068
  which: 4.0.0
6069
 
6070
+ globals@11.12.0: {}
6071
+
6072
  globals@14.0.0: {}
6073
 
6074
  globals@15.15.0: {}
 
6080
  define-properties: 1.2.1
6081
  gopd: 1.2.0
6082
 
6083
+ globalyzer@0.1.0: {}
6084
+
6085
+ globrex@0.1.2: {}
6086
+
6087
  gopd@1.2.0: {}
6088
 
6089
  graceful-fs@4.2.11: {}
 
6143
  transitivePeerDependencies:
6144
  - supports-color
6145
 
6146
+ https-proxy-agent@5.0.1:
6147
+ dependencies:
6148
+ agent-base: 6.0.2
6149
+ debug: 4.4.0
6150
+ transitivePeerDependencies:
6151
+ - supports-color
6152
+
6153
  https-proxy-agent@7.0.6:
6154
  dependencies:
6155
  agent-base: 7.1.3
 
6178
  parent-module: 1.0.1
6179
  resolve-from: 4.0.0
6180
 
6181
+ import-in-the-middle@1.14.2:
6182
+ dependencies:
6183
+ acorn: 8.14.0
6184
+ acorn-import-attributes: 1.9.5(acorn@8.14.0)
6185
+ cjs-module-lexer: 1.4.3
6186
+ module-details-from-path: 1.0.4
6187
+
6188
  import-meta-resolve@4.1.0: {}
6189
 
6190
  imurmurhash@0.1.4: {}
 
6215
 
6216
  is-arrayish@0.3.2: {}
6217
 
6218
+ is-binary-path@2.1.0:
6219
+ dependencies:
6220
+ binary-extensions: 2.3.0
6221
+
6222
  is-core-module@2.16.1:
6223
  dependencies:
6224
  hasown: 2.0.2
 
6311
  - supports-color
6312
  - utf-8-validate
6313
 
6314
+ jsesc@3.1.0: {}
6315
+
6316
  json-buffer@3.0.1: {}
6317
 
6318
  json-schema-traverse@0.4.1: {}
 
6321
 
6322
  json-stringify-safe@5.0.1: {}
6323
 
6324
+ json5@2.2.3: {}
6325
+
6326
  keyv@4.5.4:
6327
  dependencies:
6328
  json-buffer: 3.0.1
 
6418
 
6419
  lru-cache@10.4.3: {}
6420
 
6421
+ lru-cache@5.1.1:
6422
+ dependencies:
6423
+ yallist: 3.1.1
6424
+
6425
  lz-string@1.5.0: {}
6426
 
6427
  magic-string@0.30.17:
6428
  dependencies:
6429
  '@jridgewell/sourcemap-codec': 1.5.0
6430
 
6431
+ magic-string@0.30.7:
6432
+ dependencies:
6433
+ '@jridgewell/sourcemap-codec': 1.5.0
6434
+
6435
+ magic-string@0.30.8:
6436
+ dependencies:
6437
+ '@jridgewell/sourcemap-codec': 1.5.0
6438
+
6439
  matcher@3.0.0:
6440
  dependencies:
6441
  escape-string-regexp: 4.0.0
 
6501
  dependencies:
6502
  brace-expansion: 1.1.11
6503
 
6504
+ minimatch@8.0.4:
6505
+ dependencies:
6506
+ brace-expansion: 2.0.1
6507
+
6508
  minimatch@9.0.5:
6509
  dependencies:
6510
  brace-expansion: 2.0.1
6511
 
6512
  minimist@1.2.8: {}
6513
 
6514
+ minipass@4.2.8: {}
6515
+
6516
  minipass@7.1.2: {}
6517
 
6518
  minizlib@3.0.2:
 
6528
  pkg-types: 1.3.1
6529
  ufo: 1.5.4
6530
 
6531
+ module-details-from-path@1.0.4: {}
6532
+
6533
  mri@1.2.0: {}
6534
 
6535
  mrmime@2.0.1: {}
 
6550
  dependencies:
6551
  whatwg-url: 5.0.0
6552
 
6553
+ node-releases@2.0.19: {}
6554
+
6555
+ normalize-path@3.0.0: {}
6556
+
6557
  nwsapi@2.2.20: {}
6558
 
6559
  object-keys@1.1.1: {}
 
6662
 
6663
  path-parse@1.0.7: {}
6664
 
6665
+ path-scurry@1.11.1:
6666
+ dependencies:
6667
+ lru-cache: 10.4.3
6668
+ minipass: 7.1.2
6669
+
6670
  pathe@1.1.2: {}
6671
 
6672
  pathe@2.0.3: {}
6673
 
6674
  pathval@2.0.0: {}
6675
 
6676
+ pg-int8@1.0.1: {}
6677
+
6678
+ pg-protocol@1.10.3: {}
6679
+
6680
+ pg-types@2.2.0:
6681
+ dependencies:
6682
+ pg-int8: 1.0.1
6683
+ postgres-array: 2.0.0
6684
+ postgres-bytea: 1.0.0
6685
+ postgres-date: 1.0.7
6686
+ postgres-interval: 1.2.0
6687
+
6688
  picocolors@1.1.1: {}
6689
 
6690
  picomatch@2.3.1: {}
 
6743
  picocolors: 1.1.1
6744
  source-map-js: 1.2.1
6745
 
6746
+ postgres-array@2.0.0: {}
6747
+
6748
+ postgres-bytea@1.0.0: {}
6749
+
6750
+ postgres-date@1.0.7: {}
6751
+
6752
+ postgres-interval@1.2.0:
6753
+ dependencies:
6754
+ xtend: 4.0.2
6755
+
6756
  prelude-ls@1.2.1: {}
6757
 
6758
  prettier-linter-helpers@1.0.0:
 
6784
  ansi-styles: 5.2.0
6785
  react-is: 18.3.1
6786
 
6787
+ progress@2.0.3: {}
6788
+
6789
  property-information@7.0.0: {}
6790
 
6791
  protobufjs@7.4.0:
 
6803
  '@types/node': 22.14.1
6804
  long: 5.3.1
6805
 
6806
+ proxy-from-env@1.1.0: {}
6807
+
6808
  punycode@2.3.1: {}
6809
 
6810
  quansync@0.2.8: {}
 
6826
  string_decoder: 1.3.0
6827
  util-deprecate: 1.0.2
6828
 
6829
+ readdirp@3.6.0:
6830
+ dependencies:
6831
+ picomatch: 2.3.1
6832
+
6833
  readdirp@4.1.2: {}
6834
 
6835
+ recast@0.23.11:
6836
+ dependencies:
6837
+ ast-types: 0.16.1
6838
+ esprima: 4.0.1
6839
+ source-map: 0.6.1
6840
+ tiny-invariant: 1.3.3
6841
+ tslib: 2.8.1
6842
+
6843
  redent@3.0.0:
6844
  dependencies:
6845
  indent-string: 4.0.0
 
6866
 
6867
  repeat-string@1.6.1: {}
6868
 
6869
+ require-in-the-middle@7.5.2:
6870
+ dependencies:
6871
+ debug: 4.4.0
6872
+ module-details-from-path: 1.0.4
6873
+ resolve: 1.22.10
6874
+ transitivePeerDependencies:
6875
+ - supports-color
6876
+
6877
  resolve-from@4.0.0: {}
6878
 
6879
  resolve@1.22.10:
 
6961
 
6962
  semver-compare@1.0.0: {}
6963
 
6964
+ semver@6.3.1: {}
6965
+
6966
  semver@7.7.1: {}
6967
 
6968
  semver@7.7.2: {}
 
7018
  '@shikijs/vscode-textmate': 10.0.2
7019
  '@types/hast': 3.0.4
7020
 
7021
+ shimmer@1.2.1: {}
7022
+
7023
  siginfo@2.0.0: {}
7024
 
7025
  signal-exit@3.0.7: {}
 
7034
  mrmime: 2.0.1
7035
  totalist: 3.0.1
7036
 
7037
+ sorcery@1.0.0:
7038
+ dependencies:
7039
+ '@jridgewell/sourcemap-codec': 1.5.0
7040
+ minimist: 1.2.8
7041
+ tiny-glob: 0.2.9
7042
+
7043
  source-map-js@1.2.1: {}
7044
 
7045
+ source-map@0.6.1: {}
7046
+
7047
  space-separated-tokens@2.0.2: {}
7048
 
7049
  sprintf-js@1.1.3: {}
 
7147
 
7148
  through@2.3.8: {}
7149
 
7150
+ tiny-glob@0.2.9:
7151
+ dependencies:
7152
+ globalyzer: 0.1.0
7153
+ globrex: 0.1.2
7154
+
7155
+ tiny-invariant@1.3.3: {}
7156
+
7157
  tinybench@2.9.0: {}
7158
 
7159
  tinyexec@0.3.2: {}
 
7297
  transitivePeerDependencies:
7298
  - supports-color
7299
 
7300
+ unplugin@1.0.1:
7301
+ dependencies:
7302
+ acorn: 8.14.0
7303
+ chokidar: 3.6.0
7304
+ webpack-sources: 3.3.3
7305
+ webpack-virtual-modules: 0.5.0
7306
+
7307
  unplugin@1.16.1:
7308
  dependencies:
7309
  acorn: 8.14.0
 
7314
  acorn: 8.14.0
7315
  webpack-virtual-modules: 0.6.2
7316
 
7317
+ update-browserslist-db@1.1.3(browserslist@4.25.1):
7318
+ dependencies:
7319
+ browserslist: 4.25.1
7320
+ escalade: 3.2.0
7321
+ picocolors: 1.1.1
7322
+
7323
  uri-js@4.4.1:
7324
  dependencies:
7325
  punycode: 2.3.1
 
7440
 
7441
  webidl-conversions@7.0.0: {}
7442
 
7443
+ webpack-sources@3.3.3: {}
7444
+
7445
+ webpack-virtual-modules@0.5.0: {}
7446
+
7447
  webpack-virtual-modules@0.6.2: {}
7448
 
7449
  whatwg-encoding@3.1.1:
 
7489
 
7490
  xmlchars@2.2.0: {}
7491
 
7492
+ xtend@4.0.2: {}
7493
+
7494
+ yallist@3.1.1: {}
7495
+
7496
  yallist@5.0.0: {}
7497
 
7498
  yaml@1.10.2: {}
src/hooks.client.ts ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { PUBLIC_SENTRY_URL } from "$env/static/public";
2
+ import * as Sentry from "@sentry/sveltekit";
3
+ import type { HandleClientError } from "@sveltejs/kit";
4
+
5
+ Sentry.init({
6
+ dsn: PUBLIC_SENTRY_URL,
7
+ integrations: [],
8
+ });
9
+
10
+ const myErrorHandler: HandleClientError = ({ error, event }) => {
11
+ console.error("An error occurred on the client side:", error, event);
12
+ };
13
+
14
+ export const handleError = Sentry.handleErrorWithSentry(myErrorHandler);
15
+
16
+ // or alternatively, if you don't have a custom error handler:
17
+ // export const handleError = handleErrorWithSentry();
src/hooks.server.ts ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import { PUBLIC_SENTRY_URL } from "$env/static/public";
2
+ import * as Sentry from "@sentry/sveltekit";
3
+ import type { HandleServerError } from "@sveltejs/kit";
4
+
5
+ Sentry.init({
6
+ dsn: PUBLIC_SENTRY_URL,
7
+ });
8
+
9
+ const myErrorHandler: HandleServerError = ({ error, event }) => {
10
+ console.error("An error occurred on the server side:", error, event);
11
+ };
12
+
13
+ export const handleError = Sentry.handleErrorWithSentry(myErrorHandler);
14
+ // or alternatively, if you don't have a custom error handler:
15
+ // export const handleError = handleErrorWithSentry();
16
+
17
+ export const handle = Sentry.sentryHandle();
18
+ // Or use `sequence` if you're using your own handler(s):
19
+ // export const handle = sequence(Sentry.sentryHandle(), yourHandler());
src/lib/data/context_length.json CHANGED
@@ -6,15 +6,8 @@
6
  "DeepSeek-V3-0324": 32768,
7
  "E5-Mistral-7B-Instruct": 4096,
8
  "Llama-4-Maverick-17B-128E-Instruct": 131072,
9
- "Llama-4-Scout-17B-16E-Instruct": 8192,
10
- "Meta-Llama-3.1-405B-Instruct": 16384,
11
  "Meta-Llama-3.1-8B-Instruct": 16384,
12
- "Meta-Llama-3.2-1B-Instruct": 16384,
13
- "Meta-Llama-3.2-3B-Instruct": 4096,
14
  "Meta-Llama-3.3-70B-Instruct": 131072,
15
- "Meta-Llama-Guard-3-8B": 16384,
16
- "QwQ-32B": 16384,
17
- "Qwen2-Audio-7B-Instruct": 4096,
18
  "Qwen3-32B": 32768,
19
  "Whisper-Large-v3": 4096
20
  },
@@ -46,7 +39,7 @@
46
  "microsoft/phi-4": 16384,
47
  "deepseek-ai/DeepSeek-V3": 163840,
48
  "deepseek-ai/DeepSeek-R1": 163840,
49
- "deepseek-ai/DeepSeek-R1-0528": 163840,
50
  "NousResearch/Hermes-3-Llama-405B": 131072,
51
  "deepseek-ai/DeepSeek-R1-Distill-Llama-70B": 131072,
52
  "deepseek-ai/DeepSeek-R1-fast": 163840,
@@ -61,9 +54,11 @@
61
  "Qwen/Qwen3-4B-fast": 40960,
62
  "nvidia/Llama-3_3-Nemotron-Super-49B-v1": 131072,
63
  "mistralai/Mistral-Small-3.1-24B-Instruct-2503": 131072,
 
64
  "google/gemma-3-27b-it": 110000,
65
  "google/gemma-3-27b-it-fast": 110000,
66
  "Qwen/Qwen2.5-VL-72B-Instruct": 32000,
 
67
  "deepseek-ai/DeepSeek-V3-0324": 163840,
68
  "deepseek-ai/DeepSeek-V3-0324-fast": 163840,
69
  "black-forest-labs/flux-dev": 0,
@@ -71,14 +66,16 @@
71
  "stability-ai/sdxl": 0
72
  },
73
  "novita": {
74
- "deepseek/deepseek-r1-0528": 128000,
75
- "deepseek/deepseek-v3-0324": 128000,
76
- "minimaxai/minimax-m1-80k": 128000,
77
- "qwen/qwen3-235b-a22b-fp8": 40960,
78
  "qwen/qwen3-30b-a3b-fp8": 40960,
 
79
  "deepseek/deepseek-r1-0528-qwen3-8b": 128000,
80
  "qwen/qwen3-32b-fp8": 40960,
81
  "qwen/qwen2.5-vl-72b-instruct": 32768,
 
82
  "deepseek/deepseek-v3-turbo": 64000,
83
  "meta-llama/llama-4-maverick-17b-128e-instruct-fp8": 1048576,
84
  "google/gemma-3-27b-it": 32000,
@@ -104,6 +101,10 @@
104
  "cognitivecomputations/dolphin-mixtral-8x22b": 16000,
105
  "sophosympatheia/midnight-rose-70b": 4096,
106
  "sao10k/l3-8b-lunaris": 8192,
 
 
 
 
107
  "qwen/qwen3-8b-fp8": 128000,
108
  "qwen/qwen3-4b-fp8": 128000,
109
  "thudm/glm-4-9b-0414": 32000,
@@ -176,93 +177,94 @@
176
  "Alibaba-NLP/gte-modernbert-base": 8192,
177
  "meta-llama/LlamaGuard-2-8b": 8192,
178
  "cartesia/sonic-2": 0,
179
- "deepseek-ai/DeepSeek-R1": 163840,
180
  "meta-llama/Llama-3.3-70B-Instruct-Turbo": 131072,
 
181
  "togethercomputer/MoA-1": 32768,
182
  "meta-llama/Meta-Llama-3-70B-Instruct-Turbo": 8192,
 
 
183
  "meta-llama/Meta-Llama-Guard-3-8B": 8192,
 
184
  "deepseek-ai/DeepSeek-V3": 131072,
185
  "lgai/exaone-3-5-32b-instruct": 32768,
 
186
  "mistralai/Mixtral-8x7B-Instruct-v0.1": 32768,
187
  "meta-llama/Llama-Vision-Free": 131072,
188
  "meta-llama/Llama-3-8b-chat-hf": 8192,
189
  "mistralai/Mistral-7B-Instruct-v0.1": 32768,
190
- "BAAI/bge-base-en-v1.5-vllm": 512,
 
 
 
 
 
 
 
191
  "meta-llama/Llama-2-70b-hf": 4096,
192
  "togethercomputer/MoA-1-Turbo": 32768,
 
193
  "meta-llama/Meta-Llama-3-8B-Instruct-Lite": 8192,
194
  "black-forest-labs/FLUX.1-kontext-max": 0,
195
  "perplexity-ai/r1-1776": 163840,
 
196
  "mistralai/Mistral-7B-Instruct-v0.2": 32768,
197
  "deepseek-ai/DeepSeek-V3-p-dp": 131072,
198
- "arcee_ai/arcee-spotlight": 131072,
199
  "Qwen/Qwen2-72B-Instruct": 32768,
200
  "mistralai/Mistral-7B-Instruct-v0.3": 32768,
201
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": 32768,
202
  "meta-llama/Llama-3.2-11B-Vision-Instruct-Turbo": 131072,
203
  "meta-llama/Llama-Guard-3-11B-Vision-Turbo": 131072,
204
  "google/gemma-2-27b-it": 8192,
205
- "togethercomputer/Refuel-Llm-V2-Small": 8192,
206
  "Qwen/Qwen2-VL-72B-Instruct": 32768,
207
  "meta-llama/Llama-3.2-90B-Vision-Instruct-Turbo": 131072,
208
  "scb10x/scb10x-llama3-1-typhoon2-70b-instruct": 8192,
209
  "arcee-ai/maestro-reasoning": 131072,
210
- "togethercomputer/Refuel-Llm-V2": 16384,
211
- "meta-llama/Llama-4-Scout-17B-16E-Instruct": 1048576,
212
- "Salesforce/Llama-Rank-V1": 8192,
213
- "Qwen/Qwen2.5-Coder-32B-Instruct": 16384,
214
  "meta-llama/Llama-3.2-3B-Instruct-Turbo": 131072,
215
  "arcee-ai/virtuoso-medium-v2": 131072,
216
  "arcee-ai/coder-large": 32768,
217
  "meta-llama/Llama-Guard-4-12B": 1048576,
218
  "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B": 131072,
219
  "arcee-ai/virtuoso-large": 131072,
220
- "Qwen/Qwen2.5-VL-72B-Instruct": 32768,
221
- "Qwen/Qwen2.5-72B-Instruct-Turbo": 131072,
222
- "meta-llama/Llama-3-70b-chat-hf": 8192,
223
  "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B": 131072,
224
  "deepseek-ai/DeepSeek-R1-Distill-Llama-70B": 131072,
225
  "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF": 32768,
226
- "Qwen/QwQ-32B": 131072,
227
  "deepseek-ai/DeepSeek-R1-Distill-Llama-70B-free": 8192,
228
- "mistralai/Mistral-Small-24B-Instruct-2501": 32768,
229
  "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8": 1048576,
230
- "marin-community/marin-8b-instruct": 131072,
231
- "Qwen/Qwen2.5-7B-Instruct-Turbo": 32768,
232
- "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo": 131072,
233
  "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo": 130815,
234
- "scb10x/scb10x-typhoon-2-1-gemma3-12b": 8192,
235
- "Qwen/Qwen3-235B-A22B-fp8-tput": 40960,
236
- "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo": 131072,
237
  "arcee-ai/caller": 32768,
238
- "black-forest-labs/FLUX.1-kontext-pro": 0,
239
  "lgai/exaone-deep-32b": 32768,
 
 
240
  "arcee-ai/arcee-blitz": 32768,
241
- "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free": 131072
242
  },
243
  "fireworks-ai": {
 
 
 
 
 
244
  "accounts/fireworks/models/qwq-32b": 131072,
245
  "accounts/fireworks/models/llama4-maverick-instruct-basic": 1048576,
246
- "accounts/fireworks/models/qwen3-30b-a3b": 40000,
 
247
  "accounts/fireworks/models/deepseek-r1-basic": 163840,
248
- "accounts/fireworks/models/llama-guard-3-8b": 131072,
249
  "accounts/fireworks/models/qwen2p5-vl-32b-instruct": 128000,
250
- "accounts/fireworks/models/llama4-scout-instruct-basic": 1048576,
251
  "accounts/fireworks/models/qwen2-vl-72b-instruct": 32768,
252
- "accounts/fireworks/models/firesearch-ocr-v6": 131072,
253
- "accounts/fireworks/models/deepseek-r1-0528": 163840,
254
- "accounts/fireworks/models/deepseek-v3": 131072,
255
- "accounts/fireworks/models/llama-v3p1-8b-instruct": 131072,
256
  "accounts/fireworks/models/llama-v3p1-70b-instruct": 131072,
257
- "accounts/fireworks/models/deepseek-v3-0324": 163840,
258
  "accounts/fireworks/models/qwen3-235b-a22b": 128000,
259
  "accounts/fireworks/models/llama-v3p3-70b-instruct": 131072,
260
  "accounts/fireworks/models/deepseek-r1": 163840,
261
  "accounts/sentientfoundation/models/dobby-unhinged-llama-3-3-70b-new": 131072,
262
- "accounts/perplexity/models/r1-1776": 163840,
263
- "accounts/sentientfoundation-serverless/models/dobby-mini-unhinged-plus-llama-3-1-8b": 131072,
264
- "accounts/fireworks/models/llama-v3p1-405b-instruct": 131072,
265
- "accounts/fireworks/models/mixtral-8x22b-instruct": 65536,
266
- "accounts/fireworks/models/qwen2p5-72b-instruct": 32768
267
  }
268
  }
 
6
  "DeepSeek-V3-0324": 32768,
7
  "E5-Mistral-7B-Instruct": 4096,
8
  "Llama-4-Maverick-17B-128E-Instruct": 131072,
 
 
9
  "Meta-Llama-3.1-8B-Instruct": 16384,
 
 
10
  "Meta-Llama-3.3-70B-Instruct": 131072,
 
 
 
11
  "Qwen3-32B": 32768,
12
  "Whisper-Large-v3": 4096
13
  },
 
39
  "microsoft/phi-4": 16384,
40
  "deepseek-ai/DeepSeek-V3": 163840,
41
  "deepseek-ai/DeepSeek-R1": 163840,
42
+ "deepseek-ai/DeepSeek-R1-0528": 131072,
43
  "NousResearch/Hermes-3-Llama-405B": 131072,
44
  "deepseek-ai/DeepSeek-R1-Distill-Llama-70B": 131072,
45
  "deepseek-ai/DeepSeek-R1-fast": 163840,
 
54
  "Qwen/Qwen3-4B-fast": 40960,
55
  "nvidia/Llama-3_3-Nemotron-Super-49B-v1": 131072,
56
  "mistralai/Mistral-Small-3.1-24B-Instruct-2503": 131072,
57
+ "mistralai/Devstral-Small-2505": 128000,
58
  "google/gemma-3-27b-it": 110000,
59
  "google/gemma-3-27b-it-fast": 110000,
60
  "Qwen/Qwen2.5-VL-72B-Instruct": 32000,
61
+ "Qwen/Qwen3-Embedding-8B": 40960,
62
  "deepseek-ai/DeepSeek-V3-0324": 163840,
63
  "deepseek-ai/DeepSeek-V3-0324-fast": 163840,
64
  "black-forest-labs/flux-dev": 0,
 
66
  "stability-ai/sdxl": 0
67
  },
68
  "novita": {
69
+ "deepseek/deepseek-r1-0528": 163840,
70
+ "deepseek/deepseek-v3-0324": 163840,
71
+ "baidu/ernie-4.5-vl-424b-a47b": 123000,
72
+ "baidu/ernie-4.5-300b-a47b-paddle": 123000,
73
  "qwen/qwen3-30b-a3b-fp8": 40960,
74
+ "minimaxai/minimax-m1-80k": 128000,
75
  "deepseek/deepseek-r1-0528-qwen3-8b": 128000,
76
  "qwen/qwen3-32b-fp8": 40960,
77
  "qwen/qwen2.5-vl-72b-instruct": 32768,
78
+ "qwen/qwen3-235b-a22b-fp8": 40960,
79
  "deepseek/deepseek-v3-turbo": 64000,
80
  "meta-llama/llama-4-maverick-17b-128e-instruct-fp8": 1048576,
81
  "google/gemma-3-27b-it": 32000,
 
101
  "cognitivecomputations/dolphin-mixtral-8x22b": 16000,
102
  "sophosympatheia/midnight-rose-70b": 4096,
103
  "sao10k/l3-8b-lunaris": 8192,
104
+ "baidu/ernie-4.5-vl-28b-a3b": 30000,
105
+ "baidu/ernie-4.5-21B-a3b": 120000,
106
+ "baidu/ernie-4.5-0.3b": 120000,
107
+ "google/gemma-3-1b-it": 32768,
108
  "qwen/qwen3-8b-fp8": 128000,
109
  "qwen/qwen3-4b-fp8": 128000,
110
  "thudm/glm-4-9b-0414": 32000,
 
177
  "Alibaba-NLP/gte-modernbert-base": 8192,
178
  "meta-llama/LlamaGuard-2-8b": 8192,
179
  "cartesia/sonic-2": 0,
 
180
  "meta-llama/Llama-3.3-70B-Instruct-Turbo": 131072,
181
+ "Qwen/Qwen3-235B-A22B-fp8-tput": 40960,
182
  "togethercomputer/MoA-1": 32768,
183
  "meta-llama/Meta-Llama-3-70B-Instruct-Turbo": 8192,
184
+ "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo": 131072,
185
+ "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo": 131072,
186
  "meta-llama/Meta-Llama-Guard-3-8B": 8192,
187
+ "arcee-ai/AFM-4.5B-Preview": 65536,
188
  "deepseek-ai/DeepSeek-V3": 131072,
189
  "lgai/exaone-3-5-32b-instruct": 32768,
190
+ "deepseek-ai/DeepSeek-R1-0528-tput": 163840,
191
  "mistralai/Mixtral-8x7B-Instruct-v0.1": 32768,
192
  "meta-llama/Llama-Vision-Free": 131072,
193
  "meta-llama/Llama-3-8b-chat-hf": 8192,
194
  "mistralai/Mistral-7B-Instruct-v0.1": 32768,
195
+ "meta-llama/Llama-4-Scout-17B-16E-Instruct": 1048576,
196
+ "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free": 131072,
197
+ "arcee_ai/arcee-spotlight": 131072,
198
+ "Salesforce/Llama-Rank-V1": 8192,
199
+ "mistralai/Mistral-Small-24B-Instruct-2501": 32768,
200
+ "Qwen/Qwen2.5-72B-Instruct-Turbo": 131072,
201
+ "Qwen/Qwen2.5-7B-Instruct-Turbo": 32768,
202
+ "Qwen/QwQ-32B": 131072,
203
  "meta-llama/Llama-2-70b-hf": 4096,
204
  "togethercomputer/MoA-1-Turbo": 32768,
205
+ "Qwen/Qwen2.5-Coder-32B-Instruct": 16384,
206
  "meta-llama/Meta-Llama-3-8B-Instruct-Lite": 8192,
207
  "black-forest-labs/FLUX.1-kontext-max": 0,
208
  "perplexity-ai/r1-1776": 163840,
209
+ "meta-llama/Llama-3-70b-chat-hf": 8192,
210
  "mistralai/Mistral-7B-Instruct-v0.2": 32768,
211
  "deepseek-ai/DeepSeek-V3-p-dp": 131072,
 
212
  "Qwen/Qwen2-72B-Instruct": 32768,
213
  "mistralai/Mistral-7B-Instruct-v0.3": 32768,
214
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": 32768,
215
  "meta-llama/Llama-3.2-11B-Vision-Instruct-Turbo": 131072,
216
  "meta-llama/Llama-Guard-3-11B-Vision-Turbo": 131072,
217
  "google/gemma-2-27b-it": 8192,
 
218
  "Qwen/Qwen2-VL-72B-Instruct": 32768,
219
  "meta-llama/Llama-3.2-90B-Vision-Instruct-Turbo": 131072,
220
  "scb10x/scb10x-llama3-1-typhoon2-70b-instruct": 8192,
221
  "arcee-ai/maestro-reasoning": 131072,
 
 
 
 
222
  "meta-llama/Llama-3.2-3B-Instruct-Turbo": 131072,
223
  "arcee-ai/virtuoso-medium-v2": 131072,
224
  "arcee-ai/coder-large": 32768,
225
  "meta-llama/Llama-Guard-4-12B": 1048576,
226
  "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B": 131072,
227
  "arcee-ai/virtuoso-large": 131072,
 
 
 
228
  "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B": 131072,
229
  "deepseek-ai/DeepSeek-R1-Distill-Llama-70B": 131072,
230
  "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF": 32768,
 
231
  "deepseek-ai/DeepSeek-R1-Distill-Llama-70B-free": 8192,
 
232
  "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8": 1048576,
233
+ "togethercomputer/Refuel-Llm-V2-Small": 8192,
234
+ "togethercomputer/Refuel-Llm-V2": 16384,
235
+ "Qwen/Qwen2.5-VL-72B-Instruct": 32768,
236
  "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo": 130815,
237
+ "deepseek-ai/DeepSeek-R1": 163840,
238
+ "scb10x/scb10x-typhoon-2-1-gemma3-12b": 131072,
 
239
  "arcee-ai/caller": 32768,
 
240
  "lgai/exaone-deep-32b": 32768,
241
+ "black-forest-labs/FLUX.1-kontext-pro": 0,
242
+ "google/gemma-3n-E4B-it": 32768,
243
  "arcee-ai/arcee-blitz": 32768,
244
+ "marin-community/marin-8b-instruct": 4096
245
  },
246
  "fireworks-ai": {
247
+ "accounts/perplexity/models/r1-1776": 163840,
248
+ "accounts/fireworks/models/deepseek-r1-0528": 163840,
249
+ "accounts/fireworks/models/qwen3-30b-a3b": 40000,
250
+ "accounts/fireworks/models/llama-guard-3-8b": 131072,
251
+ "accounts/fireworks/models/llama4-scout-instruct-basic": 10485760,
252
  "accounts/fireworks/models/qwq-32b": 131072,
253
  "accounts/fireworks/models/llama4-maverick-instruct-basic": 1048576,
254
+ "accounts/fireworks/models/llama-v3p1-8b-instruct": 131072,
255
+ "accounts/fireworks/models/firesearch-ocr-v6": 8192,
256
  "accounts/fireworks/models/deepseek-r1-basic": 163840,
257
+ "accounts/fireworks/models/llama-v3p1-405b-instruct": 131072,
258
  "accounts/fireworks/models/qwen2p5-vl-32b-instruct": 128000,
 
259
  "accounts/fireworks/models/qwen2-vl-72b-instruct": 32768,
260
+ "accounts/fireworks/models/mixtral-8x22b-instruct": 65536,
261
+ "accounts/fireworks/models/qwen2p5-72b-instruct": 32768,
 
 
262
  "accounts/fireworks/models/llama-v3p1-70b-instruct": 131072,
 
263
  "accounts/fireworks/models/qwen3-235b-a22b": 128000,
264
  "accounts/fireworks/models/llama-v3p3-70b-instruct": 131072,
265
  "accounts/fireworks/models/deepseek-r1": 163840,
266
  "accounts/sentientfoundation/models/dobby-unhinged-llama-3-3-70b-new": 131072,
267
+ "accounts/fireworks/models/deepseek-v3": 131072,
268
+ "accounts/fireworks/models/deepseek-v3-0324": 163840
 
 
 
269
  }
270
  }
src/routes/sentry-example/+page.svelte ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ <script>
2
+ function throwTestError() {
3
+ throw new Error("Sentry Example Frontend Error");
4
+ }
5
+ </script>
6
+
7
+ <button type="button" onclick={throwTestError}>Throw error</button>