|
27 | 27 | "dependencies": { |
28 | 28 | "@discordjs/builders": "^1.7.0", |
29 | 29 | "@discordjs/collection": "^2.0.0", |
30 | | - "@prisma/client": "^5.12.1", |
| 30 | + "@prisma/client": "^5.13.0", |
31 | 31 | "@sapphire/result": "^2.6.6", |
32 | 32 | "@sapphire/utilities": "^3.15.3", |
33 | 33 | "@skyra/env-utilities": "^1.3.0", |
|
36 | 36 | "@skyra/logger": "^2.0.3", |
37 | 37 | "@skyra/shared-http-pieces": "^1.2.2", |
38 | 38 | "@skyra/start-banner": "^2.0.1", |
39 | | - "discord-api-types": "^0.37.79", |
| 39 | + "discord-api-types": "^0.37.83", |
40 | 40 | "fastify": "^4.26.2", |
41 | 41 | "gradient-string": "^2.0.2", |
42 | 42 | "tslib": "^2.6.2" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@commitlint/cli": "^19.2.1", |
46 | | - "@commitlint/config-conventional": "^19.1.0", |
| 45 | + "@commitlint/cli": "^19.3.0", |
| 46 | + "@commitlint/config-conventional": "^19.2.2", |
47 | 47 | "@sapphire/eslint-config": "^5.0.4", |
48 | 48 | "@sapphire/prettier-config": "^2.0.0", |
49 | 49 | "@sapphire/ts-config": "^5.0.1", |
50 | 50 | "@types/gradient-string": "^1.1.6", |
51 | | - "@types/node": "^20.12.5", |
52 | | - "@typescript-eslint/eslint-plugin": "^7.5.0", |
53 | | - "@typescript-eslint/parser": "^7.5.0", |
| 51 | + "@types/node": "^20.12.7", |
| 52 | + "@typescript-eslint/eslint-plugin": "^7.7.1", |
| 53 | + "@typescript-eslint/parser": "^7.7.1", |
54 | 54 | "cz-conventional-changelog": "^3.3.0", |
55 | 55 | "eslint": "^8.57.0", |
56 | 56 | "eslint-config-prettier": "^9.1.0", |
57 | 57 | "eslint-plugin-prettier": "^5.1.3", |
58 | 58 | "lint-staged": "^15.2.2", |
59 | 59 | "prettier": "^3.2.5", |
60 | | - "prisma": "^5.12.1", |
61 | | - "typescript": "^5.4.4" |
| 60 | + "prisma": "^5.13.0", |
| 61 | + "typescript": "^5.4.5" |
62 | 62 | }, |
63 | 63 | "resolutions": { |
64 | 64 | "ansi-regex": "^5.0.1", |
65 | | - "discord-api-types": "^0.37.79", |
| 65 | + "discord-api-types": "^0.37.83", |
66 | 66 | "minimist": "^1.2.8" |
67 | 67 | }, |
68 | 68 | "engines": { |
|
91 | 91 | }, |
92 | 92 | "packageManager": "yarn@4.1.1", |
93 | 93 | "volta": { |
94 | | - "node": "20.12.1" |
| 94 | + "node": "20.12.2" |
95 | 95 | } |
96 | 96 | } |
0 commit comments