|
17 | 17 | "*.{js,ts,css,md}": "prettier --write" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@fastify/autoload": "5.8.0", |
21 | | - "@fastify/cors": "8.4.1", |
22 | | - "@fastify/env": "4.3.0", |
| 20 | + "@fastify/autoload": "5.10.0", |
| 21 | + "@fastify/cors": "8.5.0", |
| 22 | + "@fastify/env": "4.4.0", |
23 | 23 | "@fastify/etag": "4.2.0", |
24 | 24 | "@fastify/helmet": "11.1.1", |
25 | 25 | "@fastify/multipart": "7.7.3", |
26 | | - "@fastify/one-line-logger": "1.2.0", |
27 | | - "@fastify/rate-limit": "8.0.3", |
28 | | - "@fastify/sensible": "5.5.0", |
| 26 | + "@fastify/one-line-logger": "1.4.0", |
| 27 | + "@fastify/rate-limit": "8.1.1", |
| 28 | + "@fastify/sensible": "5.6.0", |
29 | 29 | "@innei/next-async": "0.3.0", |
30 | | - "@mx-space/api-client": "1.15.0", |
31 | | - "@mx-space/webhook": "0.3.0", |
| 30 | + "@mx-space/api-client": "1.16.0", |
| 31 | + "@mx-space/webhook": "0.4.0", |
32 | 32 | "@tanstack/query-core": "4.36.1", |
33 | | - "axios": "1.7.4", |
| 33 | + "axios": "1.7.7", |
34 | 34 | "chalk": "4.1.2", |
35 | | - "close-with-grace": "1.2.0", |
| 35 | + "close-with-grace": "1.3.0", |
36 | 36 | "consola": "2.15.3", |
37 | 37 | "cron": "2.4.4", |
38 | | - "dayjs": "1.11.10", |
39 | | - "dotenv": "16.3.1", |
40 | | - "fastify": "4.24.3", |
| 38 | + "dayjs": "1.11.13", |
| 39 | + "dotenv": "16.4.5", |
| 40 | + "fastify": "4.28.1", |
41 | 41 | "fastify-cli": "5.9.0", |
42 | 42 | "fastify-plugin": "4.5.1", |
43 | 43 | "fastify-tsconfig": "1.0.1", |
|
46 | 46 | "lodash": "4.17.21", |
47 | 47 | "marked": "5.1.2", |
48 | 48 | "randomcolor": "0.6.2", |
49 | | - "remove-markdown": "0.5.0", |
50 | | - "socket.io-client": "4.7.2", |
51 | | - "telegraf": "4.15.0", |
| 49 | + "remove-markdown": "0.5.5", |
| 50 | + "socket.io-client": "4.7.5", |
| 51 | + "telegraf": "4.16.3", |
52 | 52 | "tsconfig-paths": "4.2.0", |
53 | | - "zod": "3.22.4" |
| 53 | + "zod": "3.23.8" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | 56 | "@innei/eslint-config-ts": "0.11.1", |
57 | 57 | "@innei/prettier": "0.11.1", |
58 | | - "@types/cron": "2.0.1", |
59 | | - "@types/lodash": "4.14.201", |
| 58 | + "@types/cron": "2.4.0", |
| 59 | + "@types/lodash": "4.17.7", |
60 | 60 | "@types/marked": "5.0.2", |
61 | | - "@types/node": "20.9.0", |
62 | | - "@types/node-telegram-bot-api": "0.63.1", |
| 61 | + "@types/node": "20.16.5", |
| 62 | + "@types/node-telegram-bot-api": "0.63.3", |
63 | 63 | "@types/randomcolor": "0.5.9", |
64 | 64 | "@types/remove-markdown": "0.3.4", |
65 | 65 | "cross-env": "7.0.3", |
66 | | - "eslint": "8.53.0", |
67 | | - "fast-json-stringify": "5.9.1", |
| 66 | + "eslint": "8.57.0", |
| 67 | + "fast-json-stringify": "5.16.1", |
68 | 68 | "lint-staged": "13.3.0", |
69 | | - "prettier": "3.0.3", |
70 | | - "ts-node": "10.9.1", |
| 69 | + "prettier": "3.3.3", |
| 70 | + "ts-node": "10.9.2", |
71 | 71 | "tsx": "3.14.0", |
72 | | - "typescript": "5.5.4" |
| 72 | + "typescript": "5.6.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.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1" |
| 91 | + "packageManager": "pnpm@9.10.0" |
92 | 92 | } |
0 commit comments