|
34 | 34 | "@types/express": "^4.17.25", |
35 | 35 | "@types/geoip-lite": "^1.4.4", |
36 | 36 | "@types/jsonwebtoken": "^9.0.10", |
37 | | - "@types/node": "^24.12.4", |
| 37 | + "@types/node": "^24.13.2", |
38 | 38 | "@types/node-schedule": "^2.1.8", |
39 | | - "@types/nodemailer": "^8.0.0", |
| 39 | + "@types/nodemailer": "^8.0.1", |
40 | 40 | "@types/pako": "^2.0.4", |
41 | | - "@typescript-eslint/eslint-plugin": "^8.59.3", |
42 | | - "@typescript-eslint/parser": "^8.59.3", |
43 | | - "concurrently": "^9.2.1", |
44 | | - "eslint": "^10.4.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "^8.63.0", |
| 42 | + "@typescript-eslint/parser": "^8.63.0", |
| 43 | + "concurrently": "^9.2.3", |
| 44 | + "eslint": "^10.6.0", |
45 | 45 | "eslint-config-prettier": "^10.1.8", |
46 | 46 | "globals": "^16.5.0", |
| 47 | + "magic-string": "^0.30.21", |
47 | 48 | "prisma": "^7.8.0", |
48 | 49 | "socket.io-client": "^4.8.3", |
49 | 50 | "ts-node": "^10.9.2", |
50 | | - "tsdown": "^0.21.10", |
51 | | - "typescript": "^6.0.3" |
| 51 | + "tsdown": "^0.22.3", |
| 52 | + "typescript": "^7.0.2" |
52 | 53 | }, |
53 | 54 | "dependencies": { |
54 | 55 | "@nerimity/flakeid": "^1.0.3", |
|
60 | 61 | "@socket.io/redis-adapter": "^8.3.0", |
61 | 62 | "@socket.io/redis-streams-adapter": "^0.3.1", |
62 | 63 | "any-ascii": "^0.3.3", |
63 | | - "arktype": "^2.2.0", |
| 64 | + "arktype": "^2.2.2", |
64 | 65 | "bcrypt": "^6.0.0", |
65 | 66 | "bottleneck": "^2.19.5", |
66 | 67 | "connect-busboy": "^1.0.0", |
|
69 | 70 | "express": "^4.22.2", |
70 | 71 | "express-validator": "^7.3.2", |
71 | 72 | "firebase-admin": "^13.10.0", |
72 | | - "form-data": "^4.0.5", |
73 | | - "geoip-lite": "^2.0.2", |
74 | | - "google-auth-library": "^10.6.2", |
75 | | - "helmet": "^8.1.0", |
| 73 | + "form-data": "^4.0.6", |
| 74 | + "geoip-lite": "^2.0.3", |
| 75 | + "google-auth-library": "^10.9.0", |
| 76 | + "helmet": "^8.2.0", |
76 | 77 | "jsonwebtoken": "^9.0.3", |
77 | 78 | "node-html-parser": "^7.1.0", |
78 | 79 | "node-schedule": "^2.1.1", |
79 | | - "nodemailer": "^8.0.7", |
80 | | - "p-queue": "^9.3.0", |
81 | | - "pako": "^2.1.0", |
| 80 | + "nodemailer": "^8.0.11", |
| 81 | + "p-queue": "^9.3.1", |
| 82 | + "pako": "^2.2.0", |
82 | 83 | "pino": "^10.3.1", |
83 | 84 | "pino-pretty": "^13.1.3", |
84 | 85 | "redis": "^4.7.1", |
85 | 86 | "socket.io": "^4.8.3", |
86 | | - "vitest": "^4.1.6", |
| 87 | + "vitest": "^4.1.10", |
87 | 88 | "web-bot-auth": "^0.1.3" |
88 | 89 | }, |
89 | 90 | "engines": { |
|
0 commit comments