|
15 | 15 | "check": "run-s check:*" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@keyv/redis": "2.8.5", |
| 18 | + "@keyv/redis": "5.1.3", |
19 | 19 | "change-case": "5.4.4", |
20 | 20 | "cheerio": "1.0.0-rc.12", |
21 | | - "cron": "3.1.7", |
| 21 | + "cron": "4.3.4", |
22 | 22 | "discord.js": "14.15.3", |
23 | 23 | "ioredis": "5.4.1", |
24 | | - "keyv": "4.5.4", |
| 24 | + "keyv": "5.5.3", |
25 | 25 | "nanoid": "5.0.7", |
26 | 26 | "open-graph-scraper": "6.5.2", |
27 | | - "zod": "3.23.8" |
| 27 | + "zod": "4.1.12" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@types/node": "20.14.2", |
31 | | - "@typescript-eslint/eslint-plugin": "7.13.0", |
32 | | - "@typescript-eslint/parser": "7.13.0", |
33 | | - "dotenv": "16.4.5", |
34 | | - "eslint": "8.57.0", |
35 | | - "eslint-import-resolver-typescript": "3.6.1", |
| 30 | + "@types/node": "24.10.0", |
| 31 | + "@typescript-eslint/eslint-plugin": "8.46.3", |
| 32 | + "@typescript-eslint/parser": "8.46.3", |
| 33 | + "dotenv": "17.2.3", |
| 34 | + "eslint": "9.39.1", |
| 35 | + "eslint-import-resolver-typescript": "4.4.4", |
36 | 36 | "eslint-plugin-import": "2.29.1", |
37 | 37 | "eslint-plugin-only-error": "1.0.2", |
38 | 38 | "eslint-plugin-simple-import-sort": "12.1.0", |
39 | | - "eslint-plugin-sonarjs": "1.0.3", |
40 | | - "eslint-plugin-unused-imports": "3.2.0", |
41 | | - "npm-run-all2": "6.2.0", |
| 39 | + "eslint-plugin-sonarjs": "3.0.5", |
| 40 | + "eslint-plugin-unused-imports": "4.3.0", |
| 41 | + "npm-run-all2": "8.0.4", |
42 | 42 | "prettier": "3.3.2", |
43 | 43 | "tsup": "8.1.0", |
44 | | - "type-fest": "4.20.0", |
| 44 | + "type-fest": "5.2.0", |
45 | 45 | "typescript": "5.4.5", |
46 | 46 | "vitest": "1.6.0" |
47 | 47 | }, |
48 | | - "packageManager": "pnpm@9.3.0", |
| 48 | + "packageManager": "pnpm@10.20.0", |
49 | 49 | "engines": { |
50 | | - "node": "22.3.0" |
| 50 | + "node": "25.1.0" |
51 | 51 | } |
52 | 52 | } |
0 commit comments