momentic 2.11.3 → 2.12.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,24 +1,28 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.11.3",
3
+ "version": "2.12.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic",
9
- "version": "2.11.3",
9
+ "version": "2.12.1",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
13
+ "@ai-sdk/anthropic": "^2.0.4",
14
+ "@ai-sdk/provider": "^2.0.0",
13
15
  "@commander-js/extra-typings": "^11.1.0",
14
16
  "@dotenvx/dotenvx": "^1.14.2",
15
17
  "@exodus/schemasafe": "^1.3.0",
16
18
  "@faker-js/faker": "^8.4.1",
17
19
  "@inquirer/prompts": "^7.7.0",
20
+ "@modelcontextprotocol/sdk": "^1.15.1",
18
21
  "@octokit/auth-app": "^7.2.2",
19
22
  "@octokit/rest": "^20.1.2",
20
23
  "@sentry/node": "^9.28.1",
21
24
  "adm-zip": "^0.5.16",
25
+ "ai": "^5.0.15",
22
26
  "axios": "^1.6.7",
23
27
  "body-parser": "^1.20.2",
24
28
  "chalk": "^5.3.0",
@@ -75,6 +79,9 @@
75
79
  },
76
80
  "bin": {
77
81
  "momentic": "bin/cli.js"
82
+ },
83
+ "engines": {
84
+ "node": ">=20"
78
85
  }
79
86
  },
80
87
  "node_modules/@actions/exec": {
@@ -92,6 +99,68 @@
92
99
  "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==",
93
100
  "license": "MIT"
94
101
  },
102
+ "node_modules/@ai-sdk/anthropic": {
103
+ "version": "2.0.4",
104
+ "resolved": "https://registry.npmjs.org/@ai-sdk/anthropic/-/anthropic-2.0.4.tgz",
105
+ "integrity": "sha512-ii2bZEUPwBitUiK1dpX+HsOarcDGY71G9TVdSJqbfXSVqa+speJNZ8PA/bjuNMml0NyX8VxNsaMg3SwBUCZspA==",
106
+ "license": "Apache-2.0",
107
+ "dependencies": {
108
+ "@ai-sdk/provider": "2.0.0",
109
+ "@ai-sdk/provider-utils": "3.0.3"
110
+ },
111
+ "engines": {
112
+ "node": ">=18"
113
+ },
114
+ "peerDependencies": {
115
+ "zod": "^3.25.76 || ^4"
116
+ }
117
+ },
118
+ "node_modules/@ai-sdk/gateway": {
119
+ "version": "1.0.7",
120
+ "resolved": "https://registry.npmjs.org/@ai-sdk/gateway/-/gateway-1.0.7.tgz",
121
+ "integrity": "sha512-Athrq7OARuNc0iHZJP6InhSQ53tImCc990vMWyR1UHaZgPZJbXjKhIMiOj54F0I0Nlemx48V4fHYUTfLkJotnQ==",
122
+ "license": "Apache-2.0",
123
+ "dependencies": {
124
+ "@ai-sdk/provider": "2.0.0",
125
+ "@ai-sdk/provider-utils": "3.0.3"
126
+ },
127
+ "engines": {
128
+ "node": ">=18"
129
+ },
130
+ "peerDependencies": {
131
+ "zod": "^3.25.76 || ^4"
132
+ }
133
+ },
134
+ "node_modules/@ai-sdk/provider": {
135
+ "version": "2.0.0",
136
+ "resolved": "https://registry.npmjs.org/@ai-sdk/provider/-/provider-2.0.0.tgz",
137
+ "integrity": "sha512-6o7Y2SeO9vFKB8lArHXehNuusnpddKPk7xqL7T2/b+OvXMRIXUO1rR4wcv1hAFUAT9avGZshty3Wlua/XA7TvA==",
138
+ "license": "Apache-2.0",
139
+ "dependencies": {
140
+ "json-schema": "^0.4.0"
141
+ },
142
+ "engines": {
143
+ "node": ">=18"
144
+ }
145
+ },
146
+ "node_modules/@ai-sdk/provider-utils": {
147
+ "version": "3.0.3",
148
+ "resolved": "https://registry.npmjs.org/@ai-sdk/provider-utils/-/provider-utils-3.0.3.tgz",
149
+ "integrity": "sha512-kAxIw1nYmFW1g5TvE54ZB3eNtgZna0RnLjPUp1ltz1+t9xkXJIuDT4atrwfau9IbS0BOef38wqrI8CjFfQrxhw==",
150
+ "license": "Apache-2.0",
151
+ "dependencies": {
152
+ "@ai-sdk/provider": "2.0.0",
153
+ "@standard-schema/spec": "^1.0.0",
154
+ "eventsource-parser": "^3.0.3",
155
+ "zod-to-json-schema": "^3.24.1"
156
+ },
157
+ "engines": {
158
+ "node": ">=18"
159
+ },
160
+ "peerDependencies": {
161
+ "zod": "^3.25.76 || ^4"
162
+ }
163
+ },
95
164
  "node_modules/@commander-js/extra-typings": {
96
165
  "version": "11.1.0",
97
166
  "resolved": "https://registry.npmjs.org/@commander-js/extra-typings/-/extra-typings-11.1.0.tgz",
@@ -176,9 +245,9 @@
176
245
  }
177
246
  },
178
247
  "node_modules/@inquirer/checkbox": {
179
- "version": "4.2.0",
180
- "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.2.0.tgz",
181
- "integrity": "sha512-fdSw07FLJEU5vbpOPzXo5c6xmMGDzbZE2+niuDHX5N6mc6V0Ebso/q3xiHra4D73+PMsC8MJmcaZKuAAoaQsSA==",
248
+ "version": "4.2.1",
249
+ "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.2.1.tgz",
250
+ "integrity": "sha512-bevKGO6kX1eM/N+pdh9leS5L7TBF4ICrzi9a+cbWkrxeAeIcwlo/7OfWGCDERdRCI2/Q6tjltX4bt07ALHDwFw==",
182
251
  "license": "MIT",
183
252
  "dependencies": {
184
253
  "@inquirer/core": "^10.1.15",
@@ -200,9 +269,9 @@
200
269
  }
201
270
  },
202
271
  "node_modules/@inquirer/confirm": {
203
- "version": "5.1.14",
204
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.14.tgz",
205
- "integrity": "sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==",
272
+ "version": "5.1.15",
273
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.15.tgz",
274
+ "integrity": "sha512-SwHMGa8Z47LawQN0rog0sT+6JpiL0B7eW9p1Bb7iCeKDGTI5Ez25TSc2l8kw52VV7hA4sX/C78CGkMrKXfuspA==",
206
275
  "license": "MIT",
207
276
  "dependencies": {
208
277
  "@inquirer/core": "^10.1.15",
@@ -248,13 +317,13 @@
248
317
  }
249
318
  },
250
319
  "node_modules/@inquirer/editor": {
251
- "version": "4.2.16",
252
- "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.16.tgz",
253
- "integrity": "sha512-iSzLjT4C6YKp2DU0fr8T7a97FnRRxMO6CushJnW5ktxLNM2iNeuyUuUA5255eOLPORoGYCrVnuDOEBdGkHGkpw==",
320
+ "version": "4.2.17",
321
+ "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.17.tgz",
322
+ "integrity": "sha512-r6bQLsyPSzbWrZZ9ufoWL+CztkSatnJ6uSxqd6N+o41EZC51sQeWOzI6s5jLb+xxTWxl7PlUppqm8/sow241gg==",
254
323
  "license": "MIT",
255
324
  "dependencies": {
256
325
  "@inquirer/core": "^10.1.15",
257
- "@inquirer/external-editor": "^1.0.0",
326
+ "@inquirer/external-editor": "^1.0.1",
258
327
  "@inquirer/type": "^3.0.8"
259
328
  },
260
329
  "engines": {
@@ -292,9 +361,9 @@
292
361
  }
293
362
  },
294
363
  "node_modules/@inquirer/external-editor": {
295
- "version": "1.0.0",
296
- "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.0.tgz",
297
- "integrity": "sha512-5v3YXc5ZMfL6OJqXPrX9csb4l7NlQA2doO1yynUjpUChT9hg4JcuBVP0RbsEJ/3SL/sxWEyFjT2W69ZhtoBWqg==",
364
+ "version": "1.0.1",
365
+ "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.1.tgz",
366
+ "integrity": "sha512-Oau4yL24d2B5IL4ma4UpbQigkVhzPDXLoqy1ggK4gnHg/stmkffJE4oOXHXF3uz0UEpywG68KcyXsyYpA1Re/Q==",
298
367
  "license": "MIT",
299
368
  "dependencies": {
300
369
  "chardet": "^2.1.0",
@@ -305,6 +374,11 @@
305
374
  },
306
375
  "peerDependencies": {
307
376
  "@types/node": ">=18"
377
+ },
378
+ "peerDependenciesMeta": {
379
+ "@types/node": {
380
+ "optional": true
381
+ }
308
382
  }
309
383
  },
310
384
  "node_modules/@inquirer/figures": {
@@ -381,14 +455,14 @@
381
455
  }
382
456
  },
383
457
  "node_modules/@inquirer/prompts": {
384
- "version": "7.8.1",
385
- "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.8.1.tgz",
386
- "integrity": "sha512-LpBPeIpyCF1H3C7SK/QxJQG4iV1/SRmJdymfcul8PuwtVhD0JI1CSwqmd83VgRgt1QEsDojQYFSXJSgo81PVMw==",
458
+ "version": "7.8.3",
459
+ "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.8.3.tgz",
460
+ "integrity": "sha512-iHYp+JCaCRktM/ESZdpHI51yqsDgXu+dMs4semzETftOaF8u5hwlqnbIsuIR/LrWZl8Pm1/gzteK9I7MAq5HTA==",
387
461
  "license": "MIT",
388
462
  "dependencies": {
389
- "@inquirer/checkbox": "^4.2.0",
390
- "@inquirer/confirm": "^5.1.14",
391
- "@inquirer/editor": "^4.2.16",
463
+ "@inquirer/checkbox": "^4.2.1",
464
+ "@inquirer/confirm": "^5.1.15",
465
+ "@inquirer/editor": "^4.2.17",
392
466
  "@inquirer/expand": "^4.0.17",
393
467
  "@inquirer/input": "^4.2.1",
394
468
  "@inquirer/number": "^3.0.17",
@@ -1002,6 +1076,291 @@
1002
1076
  "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
1003
1077
  "license": "MIT"
1004
1078
  },
1079
+ "node_modules/@modelcontextprotocol/sdk": {
1080
+ "version": "1.17.3",
1081
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.17.3.tgz",
1082
+ "integrity": "sha512-JPwUKWSsbzx+DLFznf/QZ32Qa+ptfbUlHhRLrBQBAFu9iI1iYvizM4p+zhhRDceSsPutXp4z+R/HPVphlIiclg==",
1083
+ "license": "MIT",
1084
+ "dependencies": {
1085
+ "ajv": "^6.12.6",
1086
+ "content-type": "^1.0.5",
1087
+ "cors": "^2.8.5",
1088
+ "cross-spawn": "^7.0.5",
1089
+ "eventsource": "^3.0.2",
1090
+ "eventsource-parser": "^3.0.0",
1091
+ "express": "^5.0.1",
1092
+ "express-rate-limit": "^7.5.0",
1093
+ "pkce-challenge": "^5.0.0",
1094
+ "raw-body": "^3.0.0",
1095
+ "zod": "^3.23.8",
1096
+ "zod-to-json-schema": "^3.24.1"
1097
+ },
1098
+ "engines": {
1099
+ "node": ">=18"
1100
+ }
1101
+ },
1102
+ "node_modules/@modelcontextprotocol/sdk/node_modules/accepts": {
1103
+ "version": "2.0.0",
1104
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
1105
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
1106
+ "license": "MIT",
1107
+ "dependencies": {
1108
+ "mime-types": "^3.0.0",
1109
+ "negotiator": "^1.0.0"
1110
+ },
1111
+ "engines": {
1112
+ "node": ">= 0.6"
1113
+ }
1114
+ },
1115
+ "node_modules/@modelcontextprotocol/sdk/node_modules/body-parser": {
1116
+ "version": "2.2.0",
1117
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz",
1118
+ "integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==",
1119
+ "license": "MIT",
1120
+ "dependencies": {
1121
+ "bytes": "^3.1.2",
1122
+ "content-type": "^1.0.5",
1123
+ "debug": "^4.4.0",
1124
+ "http-errors": "^2.0.0",
1125
+ "iconv-lite": "^0.6.3",
1126
+ "on-finished": "^2.4.1",
1127
+ "qs": "^6.14.0",
1128
+ "raw-body": "^3.0.0",
1129
+ "type-is": "^2.0.0"
1130
+ },
1131
+ "engines": {
1132
+ "node": ">=18"
1133
+ }
1134
+ },
1135
+ "node_modules/@modelcontextprotocol/sdk/node_modules/content-disposition": {
1136
+ "version": "1.0.0",
1137
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz",
1138
+ "integrity": "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==",
1139
+ "license": "MIT",
1140
+ "dependencies": {
1141
+ "safe-buffer": "5.2.1"
1142
+ },
1143
+ "engines": {
1144
+ "node": ">= 0.6"
1145
+ }
1146
+ },
1147
+ "node_modules/@modelcontextprotocol/sdk/node_modules/cookie-signature": {
1148
+ "version": "1.2.2",
1149
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
1150
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
1151
+ "license": "MIT",
1152
+ "engines": {
1153
+ "node": ">=6.6.0"
1154
+ }
1155
+ },
1156
+ "node_modules/@modelcontextprotocol/sdk/node_modules/debug": {
1157
+ "version": "4.4.1",
1158
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
1159
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
1160
+ "license": "MIT",
1161
+ "dependencies": {
1162
+ "ms": "^2.1.3"
1163
+ },
1164
+ "engines": {
1165
+ "node": ">=6.0"
1166
+ },
1167
+ "peerDependenciesMeta": {
1168
+ "supports-color": {
1169
+ "optional": true
1170
+ }
1171
+ }
1172
+ },
1173
+ "node_modules/@modelcontextprotocol/sdk/node_modules/express": {
1174
+ "version": "5.1.0",
1175
+ "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz",
1176
+ "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==",
1177
+ "license": "MIT",
1178
+ "dependencies": {
1179
+ "accepts": "^2.0.0",
1180
+ "body-parser": "^2.2.0",
1181
+ "content-disposition": "^1.0.0",
1182
+ "content-type": "^1.0.5",
1183
+ "cookie": "^0.7.1",
1184
+ "cookie-signature": "^1.2.1",
1185
+ "debug": "^4.4.0",
1186
+ "encodeurl": "^2.0.0",
1187
+ "escape-html": "^1.0.3",
1188
+ "etag": "^1.8.1",
1189
+ "finalhandler": "^2.1.0",
1190
+ "fresh": "^2.0.0",
1191
+ "http-errors": "^2.0.0",
1192
+ "merge-descriptors": "^2.0.0",
1193
+ "mime-types": "^3.0.0",
1194
+ "on-finished": "^2.4.1",
1195
+ "once": "^1.4.0",
1196
+ "parseurl": "^1.3.3",
1197
+ "proxy-addr": "^2.0.7",
1198
+ "qs": "^6.14.0",
1199
+ "range-parser": "^1.2.1",
1200
+ "router": "^2.2.0",
1201
+ "send": "^1.1.0",
1202
+ "serve-static": "^2.2.0",
1203
+ "statuses": "^2.0.1",
1204
+ "type-is": "^2.0.1",
1205
+ "vary": "^1.1.2"
1206
+ },
1207
+ "engines": {
1208
+ "node": ">= 18"
1209
+ },
1210
+ "funding": {
1211
+ "type": "opencollective",
1212
+ "url": "https://opencollective.com/express"
1213
+ }
1214
+ },
1215
+ "node_modules/@modelcontextprotocol/sdk/node_modules/finalhandler": {
1216
+ "version": "2.1.0",
1217
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.0.tgz",
1218
+ "integrity": "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==",
1219
+ "license": "MIT",
1220
+ "dependencies": {
1221
+ "debug": "^4.4.0",
1222
+ "encodeurl": "^2.0.0",
1223
+ "escape-html": "^1.0.3",
1224
+ "on-finished": "^2.4.1",
1225
+ "parseurl": "^1.3.3",
1226
+ "statuses": "^2.0.1"
1227
+ },
1228
+ "engines": {
1229
+ "node": ">= 0.8"
1230
+ }
1231
+ },
1232
+ "node_modules/@modelcontextprotocol/sdk/node_modules/fresh": {
1233
+ "version": "2.0.0",
1234
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
1235
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
1236
+ "license": "MIT",
1237
+ "engines": {
1238
+ "node": ">= 0.8"
1239
+ }
1240
+ },
1241
+ "node_modules/@modelcontextprotocol/sdk/node_modules/media-typer": {
1242
+ "version": "1.1.0",
1243
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
1244
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
1245
+ "license": "MIT",
1246
+ "engines": {
1247
+ "node": ">= 0.8"
1248
+ }
1249
+ },
1250
+ "node_modules/@modelcontextprotocol/sdk/node_modules/merge-descriptors": {
1251
+ "version": "2.0.0",
1252
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
1253
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
1254
+ "license": "MIT",
1255
+ "engines": {
1256
+ "node": ">=18"
1257
+ },
1258
+ "funding": {
1259
+ "url": "https://github.com/sponsors/sindresorhus"
1260
+ }
1261
+ },
1262
+ "node_modules/@modelcontextprotocol/sdk/node_modules/mime-db": {
1263
+ "version": "1.54.0",
1264
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
1265
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
1266
+ "license": "MIT",
1267
+ "engines": {
1268
+ "node": ">= 0.6"
1269
+ }
1270
+ },
1271
+ "node_modules/@modelcontextprotocol/sdk/node_modules/mime-types": {
1272
+ "version": "3.0.1",
1273
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz",
1274
+ "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
1275
+ "license": "MIT",
1276
+ "dependencies": {
1277
+ "mime-db": "^1.54.0"
1278
+ },
1279
+ "engines": {
1280
+ "node": ">= 0.6"
1281
+ }
1282
+ },
1283
+ "node_modules/@modelcontextprotocol/sdk/node_modules/ms": {
1284
+ "version": "2.1.3",
1285
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1286
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1287
+ "license": "MIT"
1288
+ },
1289
+ "node_modules/@modelcontextprotocol/sdk/node_modules/negotiator": {
1290
+ "version": "1.0.0",
1291
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
1292
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
1293
+ "license": "MIT",
1294
+ "engines": {
1295
+ "node": ">= 0.6"
1296
+ }
1297
+ },
1298
+ "node_modules/@modelcontextprotocol/sdk/node_modules/qs": {
1299
+ "version": "6.14.0",
1300
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
1301
+ "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
1302
+ "license": "BSD-3-Clause",
1303
+ "dependencies": {
1304
+ "side-channel": "^1.1.0"
1305
+ },
1306
+ "engines": {
1307
+ "node": ">=0.6"
1308
+ },
1309
+ "funding": {
1310
+ "url": "https://github.com/sponsors/ljharb"
1311
+ }
1312
+ },
1313
+ "node_modules/@modelcontextprotocol/sdk/node_modules/send": {
1314
+ "version": "1.2.0",
1315
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
1316
+ "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
1317
+ "license": "MIT",
1318
+ "dependencies": {
1319
+ "debug": "^4.3.5",
1320
+ "encodeurl": "^2.0.0",
1321
+ "escape-html": "^1.0.3",
1322
+ "etag": "^1.8.1",
1323
+ "fresh": "^2.0.0",
1324
+ "http-errors": "^2.0.0",
1325
+ "mime-types": "^3.0.1",
1326
+ "ms": "^2.1.3",
1327
+ "on-finished": "^2.4.1",
1328
+ "range-parser": "^1.2.1",
1329
+ "statuses": "^2.0.1"
1330
+ },
1331
+ "engines": {
1332
+ "node": ">= 18"
1333
+ }
1334
+ },
1335
+ "node_modules/@modelcontextprotocol/sdk/node_modules/serve-static": {
1336
+ "version": "2.2.0",
1337
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
1338
+ "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
1339
+ "license": "MIT",
1340
+ "dependencies": {
1341
+ "encodeurl": "^2.0.0",
1342
+ "escape-html": "^1.0.3",
1343
+ "parseurl": "^1.3.3",
1344
+ "send": "^1.2.0"
1345
+ },
1346
+ "engines": {
1347
+ "node": ">= 18"
1348
+ }
1349
+ },
1350
+ "node_modules/@modelcontextprotocol/sdk/node_modules/type-is": {
1351
+ "version": "2.0.1",
1352
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
1353
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
1354
+ "license": "MIT",
1355
+ "dependencies": {
1356
+ "content-type": "^1.0.5",
1357
+ "media-typer": "^1.1.0",
1358
+ "mime-types": "^3.0.0"
1359
+ },
1360
+ "engines": {
1361
+ "node": ">= 0.6"
1362
+ }
1363
+ },
1005
1364
  "node_modules/@noble/ciphers": {
1006
1365
  "version": "1.3.0",
1007
1366
  "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz",
@@ -1015,9 +1374,9 @@
1015
1374
  }
1016
1375
  },
1017
1376
  "node_modules/@noble/curves": {
1018
- "version": "1.9.6",
1019
- "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.6.tgz",
1020
- "integrity": "sha512-GIKz/j99FRthB8icyJQA51E8Uk5hXmdyThjgQXRKiv9h0zeRlzSCLIzFw6K1LotZ3XuB7yzlf76qk7uBmTdFqA==",
1377
+ "version": "1.9.7",
1378
+ "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz",
1379
+ "integrity": "sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==",
1021
1380
  "license": "MIT",
1022
1381
  "dependencies": {
1023
1382
  "@noble/hashes": "1.8.0"
@@ -2007,18 +2366,18 @@
2007
2366
  }
2008
2367
  },
2009
2368
  "node_modules/@sentry/core": {
2010
- "version": "9.45.0",
2011
- "resolved": "https://registry.npmjs.org/@sentry/core/-/core-9.45.0.tgz",
2012
- "integrity": "sha512-yTpB53fBEWTMzltD/8f/qI2MFTwgd2vSkn7pOZQusSOMtyt0Bsm/77oqXldIt+eMBAImZalzZaxmaN7RyiRKWQ==",
2369
+ "version": "9.46.0",
2370
+ "resolved": "https://registry.npmjs.org/@sentry/core/-/core-9.46.0.tgz",
2371
+ "integrity": "sha512-it7JMFqxVproAgEtbLgCVBYtQ9fIb+Bu0JD+cEplTN/Ukpe6GaolyYib5geZqslVxhp2sQgT+58aGvfd/k0N8Q==",
2013
2372
  "license": "MIT",
2014
2373
  "engines": {
2015
2374
  "node": ">=18"
2016
2375
  }
2017
2376
  },
2018
2377
  "node_modules/@sentry/node": {
2019
- "version": "9.45.0",
2020
- "resolved": "https://registry.npmjs.org/@sentry/node/-/node-9.45.0.tgz",
2021
- "integrity": "sha512-c0SFcMeZwxLvjC1HrutI8V+Ag8AxENXPiU5PbSmqiTX7p4QnByTcxkENGw5EyLedDZluuEDmmHTBKckCC4X2nA==",
2378
+ "version": "9.46.0",
2379
+ "resolved": "https://registry.npmjs.org/@sentry/node/-/node-9.46.0.tgz",
2380
+ "integrity": "sha512-pRLqAcd7GTGvN8gex5FtkQR5Mcol8gOy1WlyZZFq4rBbVtMbqKOQRhohwqnb+YrnmtFpj7IZ7KNDo077MvNeOQ==",
2022
2381
  "license": "MIT",
2023
2382
  "dependencies": {
2024
2383
  "@opentelemetry/api": "^1.9.0",
@@ -2051,9 +2410,9 @@
2051
2410
  "@opentelemetry/sdk-trace-base": "^1.30.1",
2052
2411
  "@opentelemetry/semantic-conventions": "^1.34.0",
2053
2412
  "@prisma/instrumentation": "6.11.1",
2054
- "@sentry/core": "9.45.0",
2055
- "@sentry/node-core": "9.45.0",
2056
- "@sentry/opentelemetry": "9.45.0",
2413
+ "@sentry/core": "9.46.0",
2414
+ "@sentry/node-core": "9.46.0",
2415
+ "@sentry/opentelemetry": "9.46.0",
2057
2416
  "import-in-the-middle": "^1.14.2",
2058
2417
  "minimatch": "^9.0.0"
2059
2418
  },
@@ -2062,13 +2421,13 @@
2062
2421
  }
2063
2422
  },
2064
2423
  "node_modules/@sentry/node-core": {
2065
- "version": "9.45.0",
2066
- "resolved": "https://registry.npmjs.org/@sentry/node-core/-/node-core-9.45.0.tgz",
2067
- "integrity": "sha512-tzt60LO7P1m+0OLEqtL5Fd71PwKpg7dSOn3rqB7T6AJeDDiHsXV/yhUZiye1EWHTi0/yOcb0M1Ncjs8Cdyz9Nw==",
2424
+ "version": "9.46.0",
2425
+ "resolved": "https://registry.npmjs.org/@sentry/node-core/-/node-core-9.46.0.tgz",
2426
+ "integrity": "sha512-XRVu5pqoklZeh4wqhxCLZkz/ipoKhitctgEFXX9Yh1e1BoHM2pIxT52wf+W6hHM676TFmFXW3uKBjsmRM3AjgA==",
2068
2427
  "license": "MIT",
2069
2428
  "dependencies": {
2070
- "@sentry/core": "9.45.0",
2071
- "@sentry/opentelemetry": "9.45.0",
2429
+ "@sentry/core": "9.46.0",
2430
+ "@sentry/opentelemetry": "9.46.0",
2072
2431
  "import-in-the-middle": "^1.14.2"
2073
2432
  },
2074
2433
  "engines": {
@@ -2085,12 +2444,12 @@
2085
2444
  }
2086
2445
  },
2087
2446
  "node_modules/@sentry/opentelemetry": {
2088
- "version": "9.45.0",
2089
- "resolved": "https://registry.npmjs.org/@sentry/opentelemetry/-/opentelemetry-9.45.0.tgz",
2090
- "integrity": "sha512-xLH7ZH6xcZBHK77mTa32YjIEL92jmc7i2qkxlchzTNacmTn9BNnuzPFBS7KuISJPXw9R1pXBra6IVEhm6hil/g==",
2447
+ "version": "9.46.0",
2448
+ "resolved": "https://registry.npmjs.org/@sentry/opentelemetry/-/opentelemetry-9.46.0.tgz",
2449
+ "integrity": "sha512-w2zTxqrdmwRok0cXBoh+ksXdGRUHUZhlpfL/H2kfTodOL+Mk8rW72qUmfqQceXoqgbz8UyK8YgJbyt+XS5H4Qg==",
2091
2450
  "license": "MIT",
2092
2451
  "dependencies": {
2093
- "@sentry/core": "9.45.0"
2452
+ "@sentry/core": "9.46.0"
2094
2453
  },
2095
2454
  "engines": {
2096
2455
  "node": ">=18"
@@ -2130,6 +2489,12 @@
2130
2489
  "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==",
2131
2490
  "license": "MIT"
2132
2491
  },
2492
+ "node_modules/@standard-schema/spec": {
2493
+ "version": "1.0.0",
2494
+ "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz",
2495
+ "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
2496
+ "license": "MIT"
2497
+ },
2133
2498
  "node_modules/@tokenizer/token": {
2134
2499
  "version": "0.3.0",
2135
2500
  "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
@@ -2179,9 +2544,9 @@
2179
2544
  }
2180
2545
  },
2181
2546
  "node_modules/@types/node": {
2182
- "version": "24.2.1",
2183
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.1.tgz",
2184
- "integrity": "sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==",
2547
+ "version": "24.3.0",
2548
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
2549
+ "integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==",
2185
2550
  "license": "MIT",
2186
2551
  "dependencies": {
2187
2552
  "undici-types": "~7.10.0"
@@ -2321,6 +2686,40 @@
2321
2686
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2322
2687
  "license": "MIT"
2323
2688
  },
2689
+ "node_modules/ai": {
2690
+ "version": "5.0.15",
2691
+ "resolved": "https://registry.npmjs.org/ai/-/ai-5.0.15.tgz",
2692
+ "integrity": "sha512-EX5hF+NVFm6R11mvdZRbg6eJEjyMlniI4/xOnyTh4VtDQ457lhIgi3kDGrHW3/qw9ELon9m2e7AK3g5z5sLwsQ==",
2693
+ "license": "Apache-2.0",
2694
+ "dependencies": {
2695
+ "@ai-sdk/gateway": "1.0.7",
2696
+ "@ai-sdk/provider": "2.0.0",
2697
+ "@ai-sdk/provider-utils": "3.0.3",
2698
+ "@opentelemetry/api": "1.9.0"
2699
+ },
2700
+ "engines": {
2701
+ "node": ">=18"
2702
+ },
2703
+ "peerDependencies": {
2704
+ "zod": "^3.25.76 || ^4"
2705
+ }
2706
+ },
2707
+ "node_modules/ajv": {
2708
+ "version": "6.12.6",
2709
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
2710
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
2711
+ "license": "MIT",
2712
+ "dependencies": {
2713
+ "fast-deep-equal": "^3.1.1",
2714
+ "fast-json-stable-stringify": "^2.0.0",
2715
+ "json-schema-traverse": "^0.4.1",
2716
+ "uri-js": "^4.2.2"
2717
+ },
2718
+ "funding": {
2719
+ "type": "github",
2720
+ "url": "https://github.com/sponsors/epoberezkin"
2721
+ }
2722
+ },
2324
2723
  "node_modules/ansi-escapes": {
2325
2724
  "version": "4.3.2",
2326
2725
  "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
@@ -2337,9 +2736,9 @@
2337
2736
  }
2338
2737
  },
2339
2738
  "node_modules/ansi-regex": {
2340
- "version": "6.1.0",
2341
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
2342
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
2739
+ "version": "6.2.0",
2740
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.0.tgz",
2741
+ "integrity": "sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==",
2343
2742
  "license": "MIT",
2344
2743
  "engines": {
2345
2744
  "node": ">=12"
@@ -2502,6 +2901,21 @@
2502
2901
  "node": ">=0.10.0"
2503
2902
  }
2504
2903
  },
2904
+ "node_modules/body-parser/node_modules/raw-body": {
2905
+ "version": "2.5.2",
2906
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
2907
+ "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
2908
+ "license": "MIT",
2909
+ "dependencies": {
2910
+ "bytes": "3.1.2",
2911
+ "http-errors": "2.0.0",
2912
+ "iconv-lite": "0.4.24",
2913
+ "unpipe": "1.0.0"
2914
+ },
2915
+ "engines": {
2916
+ "node": ">= 0.8"
2917
+ }
2918
+ },
2505
2919
  "node_modules/brace-expansion": {
2506
2920
  "version": "2.0.2",
2507
2921
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
@@ -2595,9 +3009,9 @@
2595
3009
  }
2596
3010
  },
2597
3011
  "node_modules/chalk": {
2598
- "version": "5.5.0",
2599
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz",
2600
- "integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==",
3012
+ "version": "5.6.0",
3013
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
3014
+ "integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
2601
3015
  "license": "MIT",
2602
3016
  "engines": {
2603
3017
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
@@ -3225,6 +3639,27 @@
3225
3639
  "node": ">=0.8.x"
3226
3640
  }
3227
3641
  },
3642
+ "node_modules/eventsource": {
3643
+ "version": "3.0.7",
3644
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
3645
+ "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
3646
+ "license": "MIT",
3647
+ "dependencies": {
3648
+ "eventsource-parser": "^3.0.1"
3649
+ },
3650
+ "engines": {
3651
+ "node": ">=18.0.0"
3652
+ }
3653
+ },
3654
+ "node_modules/eventsource-parser": {
3655
+ "version": "3.0.3",
3656
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.3.tgz",
3657
+ "integrity": "sha512-nVpZkTMM9rF6AQ9gPJpFsNAMt48wIzB5TQgiTLdHiuO8XEDhUgZEhqKlZWXbIzo9VmJ/HvysHqEaVeD5v9TPvA==",
3658
+ "license": "MIT",
3659
+ "engines": {
3660
+ "node": ">=20.0.0"
3661
+ }
3662
+ },
3228
3663
  "node_modules/execa": {
3229
3664
  "version": "5.1.1",
3230
3665
  "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
@@ -3305,6 +3740,21 @@
3305
3740
  "url": "https://opencollective.com/express"
3306
3741
  }
3307
3742
  },
3743
+ "node_modules/express-rate-limit": {
3744
+ "version": "7.5.1",
3745
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.1.tgz",
3746
+ "integrity": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==",
3747
+ "license": "MIT",
3748
+ "engines": {
3749
+ "node": ">= 16"
3750
+ },
3751
+ "funding": {
3752
+ "url": "https://github.com/sponsors/express-rate-limit"
3753
+ },
3754
+ "peerDependencies": {
3755
+ "express": ">= 4.11"
3756
+ }
3757
+ },
3308
3758
  "node_modules/fast-content-type-parse": {
3309
3759
  "version": "2.0.1",
3310
3760
  "resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-2.0.1.tgz",
@@ -3327,12 +3777,24 @@
3327
3777
  "integrity": "sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==",
3328
3778
  "license": "MIT"
3329
3779
  },
3780
+ "node_modules/fast-deep-equal": {
3781
+ "version": "3.1.3",
3782
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
3783
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
3784
+ "license": "MIT"
3785
+ },
3330
3786
  "node_modules/fast-json-patch": {
3331
3787
  "version": "3.1.1",
3332
3788
  "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.1.tgz",
3333
3789
  "integrity": "sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ==",
3334
3790
  "license": "MIT"
3335
3791
  },
3792
+ "node_modules/fast-json-stable-stringify": {
3793
+ "version": "2.1.0",
3794
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
3795
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
3796
+ "license": "MIT"
3797
+ },
3336
3798
  "node_modules/fast-redact": {
3337
3799
  "version": "3.5.0",
3338
3800
  "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.5.0.tgz",
@@ -3349,10 +3811,13 @@
3349
3811
  "license": "MIT"
3350
3812
  },
3351
3813
  "node_modules/fdir": {
3352
- "version": "6.4.6",
3353
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
3354
- "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
3814
+ "version": "6.5.0",
3815
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
3816
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
3355
3817
  "license": "MIT",
3818
+ "engines": {
3819
+ "node": ">=12.0.0"
3820
+ },
3356
3821
  "peerDependencies": {
3357
3822
  "picomatch": "^3 || ^4"
3358
3823
  },
@@ -3927,6 +4392,12 @@
3927
4392
  "node": ">=0.10.0"
3928
4393
  }
3929
4394
  },
4395
+ "node_modules/is-promise": {
4396
+ "version": "4.0.0",
4397
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
4398
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
4399
+ "license": "MIT"
4400
+ },
3930
4401
  "node_modules/is-stream": {
3931
4402
  "version": "2.0.1",
3932
4403
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
@@ -4083,6 +4554,18 @@
4083
4554
  "node": ">=14"
4084
4555
  }
4085
4556
  },
4557
+ "node_modules/json-schema": {
4558
+ "version": "0.4.0",
4559
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
4560
+ "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
4561
+ "license": "(AFL-2.1 OR BSD-3-Clause)"
4562
+ },
4563
+ "node_modules/json-schema-traverse": {
4564
+ "version": "0.4.1",
4565
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
4566
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
4567
+ "license": "MIT"
4568
+ },
4086
4569
  "node_modules/jsonwebtoken": {
4087
4570
  "version": "9.0.2",
4088
4571
  "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
@@ -4585,29 +5068,17 @@
4585
5068
  }
4586
5069
  },
4587
5070
  "node_modules/otpauth": {
4588
- "version": "9.4.0",
4589
- "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.4.0.tgz",
4590
- "integrity": "sha512-fHIfzIG5RqCkK9cmV8WU+dPQr9/ebR5QOwGZn2JAr1RQF+lmAuLL2YdtdqvmBjNmgJlYk3KZ4a0XokaEhg1Jsw==",
5071
+ "version": "9.4.1",
5072
+ "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.4.1.tgz",
5073
+ "integrity": "sha512-+iVvys36CFsyXEqfNftQm1II7SW23W1wx9RwNk0Cd97lbvorqAhBDksb/0bYry087QMxjiuBS0wokdoZ0iUeAw==",
4591
5074
  "license": "MIT",
4592
5075
  "dependencies": {
4593
- "@noble/hashes": "1.7.1"
5076
+ "@noble/hashes": "1.8.0"
4594
5077
  },
4595
5078
  "funding": {
4596
5079
  "url": "https://github.com/hectorm/otpauth?sponsor=1"
4597
5080
  }
4598
5081
  },
4599
- "node_modules/otpauth/node_modules/@noble/hashes": {
4600
- "version": "1.7.1",
4601
- "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.1.tgz",
4602
- "integrity": "sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==",
4603
- "license": "MIT",
4604
- "engines": {
4605
- "node": "^14.21.3 || >=16"
4606
- },
4607
- "funding": {
4608
- "url": "https://paulmillr.com/funding/"
4609
- }
4610
- },
4611
5082
  "node_modules/package-json-from-dist": {
4612
5083
  "version": "1.0.1",
4613
5084
  "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
@@ -4886,6 +5357,15 @@
4886
5357
  "node": ">=12.13.0"
4887
5358
  }
4888
5359
  },
5360
+ "node_modules/pkce-challenge": {
5361
+ "version": "5.0.0",
5362
+ "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.0.tgz",
5363
+ "integrity": "sha512-ueGLflrrnvwB3xuo/uGob5pd5FN7l0MsLf0Z87o/UQmRtwjvfylfc9MurIxRAWywCYTgrvpXBcqjV4OfCYGCIQ==",
5364
+ "license": "MIT",
5365
+ "engines": {
5366
+ "node": ">=16.20.0"
5367
+ }
5368
+ },
4889
5369
  "node_modules/playwright": {
4890
5370
  "version": "1.52.0",
4891
5371
  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.52.0.tgz",
@@ -5090,6 +5570,15 @@
5090
5570
  "once": "^1.3.1"
5091
5571
  }
5092
5572
  },
5573
+ "node_modules/punycode": {
5574
+ "version": "2.3.1",
5575
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
5576
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
5577
+ "license": "MIT",
5578
+ "engines": {
5579
+ "node": ">=6"
5580
+ }
5581
+ },
5093
5582
  "node_modules/puppeteer-extra-plugin": {
5094
5583
  "version": "3.2.3",
5095
5584
  "resolved": "https://registry.npmjs.org/puppeteer-extra-plugin/-/puppeteer-extra-plugin-3.2.3.tgz",
@@ -5225,32 +5714,20 @@
5225
5714
  }
5226
5715
  },
5227
5716
  "node_modules/raw-body": {
5228
- "version": "2.5.2",
5229
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
5230
- "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
5717
+ "version": "3.0.0",
5718
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.0.tgz",
5719
+ "integrity": "sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==",
5231
5720
  "license": "MIT",
5232
5721
  "dependencies": {
5233
5722
  "bytes": "3.1.2",
5234
5723
  "http-errors": "2.0.0",
5235
- "iconv-lite": "0.4.24",
5724
+ "iconv-lite": "0.6.3",
5236
5725
  "unpipe": "1.0.0"
5237
5726
  },
5238
5727
  "engines": {
5239
5728
  "node": ">= 0.8"
5240
5729
  }
5241
5730
  },
5242
- "node_modules/raw-body/node_modules/iconv-lite": {
5243
- "version": "0.4.24",
5244
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
5245
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
5246
- "license": "MIT",
5247
- "dependencies": {
5248
- "safer-buffer": ">= 2.1.2 < 3"
5249
- },
5250
- "engines": {
5251
- "node": ">=0.10.0"
5252
- }
5253
- },
5254
5731
  "node_modules/readable-stream": {
5255
5732
  "version": "4.7.0",
5256
5733
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
@@ -5358,6 +5835,54 @@
5358
5835
  "node": ">= 4"
5359
5836
  }
5360
5837
  },
5838
+ "node_modules/router": {
5839
+ "version": "2.2.0",
5840
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
5841
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
5842
+ "license": "MIT",
5843
+ "dependencies": {
5844
+ "debug": "^4.4.0",
5845
+ "depd": "^2.0.0",
5846
+ "is-promise": "^4.0.0",
5847
+ "parseurl": "^1.3.3",
5848
+ "path-to-regexp": "^8.0.0"
5849
+ },
5850
+ "engines": {
5851
+ "node": ">= 18"
5852
+ }
5853
+ },
5854
+ "node_modules/router/node_modules/debug": {
5855
+ "version": "4.4.1",
5856
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
5857
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
5858
+ "license": "MIT",
5859
+ "dependencies": {
5860
+ "ms": "^2.1.3"
5861
+ },
5862
+ "engines": {
5863
+ "node": ">=6.0"
5864
+ },
5865
+ "peerDependenciesMeta": {
5866
+ "supports-color": {
5867
+ "optional": true
5868
+ }
5869
+ }
5870
+ },
5871
+ "node_modules/router/node_modules/ms": {
5872
+ "version": "2.1.3",
5873
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
5874
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
5875
+ "license": "MIT"
5876
+ },
5877
+ "node_modules/router/node_modules/path-to-regexp": {
5878
+ "version": "8.2.0",
5879
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
5880
+ "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
5881
+ "license": "MIT",
5882
+ "engines": {
5883
+ "node": ">=16"
5884
+ }
5885
+ },
5361
5886
  "node_modules/run-applescript": {
5362
5887
  "version": "7.0.0",
5363
5888
  "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
@@ -6229,6 +6754,15 @@
6229
6754
  "node": ">= 0.8"
6230
6755
  }
6231
6756
  },
6757
+ "node_modules/uri-js": {
6758
+ "version": "4.4.1",
6759
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
6760
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
6761
+ "license": "BSD-2-Clause",
6762
+ "dependencies": {
6763
+ "punycode": "^2.1.0"
6764
+ }
6765
+ },
6232
6766
  "node_modules/utf8-byte-length": {
6233
6767
  "version": "1.0.5",
6234
6768
  "resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz",
@@ -6540,6 +7074,15 @@
6540
7074
  "funding": {
6541
7075
  "url": "https://github.com/sponsors/colinhacks"
6542
7076
  }
7077
+ },
7078
+ "node_modules/zod-to-json-schema": {
7079
+ "version": "3.24.6",
7080
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz",
7081
+ "integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==",
7082
+ "license": "ISC",
7083
+ "peerDependencies": {
7084
+ "zod": "^3.24.1"
7085
+ }
6543
7086
  }
6544
7087
  }
6545
7088
  }