|
30 | 30 | "@mx-space/api-client": "1.16.1", |
31 | 31 | "@mx-space/webhook": "0.5.0", |
32 | 32 | "@tanstack/query-core": "4.36.1", |
33 | | - "axios": "1.7.7", |
| 33 | + "axios": "1.7.9", |
34 | 34 | "chalk": "4.1.2", |
35 | 35 | "close-with-grace": "1.3.0", |
36 | 36 | "consola": "2.15.3", |
37 | 37 | "cron": "2.4.4", |
38 | 38 | "dayjs": "1.11.13", |
39 | | - "dotenv": "16.4.5", |
40 | | - "fastify": "4.28.1", |
| 39 | + "dotenv": "16.4.7", |
| 40 | + "fastify": "4.29.0", |
41 | 41 | "fastify-cli": "5.9.0", |
42 | 42 | "fastify-plugin": "4.5.1", |
43 | 43 | "fastify-tsconfig": "1.0.1", |
|
47 | 47 | "marked": "5.1.2", |
48 | 48 | "randomcolor": "0.6.2", |
49 | 49 | "remove-markdown": "0.5.5", |
50 | | - "socket.io-client": "4.7.5", |
| 50 | + "socket.io-client": "4.8.1", |
51 | 51 | "telegraf": "4.16.3", |
52 | 52 | "tsconfig-paths": "4.2.0", |
53 | 53 | "zod": "3.23.8" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | 56 | "@innei/eslint-config-ts": "0.15.0", |
57 | 57 | "@innei/prettier": "0.15.0", |
58 | | - "@types/cron": "2.4.0", |
59 | | - "@types/lodash": "4.17.7", |
| 58 | + "@types/cron": "2.4.3", |
| 59 | + "@types/lodash": "4.17.13", |
60 | 60 | "@types/marked": "5.0.2", |
61 | | - "@types/node": "20.16.5", |
| 61 | + "@types/node": "20.17.9", |
62 | 62 | "@types/node-telegram-bot-api": "0.64.7", |
63 | 63 | "@types/randomcolor": "0.5.9", |
64 | 64 | "@types/remove-markdown": "0.3.4", |
65 | 65 | "cross-env": "7.0.3", |
66 | 66 | "eslint": "8.57.1", |
67 | 67 | "fast-json-stringify": "5.16.1", |
68 | 68 | "lint-staged": "13.3.0", |
69 | | - "prettier": "3.3.3", |
| 69 | + "prettier": "3.4.2", |
70 | 70 | "ts-node": "10.9.2", |
71 | 71 | "tsx": "3.14.0", |
72 | | - "typescript": "5.6.2" |
| 72 | + "typescript": "5.7.2" |
73 | 73 | }, |
74 | 74 | "engines": { |
75 | 75 | "node": ">=16.20.0" |
|
88 | 88 | "legacyOutput": true, |
89 | 89 | "target": "es2018" |
90 | 90 | }, |
91 | | - "packageManager": "pnpm@9.10.0" |
| 91 | + "packageManager": "pnpm@9.15.0" |
92 | 92 | } |
0 commit comments