|
30 | 30 | "start:dev": "rimraf ./dist && pnpm run compile && node --experimental-specifier-resolution=node --no-warnings dist/main" |
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | | - "@discordjs/builders": "^1.11.3", |
| 33 | + "@discordjs/builders": "^1.13.0", |
34 | 34 | "@lavalink/encoding": "^0.1.2", |
35 | | - "@prisma/client": "^6.16.2", |
| 35 | + "@prisma/client": "^6.18.0", |
36 | 36 | "@sapphire/decorators": "^6.2.0", |
37 | | - "@sapphire/framework": "^5.3.6", |
| 37 | + "@sapphire/framework": "^5.3.7", |
38 | 38 | "@sapphire/plugin-editable-commands": "^4.0.4", |
39 | | - "@sapphire/result": "^2.7.2", |
| 39 | + "@sapphire/result": "^2.7.3", |
40 | 40 | "@sapphire/utilities": "^3.18.2", |
41 | | - "discord-api-types": "^0.37.120", |
42 | | - "discord.js": "^14.22.1", |
| 41 | + "discord-api-types": "^0.38.31", |
| 42 | + "discord.js": "^14.24.2", |
43 | 43 | "dotenv": "^16.6.1", |
44 | 44 | "got": "^12.6.1", |
45 | 45 | "lavalink-api-types": "^2.0.2", |
|
51 | 51 | "devDependencies": { |
52 | 52 | "@hazmi35/eslint-config": "^15.2.2", |
53 | 53 | "@tsconfig/node20": "^20.1.6", |
54 | | - "@types/node": "^20.19.17", |
55 | | - "@typescript-eslint/eslint-plugin": "^8.44.0", |
56 | | - "@typescript-eslint/parser": "^8.44.0", |
57 | | - "eslint": "^9.36.0", |
58 | | - "prisma": "^6.16.2", |
| 54 | + "@types/node": "^20.19.24", |
| 55 | + "@typescript-eslint/eslint-plugin": "^8.46.2", |
| 56 | + "@typescript-eslint/parser": "^8.46.2", |
| 57 | + "eslint": "^9.39.0", |
| 58 | + "prisma": "^6.18.0", |
59 | 59 | "rimraf": "^3.0.2", |
60 | | - "typescript": "^5.9.2" |
| 60 | + "typescript": "^5.9.3" |
61 | 61 | }, |
62 | 62 | "engines": { |
63 | | - "node": ">=22.17.0", |
64 | | - "npm": ">=7.0.0" |
| 63 | + "node": ">=22.21.1", |
| 64 | + "npm": ">=7.24.2" |
65 | 65 | }, |
66 | | - "packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef" |
| 66 | + "packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd" |
67 | 67 | } |
0 commit comments