launchframe 0.2.6 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  {
2
- "name": "ai-website-clone-template",
3
- "version": "0.3.1",
2
+ "name": "shadcn-framework",
3
+ "version": "0.1.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
- "name": "ai-website-clone-template",
9
- "version": "0.3.1",
8
+ "name": "shadcn-framework",
9
+ "version": "0.1.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@base-ui/react": "^1.3.0",
@@ -64,9 +64,9 @@
64
64
  }
65
65
  },
66
66
  "node_modules/@babel/compat-data": {
67
- "version": "7.29.3",
68
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz",
69
- "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
67
+ "version": "7.29.0",
68
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
69
+ "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
70
70
  "license": "MIT",
71
71
  "engines": {
72
72
  "node": ">=6.9.0"
@@ -147,9 +147,9 @@
147
147
  }
148
148
  },
149
149
  "node_modules/@babel/helper-create-class-features-plugin": {
150
- "version": "7.29.3",
151
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.3.tgz",
152
- "integrity": "sha512-RpLYy2sb51oNLjuu1iD3bwBqCBWUzjO0ocp+iaCP/lJtb2CPLcnC2Fftw+4sAzaMELGeWTgExSKADbdo0GFVzA==",
150
+ "version": "7.28.6",
151
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
152
+ "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
153
153
  "license": "MIT",
154
154
  "dependencies": {
155
155
  "@babel/helper-annotate-as-pure": "^7.27.3",
@@ -157,7 +157,7 @@
157
157
  "@babel/helper-optimise-call-expression": "^7.27.1",
158
158
  "@babel/helper-replace-supers": "^7.28.6",
159
159
  "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
160
- "@babel/traverse": "^7.29.0",
160
+ "@babel/traverse": "^7.28.6",
161
161
  "semver": "^6.3.1"
162
162
  },
163
163
  "engines": {
@@ -311,9 +311,9 @@
311
311
  }
312
312
  },
313
313
  "node_modules/@babel/parser": {
314
- "version": "7.29.3",
315
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
316
- "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
314
+ "version": "7.29.2",
315
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
316
+ "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
317
317
  "license": "MIT",
318
318
  "dependencies": {
319
319
  "@babel/types": "^7.29.0"
@@ -464,15 +464,16 @@
464
464
  }
465
465
  },
466
466
  "node_modules/@base-ui/react": {
467
- "version": "1.4.1",
468
- "resolved": "https://registry.npmjs.org/@base-ui/react/-/react-1.4.1.tgz",
469
- "integrity": "sha512-Ab5/LIhcmL8BQcsBUYiOfkSDRdLpvgUBzMK30cu684JPcLclYlztharvCZyNNgzJtbAiREzI9q0pI5erHCMgCw==",
467
+ "version": "1.3.0",
468
+ "resolved": "https://registry.npmjs.org/@base-ui/react/-/react-1.3.0.tgz",
469
+ "integrity": "sha512-FwpKqZbPz14AITp1CVgf4AjhKPe1OeeVKSBMdgD10zbFlj3QSWelmtCMLi2+/PFZZcIm3l87G7rwtCZJwHyXWA==",
470
470
  "license": "MIT",
471
471
  "dependencies": {
472
- "@babel/runtime": "^7.29.2",
473
- "@base-ui/utils": "0.2.8",
472
+ "@babel/runtime": "^7.28.6",
473
+ "@base-ui/utils": "0.2.6",
474
474
  "@floating-ui/react-dom": "^2.1.8",
475
475
  "@floating-ui/utils": "^0.2.11",
476
+ "tabbable": "^6.4.0",
476
477
  "use-sync-external-store": "^1.6.0"
477
478
  },
478
479
  "engines": {
@@ -483,31 +484,23 @@
483
484
  "url": "https://opencollective.com/mui-org"
484
485
  },
485
486
  "peerDependencies": {
486
- "@date-fns/tz": "^1.2.0",
487
487
  "@types/react": "^17 || ^18 || ^19",
488
- "date-fns": "^4.0.0",
489
488
  "react": "^17 || ^18 || ^19",
490
489
  "react-dom": "^17 || ^18 || ^19"
491
490
  },
492
491
  "peerDependenciesMeta": {
493
- "@date-fns/tz": {
494
- "optional": true
495
- },
496
492
  "@types/react": {
497
493
  "optional": true
498
- },
499
- "date-fns": {
500
- "optional": true
501
494
  }
502
495
  }
503
496
  },
504
497
  "node_modules/@base-ui/utils": {
505
- "version": "0.2.8",
506
- "resolved": "https://registry.npmjs.org/@base-ui/utils/-/utils-0.2.8.tgz",
507
- "integrity": "sha512-jvOi+c+ftGlGotNcKnzPVg2IhCaDTB6/6R3JeqdjdXktuAJi3wKH9T7+svuaKh1mmfVU11UWzUZVH74JDfi/wQ==",
498
+ "version": "0.2.6",
499
+ "resolved": "https://registry.npmjs.org/@base-ui/utils/-/utils-0.2.6.tgz",
500
+ "integrity": "sha512-yQ+qeuqohwhsNpoYDqqXaLllYAkPCP4vYdDrVo8FQXaAPfHWm1pG/Vm+jmGTA5JFS0BAIjookyapuJFY8F9PIw==",
508
501
  "license": "MIT",
509
502
  "dependencies": {
510
- "@babel/runtime": "^7.29.2",
503
+ "@babel/runtime": "^7.28.6",
511
504
  "@floating-ui/utils": "^0.2.11",
512
505
  "reselect": "^5.1.1",
513
506
  "use-sync-external-store": "^1.6.0"
@@ -524,9 +517,9 @@
524
517
  }
525
518
  },
526
519
  "node_modules/@dotenvx/dotenvx": {
527
- "version": "1.66.0",
528
- "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.66.0.tgz",
529
- "integrity": "sha512-qlQFhHUjhRDybrinqLAD0MClVZDOrsq80O8eD5iSjz3Qa/4f3Jg7SQrOaSobrRyP1QaWIYLGtGpj2c7H0D8NUw==",
520
+ "version": "1.57.2",
521
+ "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.57.2.tgz",
522
+ "integrity": "sha512-lv9+UZPnl/KOvShepevLWm3+/wc1It5kgO5Q580evnvOFMZcgKVEYFwxlL7Ohl9my1yjTsWo28N3PJYUEO8wFQ==",
530
523
  "license": "BSD-3-Clause",
531
524
  "dependencies": {
532
525
  "commander": "^11.1.0",
@@ -536,9 +529,8 @@
536
529
  "fdir": "^6.2.0",
537
530
  "ignore": "^5.3.0",
538
531
  "object-treeify": "1.1.33",
539
- "picomatch": "^4.0.4",
540
- "which": "^4.0.0",
541
- "yocto-spinner": "^1.1.0"
532
+ "picomatch": "^4.0.2",
533
+ "which": "^4.0.0"
542
534
  },
543
535
  "bin": {
544
536
  "dotenvx": "src/cli/dotenvx.js"
@@ -708,13 +700,13 @@
708
700
  }
709
701
  },
710
702
  "node_modules/@ecies/ciphers": {
711
- "version": "0.2.6",
712
- "resolved": "https://registry.npmjs.org/@ecies/ciphers/-/ciphers-0.2.6.tgz",
713
- "integrity": "sha512-patgsRPKGkhhoBjETV4XxD0En4ui5fbX0hzayqI3M8tvNMGUoUvmyYAIWwlxBc1KX5cturfqByYdj5bYGRpN9g==",
703
+ "version": "0.2.5",
704
+ "resolved": "https://registry.npmjs.org/@ecies/ciphers/-/ciphers-0.2.5.tgz",
705
+ "integrity": "sha512-GalEZH4JgOMHYYcYmVqnFirFsjZHeoGMDt9IxEnM9F7GRUUyUksJ7Ou53L83WHJq3RWKD3AcBpo0iQh0oMpf8A==",
714
706
  "license": "MIT",
715
707
  "engines": {
716
708
  "bun": ">=1",
717
- "deno": ">=2.7.10",
709
+ "deno": ">=2",
718
710
  "node": ">=16"
719
711
  },
720
712
  "peerDependencies": {
@@ -722,21 +714,21 @@
722
714
  }
723
715
  },
724
716
  "node_modules/@emnapi/core": {
725
- "version": "1.10.0",
726
- "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
727
- "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
717
+ "version": "1.9.1",
718
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.1.tgz",
719
+ "integrity": "sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==",
728
720
  "dev": true,
729
721
  "license": "MIT",
730
722
  "optional": true,
731
723
  "dependencies": {
732
- "@emnapi/wasi-threads": "1.2.1",
724
+ "@emnapi/wasi-threads": "1.2.0",
733
725
  "tslib": "^2.4.0"
734
726
  }
735
727
  },
736
728
  "node_modules/@emnapi/runtime": {
737
- "version": "1.10.0",
738
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
739
- "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
729
+ "version": "1.9.1",
730
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.1.tgz",
731
+ "integrity": "sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==",
740
732
  "license": "MIT",
741
733
  "optional": true,
742
734
  "dependencies": {
@@ -744,9 +736,9 @@
744
736
  }
745
737
  },
746
738
  "node_modules/@emnapi/wasi-threads": {
747
- "version": "1.2.1",
748
- "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
749
- "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
739
+ "version": "1.2.0",
740
+ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz",
741
+ "integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==",
750
742
  "dev": true,
751
743
  "license": "MIT",
752
744
  "optional": true,
@@ -937,9 +929,9 @@
937
929
  "license": "MIT"
938
930
  },
939
931
  "node_modules/@hono/node-server": {
940
- "version": "1.19.14",
941
- "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz",
942
- "integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==",
932
+ "version": "1.19.11",
933
+ "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.11.tgz",
934
+ "integrity": "sha512-dr8/3zEaB+p0D2n/IUrlPF1HZm586qgJNXK1a9fhg/PzdtkK7Ksd5l312tJX2yBuALqDYBlG20QEbayqPyxn+g==",
943
935
  "license": "MIT",
944
936
  "engines": {
945
937
  "node": ">=18.14.1"
@@ -949,43 +941,29 @@
949
941
  }
950
942
  },
951
943
  "node_modules/@humanfs/core": {
952
- "version": "0.19.2",
953
- "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
954
- "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
944
+ "version": "0.19.1",
945
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
946
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
955
947
  "dev": true,
956
948
  "license": "Apache-2.0",
957
- "dependencies": {
958
- "@humanfs/types": "^0.15.0"
959
- },
960
949
  "engines": {
961
950
  "node": ">=18.18.0"
962
951
  }
963
952
  },
964
953
  "node_modules/@humanfs/node": {
965
- "version": "0.16.8",
966
- "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
967
- "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
954
+ "version": "0.16.7",
955
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
956
+ "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
968
957
  "dev": true,
969
958
  "license": "Apache-2.0",
970
959
  "dependencies": {
971
- "@humanfs/core": "^0.19.2",
972
- "@humanfs/types": "^0.15.0",
960
+ "@humanfs/core": "^0.19.1",
973
961
  "@humanwhocodes/retry": "^0.4.0"
974
962
  },
975
963
  "engines": {
976
964
  "node": ">=18.18.0"
977
965
  }
978
966
  },
979
- "node_modules/@humanfs/types": {
980
- "version": "0.15.0",
981
- "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
982
- "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
983
- "dev": true,
984
- "license": "Apache-2.0",
985
- "engines": {
986
- "node": ">=18.18.0"
987
- }
988
- },
989
967
  "node_modules/@humanwhocodes/module-importer": {
990
968
  "version": "1.0.1",
991
969
  "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
@@ -1024,218 +1002,656 @@
1024
1002
  "node": ">=18"
1025
1003
  }
1026
1004
  },
1027
- "node_modules/@img/sharp-win32-x64": {
1005
+ "node_modules/@img/sharp-darwin-arm64": {
1028
1006
  "version": "0.34.5",
1029
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
1030
- "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
1007
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
1008
+ "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
1031
1009
  "cpu": [
1032
- "x64"
1010
+ "arm64"
1033
1011
  ],
1034
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
1012
+ "license": "Apache-2.0",
1035
1013
  "optional": true,
1036
1014
  "os": [
1037
- "win32"
1015
+ "darwin"
1038
1016
  ],
1039
1017
  "engines": {
1040
1018
  "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1041
1019
  },
1042
1020
  "funding": {
1043
1021
  "url": "https://opencollective.com/libvips"
1044
- }
1045
- },
1046
- "node_modules/@inquirer/ansi": {
1047
- "version": "2.0.5",
1048
- "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.5.tgz",
1049
- "integrity": "sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==",
1050
- "license": "MIT",
1051
- "engines": {
1052
- "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
1053
- }
1054
- },
1055
- "node_modules/@inquirer/confirm": {
1056
- "version": "6.0.13",
1057
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.13.tgz",
1058
- "integrity": "sha512-wkGPC7yJ5WJk1DJ5SX7fzk+gfj4BM8cf5dDDi71B/551xHrdsZVRJOC0WyikXd0pEsb/9cLniuE4atbsMqmFkw==",
1059
- "license": "MIT",
1060
- "dependencies": {
1061
- "@inquirer/core": "^11.1.10",
1062
- "@inquirer/type": "^4.0.5"
1063
1022
  },
1064
- "engines": {
1065
- "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
1066
- },
1067
- "peerDependencies": {
1068
- "@types/node": ">=18"
1069
- },
1070
- "peerDependenciesMeta": {
1071
- "@types/node": {
1072
- "optional": true
1073
- }
1023
+ "optionalDependencies": {
1024
+ "@img/sharp-libvips-darwin-arm64": "1.2.4"
1074
1025
  }
1075
1026
  },
1076
- "node_modules/@inquirer/core": {
1077
- "version": "11.1.10",
1078
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.10.tgz",
1079
- "integrity": "sha512-a4Q5BXHQAHa9eO202sTaFCHFYVB3x5fauDuThEAdZ9gfn76pSxiKU7wWcEH0N1O0XmQvNfQNU6QXpiRxmYQx+A==",
1080
- "license": "MIT",
1081
- "dependencies": {
1082
- "@inquirer/ansi": "^2.0.5",
1083
- "@inquirer/figures": "^2.0.5",
1084
- "@inquirer/type": "^4.0.5",
1085
- "cli-width": "^4.1.0",
1086
- "fast-wrap-ansi": "^0.2.0",
1087
- "mute-stream": "^3.0.0",
1088
- "signal-exit": "^4.1.0"
1089
- },
1027
+ "node_modules/@img/sharp-darwin-x64": {
1028
+ "version": "0.34.5",
1029
+ "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
1030
+ "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
1031
+ "cpu": [
1032
+ "x64"
1033
+ ],
1034
+ "license": "Apache-2.0",
1035
+ "optional": true,
1036
+ "os": [
1037
+ "darwin"
1038
+ ],
1090
1039
  "engines": {
1091
- "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
1040
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1092
1041
  },
1093
- "peerDependencies": {
1094
- "@types/node": ">=18"
1042
+ "funding": {
1043
+ "url": "https://opencollective.com/libvips"
1095
1044
  },
1096
- "peerDependenciesMeta": {
1097
- "@types/node": {
1098
- "optional": true
1099
- }
1045
+ "optionalDependencies": {
1046
+ "@img/sharp-libvips-darwin-x64": "1.2.4"
1100
1047
  }
1101
1048
  },
1102
- "node_modules/@inquirer/figures": {
1103
- "version": "2.0.5",
1104
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.5.tgz",
1105
- "integrity": "sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==",
1106
- "license": "MIT",
1107
- "engines": {
1108
- "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
1049
+ "node_modules/@img/sharp-libvips-darwin-arm64": {
1050
+ "version": "1.2.4",
1051
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
1052
+ "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
1053
+ "cpu": [
1054
+ "arm64"
1055
+ ],
1056
+ "license": "LGPL-3.0-or-later",
1057
+ "optional": true,
1058
+ "os": [
1059
+ "darwin"
1060
+ ],
1061
+ "funding": {
1062
+ "url": "https://opencollective.com/libvips"
1109
1063
  }
1110
1064
  },
1111
- "node_modules/@inquirer/type": {
1112
- "version": "4.0.5",
1113
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.5.tgz",
1114
- "integrity": "sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==",
1115
- "license": "MIT",
1116
- "engines": {
1117
- "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
1118
- },
1119
- "peerDependencies": {
1120
- "@types/node": ">=18"
1121
- },
1122
- "peerDependenciesMeta": {
1123
- "@types/node": {
1124
- "optional": true
1125
- }
1065
+ "node_modules/@img/sharp-libvips-darwin-x64": {
1066
+ "version": "1.2.4",
1067
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
1068
+ "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
1069
+ "cpu": [
1070
+ "x64"
1071
+ ],
1072
+ "license": "LGPL-3.0-or-later",
1073
+ "optional": true,
1074
+ "os": [
1075
+ "darwin"
1076
+ ],
1077
+ "funding": {
1078
+ "url": "https://opencollective.com/libvips"
1126
1079
  }
1127
1080
  },
1128
- "node_modules/@jridgewell/gen-mapping": {
1129
- "version": "0.3.13",
1130
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
1131
- "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
1132
- "license": "MIT",
1133
- "dependencies": {
1134
- "@jridgewell/sourcemap-codec": "^1.5.0",
1135
- "@jridgewell/trace-mapping": "^0.3.24"
1081
+ "node_modules/@img/sharp-libvips-linux-arm": {
1082
+ "version": "1.2.4",
1083
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
1084
+ "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
1085
+ "cpu": [
1086
+ "arm"
1087
+ ],
1088
+ "license": "LGPL-3.0-or-later",
1089
+ "optional": true,
1090
+ "os": [
1091
+ "linux"
1092
+ ],
1093
+ "funding": {
1094
+ "url": "https://opencollective.com/libvips"
1136
1095
  }
1137
1096
  },
1138
- "node_modules/@jridgewell/remapping": {
1139
- "version": "2.3.5",
1140
- "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
1141
- "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
1142
- "license": "MIT",
1143
- "dependencies": {
1144
- "@jridgewell/gen-mapping": "^0.3.5",
1145
- "@jridgewell/trace-mapping": "^0.3.24"
1097
+ "node_modules/@img/sharp-libvips-linux-arm64": {
1098
+ "version": "1.2.4",
1099
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
1100
+ "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
1101
+ "cpu": [
1102
+ "arm64"
1103
+ ],
1104
+ "license": "LGPL-3.0-or-later",
1105
+ "optional": true,
1106
+ "os": [
1107
+ "linux"
1108
+ ],
1109
+ "funding": {
1110
+ "url": "https://opencollective.com/libvips"
1146
1111
  }
1147
1112
  },
1148
- "node_modules/@jridgewell/resolve-uri": {
1149
- "version": "3.1.2",
1150
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1151
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1152
- "license": "MIT",
1153
- "engines": {
1154
- "node": ">=6.0.0"
1113
+ "node_modules/@img/sharp-libvips-linux-ppc64": {
1114
+ "version": "1.2.4",
1115
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
1116
+ "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
1117
+ "cpu": [
1118
+ "ppc64"
1119
+ ],
1120
+ "license": "LGPL-3.0-or-later",
1121
+ "optional": true,
1122
+ "os": [
1123
+ "linux"
1124
+ ],
1125
+ "funding": {
1126
+ "url": "https://opencollective.com/libvips"
1155
1127
  }
1156
1128
  },
1157
- "node_modules/@jridgewell/sourcemap-codec": {
1158
- "version": "1.5.5",
1159
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1160
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1161
- "license": "MIT"
1162
- },
1163
- "node_modules/@jridgewell/trace-mapping": {
1164
- "version": "0.3.31",
1165
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1166
- "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1167
- "license": "MIT",
1168
- "dependencies": {
1169
- "@jridgewell/resolve-uri": "^3.1.0",
1170
- "@jridgewell/sourcemap-codec": "^1.4.14"
1129
+ "node_modules/@img/sharp-libvips-linux-riscv64": {
1130
+ "version": "1.2.4",
1131
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
1132
+ "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
1133
+ "cpu": [
1134
+ "riscv64"
1135
+ ],
1136
+ "license": "LGPL-3.0-or-later",
1137
+ "optional": true,
1138
+ "os": [
1139
+ "linux"
1140
+ ],
1141
+ "funding": {
1142
+ "url": "https://opencollective.com/libvips"
1171
1143
  }
1172
1144
  },
1173
- "node_modules/@modelcontextprotocol/sdk": {
1174
- "version": "1.29.0",
1175
- "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
1176
- "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==",
1177
- "license": "MIT",
1178
- "dependencies": {
1179
- "@hono/node-server": "^1.19.9",
1180
- "ajv": "^8.17.1",
1181
- "ajv-formats": "^3.0.1",
1182
- "content-type": "^1.0.5",
1183
- "cors": "^2.8.5",
1184
- "cross-spawn": "^7.0.5",
1185
- "eventsource": "^3.0.2",
1186
- "eventsource-parser": "^3.0.0",
1187
- "express": "^5.2.1",
1188
- "express-rate-limit": "^8.2.1",
1189
- "hono": "^4.11.4",
1190
- "jose": "^6.1.3",
1191
- "json-schema-typed": "^8.0.2",
1192
- "pkce-challenge": "^5.0.0",
1193
- "raw-body": "^3.0.0",
1194
- "zod": "^3.25 || ^4.0",
1195
- "zod-to-json-schema": "^3.25.1"
1196
- },
1197
- "engines": {
1198
- "node": ">=18"
1199
- },
1200
- "peerDependencies": {
1201
- "@cfworker/json-schema": "^4.1.1",
1202
- "zod": "^3.25 || ^4.0"
1203
- },
1204
- "peerDependenciesMeta": {
1205
- "@cfworker/json-schema": {
1206
- "optional": true
1207
- },
1208
- "zod": {
1209
- "optional": false
1210
- }
1145
+ "node_modules/@img/sharp-libvips-linux-s390x": {
1146
+ "version": "1.2.4",
1147
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
1148
+ "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
1149
+ "cpu": [
1150
+ "s390x"
1151
+ ],
1152
+ "license": "LGPL-3.0-or-later",
1153
+ "optional": true,
1154
+ "os": [
1155
+ "linux"
1156
+ ],
1157
+ "funding": {
1158
+ "url": "https://opencollective.com/libvips"
1211
1159
  }
1212
1160
  },
1213
- "node_modules/@modelcontextprotocol/sdk/node_modules/ajv": {
1214
- "version": "8.20.0",
1215
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
1216
- "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
1217
- "license": "MIT",
1218
- "dependencies": {
1219
- "fast-deep-equal": "^3.1.3",
1220
- "fast-uri": "^3.0.1",
1221
- "json-schema-traverse": "^1.0.0",
1222
- "require-from-string": "^2.0.2"
1223
- },
1161
+ "node_modules/@img/sharp-libvips-linux-x64": {
1162
+ "version": "1.2.4",
1163
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
1164
+ "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
1165
+ "cpu": [
1166
+ "x64"
1167
+ ],
1168
+ "license": "LGPL-3.0-or-later",
1169
+ "optional": true,
1170
+ "os": [
1171
+ "linux"
1172
+ ],
1224
1173
  "funding": {
1225
- "type": "github",
1226
- "url": "https://github.com/sponsors/epoberezkin"
1174
+ "url": "https://opencollective.com/libvips"
1227
1175
  }
1228
1176
  },
1229
- "node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse": {
1177
+ "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
1178
+ "version": "1.2.4",
1179
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
1180
+ "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
1181
+ "cpu": [
1182
+ "arm64"
1183
+ ],
1184
+ "license": "LGPL-3.0-or-later",
1185
+ "optional": true,
1186
+ "os": [
1187
+ "linux"
1188
+ ],
1189
+ "funding": {
1190
+ "url": "https://opencollective.com/libvips"
1191
+ }
1192
+ },
1193
+ "node_modules/@img/sharp-libvips-linuxmusl-x64": {
1194
+ "version": "1.2.4",
1195
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
1196
+ "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
1197
+ "cpu": [
1198
+ "x64"
1199
+ ],
1200
+ "license": "LGPL-3.0-or-later",
1201
+ "optional": true,
1202
+ "os": [
1203
+ "linux"
1204
+ ],
1205
+ "funding": {
1206
+ "url": "https://opencollective.com/libvips"
1207
+ }
1208
+ },
1209
+ "node_modules/@img/sharp-linux-arm": {
1210
+ "version": "0.34.5",
1211
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
1212
+ "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
1213
+ "cpu": [
1214
+ "arm"
1215
+ ],
1216
+ "license": "Apache-2.0",
1217
+ "optional": true,
1218
+ "os": [
1219
+ "linux"
1220
+ ],
1221
+ "engines": {
1222
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1223
+ },
1224
+ "funding": {
1225
+ "url": "https://opencollective.com/libvips"
1226
+ },
1227
+ "optionalDependencies": {
1228
+ "@img/sharp-libvips-linux-arm": "1.2.4"
1229
+ }
1230
+ },
1231
+ "node_modules/@img/sharp-linux-arm64": {
1232
+ "version": "0.34.5",
1233
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
1234
+ "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
1235
+ "cpu": [
1236
+ "arm64"
1237
+ ],
1238
+ "license": "Apache-2.0",
1239
+ "optional": true,
1240
+ "os": [
1241
+ "linux"
1242
+ ],
1243
+ "engines": {
1244
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1245
+ },
1246
+ "funding": {
1247
+ "url": "https://opencollective.com/libvips"
1248
+ },
1249
+ "optionalDependencies": {
1250
+ "@img/sharp-libvips-linux-arm64": "1.2.4"
1251
+ }
1252
+ },
1253
+ "node_modules/@img/sharp-linux-ppc64": {
1254
+ "version": "0.34.5",
1255
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
1256
+ "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
1257
+ "cpu": [
1258
+ "ppc64"
1259
+ ],
1260
+ "license": "Apache-2.0",
1261
+ "optional": true,
1262
+ "os": [
1263
+ "linux"
1264
+ ],
1265
+ "engines": {
1266
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1267
+ },
1268
+ "funding": {
1269
+ "url": "https://opencollective.com/libvips"
1270
+ },
1271
+ "optionalDependencies": {
1272
+ "@img/sharp-libvips-linux-ppc64": "1.2.4"
1273
+ }
1274
+ },
1275
+ "node_modules/@img/sharp-linux-riscv64": {
1276
+ "version": "0.34.5",
1277
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
1278
+ "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
1279
+ "cpu": [
1280
+ "riscv64"
1281
+ ],
1282
+ "license": "Apache-2.0",
1283
+ "optional": true,
1284
+ "os": [
1285
+ "linux"
1286
+ ],
1287
+ "engines": {
1288
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1289
+ },
1290
+ "funding": {
1291
+ "url": "https://opencollective.com/libvips"
1292
+ },
1293
+ "optionalDependencies": {
1294
+ "@img/sharp-libvips-linux-riscv64": "1.2.4"
1295
+ }
1296
+ },
1297
+ "node_modules/@img/sharp-linux-s390x": {
1298
+ "version": "0.34.5",
1299
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
1300
+ "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
1301
+ "cpu": [
1302
+ "s390x"
1303
+ ],
1304
+ "license": "Apache-2.0",
1305
+ "optional": true,
1306
+ "os": [
1307
+ "linux"
1308
+ ],
1309
+ "engines": {
1310
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1311
+ },
1312
+ "funding": {
1313
+ "url": "https://opencollective.com/libvips"
1314
+ },
1315
+ "optionalDependencies": {
1316
+ "@img/sharp-libvips-linux-s390x": "1.2.4"
1317
+ }
1318
+ },
1319
+ "node_modules/@img/sharp-linux-x64": {
1320
+ "version": "0.34.5",
1321
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
1322
+ "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
1323
+ "cpu": [
1324
+ "x64"
1325
+ ],
1326
+ "license": "Apache-2.0",
1327
+ "optional": true,
1328
+ "os": [
1329
+ "linux"
1330
+ ],
1331
+ "engines": {
1332
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1333
+ },
1334
+ "funding": {
1335
+ "url": "https://opencollective.com/libvips"
1336
+ },
1337
+ "optionalDependencies": {
1338
+ "@img/sharp-libvips-linux-x64": "1.2.4"
1339
+ }
1340
+ },
1341
+ "node_modules/@img/sharp-linuxmusl-arm64": {
1342
+ "version": "0.34.5",
1343
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
1344
+ "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
1345
+ "cpu": [
1346
+ "arm64"
1347
+ ],
1348
+ "license": "Apache-2.0",
1349
+ "optional": true,
1350
+ "os": [
1351
+ "linux"
1352
+ ],
1353
+ "engines": {
1354
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1355
+ },
1356
+ "funding": {
1357
+ "url": "https://opencollective.com/libvips"
1358
+ },
1359
+ "optionalDependencies": {
1360
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
1361
+ }
1362
+ },
1363
+ "node_modules/@img/sharp-linuxmusl-x64": {
1364
+ "version": "0.34.5",
1365
+ "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
1366
+ "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
1367
+ "cpu": [
1368
+ "x64"
1369
+ ],
1370
+ "license": "Apache-2.0",
1371
+ "optional": true,
1372
+ "os": [
1373
+ "linux"
1374
+ ],
1375
+ "engines": {
1376
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1377
+ },
1378
+ "funding": {
1379
+ "url": "https://opencollective.com/libvips"
1380
+ },
1381
+ "optionalDependencies": {
1382
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
1383
+ }
1384
+ },
1385
+ "node_modules/@img/sharp-wasm32": {
1386
+ "version": "0.34.5",
1387
+ "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
1388
+ "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
1389
+ "cpu": [
1390
+ "wasm32"
1391
+ ],
1392
+ "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
1393
+ "optional": true,
1394
+ "dependencies": {
1395
+ "@emnapi/runtime": "^1.7.0"
1396
+ },
1397
+ "engines": {
1398
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1399
+ },
1400
+ "funding": {
1401
+ "url": "https://opencollective.com/libvips"
1402
+ }
1403
+ },
1404
+ "node_modules/@img/sharp-win32-arm64": {
1405
+ "version": "0.34.5",
1406
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
1407
+ "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
1408
+ "cpu": [
1409
+ "arm64"
1410
+ ],
1411
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
1412
+ "optional": true,
1413
+ "os": [
1414
+ "win32"
1415
+ ],
1416
+ "engines": {
1417
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1418
+ },
1419
+ "funding": {
1420
+ "url": "https://opencollective.com/libvips"
1421
+ }
1422
+ },
1423
+ "node_modules/@img/sharp-win32-ia32": {
1424
+ "version": "0.34.5",
1425
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
1426
+ "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
1427
+ "cpu": [
1428
+ "ia32"
1429
+ ],
1430
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
1431
+ "optional": true,
1432
+ "os": [
1433
+ "win32"
1434
+ ],
1435
+ "engines": {
1436
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1437
+ },
1438
+ "funding": {
1439
+ "url": "https://opencollective.com/libvips"
1440
+ }
1441
+ },
1442
+ "node_modules/@img/sharp-win32-x64": {
1443
+ "version": "0.34.5",
1444
+ "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
1445
+ "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
1446
+ "cpu": [
1447
+ "x64"
1448
+ ],
1449
+ "license": "Apache-2.0 AND LGPL-3.0-or-later",
1450
+ "optional": true,
1451
+ "os": [
1452
+ "win32"
1453
+ ],
1454
+ "engines": {
1455
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1456
+ },
1457
+ "funding": {
1458
+ "url": "https://opencollective.com/libvips"
1459
+ }
1460
+ },
1461
+ "node_modules/@inquirer/ansi": {
1462
+ "version": "1.0.2",
1463
+ "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz",
1464
+ "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
1465
+ "license": "MIT",
1466
+ "engines": {
1467
+ "node": ">=18"
1468
+ }
1469
+ },
1470
+ "node_modules/@inquirer/confirm": {
1471
+ "version": "5.1.21",
1472
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz",
1473
+ "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
1474
+ "license": "MIT",
1475
+ "dependencies": {
1476
+ "@inquirer/core": "^10.3.2",
1477
+ "@inquirer/type": "^3.0.10"
1478
+ },
1479
+ "engines": {
1480
+ "node": ">=18"
1481
+ },
1482
+ "peerDependencies": {
1483
+ "@types/node": ">=18"
1484
+ },
1485
+ "peerDependenciesMeta": {
1486
+ "@types/node": {
1487
+ "optional": true
1488
+ }
1489
+ }
1490
+ },
1491
+ "node_modules/@inquirer/core": {
1492
+ "version": "10.3.2",
1493
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
1494
+ "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
1495
+ "license": "MIT",
1496
+ "dependencies": {
1497
+ "@inquirer/ansi": "^1.0.2",
1498
+ "@inquirer/figures": "^1.0.15",
1499
+ "@inquirer/type": "^3.0.10",
1500
+ "cli-width": "^4.1.0",
1501
+ "mute-stream": "^2.0.0",
1502
+ "signal-exit": "^4.1.0",
1503
+ "wrap-ansi": "^6.2.0",
1504
+ "yoctocolors-cjs": "^2.1.3"
1505
+ },
1506
+ "engines": {
1507
+ "node": ">=18"
1508
+ },
1509
+ "peerDependencies": {
1510
+ "@types/node": ">=18"
1511
+ },
1512
+ "peerDependenciesMeta": {
1513
+ "@types/node": {
1514
+ "optional": true
1515
+ }
1516
+ }
1517
+ },
1518
+ "node_modules/@inquirer/figures": {
1519
+ "version": "1.0.15",
1520
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz",
1521
+ "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
1522
+ "license": "MIT",
1523
+ "engines": {
1524
+ "node": ">=18"
1525
+ }
1526
+ },
1527
+ "node_modules/@inquirer/type": {
1528
+ "version": "3.0.10",
1529
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
1530
+ "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
1531
+ "license": "MIT",
1532
+ "engines": {
1533
+ "node": ">=18"
1534
+ },
1535
+ "peerDependencies": {
1536
+ "@types/node": ">=18"
1537
+ },
1538
+ "peerDependenciesMeta": {
1539
+ "@types/node": {
1540
+ "optional": true
1541
+ }
1542
+ }
1543
+ },
1544
+ "node_modules/@jridgewell/gen-mapping": {
1545
+ "version": "0.3.13",
1546
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
1547
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
1548
+ "license": "MIT",
1549
+ "dependencies": {
1550
+ "@jridgewell/sourcemap-codec": "^1.5.0",
1551
+ "@jridgewell/trace-mapping": "^0.3.24"
1552
+ }
1553
+ },
1554
+ "node_modules/@jridgewell/remapping": {
1555
+ "version": "2.3.5",
1556
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
1557
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
1558
+ "license": "MIT",
1559
+ "dependencies": {
1560
+ "@jridgewell/gen-mapping": "^0.3.5",
1561
+ "@jridgewell/trace-mapping": "^0.3.24"
1562
+ }
1563
+ },
1564
+ "node_modules/@jridgewell/resolve-uri": {
1565
+ "version": "3.1.2",
1566
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1567
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1568
+ "license": "MIT",
1569
+ "engines": {
1570
+ "node": ">=6.0.0"
1571
+ }
1572
+ },
1573
+ "node_modules/@jridgewell/sourcemap-codec": {
1574
+ "version": "1.5.5",
1575
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1576
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1577
+ "license": "MIT"
1578
+ },
1579
+ "node_modules/@jridgewell/trace-mapping": {
1580
+ "version": "0.3.31",
1581
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1582
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1583
+ "license": "MIT",
1584
+ "dependencies": {
1585
+ "@jridgewell/resolve-uri": "^3.1.0",
1586
+ "@jridgewell/sourcemap-codec": "^1.4.14"
1587
+ }
1588
+ },
1589
+ "node_modules/@modelcontextprotocol/sdk": {
1590
+ "version": "1.27.1",
1591
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.27.1.tgz",
1592
+ "integrity": "sha512-sr6GbP+4edBwFndLbM60gf07z0FQ79gaExpnsjMGePXqFcSSb7t6iscpjk9DhFhwd+mTEQrzNafGP8/iGGFYaA==",
1593
+ "license": "MIT",
1594
+ "dependencies": {
1595
+ "@hono/node-server": "^1.19.9",
1596
+ "ajv": "^8.17.1",
1597
+ "ajv-formats": "^3.0.1",
1598
+ "content-type": "^1.0.5",
1599
+ "cors": "^2.8.5",
1600
+ "cross-spawn": "^7.0.5",
1601
+ "eventsource": "^3.0.2",
1602
+ "eventsource-parser": "^3.0.0",
1603
+ "express": "^5.2.1",
1604
+ "express-rate-limit": "^8.2.1",
1605
+ "hono": "^4.11.4",
1606
+ "jose": "^6.1.3",
1607
+ "json-schema-typed": "^8.0.2",
1608
+ "pkce-challenge": "^5.0.0",
1609
+ "raw-body": "^3.0.0",
1610
+ "zod": "^3.25 || ^4.0",
1611
+ "zod-to-json-schema": "^3.25.1"
1612
+ },
1613
+ "engines": {
1614
+ "node": ">=18"
1615
+ },
1616
+ "peerDependencies": {
1617
+ "@cfworker/json-schema": "^4.1.1",
1618
+ "zod": "^3.25 || ^4.0"
1619
+ },
1620
+ "peerDependenciesMeta": {
1621
+ "@cfworker/json-schema": {
1622
+ "optional": true
1623
+ },
1624
+ "zod": {
1625
+ "optional": false
1626
+ }
1627
+ }
1628
+ },
1629
+ "node_modules/@modelcontextprotocol/sdk/node_modules/ajv": {
1630
+ "version": "8.18.0",
1631
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
1632
+ "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
1633
+ "license": "MIT",
1634
+ "dependencies": {
1635
+ "fast-deep-equal": "^3.1.3",
1636
+ "fast-uri": "^3.0.1",
1637
+ "json-schema-traverse": "^1.0.0",
1638
+ "require-from-string": "^2.0.2"
1639
+ },
1640
+ "funding": {
1641
+ "type": "github",
1642
+ "url": "https://github.com/sponsors/epoberezkin"
1643
+ }
1644
+ },
1645
+ "node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse": {
1230
1646
  "version": "1.0.0",
1231
1647
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1232
1648
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1233
1649
  "license": "MIT"
1234
1650
  },
1235
1651
  "node_modules/@mswjs/interceptors": {
1236
- "version": "0.41.9",
1237
- "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.41.9.tgz",
1238
- "integrity": "sha512-VVPPgHyQ6ShqnrmDWuxjmUIsO9gWyOZFmuOfLd9LfBGQJwZfy0gvv9pbHSJuoFNIYC7ZDX9aoFwowjcdSC4E8w==",
1652
+ "version": "0.41.3",
1653
+ "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.41.3.tgz",
1654
+ "integrity": "sha512-cXu86tF4VQVfwz8W1SPbhoRyHJkti6mjH/XJIxp40jhO4j2k1m4KYrEykxqWPkFF3vrK4rgQppBh//AwyGSXPA==",
1239
1655
  "license": "MIT",
1240
1656
  "dependencies": {
1241
1657
  "@open-draft/deferred-promise": "^2.2.0",
@@ -1249,12 +1665,6 @@
1249
1665
  "node": ">=18"
1250
1666
  }
1251
1667
  },
1252
- "node_modules/@mswjs/interceptors/node_modules/@open-draft/deferred-promise": {
1253
- "version": "2.2.0",
1254
- "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
1255
- "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
1256
- "license": "MIT"
1257
- },
1258
1668
  "node_modules/@napi-rs/wasm-runtime": {
1259
1669
  "version": "0.2.12",
1260
1670
  "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
@@ -1284,6 +1694,118 @@
1284
1694
  "fast-glob": "3.3.1"
1285
1695
  }
1286
1696
  },
1697
+ "node_modules/@next/swc-darwin-arm64": {
1698
+ "version": "16.2.1",
1699
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.1.tgz",
1700
+ "integrity": "sha512-BwZ8w8YTaSEr2HIuXLMLxIdElNMPvY9fLqb20LX9A9OMGtJilhHLbCL3ggyd0TwjmMcTxi0XXt+ur1vWUoxj2Q==",
1701
+ "cpu": [
1702
+ "arm64"
1703
+ ],
1704
+ "license": "MIT",
1705
+ "optional": true,
1706
+ "os": [
1707
+ "darwin"
1708
+ ],
1709
+ "engines": {
1710
+ "node": ">= 10"
1711
+ }
1712
+ },
1713
+ "node_modules/@next/swc-darwin-x64": {
1714
+ "version": "16.2.1",
1715
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.1.tgz",
1716
+ "integrity": "sha512-/vrcE6iQSJq3uL3VGVHiXeaKbn8Es10DGTGRJnRZlkNQQk3kaNtAJg8Y6xuAlrx/6INKVjkfi5rY0iEXorZ6uA==",
1717
+ "cpu": [
1718
+ "x64"
1719
+ ],
1720
+ "license": "MIT",
1721
+ "optional": true,
1722
+ "os": [
1723
+ "darwin"
1724
+ ],
1725
+ "engines": {
1726
+ "node": ">= 10"
1727
+ }
1728
+ },
1729
+ "node_modules/@next/swc-linux-arm64-gnu": {
1730
+ "version": "16.2.1",
1731
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.1.tgz",
1732
+ "integrity": "sha512-uLn+0BK+C31LTVbQ/QU+UaVrV0rRSJQ8RfniQAHPghDdgE+SlroYqcmFnO5iNjNfVWCyKZHYrs3Nl0mUzWxbBw==",
1733
+ "cpu": [
1734
+ "arm64"
1735
+ ],
1736
+ "license": "MIT",
1737
+ "optional": true,
1738
+ "os": [
1739
+ "linux"
1740
+ ],
1741
+ "engines": {
1742
+ "node": ">= 10"
1743
+ }
1744
+ },
1745
+ "node_modules/@next/swc-linux-arm64-musl": {
1746
+ "version": "16.2.1",
1747
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.1.tgz",
1748
+ "integrity": "sha512-ssKq6iMRnHdnycGp9hCuGnXJZ0YPr4/wNwrfE5DbmvEcgl9+yv97/Kq3TPVDfYome1SW5geciLB9aiEqKXQjlQ==",
1749
+ "cpu": [
1750
+ "arm64"
1751
+ ],
1752
+ "license": "MIT",
1753
+ "optional": true,
1754
+ "os": [
1755
+ "linux"
1756
+ ],
1757
+ "engines": {
1758
+ "node": ">= 10"
1759
+ }
1760
+ },
1761
+ "node_modules/@next/swc-linux-x64-gnu": {
1762
+ "version": "16.2.1",
1763
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.1.tgz",
1764
+ "integrity": "sha512-HQm7SrHRELJ30T1TSmT706IWovFFSRGxfgUkyWJZF/RKBMdbdRWJuFrcpDdE5vy9UXjFOx6L3mRdqH04Mmx0hg==",
1765
+ "cpu": [
1766
+ "x64"
1767
+ ],
1768
+ "license": "MIT",
1769
+ "optional": true,
1770
+ "os": [
1771
+ "linux"
1772
+ ],
1773
+ "engines": {
1774
+ "node": ">= 10"
1775
+ }
1776
+ },
1777
+ "node_modules/@next/swc-linux-x64-musl": {
1778
+ "version": "16.2.1",
1779
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.1.tgz",
1780
+ "integrity": "sha512-aV2iUaC/5HGEpbBkE+4B8aHIudoOy5DYekAKOMSHoIYQ66y/wIVeaRx8MS2ZMdxe/HIXlMho4ubdZs/J8441Tg==",
1781
+ "cpu": [
1782
+ "x64"
1783
+ ],
1784
+ "license": "MIT",
1785
+ "optional": true,
1786
+ "os": [
1787
+ "linux"
1788
+ ],
1789
+ "engines": {
1790
+ "node": ">= 10"
1791
+ }
1792
+ },
1793
+ "node_modules/@next/swc-win32-arm64-msvc": {
1794
+ "version": "16.2.1",
1795
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.1.tgz",
1796
+ "integrity": "sha512-IXdNgiDHaSk0ZUJ+xp0OQTdTgnpx1RCfRTalhn3cjOP+IddTMINwA7DXZrwTmGDO8SUr5q2hdP/du4DcrB1GxA==",
1797
+ "cpu": [
1798
+ "arm64"
1799
+ ],
1800
+ "license": "MIT",
1801
+ "optional": true,
1802
+ "os": [
1803
+ "win32"
1804
+ ],
1805
+ "engines": {
1806
+ "node": ">= 10"
1807
+ }
1808
+ },
1287
1809
  "node_modules/@next/swc-win32-x64-msvc": {
1288
1810
  "version": "16.2.1",
1289
1811
  "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.1.tgz",
@@ -1385,9 +1907,9 @@
1385
1907
  }
1386
1908
  },
1387
1909
  "node_modules/@open-draft/deferred-promise": {
1388
- "version": "3.0.0",
1389
- "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-3.0.0.tgz",
1390
- "integrity": "sha512-XW375UK8/9SqUVNVa6M0yEy8+iTi4QN5VZ7aZuRFQmy76LRwI9wy5F4YIBU6T+eTe2/DNDo8tqu8RHlwLHM6RA==",
1910
+ "version": "2.2.0",
1911
+ "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
1912
+ "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
1391
1913
  "license": "MIT"
1392
1914
  },
1393
1915
  "node_modules/@open-draft/logger": {
@@ -1431,59 +1953,259 @@
1431
1953
  "url": "https://github.com/sponsors/sindresorhus"
1432
1954
  }
1433
1955
  },
1434
- "node_modules/@swc/helpers": {
1435
- "version": "0.5.15",
1436
- "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
1437
- "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
1438
- "license": "Apache-2.0",
1439
- "dependencies": {
1440
- "tslib": "^2.8.0"
1956
+ "node_modules/@swc/helpers": {
1957
+ "version": "0.5.15",
1958
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
1959
+ "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
1960
+ "license": "Apache-2.0",
1961
+ "dependencies": {
1962
+ "tslib": "^2.8.0"
1963
+ }
1964
+ },
1965
+ "node_modules/@tailwindcss/node": {
1966
+ "version": "4.2.2",
1967
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz",
1968
+ "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==",
1969
+ "dev": true,
1970
+ "license": "MIT",
1971
+ "dependencies": {
1972
+ "@jridgewell/remapping": "^2.3.5",
1973
+ "enhanced-resolve": "^5.19.0",
1974
+ "jiti": "^2.6.1",
1975
+ "lightningcss": "1.32.0",
1976
+ "magic-string": "^0.30.21",
1977
+ "source-map-js": "^1.2.1",
1978
+ "tailwindcss": "4.2.2"
1979
+ }
1980
+ },
1981
+ "node_modules/@tailwindcss/oxide": {
1982
+ "version": "4.2.2",
1983
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz",
1984
+ "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==",
1985
+ "dev": true,
1986
+ "license": "MIT",
1987
+ "engines": {
1988
+ "node": ">= 20"
1989
+ },
1990
+ "optionalDependencies": {
1991
+ "@tailwindcss/oxide-android-arm64": "4.2.2",
1992
+ "@tailwindcss/oxide-darwin-arm64": "4.2.2",
1993
+ "@tailwindcss/oxide-darwin-x64": "4.2.2",
1994
+ "@tailwindcss/oxide-freebsd-x64": "4.2.2",
1995
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2",
1996
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
1997
+ "@tailwindcss/oxide-linux-arm64-musl": "4.2.2",
1998
+ "@tailwindcss/oxide-linux-x64-gnu": "4.2.2",
1999
+ "@tailwindcss/oxide-linux-x64-musl": "4.2.2",
2000
+ "@tailwindcss/oxide-wasm32-wasi": "4.2.2",
2001
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2",
2002
+ "@tailwindcss/oxide-win32-x64-msvc": "4.2.2"
2003
+ }
2004
+ },
2005
+ "node_modules/@tailwindcss/oxide-android-arm64": {
2006
+ "version": "4.2.2",
2007
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz",
2008
+ "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==",
2009
+ "cpu": [
2010
+ "arm64"
2011
+ ],
2012
+ "dev": true,
2013
+ "license": "MIT",
2014
+ "optional": true,
2015
+ "os": [
2016
+ "android"
2017
+ ],
2018
+ "engines": {
2019
+ "node": ">= 20"
2020
+ }
2021
+ },
2022
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
2023
+ "version": "4.2.2",
2024
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz",
2025
+ "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==",
2026
+ "cpu": [
2027
+ "arm64"
2028
+ ],
2029
+ "dev": true,
2030
+ "license": "MIT",
2031
+ "optional": true,
2032
+ "os": [
2033
+ "darwin"
2034
+ ],
2035
+ "engines": {
2036
+ "node": ">= 20"
2037
+ }
2038
+ },
2039
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
2040
+ "version": "4.2.2",
2041
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz",
2042
+ "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==",
2043
+ "cpu": [
2044
+ "x64"
2045
+ ],
2046
+ "dev": true,
2047
+ "license": "MIT",
2048
+ "optional": true,
2049
+ "os": [
2050
+ "darwin"
2051
+ ],
2052
+ "engines": {
2053
+ "node": ">= 20"
2054
+ }
2055
+ },
2056
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
2057
+ "version": "4.2.2",
2058
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz",
2059
+ "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==",
2060
+ "cpu": [
2061
+ "x64"
2062
+ ],
2063
+ "dev": true,
2064
+ "license": "MIT",
2065
+ "optional": true,
2066
+ "os": [
2067
+ "freebsd"
2068
+ ],
2069
+ "engines": {
2070
+ "node": ">= 20"
2071
+ }
2072
+ },
2073
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
2074
+ "version": "4.2.2",
2075
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz",
2076
+ "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==",
2077
+ "cpu": [
2078
+ "arm"
2079
+ ],
2080
+ "dev": true,
2081
+ "license": "MIT",
2082
+ "optional": true,
2083
+ "os": [
2084
+ "linux"
2085
+ ],
2086
+ "engines": {
2087
+ "node": ">= 20"
2088
+ }
2089
+ },
2090
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
2091
+ "version": "4.2.2",
2092
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz",
2093
+ "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==",
2094
+ "cpu": [
2095
+ "arm64"
2096
+ ],
2097
+ "dev": true,
2098
+ "license": "MIT",
2099
+ "optional": true,
2100
+ "os": [
2101
+ "linux"
2102
+ ],
2103
+ "engines": {
2104
+ "node": ">= 20"
2105
+ }
2106
+ },
2107
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
2108
+ "version": "4.2.2",
2109
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz",
2110
+ "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==",
2111
+ "cpu": [
2112
+ "arm64"
2113
+ ],
2114
+ "dev": true,
2115
+ "license": "MIT",
2116
+ "optional": true,
2117
+ "os": [
2118
+ "linux"
2119
+ ],
2120
+ "engines": {
2121
+ "node": ">= 20"
2122
+ }
2123
+ },
2124
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
2125
+ "version": "4.2.2",
2126
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz",
2127
+ "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==",
2128
+ "cpu": [
2129
+ "x64"
2130
+ ],
2131
+ "dev": true,
2132
+ "license": "MIT",
2133
+ "optional": true,
2134
+ "os": [
2135
+ "linux"
2136
+ ],
2137
+ "engines": {
2138
+ "node": ">= 20"
2139
+ }
2140
+ },
2141
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
2142
+ "version": "4.2.2",
2143
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz",
2144
+ "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==",
2145
+ "cpu": [
2146
+ "x64"
2147
+ ],
2148
+ "dev": true,
2149
+ "license": "MIT",
2150
+ "optional": true,
2151
+ "os": [
2152
+ "linux"
2153
+ ],
2154
+ "engines": {
2155
+ "node": ">= 20"
1441
2156
  }
1442
2157
  },
1443
- "node_modules/@tailwindcss/node": {
1444
- "version": "4.3.0",
1445
- "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz",
1446
- "integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==",
2158
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
2159
+ "version": "4.2.2",
2160
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz",
2161
+ "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==",
2162
+ "bundleDependencies": [
2163
+ "@napi-rs/wasm-runtime",
2164
+ "@emnapi/core",
2165
+ "@emnapi/runtime",
2166
+ "@tybys/wasm-util",
2167
+ "@emnapi/wasi-threads",
2168
+ "tslib"
2169
+ ],
2170
+ "cpu": [
2171
+ "wasm32"
2172
+ ],
1447
2173
  "dev": true,
1448
2174
  "license": "MIT",
2175
+ "optional": true,
1449
2176
  "dependencies": {
1450
- "@jridgewell/remapping": "^2.3.5",
1451
- "enhanced-resolve": "^5.21.0",
1452
- "jiti": "^2.6.1",
1453
- "lightningcss": "1.32.0",
1454
- "magic-string": "^0.30.21",
1455
- "source-map-js": "^1.2.1",
1456
- "tailwindcss": "4.3.0"
2177
+ "@emnapi/core": "^1.8.1",
2178
+ "@emnapi/runtime": "^1.8.1",
2179
+ "@emnapi/wasi-threads": "^1.1.0",
2180
+ "@napi-rs/wasm-runtime": "^1.1.1",
2181
+ "@tybys/wasm-util": "^0.10.1",
2182
+ "tslib": "^2.8.1"
2183
+ },
2184
+ "engines": {
2185
+ "node": ">=14.0.0"
1457
2186
  }
1458
2187
  },
1459
- "node_modules/@tailwindcss/oxide": {
1460
- "version": "4.3.0",
1461
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz",
1462
- "integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==",
2188
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
2189
+ "version": "4.2.2",
2190
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz",
2191
+ "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==",
2192
+ "cpu": [
2193
+ "arm64"
2194
+ ],
1463
2195
  "dev": true,
1464
2196
  "license": "MIT",
2197
+ "optional": true,
2198
+ "os": [
2199
+ "win32"
2200
+ ],
1465
2201
  "engines": {
1466
2202
  "node": ">= 20"
1467
- },
1468
- "optionalDependencies": {
1469
- "@tailwindcss/oxide-android-arm64": "4.3.0",
1470
- "@tailwindcss/oxide-darwin-arm64": "4.3.0",
1471
- "@tailwindcss/oxide-darwin-x64": "4.3.0",
1472
- "@tailwindcss/oxide-freebsd-x64": "4.3.0",
1473
- "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0",
1474
- "@tailwindcss/oxide-linux-arm64-gnu": "4.3.0",
1475
- "@tailwindcss/oxide-linux-arm64-musl": "4.3.0",
1476
- "@tailwindcss/oxide-linux-x64-gnu": "4.3.0",
1477
- "@tailwindcss/oxide-linux-x64-musl": "4.3.0",
1478
- "@tailwindcss/oxide-wasm32-wasi": "4.3.0",
1479
- "@tailwindcss/oxide-win32-arm64-msvc": "4.3.0",
1480
- "@tailwindcss/oxide-win32-x64-msvc": "4.3.0"
1481
2203
  }
1482
2204
  },
1483
2205
  "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1484
- "version": "4.3.0",
1485
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz",
1486
- "integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==",
2206
+ "version": "4.2.2",
2207
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz",
2208
+ "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==",
1487
2209
  "cpu": [
1488
2210
  "x64"
1489
2211
  ],
@@ -1498,17 +2220,17 @@
1498
2220
  }
1499
2221
  },
1500
2222
  "node_modules/@tailwindcss/postcss": {
1501
- "version": "4.3.0",
1502
- "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.0.tgz",
1503
- "integrity": "sha512-Jm05Tjx+9yCLGv5qw1c+84Psds8MnyrEQYCB+FFk2lgGiUjlRqdxke4mVTuYrj2xnVZqKim2Apr5ySuQRYAw/w==",
2223
+ "version": "4.2.2",
2224
+ "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.2.tgz",
2225
+ "integrity": "sha512-n4goKQbW8RVXIbNKRB/45LzyUqN451deQK0nzIeauVEqjlI49slUlgKYJM2QyUzap/PcpnS7kzSUmPb1sCRvYQ==",
1504
2226
  "dev": true,
1505
2227
  "license": "MIT",
1506
2228
  "dependencies": {
1507
2229
  "@alloc/quick-lru": "^5.2.0",
1508
- "@tailwindcss/node": "4.3.0",
1509
- "@tailwindcss/oxide": "4.3.0",
1510
- "postcss": "^8.5.10",
1511
- "tailwindcss": "4.3.0"
2230
+ "@tailwindcss/node": "4.2.2",
2231
+ "@tailwindcss/oxide": "4.2.2",
2232
+ "postcss": "^8.5.6",
2233
+ "tailwindcss": "4.2.2"
1512
2234
  }
1513
2235
  },
1514
2236
  "node_modules/@ts-morph/common": {
@@ -1532,9 +2254,9 @@
1532
2254
  }
1533
2255
  },
1534
2256
  "node_modules/@ts-morph/common/node_modules/brace-expansion": {
1535
- "version": "5.0.6",
1536
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
1537
- "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
2257
+ "version": "5.0.5",
2258
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
2259
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
1538
2260
  "license": "MIT",
1539
2261
  "dependencies": {
1540
2262
  "balanced-match": "^4.0.2"
@@ -1572,12 +2294,12 @@
1572
2294
  }
1573
2295
  },
1574
2296
  "node_modules/@ts-morph/common/node_modules/minimatch": {
1575
- "version": "10.2.5",
1576
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
1577
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
2297
+ "version": "10.2.4",
2298
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
2299
+ "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
1578
2300
  "license": "BlueOak-1.0.0",
1579
2301
  "dependencies": {
1580
- "brace-expansion": "^5.0.5"
2302
+ "brace-expansion": "^5.0.2"
1581
2303
  },
1582
2304
  "engines": {
1583
2305
  "node": "18 || 20 || >=22"
@@ -1587,9 +2309,9 @@
1587
2309
  }
1588
2310
  },
1589
2311
  "node_modules/@tybys/wasm-util": {
1590
- "version": "0.10.2",
1591
- "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
1592
- "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
2312
+ "version": "0.10.1",
2313
+ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
2314
+ "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
1593
2315
  "dev": true,
1594
2316
  "license": "MIT",
1595
2317
  "optional": true,
@@ -1598,9 +2320,9 @@
1598
2320
  }
1599
2321
  },
1600
2322
  "node_modules/@types/estree": {
1601
- "version": "1.0.9",
1602
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
1603
- "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
2323
+ "version": "1.0.8",
2324
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
2325
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1604
2326
  "dev": true,
1605
2327
  "license": "MIT"
1606
2328
  },
@@ -1619,9 +2341,10 @@
1619
2341
  "license": "MIT"
1620
2342
  },
1621
2343
  "node_modules/@types/node": {
1622
- "version": "24.12.4",
1623
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz",
1624
- "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==",
2344
+ "version": "24.12.0",
2345
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz",
2346
+ "integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==",
2347
+ "devOptional": true,
1625
2348
  "license": "MIT",
1626
2349
  "dependencies": {
1627
2350
  "undici-types": "~7.16.0"
@@ -1647,15 +2370,6 @@
1647
2370
  "@types/react": "^19.2.0"
1648
2371
  }
1649
2372
  },
1650
- "node_modules/@types/set-cookie-parser": {
1651
- "version": "2.4.10",
1652
- "resolved": "https://registry.npmjs.org/@types/set-cookie-parser/-/set-cookie-parser-2.4.10.tgz",
1653
- "integrity": "sha512-GGmQVGpQWUe5qglJozEjZV/5dyxbOOZ0LHe/lqyWssB88Y4svNfst0uqBVscdDeIKl5Jy5+aPSvy7mI9tYRguw==",
1654
- "license": "MIT",
1655
- "dependencies": {
1656
- "@types/node": "*"
1657
- }
1658
- },
1659
2373
  "node_modules/@types/statuses": {
1660
2374
  "version": "2.0.6",
1661
2375
  "resolved": "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.6.tgz",
@@ -1669,20 +2383,20 @@
1669
2383
  "license": "MIT"
1670
2384
  },
1671
2385
  "node_modules/@typescript-eslint/eslint-plugin": {
1672
- "version": "8.59.3",
1673
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.3.tgz",
1674
- "integrity": "sha512-PwFvSKsXGShKGW6n5bZOhGHEcCZXM8HofLK9fNsEwZXzFRjoY+XT1Vsf1zgyXdwTr0ZYz1/2tkZ0DBTT9jZjhw==",
2386
+ "version": "8.57.2",
2387
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.2.tgz",
2388
+ "integrity": "sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==",
1675
2389
  "dev": true,
1676
2390
  "license": "MIT",
1677
2391
  "dependencies": {
1678
2392
  "@eslint-community/regexpp": "^4.12.2",
1679
- "@typescript-eslint/scope-manager": "8.59.3",
1680
- "@typescript-eslint/type-utils": "8.59.3",
1681
- "@typescript-eslint/utils": "8.59.3",
1682
- "@typescript-eslint/visitor-keys": "8.59.3",
2393
+ "@typescript-eslint/scope-manager": "8.57.2",
2394
+ "@typescript-eslint/type-utils": "8.57.2",
2395
+ "@typescript-eslint/utils": "8.57.2",
2396
+ "@typescript-eslint/visitor-keys": "8.57.2",
1683
2397
  "ignore": "^7.0.5",
1684
2398
  "natural-compare": "^1.4.0",
1685
- "ts-api-utils": "^2.5.0"
2399
+ "ts-api-utils": "^2.4.0"
1686
2400
  },
1687
2401
  "engines": {
1688
2402
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1692,9 +2406,9 @@
1692
2406
  "url": "https://opencollective.com/typescript-eslint"
1693
2407
  },
1694
2408
  "peerDependencies": {
1695
- "@typescript-eslint/parser": "^8.59.3",
2409
+ "@typescript-eslint/parser": "^8.57.2",
1696
2410
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1697
- "typescript": ">=4.8.4 <6.1.0"
2411
+ "typescript": ">=4.8.4 <6.0.0"
1698
2412
  }
1699
2413
  },
1700
2414
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
@@ -1708,16 +2422,16 @@
1708
2422
  }
1709
2423
  },
1710
2424
  "node_modules/@typescript-eslint/parser": {
1711
- "version": "8.59.3",
1712
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.3.tgz",
1713
- "integrity": "sha512-HPwA+hVkfcriajbNvTmZv4VRauibay+cWArYUYq7u7W7PmGShMxbPxLvrwDme55a6d5alG3nrYfhyJ/G28XlLg==",
2425
+ "version": "8.57.2",
2426
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.57.2.tgz",
2427
+ "integrity": "sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==",
1714
2428
  "dev": true,
1715
2429
  "license": "MIT",
1716
2430
  "dependencies": {
1717
- "@typescript-eslint/scope-manager": "8.59.3",
1718
- "@typescript-eslint/types": "8.59.3",
1719
- "@typescript-eslint/typescript-estree": "8.59.3",
1720
- "@typescript-eslint/visitor-keys": "8.59.3",
2431
+ "@typescript-eslint/scope-manager": "8.57.2",
2432
+ "@typescript-eslint/types": "8.57.2",
2433
+ "@typescript-eslint/typescript-estree": "8.57.2",
2434
+ "@typescript-eslint/visitor-keys": "8.57.2",
1721
2435
  "debug": "^4.4.3"
1722
2436
  },
1723
2437
  "engines": {
@@ -1729,18 +2443,18 @@
1729
2443
  },
1730
2444
  "peerDependencies": {
1731
2445
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1732
- "typescript": ">=4.8.4 <6.1.0"
2446
+ "typescript": ">=4.8.4 <6.0.0"
1733
2447
  }
1734
2448
  },
1735
2449
  "node_modules/@typescript-eslint/project-service": {
1736
- "version": "8.59.3",
1737
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.3.tgz",
1738
- "integrity": "sha512-ECiUWa/KYRGDFUqTNehaRgzDshnJfkTABJxVemHk4ko22gcr0ukloKjWvyQ64g8YCV/UI47kN1dbmjf/GaQYng==",
2450
+ "version": "8.57.2",
2451
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.2.tgz",
2452
+ "integrity": "sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==",
1739
2453
  "dev": true,
1740
2454
  "license": "MIT",
1741
2455
  "dependencies": {
1742
- "@typescript-eslint/tsconfig-utils": "^8.59.3",
1743
- "@typescript-eslint/types": "^8.59.3",
2456
+ "@typescript-eslint/tsconfig-utils": "^8.57.2",
2457
+ "@typescript-eslint/types": "^8.57.2",
1744
2458
  "debug": "^4.4.3"
1745
2459
  },
1746
2460
  "engines": {
@@ -1751,18 +2465,18 @@
1751
2465
  "url": "https://opencollective.com/typescript-eslint"
1752
2466
  },
1753
2467
  "peerDependencies": {
1754
- "typescript": ">=4.8.4 <6.1.0"
2468
+ "typescript": ">=4.8.4 <6.0.0"
1755
2469
  }
1756
2470
  },
1757
2471
  "node_modules/@typescript-eslint/scope-manager": {
1758
- "version": "8.59.3",
1759
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.3.tgz",
1760
- "integrity": "sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==",
2472
+ "version": "8.57.2",
2473
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.57.2.tgz",
2474
+ "integrity": "sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==",
1761
2475
  "dev": true,
1762
2476
  "license": "MIT",
1763
2477
  "dependencies": {
1764
- "@typescript-eslint/types": "8.59.3",
1765
- "@typescript-eslint/visitor-keys": "8.59.3"
2478
+ "@typescript-eslint/types": "8.57.2",
2479
+ "@typescript-eslint/visitor-keys": "8.57.2"
1766
2480
  },
1767
2481
  "engines": {
1768
2482
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1773,9 +2487,9 @@
1773
2487
  }
1774
2488
  },
1775
2489
  "node_modules/@typescript-eslint/tsconfig-utils": {
1776
- "version": "8.59.3",
1777
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.3.tgz",
1778
- "integrity": "sha512-PcIJHjmaREXLgIAIzLnSY9VucEzz8FKXsRgFa1DmdGCK/5tJpW03TKJF01Q6VZd1lLdz2sIKPWaDUZN9dp//dw==",
2490
+ "version": "8.57.2",
2491
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz",
2492
+ "integrity": "sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==",
1779
2493
  "dev": true,
1780
2494
  "license": "MIT",
1781
2495
  "engines": {
@@ -1786,21 +2500,21 @@
1786
2500
  "url": "https://opencollective.com/typescript-eslint"
1787
2501
  },
1788
2502
  "peerDependencies": {
1789
- "typescript": ">=4.8.4 <6.1.0"
2503
+ "typescript": ">=4.8.4 <6.0.0"
1790
2504
  }
1791
2505
  },
1792
2506
  "node_modules/@typescript-eslint/type-utils": {
1793
- "version": "8.59.3",
1794
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.3.tgz",
1795
- "integrity": "sha512-g71d8QD8UaiHGvrJwyIS1hCX5r63w6Jll+4VEYhEAHXTDIqX1JgxhTAbEHtKntL9kuc4jRo7/GWw5xfCepSccQ==",
2507
+ "version": "8.57.2",
2508
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.57.2.tgz",
2509
+ "integrity": "sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==",
1796
2510
  "dev": true,
1797
2511
  "license": "MIT",
1798
2512
  "dependencies": {
1799
- "@typescript-eslint/types": "8.59.3",
1800
- "@typescript-eslint/typescript-estree": "8.59.3",
1801
- "@typescript-eslint/utils": "8.59.3",
2513
+ "@typescript-eslint/types": "8.57.2",
2514
+ "@typescript-eslint/typescript-estree": "8.57.2",
2515
+ "@typescript-eslint/utils": "8.57.2",
1802
2516
  "debug": "^4.4.3",
1803
- "ts-api-utils": "^2.5.0"
2517
+ "ts-api-utils": "^2.4.0"
1804
2518
  },
1805
2519
  "engines": {
1806
2520
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1811,13 +2525,13 @@
1811
2525
  },
1812
2526
  "peerDependencies": {
1813
2527
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1814
- "typescript": ">=4.8.4 <6.1.0"
2528
+ "typescript": ">=4.8.4 <6.0.0"
1815
2529
  }
1816
2530
  },
1817
2531
  "node_modules/@typescript-eslint/types": {
1818
- "version": "8.59.3",
1819
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.3.tgz",
1820
- "integrity": "sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==",
2532
+ "version": "8.57.2",
2533
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.2.tgz",
2534
+ "integrity": "sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==",
1821
2535
  "dev": true,
1822
2536
  "license": "MIT",
1823
2537
  "engines": {
@@ -1829,21 +2543,21 @@
1829
2543
  }
1830
2544
  },
1831
2545
  "node_modules/@typescript-eslint/typescript-estree": {
1832
- "version": "8.59.3",
1833
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.3.tgz",
1834
- "integrity": "sha512-CbRjVRAf7Lr9Kr8RopKcbY45p2VfmmHrm0ygOCYFi7oU8q19m0Fs/6iHS7kNOmwpp+ob07ZVcAqlxUod9lYdmg==",
2546
+ "version": "8.57.2",
2547
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.2.tgz",
2548
+ "integrity": "sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==",
1835
2549
  "dev": true,
1836
2550
  "license": "MIT",
1837
2551
  "dependencies": {
1838
- "@typescript-eslint/project-service": "8.59.3",
1839
- "@typescript-eslint/tsconfig-utils": "8.59.3",
1840
- "@typescript-eslint/types": "8.59.3",
1841
- "@typescript-eslint/visitor-keys": "8.59.3",
2552
+ "@typescript-eslint/project-service": "8.57.2",
2553
+ "@typescript-eslint/tsconfig-utils": "8.57.2",
2554
+ "@typescript-eslint/types": "8.57.2",
2555
+ "@typescript-eslint/visitor-keys": "8.57.2",
1842
2556
  "debug": "^4.4.3",
1843
2557
  "minimatch": "^10.2.2",
1844
2558
  "semver": "^7.7.3",
1845
2559
  "tinyglobby": "^0.2.15",
1846
- "ts-api-utils": "^2.5.0"
2560
+ "ts-api-utils": "^2.4.0"
1847
2561
  },
1848
2562
  "engines": {
1849
2563
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1853,7 +2567,7 @@
1853
2567
  "url": "https://opencollective.com/typescript-eslint"
1854
2568
  },
1855
2569
  "peerDependencies": {
1856
- "typescript": ">=4.8.4 <6.1.0"
2570
+ "typescript": ">=4.8.4 <6.0.0"
1857
2571
  }
1858
2572
  },
1859
2573
  "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
@@ -1867,9 +2581,9 @@
1867
2581
  }
1868
2582
  },
1869
2583
  "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
1870
- "version": "5.0.6",
1871
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
1872
- "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
2584
+ "version": "5.0.5",
2585
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
2586
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
1873
2587
  "dev": true,
1874
2588
  "license": "MIT",
1875
2589
  "dependencies": {
@@ -1880,13 +2594,13 @@
1880
2594
  }
1881
2595
  },
1882
2596
  "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
1883
- "version": "10.2.5",
1884
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
1885
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
2597
+ "version": "10.2.4",
2598
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
2599
+ "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
1886
2600
  "dev": true,
1887
2601
  "license": "BlueOak-1.0.0",
1888
2602
  "dependencies": {
1889
- "brace-expansion": "^5.0.5"
2603
+ "brace-expansion": "^5.0.2"
1890
2604
  },
1891
2605
  "engines": {
1892
2606
  "node": "18 || 20 || >=22"
@@ -1896,9 +2610,9 @@
1896
2610
  }
1897
2611
  },
1898
2612
  "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
1899
- "version": "7.8.0",
1900
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
1901
- "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
2613
+ "version": "7.7.4",
2614
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
2615
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
1902
2616
  "dev": true,
1903
2617
  "license": "ISC",
1904
2618
  "bin": {
@@ -1909,16 +2623,16 @@
1909
2623
  }
1910
2624
  },
1911
2625
  "node_modules/@typescript-eslint/utils": {
1912
- "version": "8.59.3",
1913
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.3.tgz",
1914
- "integrity": "sha512-JAvT14goBzRzzzZyqq3P9BLArIxTtQURUtFgQ/V7FO+eU+Gg6ES+5ymOPP1wRxXcxAYeivCk4uS3jCKWI1K8Zg==",
2626
+ "version": "8.57.2",
2627
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.57.2.tgz",
2628
+ "integrity": "sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==",
1915
2629
  "dev": true,
1916
2630
  "license": "MIT",
1917
2631
  "dependencies": {
1918
2632
  "@eslint-community/eslint-utils": "^4.9.1",
1919
- "@typescript-eslint/scope-manager": "8.59.3",
1920
- "@typescript-eslint/types": "8.59.3",
1921
- "@typescript-eslint/typescript-estree": "8.59.3"
2633
+ "@typescript-eslint/scope-manager": "8.57.2",
2634
+ "@typescript-eslint/types": "8.57.2",
2635
+ "@typescript-eslint/typescript-estree": "8.57.2"
1922
2636
  },
1923
2637
  "engines": {
1924
2638
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1929,17 +2643,17 @@
1929
2643
  },
1930
2644
  "peerDependencies": {
1931
2645
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1932
- "typescript": ">=4.8.4 <6.1.0"
2646
+ "typescript": ">=4.8.4 <6.0.0"
1933
2647
  }
1934
2648
  },
1935
2649
  "node_modules/@typescript-eslint/visitor-keys": {
1936
- "version": "8.59.3",
1937
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz",
1938
- "integrity": "sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==",
2650
+ "version": "8.57.2",
2651
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.2.tgz",
2652
+ "integrity": "sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==",
1939
2653
  "dev": true,
1940
2654
  "license": "MIT",
1941
2655
  "dependencies": {
1942
- "@typescript-eslint/types": "8.59.3",
2656
+ "@typescript-eslint/types": "8.57.2",
1943
2657
  "eslint-visitor-keys": "^5.0.0"
1944
2658
  },
1945
2659
  "engines": {
@@ -1963,6 +2677,261 @@
1963
2677
  "url": "https://opencollective.com/eslint"
1964
2678
  }
1965
2679
  },
2680
+ "node_modules/@unrs/resolver-binding-android-arm-eabi": {
2681
+ "version": "1.11.1",
2682
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
2683
+ "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
2684
+ "cpu": [
2685
+ "arm"
2686
+ ],
2687
+ "dev": true,
2688
+ "license": "MIT",
2689
+ "optional": true,
2690
+ "os": [
2691
+ "android"
2692
+ ]
2693
+ },
2694
+ "node_modules/@unrs/resolver-binding-android-arm64": {
2695
+ "version": "1.11.1",
2696
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
2697
+ "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
2698
+ "cpu": [
2699
+ "arm64"
2700
+ ],
2701
+ "dev": true,
2702
+ "license": "MIT",
2703
+ "optional": true,
2704
+ "os": [
2705
+ "android"
2706
+ ]
2707
+ },
2708
+ "node_modules/@unrs/resolver-binding-darwin-arm64": {
2709
+ "version": "1.11.1",
2710
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",
2711
+ "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==",
2712
+ "cpu": [
2713
+ "arm64"
2714
+ ],
2715
+ "dev": true,
2716
+ "license": "MIT",
2717
+ "optional": true,
2718
+ "os": [
2719
+ "darwin"
2720
+ ]
2721
+ },
2722
+ "node_modules/@unrs/resolver-binding-darwin-x64": {
2723
+ "version": "1.11.1",
2724
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
2725
+ "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
2726
+ "cpu": [
2727
+ "x64"
2728
+ ],
2729
+ "dev": true,
2730
+ "license": "MIT",
2731
+ "optional": true,
2732
+ "os": [
2733
+ "darwin"
2734
+ ]
2735
+ },
2736
+ "node_modules/@unrs/resolver-binding-freebsd-x64": {
2737
+ "version": "1.11.1",
2738
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
2739
+ "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
2740
+ "cpu": [
2741
+ "x64"
2742
+ ],
2743
+ "dev": true,
2744
+ "license": "MIT",
2745
+ "optional": true,
2746
+ "os": [
2747
+ "freebsd"
2748
+ ]
2749
+ },
2750
+ "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
2751
+ "version": "1.11.1",
2752
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
2753
+ "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
2754
+ "cpu": [
2755
+ "arm"
2756
+ ],
2757
+ "dev": true,
2758
+ "license": "MIT",
2759
+ "optional": true,
2760
+ "os": [
2761
+ "linux"
2762
+ ]
2763
+ },
2764
+ "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
2765
+ "version": "1.11.1",
2766
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
2767
+ "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
2768
+ "cpu": [
2769
+ "arm"
2770
+ ],
2771
+ "dev": true,
2772
+ "license": "MIT",
2773
+ "optional": true,
2774
+ "os": [
2775
+ "linux"
2776
+ ]
2777
+ },
2778
+ "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
2779
+ "version": "1.11.1",
2780
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
2781
+ "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
2782
+ "cpu": [
2783
+ "arm64"
2784
+ ],
2785
+ "dev": true,
2786
+ "license": "MIT",
2787
+ "optional": true,
2788
+ "os": [
2789
+ "linux"
2790
+ ]
2791
+ },
2792
+ "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
2793
+ "version": "1.11.1",
2794
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
2795
+ "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
2796
+ "cpu": [
2797
+ "arm64"
2798
+ ],
2799
+ "dev": true,
2800
+ "license": "MIT",
2801
+ "optional": true,
2802
+ "os": [
2803
+ "linux"
2804
+ ]
2805
+ },
2806
+ "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
2807
+ "version": "1.11.1",
2808
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
2809
+ "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
2810
+ "cpu": [
2811
+ "ppc64"
2812
+ ],
2813
+ "dev": true,
2814
+ "license": "MIT",
2815
+ "optional": true,
2816
+ "os": [
2817
+ "linux"
2818
+ ]
2819
+ },
2820
+ "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
2821
+ "version": "1.11.1",
2822
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
2823
+ "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
2824
+ "cpu": [
2825
+ "riscv64"
2826
+ ],
2827
+ "dev": true,
2828
+ "license": "MIT",
2829
+ "optional": true,
2830
+ "os": [
2831
+ "linux"
2832
+ ]
2833
+ },
2834
+ "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
2835
+ "version": "1.11.1",
2836
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
2837
+ "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
2838
+ "cpu": [
2839
+ "riscv64"
2840
+ ],
2841
+ "dev": true,
2842
+ "license": "MIT",
2843
+ "optional": true,
2844
+ "os": [
2845
+ "linux"
2846
+ ]
2847
+ },
2848
+ "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
2849
+ "version": "1.11.1",
2850
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
2851
+ "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
2852
+ "cpu": [
2853
+ "s390x"
2854
+ ],
2855
+ "dev": true,
2856
+ "license": "MIT",
2857
+ "optional": true,
2858
+ "os": [
2859
+ "linux"
2860
+ ]
2861
+ },
2862
+ "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
2863
+ "version": "1.11.1",
2864
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
2865
+ "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
2866
+ "cpu": [
2867
+ "x64"
2868
+ ],
2869
+ "dev": true,
2870
+ "license": "MIT",
2871
+ "optional": true,
2872
+ "os": [
2873
+ "linux"
2874
+ ]
2875
+ },
2876
+ "node_modules/@unrs/resolver-binding-linux-x64-musl": {
2877
+ "version": "1.11.1",
2878
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
2879
+ "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
2880
+ "cpu": [
2881
+ "x64"
2882
+ ],
2883
+ "dev": true,
2884
+ "license": "MIT",
2885
+ "optional": true,
2886
+ "os": [
2887
+ "linux"
2888
+ ]
2889
+ },
2890
+ "node_modules/@unrs/resolver-binding-wasm32-wasi": {
2891
+ "version": "1.11.1",
2892
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
2893
+ "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
2894
+ "cpu": [
2895
+ "wasm32"
2896
+ ],
2897
+ "dev": true,
2898
+ "license": "MIT",
2899
+ "optional": true,
2900
+ "dependencies": {
2901
+ "@napi-rs/wasm-runtime": "^0.2.11"
2902
+ },
2903
+ "engines": {
2904
+ "node": ">=14.0.0"
2905
+ }
2906
+ },
2907
+ "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
2908
+ "version": "1.11.1",
2909
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
2910
+ "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
2911
+ "cpu": [
2912
+ "arm64"
2913
+ ],
2914
+ "dev": true,
2915
+ "license": "MIT",
2916
+ "optional": true,
2917
+ "os": [
2918
+ "win32"
2919
+ ]
2920
+ },
2921
+ "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
2922
+ "version": "1.11.1",
2923
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
2924
+ "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
2925
+ "cpu": [
2926
+ "ia32"
2927
+ ],
2928
+ "dev": true,
2929
+ "license": "MIT",
2930
+ "optional": true,
2931
+ "os": [
2932
+ "win32"
2933
+ ]
2934
+ },
1966
2935
  "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
1967
2936
  "version": "1.11.1",
1968
2937
  "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
@@ -2023,9 +2992,9 @@
2023
2992
  }
2024
2993
  },
2025
2994
  "node_modules/ajv": {
2026
- "version": "6.15.0",
2027
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
2028
- "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
2995
+ "version": "6.14.0",
2996
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
2997
+ "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
2029
2998
  "dev": true,
2030
2999
  "license": "MIT",
2031
3000
  "dependencies": {
@@ -2057,9 +3026,9 @@
2057
3026
  }
2058
3027
  },
2059
3028
  "node_modules/ajv-formats/node_modules/ajv": {
2060
- "version": "8.20.0",
2061
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
2062
- "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
3029
+ "version": "8.18.0",
3030
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
3031
+ "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
2063
3032
  "license": "MIT",
2064
3033
  "dependencies": {
2065
3034
  "fast-deep-equal": "^3.1.3",
@@ -2327,9 +3296,9 @@
2327
3296
  }
2328
3297
  },
2329
3298
  "node_modules/axe-core": {
2330
- "version": "4.11.4",
2331
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.4.tgz",
2332
- "integrity": "sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==",
3299
+ "version": "4.11.1",
3300
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.1.tgz",
3301
+ "integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==",
2333
3302
  "dev": true,
2334
3303
  "license": "MPL-2.0",
2335
3304
  "engines": {
@@ -2354,9 +3323,9 @@
2354
3323
  "license": "MIT"
2355
3324
  },
2356
3325
  "node_modules/baseline-browser-mapping": {
2357
- "version": "2.10.29",
2358
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.29.tgz",
2359
- "integrity": "sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==",
3326
+ "version": "2.10.10",
3327
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.10.tgz",
3328
+ "integrity": "sha512-sUoJ3IMxx4AyRqO4MLeHlnGDkyXRoUG0/AI9fjK+vS72ekpV0yWVY7O0BVjmBcRtkNcsAO2QDZ4tdKKGoI6YaQ==",
2360
3329
  "license": "Apache-2.0",
2361
3330
  "bin": {
2362
3331
  "baseline-browser-mapping": "dist/cli.cjs"
@@ -2390,9 +3359,9 @@
2390
3359
  }
2391
3360
  },
2392
3361
  "node_modules/brace-expansion": {
2393
- "version": "1.1.14",
2394
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
2395
- "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
3362
+ "version": "1.1.12",
3363
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
3364
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
2396
3365
  "dev": true,
2397
3366
  "license": "MIT",
2398
3367
  "dependencies": {
@@ -2413,9 +3382,9 @@
2413
3382
  }
2414
3383
  },
2415
3384
  "node_modules/browserslist": {
2416
- "version": "4.28.2",
2417
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
2418
- "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
3385
+ "version": "4.28.1",
3386
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
3387
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
2419
3388
  "funding": [
2420
3389
  {
2421
3390
  "type": "opencollective",
@@ -2432,11 +3401,11 @@
2432
3401
  ],
2433
3402
  "license": "MIT",
2434
3403
  "dependencies": {
2435
- "baseline-browser-mapping": "^2.10.12",
2436
- "caniuse-lite": "^1.0.30001782",
2437
- "electron-to-chromium": "^1.5.328",
2438
- "node-releases": "^2.0.36",
2439
- "update-browserslist-db": "^1.2.3"
3404
+ "baseline-browser-mapping": "^2.9.0",
3405
+ "caniuse-lite": "^1.0.30001759",
3406
+ "electron-to-chromium": "^1.5.263",
3407
+ "node-releases": "^2.0.27",
3408
+ "update-browserslist-db": "^1.2.0"
2440
3409
  },
2441
3410
  "bin": {
2442
3411
  "browserslist": "cli.js"
@@ -2470,15 +3439,15 @@
2470
3439
  }
2471
3440
  },
2472
3441
  "node_modules/call-bind": {
2473
- "version": "1.0.9",
2474
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
2475
- "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
3442
+ "version": "1.0.8",
3443
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
3444
+ "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
2476
3445
  "dev": true,
2477
3446
  "license": "MIT",
2478
3447
  "dependencies": {
2479
- "call-bind-apply-helpers": "^1.0.2",
2480
- "es-define-property": "^1.0.1",
2481
- "get-intrinsic": "^1.3.0",
3448
+ "call-bind-apply-helpers": "^1.0.0",
3449
+ "es-define-property": "^1.0.0",
3450
+ "get-intrinsic": "^1.2.4",
2482
3451
  "set-function-length": "^1.2.2"
2483
3452
  },
2484
3453
  "engines": {
@@ -2527,9 +3496,9 @@
2527
3496
  }
2528
3497
  },
2529
3498
  "node_modules/caniuse-lite": {
2530
- "version": "1.0.30001792",
2531
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz",
2532
- "integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==",
3499
+ "version": "1.0.30001781",
3500
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001781.tgz",
3501
+ "integrity": "sha512-RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw==",
2533
3502
  "funding": [
2534
3503
  {
2535
3504
  "type": "opencollective",
@@ -2666,10 +3635,27 @@
2666
3635
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2667
3636
  "license": "MIT",
2668
3637
  "dependencies": {
2669
- "ansi-regex": "^5.0.1"
3638
+ "ansi-regex": "^5.0.1"
3639
+ },
3640
+ "engines": {
3641
+ "node": ">=8"
3642
+ }
3643
+ },
3644
+ "node_modules/cliui/node_modules/wrap-ansi": {
3645
+ "version": "7.0.0",
3646
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3647
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3648
+ "license": "MIT",
3649
+ "dependencies": {
3650
+ "ansi-styles": "^4.0.0",
3651
+ "string-width": "^4.1.0",
3652
+ "strip-ansi": "^6.0.0"
2670
3653
  },
2671
3654
  "engines": {
2672
- "node": ">=8"
3655
+ "node": ">=10"
3656
+ },
3657
+ "funding": {
3658
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2673
3659
  }
2674
3660
  },
2675
3661
  "node_modules/clsx": {
@@ -2722,9 +3708,9 @@
2722
3708
  "license": "MIT"
2723
3709
  },
2724
3710
  "node_modules/content-disposition": {
2725
- "version": "1.1.0",
2726
- "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
2727
- "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
3711
+ "version": "1.0.1",
3712
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
3713
+ "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
2728
3714
  "license": "MIT",
2729
3715
  "engines": {
2730
3716
  "node": ">=18"
@@ -3078,9 +4064,9 @@
3078
4064
  }
3079
4065
  },
3080
4066
  "node_modules/dotenv": {
3081
- "version": "17.4.2",
3082
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
3083
- "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
4067
+ "version": "17.3.1",
4068
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz",
4069
+ "integrity": "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==",
3084
4070
  "license": "BSD-2-Clause",
3085
4071
  "engines": {
3086
4072
  "node": ">=12"
@@ -3127,9 +4113,9 @@
3127
4113
  "license": "MIT"
3128
4114
  },
3129
4115
  "node_modules/electron-to-chromium": {
3130
- "version": "1.5.355",
3131
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.355.tgz",
3132
- "integrity": "sha512-LUPZhKzZPYSPme1jEYohpkA+ybYCJztr1quAdBd7E7h3+VOBVcKkwwtBJu41nrjawrRzfb8mtMfzWozoaK0ZIQ==",
4116
+ "version": "1.5.322",
4117
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.322.tgz",
4118
+ "integrity": "sha512-vFU34OcrvMcH66T+dYC3G4nURmgfDVewMIu6Q2urXpumAPSMmzvcn04KVVV8Opikq8Vs5nUbO/8laNhNRqSzYw==",
3133
4119
  "license": "ISC"
3134
4120
  },
3135
4121
  "node_modules/emoji-regex": {
@@ -3149,14 +4135,14 @@
3149
4135
  }
3150
4136
  },
3151
4137
  "node_modules/enhanced-resolve": {
3152
- "version": "5.21.3",
3153
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.3.tgz",
3154
- "integrity": "sha512-QyL119InA+XXEkNLNTPCXPugSvOfhwv0JOlGNzvxs0hZaiHLNvXSpudUWsOlsXGWJh8G6ckCScEkVHfX3kw/2Q==",
4138
+ "version": "5.20.1",
4139
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
4140
+ "integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
3155
4141
  "dev": true,
3156
4142
  "license": "MIT",
3157
4143
  "dependencies": {
3158
4144
  "graceful-fs": "^4.2.4",
3159
- "tapable": "^2.3.3"
4145
+ "tapable": "^2.3.0"
3160
4146
  },
3161
4147
  "engines": {
3162
4148
  "node": ">=10.13.0"
@@ -3181,9 +4167,9 @@
3181
4167
  }
3182
4168
  },
3183
4169
  "node_modules/es-abstract": {
3184
- "version": "1.24.2",
3185
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.2.tgz",
3186
- "integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==",
4170
+ "version": "1.24.1",
4171
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz",
4172
+ "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
3187
4173
  "dev": true,
3188
4174
  "license": "MIT",
3189
4175
  "dependencies": {
@@ -3268,16 +4254,16 @@
3268
4254
  }
3269
4255
  },
3270
4256
  "node_modules/es-iterator-helpers": {
3271
- "version": "1.3.2",
3272
- "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.2.tgz",
3273
- "integrity": "sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==",
4257
+ "version": "1.3.1",
4258
+ "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.1.tgz",
4259
+ "integrity": "sha512-zWwRvqWiuBPr0muUG/78cW3aHROFCNIQ3zpmYDpwdbnt2m+xlNyRWpHBpa2lJjSBit7BQ+RXA1iwbSmu5yJ/EQ==",
3274
4260
  "dev": true,
3275
4261
  "license": "MIT",
3276
4262
  "dependencies": {
3277
- "call-bind": "^1.0.9",
4263
+ "call-bind": "^1.0.8",
3278
4264
  "call-bound": "^1.0.4",
3279
4265
  "define-properties": "^1.2.1",
3280
- "es-abstract": "^1.24.2",
4266
+ "es-abstract": "^1.24.1",
3281
4267
  "es-errors": "^1.3.0",
3282
4268
  "es-set-tostringtag": "^2.1.0",
3283
4269
  "function-bind": "^1.1.2",
@@ -3289,7 +4275,8 @@
3289
4275
  "has-symbols": "^1.1.0",
3290
4276
  "internal-slot": "^1.1.0",
3291
4277
  "iterator.prototype": "^1.1.5",
3292
- "math-intrinsics": "^1.1.0"
4278
+ "math-intrinsics": "^1.1.0",
4279
+ "safe-array-concat": "^1.1.3"
3293
4280
  },
3294
4281
  "engines": {
3295
4282
  "node": ">= 0.4"
@@ -3483,15 +4470,15 @@
3483
4470
  }
3484
4471
  },
3485
4472
  "node_modules/eslint-import-resolver-node": {
3486
- "version": "0.3.10",
3487
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.10.tgz",
3488
- "integrity": "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==",
4473
+ "version": "0.3.9",
4474
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
4475
+ "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
3489
4476
  "dev": true,
3490
4477
  "license": "MIT",
3491
4478
  "dependencies": {
3492
4479
  "debug": "^3.2.7",
3493
- "is-core-module": "^2.16.1",
3494
- "resolve": "^2.0.0-next.6"
4480
+ "is-core-module": "^2.13.0",
4481
+ "resolve": "^1.22.4"
3495
4482
  }
3496
4483
  },
3497
4484
  "node_modules/eslint-import-resolver-node/node_modules/debug": {
@@ -3675,9 +4662,9 @@
3675
4662
  }
3676
4663
  },
3677
4664
  "node_modules/eslint-plugin-react-hooks": {
3678
- "version": "7.1.1",
3679
- "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz",
3680
- "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==",
4665
+ "version": "7.0.1",
4666
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz",
4667
+ "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
3681
4668
  "dev": true,
3682
4669
  "license": "MIT",
3683
4670
  "dependencies": {
@@ -3691,7 +4678,31 @@
3691
4678
  "node": ">=18"
3692
4679
  },
3693
4680
  "peerDependencies": {
3694
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
4681
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
4682
+ }
4683
+ },
4684
+ "node_modules/eslint-plugin-react/node_modules/resolve": {
4685
+ "version": "2.0.0-next.6",
4686
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.6.tgz",
4687
+ "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
4688
+ "dev": true,
4689
+ "license": "MIT",
4690
+ "dependencies": {
4691
+ "es-errors": "^1.3.0",
4692
+ "is-core-module": "^2.16.1",
4693
+ "node-exports-info": "^1.6.0",
4694
+ "object-keys": "^1.1.1",
4695
+ "path-parse": "^1.0.7",
4696
+ "supports-preserve-symlinks-flag": "^1.0.0"
4697
+ },
4698
+ "bin": {
4699
+ "resolve": "bin/resolve"
4700
+ },
4701
+ "engines": {
4702
+ "node": ">= 0.4"
4703
+ },
4704
+ "funding": {
4705
+ "url": "https://github.com/sponsors/ljharb"
3695
4706
  }
3696
4707
  },
3697
4708
  "node_modules/eslint-scope": {
@@ -3823,9 +4834,9 @@
3823
4834
  }
3824
4835
  },
3825
4836
  "node_modules/eventsource-parser": {
3826
- "version": "3.0.8",
3827
- "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.8.tgz",
3828
- "integrity": "sha512-70QWGkr4snxr0OXLRWsFLeRBIRPuQOvt4s8QYjmUlmlkyTZkRqS7EDVRZtzU3TiyDbXSzaOeF0XUKy8PchzukQ==",
4837
+ "version": "3.0.6",
4838
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.6.tgz",
4839
+ "integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==",
3829
4840
  "license": "MIT",
3830
4841
  "engines": {
3831
4842
  "node": ">=18.0.0"
@@ -3901,12 +4912,12 @@
3901
4912
  }
3902
4913
  },
3903
4914
  "node_modules/express-rate-limit": {
3904
- "version": "8.5.2",
3905
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.2.tgz",
3906
- "integrity": "sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==",
4915
+ "version": "8.3.1",
4916
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.3.1.tgz",
4917
+ "integrity": "sha512-D1dKN+cmyPWuvB+G2SREQDzPY1agpBIcTa9sJxOPMCNeH3gwzhqJRDWCXW3gg0y//+LQ/8j52JbMROWyrKdMdw==",
3907
4918
  "license": "MIT",
3908
4919
  "dependencies": {
3909
- "ip-address": "^10.2.0"
4920
+ "ip-address": "10.1.0"
3910
4921
  },
3911
4922
  "engines": {
3912
4923
  "node": ">= 16"
@@ -3968,25 +4979,10 @@
3968
4979
  "dev": true,
3969
4980
  "license": "MIT"
3970
4981
  },
3971
- "node_modules/fast-string-truncated-width": {
3972
- "version": "3.0.3",
3973
- "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
3974
- "integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
3975
- "license": "MIT"
3976
- },
3977
- "node_modules/fast-string-width": {
3978
- "version": "3.0.2",
3979
- "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
3980
- "integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
3981
- "license": "MIT",
3982
- "dependencies": {
3983
- "fast-string-truncated-width": "^3.0.2"
3984
- }
3985
- },
3986
4982
  "node_modules/fast-uri": {
3987
- "version": "3.1.2",
3988
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
3989
- "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
4983
+ "version": "3.1.0",
4984
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
4985
+ "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
3990
4986
  "funding": [
3991
4987
  {
3992
4988
  "type": "github",
@@ -3999,15 +4995,6 @@
3999
4995
  ],
4000
4996
  "license": "BSD-3-Clause"
4001
4997
  },
4002
- "node_modules/fast-wrap-ansi": {
4003
- "version": "0.2.0",
4004
- "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz",
4005
- "integrity": "sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==",
4006
- "license": "MIT",
4007
- "dependencies": {
4008
- "fast-string-width": "^3.0.2"
4009
- }
4010
- },
4011
4998
  "node_modules/fastq": {
4012
4999
  "version": "1.20.1",
4013
5000
  "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
@@ -4213,9 +5200,9 @@
4213
5200
  }
4214
5201
  },
4215
5202
  "node_modules/fs-extra": {
4216
- "version": "11.3.5",
4217
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz",
4218
- "integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==",
5203
+ "version": "11.3.4",
5204
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
5205
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
4219
5206
  "license": "MIT",
4220
5207
  "dependencies": {
4221
5208
  "graceful-fs": "^4.2.0",
@@ -4226,6 +5213,21 @@
4226
5213
  "node": ">=14.14"
4227
5214
  }
4228
5215
  },
5216
+ "node_modules/fsevents": {
5217
+ "version": "2.3.2",
5218
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
5219
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
5220
+ "dev": true,
5221
+ "hasInstallScript": true,
5222
+ "license": "MIT",
5223
+ "optional": true,
5224
+ "os": [
5225
+ "darwin"
5226
+ ],
5227
+ "engines": {
5228
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
5229
+ }
5230
+ },
4229
5231
  "node_modules/function-bind": {
4230
5232
  "version": "1.1.2",
4231
5233
  "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
@@ -4301,9 +5303,9 @@
4301
5303
  }
4302
5304
  },
4303
5305
  "node_modules/get-east-asian-width": {
4304
- "version": "1.6.0",
4305
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
4306
- "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
5306
+ "version": "1.5.0",
5307
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
5308
+ "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
4307
5309
  "license": "MIT",
4308
5310
  "engines": {
4309
5311
  "node": ">=18"
@@ -4396,9 +5398,9 @@
4396
5398
  }
4397
5399
  },
4398
5400
  "node_modules/get-tsconfig": {
4399
- "version": "4.14.0",
4400
- "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.14.0.tgz",
4401
- "integrity": "sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==",
5401
+ "version": "4.13.7",
5402
+ "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.7.tgz",
5403
+ "integrity": "sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==",
4402
5404
  "dev": true,
4403
5405
  "license": "MIT",
4404
5406
  "dependencies": {
@@ -4470,9 +5472,9 @@
4470
5472
  "license": "ISC"
4471
5473
  },
4472
5474
  "node_modules/graphql": {
4473
- "version": "16.14.0",
4474
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.14.0.tgz",
4475
- "integrity": "sha512-BBvQ/406p+4CZbTpCbVPSxfzrZrbnuWSP1ELYgyS6B+hNeKzgrdB4JczCa5VZUBQrDa9hUngm0KnexY6pJRN5Q==",
5475
+ "version": "16.13.2",
5476
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.2.tgz",
5477
+ "integrity": "sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==",
4476
5478
  "license": "MIT",
4477
5479
  "engines": {
4478
5480
  "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
@@ -4559,9 +5561,9 @@
4559
5561
  }
4560
5562
  },
4561
5563
  "node_modules/hasown": {
4562
- "version": "2.0.3",
4563
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
4564
- "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
5564
+ "version": "2.0.2",
5565
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
5566
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
4565
5567
  "license": "MIT",
4566
5568
  "dependencies": {
4567
5569
  "function-bind": "^1.1.2"
@@ -4571,14 +5573,10 @@
4571
5573
  }
4572
5574
  },
4573
5575
  "node_modules/headers-polyfill": {
4574
- "version": "5.0.1",
4575
- "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-5.0.1.tgz",
4576
- "integrity": "sha512-1TJ6Fih/b8h5TIcv+1+Hw0PDQWJTKDKzFZzcKOiW1wJza3XoAQlkCuXLbymPYB8+ZQyw8mHvdw560e8zVFIWyA==",
4577
- "license": "MIT",
4578
- "dependencies": {
4579
- "@types/set-cookie-parser": "^2.4.10",
4580
- "set-cookie-parser": "^3.0.1"
4581
- }
5576
+ "version": "4.0.3",
5577
+ "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-4.0.3.tgz",
5578
+ "integrity": "sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==",
5579
+ "license": "MIT"
4582
5580
  },
4583
5581
  "node_modules/hermes-estree": {
4584
5582
  "version": "0.25.1",
@@ -4598,9 +5596,9 @@
4598
5596
  }
4599
5597
  },
4600
5598
  "node_modules/hono": {
4601
- "version": "4.12.18",
4602
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz",
4603
- "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==",
5599
+ "version": "4.12.9",
5600
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.9.tgz",
5601
+ "integrity": "sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==",
4604
5602
  "license": "MIT",
4605
5603
  "engines": {
4606
5604
  "node": ">=16.9.0"
@@ -4721,9 +5719,9 @@
4721
5719
  }
4722
5720
  },
4723
5721
  "node_modules/ip-address": {
4724
- "version": "10.2.0",
4725
- "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
4726
- "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
5722
+ "version": "10.1.0",
5723
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
5724
+ "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
4727
5725
  "license": "MIT",
4728
5726
  "engines": {
4729
5727
  "node": ">= 12"
@@ -4826,9 +5824,9 @@
4826
5824
  }
4827
5825
  },
4828
5826
  "node_modules/is-bun-module/node_modules/semver": {
4829
- "version": "7.8.0",
4830
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
4831
- "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
5827
+ "version": "7.7.4",
5828
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
5829
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
4832
5830
  "dev": true,
4833
5831
  "license": "ISC",
4834
5832
  "bin": {
@@ -4852,13 +5850,13 @@
4852
5850
  }
4853
5851
  },
4854
5852
  "node_modules/is-core-module": {
4855
- "version": "2.16.2",
4856
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
4857
- "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
5853
+ "version": "2.16.1",
5854
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
5855
+ "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
4858
5856
  "dev": true,
4859
5857
  "license": "MIT",
4860
5858
  "dependencies": {
4861
- "hasown": "^2.0.3"
5859
+ "hasown": "^2.0.2"
4862
5860
  },
4863
5861
  "engines": {
4864
5862
  "node": ">= 0.4"
@@ -5341,9 +6339,9 @@
5341
6339
  }
5342
6340
  },
5343
6341
  "node_modules/jiti": {
5344
- "version": "2.7.0",
5345
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
5346
- "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
6342
+ "version": "2.6.1",
6343
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
6344
+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
5347
6345
  "dev": true,
5348
6346
  "license": "MIT",
5349
6347
  "bin": {
@@ -5351,9 +6349,9 @@
5351
6349
  }
5352
6350
  },
5353
6351
  "node_modules/jose": {
5354
- "version": "6.2.3",
5355
- "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz",
5356
- "integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==",
6352
+ "version": "6.2.2",
6353
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.2.tgz",
6354
+ "integrity": "sha512-d7kPDd34KO/YnzaDOlikGpOurfF0ByC2sEV4cANCtdqLlTfBlw2p14O/5d/zv40gJPbIQxfES3nSx1/oYNyuZQ==",
5357
6355
  "license": "MIT",
5358
6356
  "funding": {
5359
6357
  "url": "https://github.com/sponsors/panva"
@@ -5435,9 +6433,9 @@
5435
6433
  }
5436
6434
  },
5437
6435
  "node_modules/jsonfile": {
5438
- "version": "6.2.1",
5439
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz",
5440
- "integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
6436
+ "version": "6.2.0",
6437
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
6438
+ "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
5441
6439
  "license": "MIT",
5442
6440
  "dependencies": {
5443
6441
  "universalify": "^2.0.0"
@@ -5488,61 +6486,271 @@
5488
6486
  "dev": true,
5489
6487
  "license": "CC0-1.0"
5490
6488
  },
5491
- "node_modules/language-tags": {
5492
- "version": "1.0.9",
5493
- "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
5494
- "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
6489
+ "node_modules/language-tags": {
6490
+ "version": "1.0.9",
6491
+ "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
6492
+ "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
6493
+ "dev": true,
6494
+ "license": "MIT",
6495
+ "dependencies": {
6496
+ "language-subtag-registry": "^0.3.20"
6497
+ },
6498
+ "engines": {
6499
+ "node": ">=0.10"
6500
+ }
6501
+ },
6502
+ "node_modules/levn": {
6503
+ "version": "0.4.1",
6504
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
6505
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
6506
+ "dev": true,
6507
+ "license": "MIT",
6508
+ "dependencies": {
6509
+ "prelude-ls": "^1.2.1",
6510
+ "type-check": "~0.4.0"
6511
+ },
6512
+ "engines": {
6513
+ "node": ">= 0.8.0"
6514
+ }
6515
+ },
6516
+ "node_modules/lightningcss": {
6517
+ "version": "1.32.0",
6518
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
6519
+ "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
6520
+ "dev": true,
6521
+ "license": "MPL-2.0",
6522
+ "dependencies": {
6523
+ "detect-libc": "^2.0.3"
6524
+ },
6525
+ "engines": {
6526
+ "node": ">= 12.0.0"
6527
+ },
6528
+ "funding": {
6529
+ "type": "opencollective",
6530
+ "url": "https://opencollective.com/parcel"
6531
+ },
6532
+ "optionalDependencies": {
6533
+ "lightningcss-android-arm64": "1.32.0",
6534
+ "lightningcss-darwin-arm64": "1.32.0",
6535
+ "lightningcss-darwin-x64": "1.32.0",
6536
+ "lightningcss-freebsd-x64": "1.32.0",
6537
+ "lightningcss-linux-arm-gnueabihf": "1.32.0",
6538
+ "lightningcss-linux-arm64-gnu": "1.32.0",
6539
+ "lightningcss-linux-arm64-musl": "1.32.0",
6540
+ "lightningcss-linux-x64-gnu": "1.32.0",
6541
+ "lightningcss-linux-x64-musl": "1.32.0",
6542
+ "lightningcss-win32-arm64-msvc": "1.32.0",
6543
+ "lightningcss-win32-x64-msvc": "1.32.0"
6544
+ }
6545
+ },
6546
+ "node_modules/lightningcss-android-arm64": {
6547
+ "version": "1.32.0",
6548
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
6549
+ "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
6550
+ "cpu": [
6551
+ "arm64"
6552
+ ],
6553
+ "dev": true,
6554
+ "license": "MPL-2.0",
6555
+ "optional": true,
6556
+ "os": [
6557
+ "android"
6558
+ ],
6559
+ "engines": {
6560
+ "node": ">= 12.0.0"
6561
+ },
6562
+ "funding": {
6563
+ "type": "opencollective",
6564
+ "url": "https://opencollective.com/parcel"
6565
+ }
6566
+ },
6567
+ "node_modules/lightningcss-darwin-arm64": {
6568
+ "version": "1.32.0",
6569
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
6570
+ "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
6571
+ "cpu": [
6572
+ "arm64"
6573
+ ],
6574
+ "dev": true,
6575
+ "license": "MPL-2.0",
6576
+ "optional": true,
6577
+ "os": [
6578
+ "darwin"
6579
+ ],
6580
+ "engines": {
6581
+ "node": ">= 12.0.0"
6582
+ },
6583
+ "funding": {
6584
+ "type": "opencollective",
6585
+ "url": "https://opencollective.com/parcel"
6586
+ }
6587
+ },
6588
+ "node_modules/lightningcss-darwin-x64": {
6589
+ "version": "1.32.0",
6590
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
6591
+ "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
6592
+ "cpu": [
6593
+ "x64"
6594
+ ],
6595
+ "dev": true,
6596
+ "license": "MPL-2.0",
6597
+ "optional": true,
6598
+ "os": [
6599
+ "darwin"
6600
+ ],
6601
+ "engines": {
6602
+ "node": ">= 12.0.0"
6603
+ },
6604
+ "funding": {
6605
+ "type": "opencollective",
6606
+ "url": "https://opencollective.com/parcel"
6607
+ }
6608
+ },
6609
+ "node_modules/lightningcss-freebsd-x64": {
6610
+ "version": "1.32.0",
6611
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
6612
+ "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
6613
+ "cpu": [
6614
+ "x64"
6615
+ ],
6616
+ "dev": true,
6617
+ "license": "MPL-2.0",
6618
+ "optional": true,
6619
+ "os": [
6620
+ "freebsd"
6621
+ ],
6622
+ "engines": {
6623
+ "node": ">= 12.0.0"
6624
+ },
6625
+ "funding": {
6626
+ "type": "opencollective",
6627
+ "url": "https://opencollective.com/parcel"
6628
+ }
6629
+ },
6630
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
6631
+ "version": "1.32.0",
6632
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
6633
+ "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
6634
+ "cpu": [
6635
+ "arm"
6636
+ ],
6637
+ "dev": true,
6638
+ "license": "MPL-2.0",
6639
+ "optional": true,
6640
+ "os": [
6641
+ "linux"
6642
+ ],
6643
+ "engines": {
6644
+ "node": ">= 12.0.0"
6645
+ },
6646
+ "funding": {
6647
+ "type": "opencollective",
6648
+ "url": "https://opencollective.com/parcel"
6649
+ }
6650
+ },
6651
+ "node_modules/lightningcss-linux-arm64-gnu": {
6652
+ "version": "1.32.0",
6653
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
6654
+ "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
6655
+ "cpu": [
6656
+ "arm64"
6657
+ ],
6658
+ "dev": true,
6659
+ "license": "MPL-2.0",
6660
+ "optional": true,
6661
+ "os": [
6662
+ "linux"
6663
+ ],
6664
+ "engines": {
6665
+ "node": ">= 12.0.0"
6666
+ },
6667
+ "funding": {
6668
+ "type": "opencollective",
6669
+ "url": "https://opencollective.com/parcel"
6670
+ }
6671
+ },
6672
+ "node_modules/lightningcss-linux-arm64-musl": {
6673
+ "version": "1.32.0",
6674
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
6675
+ "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
6676
+ "cpu": [
6677
+ "arm64"
6678
+ ],
6679
+ "dev": true,
6680
+ "license": "MPL-2.0",
6681
+ "optional": true,
6682
+ "os": [
6683
+ "linux"
6684
+ ],
6685
+ "engines": {
6686
+ "node": ">= 12.0.0"
6687
+ },
6688
+ "funding": {
6689
+ "type": "opencollective",
6690
+ "url": "https://opencollective.com/parcel"
6691
+ }
6692
+ },
6693
+ "node_modules/lightningcss-linux-x64-gnu": {
6694
+ "version": "1.32.0",
6695
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
6696
+ "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
6697
+ "cpu": [
6698
+ "x64"
6699
+ ],
5495
6700
  "dev": true,
5496
- "license": "MIT",
5497
- "dependencies": {
5498
- "language-subtag-registry": "^0.3.20"
5499
- },
6701
+ "license": "MPL-2.0",
6702
+ "optional": true,
6703
+ "os": [
6704
+ "linux"
6705
+ ],
5500
6706
  "engines": {
5501
- "node": ">=0.10"
6707
+ "node": ">= 12.0.0"
6708
+ },
6709
+ "funding": {
6710
+ "type": "opencollective",
6711
+ "url": "https://opencollective.com/parcel"
5502
6712
  }
5503
6713
  },
5504
- "node_modules/levn": {
5505
- "version": "0.4.1",
5506
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
5507
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
6714
+ "node_modules/lightningcss-linux-x64-musl": {
6715
+ "version": "1.32.0",
6716
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
6717
+ "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
6718
+ "cpu": [
6719
+ "x64"
6720
+ ],
5508
6721
  "dev": true,
5509
- "license": "MIT",
5510
- "dependencies": {
5511
- "prelude-ls": "^1.2.1",
5512
- "type-check": "~0.4.0"
5513
- },
6722
+ "license": "MPL-2.0",
6723
+ "optional": true,
6724
+ "os": [
6725
+ "linux"
6726
+ ],
5514
6727
  "engines": {
5515
- "node": ">= 0.8.0"
6728
+ "node": ">= 12.0.0"
6729
+ },
6730
+ "funding": {
6731
+ "type": "opencollective",
6732
+ "url": "https://opencollective.com/parcel"
5516
6733
  }
5517
6734
  },
5518
- "node_modules/lightningcss": {
6735
+ "node_modules/lightningcss-win32-arm64-msvc": {
5519
6736
  "version": "1.32.0",
5520
- "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
5521
- "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
6737
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
6738
+ "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
6739
+ "cpu": [
6740
+ "arm64"
6741
+ ],
5522
6742
  "dev": true,
5523
6743
  "license": "MPL-2.0",
5524
- "dependencies": {
5525
- "detect-libc": "^2.0.3"
5526
- },
6744
+ "optional": true,
6745
+ "os": [
6746
+ "win32"
6747
+ ],
5527
6748
  "engines": {
5528
6749
  "node": ">= 12.0.0"
5529
6750
  },
5530
6751
  "funding": {
5531
6752
  "type": "opencollective",
5532
6753
  "url": "https://opencollective.com/parcel"
5533
- },
5534
- "optionalDependencies": {
5535
- "lightningcss-android-arm64": "1.32.0",
5536
- "lightningcss-darwin-arm64": "1.32.0",
5537
- "lightningcss-darwin-x64": "1.32.0",
5538
- "lightningcss-freebsd-x64": "1.32.0",
5539
- "lightningcss-linux-arm-gnueabihf": "1.32.0",
5540
- "lightningcss-linux-arm64-gnu": "1.32.0",
5541
- "lightningcss-linux-arm64-musl": "1.32.0",
5542
- "lightningcss-linux-x64-gnu": "1.32.0",
5543
- "lightningcss-linux-x64-musl": "1.32.0",
5544
- "lightningcss-win32-arm64-msvc": "1.32.0",
5545
- "lightningcss-win32-x64-msvc": "1.32.0"
5546
6754
  }
5547
6755
  },
5548
6756
  "node_modules/lightningcss-win32-x64-msvc": {
@@ -5658,9 +6866,9 @@
5658
6866
  }
5659
6867
  },
5660
6868
  "node_modules/lucide-react": {
5661
- "version": "1.16.0",
5662
- "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.16.0.tgz",
5663
- "integrity": "sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==",
6869
+ "version": "1.6.0",
6870
+ "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.6.0.tgz",
6871
+ "integrity": "sha512-YxLKVCOF5ZDI1AhKQE5IBYMY9y/Nr4NT15+7QEWpsTSVCdn4vmZhww+6BP76jWYjQx8rSz1Z+gGme1f+UycWEw==",
5664
6872
  "license": "ISC",
5665
6873
  "peerDependencies": {
5666
6874
  "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@@ -5824,28 +7032,28 @@
5824
7032
  "license": "MIT"
5825
7033
  },
5826
7034
  "node_modules/msw": {
5827
- "version": "2.14.6",
5828
- "resolved": "https://registry.npmjs.org/msw/-/msw-2.14.6.tgz",
5829
- "integrity": "sha512-ALe+N10S72cyx94cMcy3Zs4HhXCj35sgeAL4c+WTvKi0zWnbd8/h0lcFqv0mb2P+aSgAdD7p9HzvA0DiUPxsyg==",
7035
+ "version": "2.12.14",
7036
+ "resolved": "https://registry.npmjs.org/msw/-/msw-2.12.14.tgz",
7037
+ "integrity": "sha512-4KXa4nVBIBjbDbd7vfQNuQ25eFxug0aropCQFoI0JdOBuJWamkT1yLVIWReFI8SiTRc+H1hKzaNk+cLk2N9rtQ==",
5830
7038
  "hasInstallScript": true,
5831
7039
  "license": "MIT",
5832
7040
  "dependencies": {
5833
- "@inquirer/confirm": "^6.0.11",
5834
- "@mswjs/interceptors": "^0.41.3",
5835
- "@open-draft/deferred-promise": "^3.0.0",
7041
+ "@inquirer/confirm": "^5.0.0",
7042
+ "@mswjs/interceptors": "^0.41.2",
7043
+ "@open-draft/deferred-promise": "^2.2.0",
5836
7044
  "@types/statuses": "^2.0.6",
5837
- "cookie": "^1.1.1",
5838
- "graphql": "^16.13.2",
5839
- "headers-polyfill": "^5.0.1",
7045
+ "cookie": "^1.0.2",
7046
+ "graphql": "^16.12.0",
7047
+ "headers-polyfill": "^4.0.2",
5840
7048
  "is-node-process": "^1.2.0",
5841
7049
  "outvariant": "^1.4.3",
5842
7050
  "path-to-regexp": "^6.3.0",
5843
7051
  "picocolors": "^1.1.1",
5844
- "rettime": "^0.11.11",
7052
+ "rettime": "^0.10.1",
5845
7053
  "statuses": "^2.0.2",
5846
7054
  "strict-event-emitter": "^0.5.1",
5847
- "tough-cookie": "^6.0.1",
5848
- "type-fest": "^5.5.0",
7055
+ "tough-cookie": "^6.0.0",
7056
+ "type-fest": "^5.2.0",
5849
7057
  "until-async": "^3.0.2",
5850
7058
  "yargs": "^17.7.2"
5851
7059
  },
@@ -5881,18 +7089,18 @@
5881
7089
  }
5882
7090
  },
5883
7091
  "node_modules/mute-stream": {
5884
- "version": "3.0.0",
5885
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
5886
- "integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
7092
+ "version": "2.0.0",
7093
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
7094
+ "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
5887
7095
  "license": "ISC",
5888
7096
  "engines": {
5889
- "node": "^20.17.0 || >=22.9.0"
7097
+ "node": "^18.17.0 || >=20.5.0"
5890
7098
  }
5891
7099
  },
5892
7100
  "node_modules/nanoid": {
5893
- "version": "3.3.12",
5894
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
5895
- "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
7101
+ "version": "3.3.11",
7102
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
7103
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
5896
7104
  "funding": [
5897
7105
  {
5898
7106
  "type": "github",
@@ -6078,9 +7286,9 @@
6078
7286
  }
6079
7287
  },
6080
7288
  "node_modules/node-releases": {
6081
- "version": "2.0.44",
6082
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.44.tgz",
6083
- "integrity": "sha512-5WUyunoPMsvvEhS8AxHtRzP+oA8UCkJ7YRxatWKjngndhDGLiqEVAQKWjFAiAiuL8zMRGzGSJxFnLetoa43qGQ==",
7289
+ "version": "2.0.36",
7290
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.36.tgz",
7291
+ "integrity": "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==",
6084
7292
  "license": "MIT"
6085
7293
  },
6086
7294
  "node_modules/npm-run-path": {
@@ -6565,9 +7773,9 @@
6565
7773
  }
6566
7774
  },
6567
7775
  "node_modules/postcss": {
6568
- "version": "8.5.14",
6569
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
6570
- "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
7776
+ "version": "8.5.8",
7777
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
7778
+ "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
6571
7779
  "funding": [
6572
7780
  {
6573
7781
  "type": "opencollective",
@@ -6700,9 +7908,9 @@
6700
7908
  }
6701
7909
  },
6702
7910
  "node_modules/qs": {
6703
- "version": "6.15.1",
6704
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz",
6705
- "integrity": "sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==",
7911
+ "version": "6.15.0",
7912
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
7913
+ "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
6706
7914
  "license": "BSD-3-Clause",
6707
7915
  "dependencies": {
6708
7916
  "side-channel": "^1.1.0"
@@ -6871,16 +8079,13 @@
6871
8079
  "license": "MIT"
6872
8080
  },
6873
8081
  "node_modules/resolve": {
6874
- "version": "2.0.0-next.6",
6875
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.6.tgz",
6876
- "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==",
8082
+ "version": "1.22.11",
8083
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
8084
+ "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
6877
8085
  "dev": true,
6878
8086
  "license": "MIT",
6879
8087
  "dependencies": {
6880
- "es-errors": "^1.3.0",
6881
8088
  "is-core-module": "^2.16.1",
6882
- "node-exports-info": "^1.6.0",
6883
- "object-keys": "^1.1.1",
6884
8089
  "path-parse": "^1.0.7",
6885
8090
  "supports-preserve-symlinks-flag": "^1.0.0"
6886
8091
  },
@@ -6930,9 +8135,9 @@
6930
8135
  }
6931
8136
  },
6932
8137
  "node_modules/rettime": {
6933
- "version": "0.11.11",
6934
- "resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.11.tgz",
6935
- "integrity": "sha512-ILJRqVWBCTlg9r42fFgwVZx1gnFAcQF8mRoMkbgQfIrjEDf9nbBFDFx00oloOa+Q869FUtaYDXZvEfnecQSCoQ==",
8138
+ "version": "0.10.1",
8139
+ "resolved": "https://registry.npmjs.org/rettime/-/rettime-0.10.1.tgz",
8140
+ "integrity": "sha512-uyDrIlUEH37cinabq0AX4QbgV4HbFZ/gqoiunWQ1UqBtRvTTytwhNYjE++pO/MjPTZL5KQCf2bEoJ/BJNVQ5Kw==",
6936
8141
  "license": "MIT"
6937
8142
  },
6938
8143
  "node_modules/reusify": {
@@ -6962,9 +8167,9 @@
6962
8167
  }
6963
8168
  },
6964
8169
  "node_modules/router/node_modules/path-to-regexp": {
6965
- "version": "8.4.2",
6966
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
6967
- "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
8170
+ "version": "8.3.0",
8171
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
8172
+ "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
6968
8173
  "license": "MIT",
6969
8174
  "funding": {
6970
8175
  "type": "opencollective",
@@ -7007,15 +8212,15 @@
7007
8212
  }
7008
8213
  },
7009
8214
  "node_modules/safe-array-concat": {
7010
- "version": "1.1.4",
7011
- "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.4.tgz",
7012
- "integrity": "sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==",
8215
+ "version": "1.1.3",
8216
+ "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
8217
+ "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
7013
8218
  "dev": true,
7014
8219
  "license": "MIT",
7015
8220
  "dependencies": {
7016
- "call-bind": "^1.0.9",
7017
- "call-bound": "^1.0.4",
7018
- "get-intrinsic": "^1.3.0",
8221
+ "call-bind": "^1.0.8",
8222
+ "call-bound": "^1.0.2",
8223
+ "get-intrinsic": "^1.2.6",
7019
8224
  "has-symbols": "^1.1.0",
7020
8225
  "isarray": "^2.0.5"
7021
8226
  },
@@ -7127,12 +8332,6 @@
7127
8332
  "url": "https://opencollective.com/express"
7128
8333
  }
7129
8334
  },
7130
- "node_modules/set-cookie-parser": {
7131
- "version": "3.1.0",
7132
- "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-3.1.0.tgz",
7133
- "integrity": "sha512-kjnC1DXBHcxaOaOXBHBeRtltsDG2nUiUni+jP92M9gYdW12rsmx92UsfpH7o5tDRs7I1ZZPSQJQGv3UaRfCiuw==",
7134
- "license": "MIT"
7135
- },
7136
8335
  "node_modules/set-function-length": {
7137
8336
  "version": "1.2.2",
7138
8337
  "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
@@ -7189,9 +8388,9 @@
7189
8388
  "license": "ISC"
7190
8389
  },
7191
8390
  "node_modules/shadcn": {
7192
- "version": "4.7.0",
7193
- "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.7.0.tgz",
7194
- "integrity": "sha512-70fwnesNrY1GgeD7Kdzn+3SsYeyfibm8immsA5L68+OusoPTvYF01oWExl8/latKpMpvVXcbgdbbE6VFBJQ38w==",
8391
+ "version": "4.1.0",
8392
+ "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.1.0.tgz",
8393
+ "integrity": "sha512-3zETJ+0Ezj69FS6RL0HOkLKKAR5yXisXx1iISJdfLQfrUqj/VIQlanQi1Ukk+9OE+XHZVj4FQNTBSfbr2CyCYg==",
7195
8394
  "license": "MIT",
7196
8395
  "dependencies": {
7197
8396
  "@babel/core": "^7.28.0",
@@ -7330,9 +8529,9 @@
7330
8529
  }
7331
8530
  },
7332
8531
  "node_modules/sharp/node_modules/semver": {
7333
- "version": "7.8.0",
7334
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
7335
- "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
8532
+ "version": "7.7.4",
8533
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
8534
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
7336
8535
  "license": "ISC",
7337
8536
  "optional": true,
7338
8537
  "bin": {
@@ -7383,13 +8582,13 @@
7383
8582
  }
7384
8583
  },
7385
8584
  "node_modules/side-channel-list": {
7386
- "version": "1.0.1",
7387
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
7388
- "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
8585
+ "version": "1.0.0",
8586
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
8587
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
7389
8588
  "license": "MIT",
7390
8589
  "dependencies": {
7391
8590
  "es-errors": "^1.3.0",
7392
- "object-inspect": "^1.13.4"
8591
+ "object-inspect": "^1.13.3"
7393
8592
  },
7394
8593
  "engines": {
7395
8594
  "node": ">= 0.4"
@@ -7770,6 +8969,12 @@
7770
8969
  "url": "https://github.com/sponsors/ljharb"
7771
8970
  }
7772
8971
  },
8972
+ "node_modules/tabbable": {
8973
+ "version": "6.4.0",
8974
+ "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.4.0.tgz",
8975
+ "integrity": "sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==",
8976
+ "license": "MIT"
8977
+ },
7773
8978
  "node_modules/tagged-tag": {
7774
8979
  "version": "1.0.0",
7775
8980
  "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
@@ -7783,9 +8988,9 @@
7783
8988
  }
7784
8989
  },
7785
8990
  "node_modules/tailwind-merge": {
7786
- "version": "3.6.0",
7787
- "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.6.0.tgz",
7788
- "integrity": "sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==",
8991
+ "version": "3.5.0",
8992
+ "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz",
8993
+ "integrity": "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==",
7789
8994
  "license": "MIT",
7790
8995
  "funding": {
7791
8996
  "type": "github",
@@ -7793,16 +8998,16 @@
7793
8998
  }
7794
8999
  },
7795
9000
  "node_modules/tailwindcss": {
7796
- "version": "4.3.0",
7797
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz",
7798
- "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==",
9001
+ "version": "4.2.2",
9002
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz",
9003
+ "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==",
7799
9004
  "dev": true,
7800
9005
  "license": "MIT"
7801
9006
  },
7802
9007
  "node_modules/tapable": {
7803
- "version": "2.3.3",
7804
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
7805
- "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
9008
+ "version": "2.3.2",
9009
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
9010
+ "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
7806
9011
  "dev": true,
7807
9012
  "license": "MIT",
7808
9013
  "engines": {
@@ -7820,14 +9025,14 @@
7820
9025
  "license": "MIT"
7821
9026
  },
7822
9027
  "node_modules/tinyglobby": {
7823
- "version": "0.2.16",
7824
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
7825
- "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
9028
+ "version": "0.2.15",
9029
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
9030
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
7826
9031
  "dev": true,
7827
9032
  "license": "MIT",
7828
9033
  "dependencies": {
7829
9034
  "fdir": "^6.5.0",
7830
- "picomatch": "^4.0.4"
9035
+ "picomatch": "^4.0.3"
7831
9036
  },
7832
9037
  "engines": {
7833
9038
  "node": ">=12.0.0"
@@ -7868,21 +9073,21 @@
7868
9073
  }
7869
9074
  },
7870
9075
  "node_modules/tldts": {
7871
- "version": "7.0.30",
7872
- "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.30.tgz",
7873
- "integrity": "sha512-ELrFxuqsDdHUwoh0XxDbxuLD3Wnz49Z57IFvTtvWy1hJdcMZjXLIuonjilCiWHlT2GbE4Wlv1wKVTzDFnXH1aw==",
9076
+ "version": "7.0.27",
9077
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.27.tgz",
9078
+ "integrity": "sha512-I4FZcVFcqCRuT0ph6dCDpPuO4Xgzvh+spkcTr1gK7peIvxWauoloVO0vuy1FQnijT63ss6AsHB6+OIM4aXHbPg==",
7874
9079
  "license": "MIT",
7875
9080
  "dependencies": {
7876
- "tldts-core": "^7.0.30"
9081
+ "tldts-core": "^7.0.27"
7877
9082
  },
7878
9083
  "bin": {
7879
9084
  "tldts": "bin/cli.js"
7880
9085
  }
7881
9086
  },
7882
9087
  "node_modules/tldts-core": {
7883
- "version": "7.0.30",
7884
- "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.30.tgz",
7885
- "integrity": "sha512-uiHN8PIB1VmWyS98eZYja4xzlYqeFZVjb4OuYlJQnZAuJhMw4PbKQOKgHKhBdJR3FE/t5mUQ1Kd80++B+qhD1Q==",
9088
+ "version": "7.0.27",
9089
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.27.tgz",
9090
+ "integrity": "sha512-YQ7uPjgWUibIK6DW5lrKujGwUKhLevU4hcGbP5O6TcIUb+oTjJYJVWPS4nZsIHrEEEG6myk/oqAJUEQmpZrHsg==",
7886
9091
  "license": "MIT"
7887
9092
  },
7888
9093
  "node_modules/to-regex-range": {
@@ -7996,9 +9201,9 @@
7996
9201
  }
7997
9202
  },
7998
9203
  "node_modules/type-fest": {
7999
- "version": "5.6.0",
8000
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.6.0.tgz",
8001
- "integrity": "sha512-8ZiHFm91orbSAe2PSAiSVBVko18pbhbiB3U9GglSzF/zCGkR+rxpHx6sEMCUm4kxY4LjDIUGgCfUMtwfZfjfUA==",
9204
+ "version": "5.5.0",
9205
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.5.0.tgz",
9206
+ "integrity": "sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g==",
8002
9207
  "license": "(MIT OR CC0-1.0)",
8003
9208
  "dependencies": {
8004
9209
  "tagged-tag": "^1.0.0"
@@ -8011,34 +9216,17 @@
8011
9216
  }
8012
9217
  },
8013
9218
  "node_modules/type-is": {
8014
- "version": "2.1.0",
8015
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
8016
- "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
9219
+ "version": "2.0.1",
9220
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
9221
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
8017
9222
  "license": "MIT",
8018
9223
  "dependencies": {
8019
- "content-type": "^2.0.0",
9224
+ "content-type": "^1.0.5",
8020
9225
  "media-typer": "^1.1.0",
8021
9226
  "mime-types": "^3.0.0"
8022
9227
  },
8023
9228
  "engines": {
8024
- "node": ">= 18"
8025
- },
8026
- "funding": {
8027
- "type": "opencollective",
8028
- "url": "https://opencollective.com/express"
8029
- }
8030
- },
8031
- "node_modules/type-is/node_modules/content-type": {
8032
- "version": "2.0.0",
8033
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
8034
- "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
8035
- "license": "MIT",
8036
- "engines": {
8037
- "node": ">=18"
8038
- },
8039
- "funding": {
8040
- "type": "opencollective",
8041
- "url": "https://opencollective.com/express"
9229
+ "node": ">= 0.6"
8042
9230
  }
8043
9231
  },
8044
9232
  "node_modules/typed-array-buffer": {
@@ -8134,16 +9322,16 @@
8134
9322
  }
8135
9323
  },
8136
9324
  "node_modules/typescript-eslint": {
8137
- "version": "8.59.3",
8138
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.3.tgz",
8139
- "integrity": "sha512-KgusgyDgG4LI8Ih/sWaCtZ06tckLAS5CvT5A4D1Q7bYVoAAyzwiZvE4BmwDHkhRVkvhRBepKeASoFzQetha7Fg==",
9325
+ "version": "8.57.2",
9326
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.57.2.tgz",
9327
+ "integrity": "sha512-VEPQ0iPgWO/sBaZOU1xo4nuNdODVOajPnTIbog2GKYr31nIlZ0fWPoCQgGfF3ETyBl1vn63F/p50Um9Z4J8O8A==",
8140
9328
  "dev": true,
8141
9329
  "license": "MIT",
8142
9330
  "dependencies": {
8143
- "@typescript-eslint/eslint-plugin": "8.59.3",
8144
- "@typescript-eslint/parser": "8.59.3",
8145
- "@typescript-eslint/typescript-estree": "8.59.3",
8146
- "@typescript-eslint/utils": "8.59.3"
9331
+ "@typescript-eslint/eslint-plugin": "8.57.2",
9332
+ "@typescript-eslint/parser": "8.57.2",
9333
+ "@typescript-eslint/typescript-estree": "8.57.2",
9334
+ "@typescript-eslint/utils": "8.57.2"
8147
9335
  },
8148
9336
  "engines": {
8149
9337
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8154,7 +9342,7 @@
8154
9342
  },
8155
9343
  "peerDependencies": {
8156
9344
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
8157
- "typescript": ">=4.8.4 <6.1.0"
9345
+ "typescript": ">=4.8.4 <6.0.0"
8158
9346
  }
8159
9347
  },
8160
9348
  "node_modules/unbox-primitive": {
@@ -8180,6 +9368,7 @@
8180
9368
  "version": "7.16.0",
8181
9369
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
8182
9370
  "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
9371
+ "devOptional": true,
8183
9372
  "license": "MIT"
8184
9373
  },
8185
9374
  "node_modules/unicorn-magic": {
@@ -8453,9 +9642,9 @@
8453
9642
  }
8454
9643
  },
8455
9644
  "node_modules/wrap-ansi": {
8456
- "version": "7.0.0",
8457
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
8458
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
9645
+ "version": "6.2.0",
9646
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
9647
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
8459
9648
  "license": "MIT",
8460
9649
  "dependencies": {
8461
9650
  "ansi-styles": "^4.0.0",
@@ -8463,10 +9652,7 @@
8463
9652
  "strip-ansi": "^6.0.0"
8464
9653
  },
8465
9654
  "engines": {
8466
- "node": ">=10"
8467
- },
8468
- "funding": {
8469
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
9655
+ "node": ">=8"
8470
9656
  }
8471
9657
  },
8472
9658
  "node_modules/wrap-ansi/node_modules/ansi-regex": {
@@ -8628,25 +9814,22 @@
8628
9814
  "url": "https://github.com/sponsors/sindresorhus"
8629
9815
  }
8630
9816
  },
8631
- "node_modules/yocto-spinner": {
8632
- "version": "1.2.0",
8633
- "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-1.2.0.tgz",
8634
- "integrity": "sha512-Yw0hUB6UA3o4YUgKy3oSe9a4cxoaZ9sBfYDw+JSxo6Id0KoJGoxzPA24qqUXYKBWABs/zDSGTz9kww7t3F0XGw==",
9817
+ "node_modules/yoctocolors": {
9818
+ "version": "2.1.2",
9819
+ "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
9820
+ "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
8635
9821
  "license": "MIT",
8636
- "dependencies": {
8637
- "yoctocolors": "^2.1.1"
8638
- },
8639
9822
  "engines": {
8640
- "node": ">=18.19"
9823
+ "node": ">=18"
8641
9824
  },
8642
9825
  "funding": {
8643
9826
  "url": "https://github.com/sponsors/sindresorhus"
8644
9827
  }
8645
9828
  },
8646
- "node_modules/yoctocolors": {
8647
- "version": "2.1.2",
8648
- "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
8649
- "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
9829
+ "node_modules/yoctocolors-cjs": {
9830
+ "version": "2.1.3",
9831
+ "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
9832
+ "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
8650
9833
  "license": "MIT",
8651
9834
  "engines": {
8652
9835
  "node": ">=18"
@@ -8656,21 +9839,21 @@
8656
9839
  }
8657
9840
  },
8658
9841
  "node_modules/zod": {
8659
- "version": "4.4.3",
8660
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
8661
- "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
9842
+ "version": "4.3.6",
9843
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
9844
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
8662
9845
  "license": "MIT",
8663
9846
  "funding": {
8664
9847
  "url": "https://github.com/sponsors/colinhacks"
8665
9848
  }
8666
9849
  },
8667
9850
  "node_modules/zod-to-json-schema": {
8668
- "version": "3.25.2",
8669
- "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
8670
- "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
9851
+ "version": "3.25.1",
9852
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.1.tgz",
9853
+ "integrity": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==",
8671
9854
  "license": "ISC",
8672
9855
  "peerDependencies": {
8673
- "zod": "^3.25.28 || ^4"
9856
+ "zod": "^3.25 || ^4"
8674
9857
  }
8675
9858
  },
8676
9859
  "node_modules/zod-validation-error": {
@@ -8685,111 +9868,6 @@
8685
9868
  "peerDependencies": {
8686
9869
  "zod": "^3.25.0 || ^4.0.0"
8687
9870
  }
8688
- },
8689
- "node_modules/@next/swc-darwin-arm64": {
8690
- "version": "16.2.1",
8691
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.1.tgz",
8692
- "integrity": "sha512-BwZ8w8YTaSEr2HIuXLMLxIdElNMPvY9fLqb20LX9A9OMGtJilhHLbCL3ggyd0TwjmMcTxi0XXt+ur1vWUoxj2Q==",
8693
- "cpu": [
8694
- "arm64"
8695
- ],
8696
- "optional": true,
8697
- "os": [
8698
- "darwin"
8699
- ],
8700
- "engines": {
8701
- "node": ">= 10"
8702
- }
8703
- },
8704
- "node_modules/@next/swc-darwin-x64": {
8705
- "version": "16.2.1",
8706
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.1.tgz",
8707
- "integrity": "sha512-/vrcE6iQSJq3uL3VGVHiXeaKbn8Es10DGTGRJnRZlkNQQk3kaNtAJg8Y6xuAlrx/6INKVjkfi5rY0iEXorZ6uA==",
8708
- "cpu": [
8709
- "x64"
8710
- ],
8711
- "optional": true,
8712
- "os": [
8713
- "darwin"
8714
- ],
8715
- "engines": {
8716
- "node": ">= 10"
8717
- }
8718
- },
8719
- "node_modules/@next/swc-linux-arm64-gnu": {
8720
- "version": "16.2.1",
8721
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.1.tgz",
8722
- "integrity": "sha512-uLn+0BK+C31LTVbQ/QU+UaVrV0rRSJQ8RfniQAHPghDdgE+SlroYqcmFnO5iNjNfVWCyKZHYrs3Nl0mUzWxbBw==",
8723
- "cpu": [
8724
- "arm64"
8725
- ],
8726
- "optional": true,
8727
- "os": [
8728
- "linux"
8729
- ],
8730
- "engines": {
8731
- "node": ">= 10"
8732
- }
8733
- },
8734
- "node_modules/@next/swc-linux-arm64-musl": {
8735
- "version": "16.2.1",
8736
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.1.tgz",
8737
- "integrity": "sha512-ssKq6iMRnHdnycGp9hCuGnXJZ0YPr4/wNwrfE5DbmvEcgl9+yv97/Kq3TPVDfYome1SW5geciLB9aiEqKXQjlQ==",
8738
- "cpu": [
8739
- "arm64"
8740
- ],
8741
- "optional": true,
8742
- "os": [
8743
- "linux"
8744
- ],
8745
- "engines": {
8746
- "node": ">= 10"
8747
- }
8748
- },
8749
- "node_modules/@next/swc-linux-x64-gnu": {
8750
- "version": "16.2.1",
8751
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.1.tgz",
8752
- "integrity": "sha512-HQm7SrHRELJ30T1TSmT706IWovFFSRGxfgUkyWJZF/RKBMdbdRWJuFrcpDdE5vy9UXjFOx6L3mRdqH04Mmx0hg==",
8753
- "cpu": [
8754
- "x64"
8755
- ],
8756
- "optional": true,
8757
- "os": [
8758
- "linux"
8759
- ],
8760
- "engines": {
8761
- "node": ">= 10"
8762
- }
8763
- },
8764
- "node_modules/@next/swc-linux-x64-musl": {
8765
- "version": "16.2.1",
8766
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.1.tgz",
8767
- "integrity": "sha512-aV2iUaC/5HGEpbBkE+4B8aHIudoOy5DYekAKOMSHoIYQ66y/wIVeaRx8MS2ZMdxe/HIXlMho4ubdZs/J8441Tg==",
8768
- "cpu": [
8769
- "x64"
8770
- ],
8771
- "optional": true,
8772
- "os": [
8773
- "linux"
8774
- ],
8775
- "engines": {
8776
- "node": ">= 10"
8777
- }
8778
- },
8779
- "node_modules/@next/swc-win32-arm64-msvc": {
8780
- "version": "16.2.1",
8781
- "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.1.tgz",
8782
- "integrity": "sha512-IXdNgiDHaSk0ZUJ+xp0OQTdTgnpx1RCfRTalhn3cjOP+IddTMINwA7DXZrwTmGDO8SUr5q2hdP/du4DcrB1GxA==",
8783
- "cpu": [
8784
- "arm64"
8785
- ],
8786
- "optional": true,
8787
- "os": [
8788
- "win32"
8789
- ],
8790
- "engines": {
8791
- "node": ">= 10"
8792
- }
8793
9871
  }
8794
9872
  }
8795
9873
  }