|
27 | 27 | "update": "yarn upgrade-interactive"
|
28 | 28 | },
|
29 | 29 | "dependencies": {
|
30 |
| - "@discordjs/builders": "^1.9.0", |
| 30 | + "@discordjs/builders": "^1.10.1", |
31 | 31 | "@discordjs/collection": "^2.1.1",
|
32 |
| - "@napi-rs/canvas": "^0.1.58", |
| 32 | + "@napi-rs/canvas": "^0.1.68", |
33 | 33 | "@napi-rs/image": "^1.9.2",
|
34 |
| - "@prisma/client": "^5.21.1", |
35 |
| - "@sapphire/async-queue": "^1.5.3", |
36 |
| - "@sapphire/duration": "^1.1.2", |
37 |
| - "@sapphire/result": "^2.6.6", |
38 |
| - "@sapphire/utilities": "^3.17.0", |
| 34 | + "@prisma/client": "^5.22.0", |
| 35 | + "@sapphire/async-queue": "^1.5.5", |
| 36 | + "@sapphire/duration": "^1.1.4", |
| 37 | + "@sapphire/result": "^2.7.2", |
| 38 | + "@sapphire/utilities": "^3.18.2", |
39 | 39 | "@skyra/env-utilities": "^1.3.0",
|
40 |
| - "@skyra/http-framework": "^2.1.0", |
| 40 | + "@skyra/http-framework": "^2.2.0", |
41 | 41 | "@skyra/http-framework-i18n": "^1.2.0",
|
42 | 42 | "@skyra/logger": "^2.0.3",
|
43 | 43 | "@skyra/reddit-helpers": "^1.2.0",
|
|
52 | 52 | "discord-api-types": "^0.37.100",
|
53 | 53 | "gradient-string": "^3.0.0",
|
54 | 54 | "he": "^1.2.0",
|
55 |
| - "ioredis": "^5.4.1", |
| 55 | + "ioredis": "^5.6.0", |
56 | 56 | "jsbd": "^0.0.11",
|
57 | 57 | "luxon": "^3.5.0",
|
58 |
| - "nanoid": "^5.0.7", |
59 |
| - "tslib": "^2.8.0" |
| 58 | + "nanoid": "^5.1.5", |
| 59 | + "tslib": "^2.8.1" |
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 |
| - "@commitlint/cli": "^19.5.0", |
63 |
| - "@commitlint/config-conventional": "^19.5.0", |
| 62 | + "@commitlint/cli": "^19.8.0", |
| 63 | + "@commitlint/config-conventional": "^19.8.0", |
64 | 64 | "@sapphire/eslint-config": "^5.0.5",
|
65 | 65 | "@sapphire/prettier-config": "^2.0.0",
|
66 | 66 | "@sapphire/ts-config": "^5.0.1",
|
67 | 67 | "@types/culori": "^2.1.1",
|
68 | 68 | "@types/gradient-string": "^1.1.6",
|
69 | 69 | "@types/he": "^1.2.3",
|
70 | 70 | "@types/luxon": "^3.4.2",
|
71 |
| - "@types/node": "^22.8.6", |
| 71 | + "@types/node": "^22.13.11", |
72 | 72 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
73 | 73 | "@typescript-eslint/parser": "^7.18.0",
|
74 |
| - "@vitest/coverage-v8": "^2.1.3", |
| 74 | + "@vitest/coverage-v8": "^2.1.9", |
75 | 75 | "cz-conventional-changelog": "^3.3.0",
|
76 | 76 | "eslint": "^8.57.1",
|
77 | 77 | "eslint-config-prettier": "^9.1.0",
|
78 |
| - "eslint-plugin-prettier": "^5.2.1", |
79 |
| - "lint-staged": "^15.2.10", |
80 |
| - "prettier": "^3.3.3", |
81 |
| - "prisma": "^5.21.1", |
| 78 | + "eslint-plugin-prettier": "^5.2.3", |
| 79 | + "lint-staged": "^15.5.0", |
| 80 | + "prettier": "^3.5.3", |
| 81 | + "prisma": "^5.22.0", |
82 | 82 | "rimraf": "^6.0.1",
|
83 | 83 | "tar": "^7.4.3",
|
84 | 84 | "typescript": "~5.4.5",
|
85 |
| - "vitest": "^2.1.3" |
| 85 | + "vitest": "^2.1.9" |
86 | 86 | },
|
87 | 87 | "resolutions": {
|
88 | 88 | "ansi-regex": "^5.0.1",
|
|
113 | 113 | "@typescript-eslint/no-base-to-string": "off"
|
114 | 114 | }
|
115 | 115 | },
|
116 |
| - "packageManager": "yarn@4.5.1", |
| 116 | + "packageManager": "yarn@4.7.0", |
117 | 117 | "volta": {
|
118 |
| - "node": "22.11.0" |
| 118 | + "node": "22.14.0" |
119 | 119 | }
|
120 | 120 | }
|
0 commit comments