|
17 | 17 | "*.{js,ts,css,md}": "prettier --write" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@fastify/autoload": "5.7.1", |
21 | | - "@fastify/cors": "8.4.0", |
22 | | - "@fastify/env": "4.2.0", |
| 20 | + "@fastify/autoload": "5.8.0", |
| 21 | + "@fastify/cors": "8.4.1", |
| 22 | + "@fastify/env": "4.3.0", |
23 | 23 | "@fastify/etag": "4.2.0", |
24 | 24 | "@fastify/helmet": "11.1.1", |
25 | 25 | "@fastify/multipart": "7.7.3", |
26 | 26 | "@fastify/one-line-logger": "1.2.0", |
27 | 27 | "@fastify/rate-limit": "8.0.3", |
28 | | - "@fastify/sensible": "5.3.0", |
| 28 | + "@fastify/sensible": "5.5.0", |
29 | 29 | "@innei/next-async": "0.3.0", |
30 | | - "@mx-space/api-client": "1.5.1", |
| 30 | + "@mx-space/api-client": "1.6.2", |
31 | 31 | "@tanstack/query-core": "4.36.1", |
32 | | - "axios": "1.5.1", |
| 32 | + "axios": "1.6.1", |
33 | 33 | "chalk": "4.1.2", |
34 | 34 | "close-with-grace": "1.2.0", |
35 | 35 | "consola": "2.15.3", |
36 | 36 | "cron": "2.4.4", |
37 | 37 | "dayjs": "1.11.10", |
38 | 38 | "dotenv": "16.3.1", |
39 | | - "fastify": "4.24.1", |
40 | | - "fastify-cli": "5.8.0", |
| 39 | + "fastify": "4.24.3", |
| 40 | + "fastify-cli": "5.9.0", |
41 | 41 | "fastify-plugin": "4.5.1", |
42 | 42 | "fastify-tsconfig": "1.0.1", |
43 | 43 | "git-webhook-handler": "link:packages/git-webhook-handler", |
|
47 | 47 | "randomcolor": "0.6.2", |
48 | 48 | "remove-markdown": "0.5.0", |
49 | 49 | "socket.io-client": "4.7.2", |
50 | | - "telegraf": "4.14.0", |
| 50 | + "telegraf": "4.15.0", |
51 | 51 | "tsconfig-paths": "4.2.0", |
52 | 52 | "zod": "3.22.4" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | 55 | "@innei/eslint-config-ts": "0.11.1", |
56 | 56 | "@innei/prettier": "0.11.1", |
57 | 57 | "@types/cron": "2.0.1", |
58 | | - "@types/lodash": "4.14.199", |
| 58 | + "@types/lodash": "4.14.201", |
59 | 59 | "@types/marked": "5.0.2", |
60 | | - "@types/node": "20.8.6", |
61 | | - "@types/node-telegram-bot-api": "0.61.8", |
62 | | - "@types/randomcolor": "0.5.7", |
63 | | - "@types/remove-markdown": "0.3.2", |
| 60 | + "@types/node": "20.9.0", |
| 61 | + "@types/node-telegram-bot-api": "0.63.1", |
| 62 | + "@types/randomcolor": "0.5.9", |
| 63 | + "@types/remove-markdown": "0.3.4", |
64 | 64 | "cross-env": "7.0.3", |
65 | | - "eslint": "8.51.0", |
66 | | - "fast-json-stringify": "5.8.0", |
| 65 | + "eslint": "8.53.0", |
| 66 | + "fast-json-stringify": "5.9.1", |
67 | 67 | "lint-staged": "13.3.0", |
68 | 68 | "prettier": "3.0.3", |
69 | 69 | "ts-node": "10.9.1", |
70 | | - "tsx": "3.13.0", |
| 70 | + "tsx": "3.14.0", |
71 | 71 | "typescript": "5.2.2" |
72 | 72 | }, |
73 | 73 | "engines": { |
|
0 commit comments