|
21 | 21 | "gen-docs": "tsx scripts/openapi.ts dist/static/api/openapi.json && redocly build-docs -o dist/static/api/internal.html internal@v2 && redocly bundle -o dist/static/api/public.json public-filter && redocly build-docs -o dist/static/api/public.html public@v2" |
22 | 22 | }, |
23 | 23 | "engines": { |
24 | | - "node": "20.19.4" |
| 24 | + "node": "24.10.0" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | 27 | "@date-fns/utc": "1.2.0", |
28 | 28 | "@monkeytype/contracts": "workspace:*", |
29 | 29 | "@monkeytype/funbox": "workspace:*", |
| 30 | + "@monkeytype/schemas": "workspace:*", |
30 | 31 | "@monkeytype/util": "workspace:*", |
31 | 32 | "@ts-rest/core": "3.52.1", |
32 | 33 | "@ts-rest/express": "3.52.1", |
|
49 | 50 | "mjml": "4.15.0", |
50 | 51 | "mongodb": "6.3.0", |
51 | 52 | "mustache": "4.2.0", |
52 | | - "nodemailer": "6.9.14", |
| 53 | + "nodemailer": "7.0.7", |
53 | 54 | "object-hash": "3.0.0", |
54 | 55 | "prom-client": "15.1.3", |
55 | 56 | "rate-limiter-flexible": "5.0.3", |
|
64 | 65 | "devDependencies": { |
65 | 66 | "@monkeytype/eslint-config": "workspace:*", |
66 | 67 | "@monkeytype/oxlint-config": "workspace:*", |
67 | | - "@monkeytype/schemas": "workspace:*", |
68 | 68 | "@monkeytype/typescript-config": "workspace:*", |
69 | 69 | "@redocly/cli": "2.0.5", |
70 | 70 | "@types/bcrypt": "5.0.2", |
|
80 | 80 | "@types/object-hash": "3.0.6", |
81 | 81 | "@types/readline-sync": "1.4.8", |
82 | 82 | "@types/string-similarity": "4.0.2", |
83 | | - "@types/supertest": "2.0.12", |
| 83 | + "@types/supertest": "6.0.3", |
84 | 84 | "@types/swagger-stats": "0.95.11", |
85 | 85 | "@types/ua-parser-js": "0.7.36", |
86 | 86 | "@types/uuid": "10.0.0", |
|
91 | 91 | "openapi3-ts": "2.0.2", |
92 | 92 | "oxlint": "1.15.0", |
93 | 93 | "readline-sync": "1.4.10", |
94 | | - "supertest": "6.2.3", |
| 94 | + "supertest": "7.1.4", |
95 | 95 | "testcontainers": "11.4.0", |
96 | 96 | "tsx": "4.16.2", |
97 | 97 | "typescript": "5.5.4", |
|
0 commit comments