|
10 | 10 | "@commitlint/config-angular": "^17.0.3",
|
11 | 11 | "@daangamesdg/logger": "^1.1.0",
|
12 | 12 | "@daangamesdg/youtube-notifications": "^1.0.2",
|
13 |
| - "@prisma/client": "^4.1.1", |
| 13 | + "@prisma/client": "^4.2.1", |
14 | 14 | "@sapphire/decorators": "^4.3.8",
|
15 | 15 | "@sapphire/framework": "^2.5.1",
|
16 | 16 | "@sapphire/plugin-subcommands": "^2.2.2",
|
|
21 | 21 | "cookie-parser": "^1.4.6",
|
22 | 22 | "cors": "^2.8.5",
|
23 | 23 | "discord-giveaways": "^5.2.2",
|
24 |
| - "discord.js": "^13.9.2", |
| 24 | + "discord.js": "^13.10.3", |
25 | 25 | "dotenv": "^16.0.1",
|
26 | 26 | "express": "^4.18.1",
|
27 | 27 | "express-rate-limit": "^6.5.1",
|
|
31 | 31 | "lint-staged": "^13.0.3",
|
32 | 32 | "long-timeout": "^0.1.1",
|
33 | 33 | "moment": "^2.29.1",
|
34 |
| - "moment-timezone": "^0.5.34", |
| 34 | + "moment-timezone": "^0.5.35", |
35 | 35 | "ms": "^2.1.3",
|
36 | 36 | "nanoid": "^4.0.0",
|
37 | 37 | "node-canvas-with-twemoji-and-discord-emoji": "^1.2.1",
|
|
41 | 41 | "uuid": "^8.3.2"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@sapphire/eslint-config": "^4.3.7", |
45 |
| - "@sapphire/prettier-config": "^1.4.3", |
| 44 | + "@sapphire/eslint-config": "^4.3.8", |
| 45 | + "@sapphire/prettier-config": "^1.4.4", |
46 | 46 | "@sapphire/ts-config": "^3.3.4",
|
47 | 47 | "@types/body-parser": "^1.19.2",
|
48 | 48 | "@types/cookie-parser": "^1.4.3",
|
|
52 | 52 | "@types/jsdom": "^20.0.0",
|
53 | 53 | "@types/long-timeout": "0.1.0",
|
54 | 54 | "@types/ms": "0.7.31",
|
55 |
| - "@types/node": "16.11.47", |
| 55 | + "@types/node": "16.11.54", |
56 | 56 | "@types/random-words": "1.1.2",
|
57 | 57 | "@types/uuid": "8.3.4",
|
58 |
| - "@typescript-eslint/eslint-plugin": "^5.32.0", |
59 |
| - "@typescript-eslint/parser": "^5.32.0", |
| 58 | + "@typescript-eslint/eslint-plugin": "^5.34.0", |
| 59 | + "@typescript-eslint/parser": "^5.34.0", |
60 | 60 | "cross-env": "^7.0.3",
|
61 |
| - "eslint": "^8.21.0", |
| 61 | + "eslint": "^8.22.0", |
62 | 62 | "eslint-config-prettier": "^8.5.0",
|
63 | 63 | "eslint-plugin-prettier": "^4.2.1",
|
64 | 64 | "nodemon": "^2.0.19",
|
65 |
| - "prisma": "^4.1.1", |
| 65 | + "prisma": "^4.2.1", |
66 | 66 | "typescript": "4.7.4"
|
67 | 67 | },
|
68 | 68 | "scripts": {
|
|
0 commit comments