|
51 | 51 | "update": "yarn upgrade-interactive"
|
52 | 52 | },
|
53 | 53 | "dependencies": {
|
54 |
| - "@discordjs/builders": "^1.10.1", |
| 54 | + "@discordjs/builders": "^1.11.2", |
55 | 55 | "@discordjs/collection": "^2.1.1",
|
56 | 56 | "@discordjs/core": "^1.2.0",
|
57 | 57 | "@influxdata/influxdb-client": "^1.35.0",
|
58 | 58 | "@influxdata/influxdb-client-apis": "^1.35.0",
|
59 |
| - "@prisma/client": "^6.6.0", |
| 59 | + "@prisma/client": "^6.7.0", |
60 | 60 | "@sapphire/async-queue": "^1.5.5",
|
61 | 61 | "@sapphire/bitfield": "^1.2.4",
|
62 | 62 | "@sapphire/decorators": "^6.1.1",
|
63 |
| - "@sapphire/discord.js-utilities": "7.3.2", |
| 63 | + "@sapphire/discord.js-utilities": "7.3.3", |
64 | 64 | "@sapphire/fetch": "^3.0.5",
|
65 |
| - "@sapphire/framework": "5.3.3", |
| 65 | + "@sapphire/framework": "5.3.5", |
66 | 66 | "@sapphire/iterator-utilities": "^2.0.1",
|
67 |
| - "@sapphire/plugin-api": "^8.0.0", |
| 67 | + "@sapphire/plugin-api": "^8.2.1", |
68 | 68 | "@sapphire/plugin-editable-commands": "^4.0.4",
|
69 | 69 | "@sapphire/plugin-i18next": "^7.1.3",
|
70 | 70 | "@sapphire/plugin-logger": "^4.0.2",
|
|
85 | 85 | "confusables": "^1.1.1",
|
86 | 86 | "diff": "^7.0.0",
|
87 | 87 | "discord-api-types": "^0.37.115",
|
88 |
| - "discord.js": "~14.18.0", |
| 88 | + "discord.js": "~14.19.3", |
89 | 89 | "he": "^1.2.0",
|
90 |
| - "zlib-sync": "^0.1.9" |
| 90 | + "zlib-sync": "^0.1.10" |
91 | 91 | },
|
92 | 92 | "devDependencies": {
|
93 | 93 | "0x": "^5.8.0",
|
94 |
| - "@commitlint/cli": "^19.8.0", |
95 |
| - "@commitlint/config-conventional": "^19.8.0", |
96 |
| - "@sapphire/eslint-config": "^5.0.5", |
| 94 | + "@commitlint/cli": "^19.8.1", |
| 95 | + "@commitlint/config-conventional": "^19.8.1", |
| 96 | + "@sapphire/eslint-config": "^5.0.6", |
97 | 97 | "@sapphire/prettier-config": "^2.0.0",
|
98 | 98 | "@sapphire/ts-config": "^5.0.1",
|
99 | 99 | "@types/backoff": "^2.5.5",
|
100 | 100 | "@types/diff": "^6.0.0",
|
101 | 101 | "@types/he": "^1.2.3",
|
102 | 102 | "@types/node": "^22.10.5",
|
103 |
| - "@types/pg": "^8.11.12", |
| 103 | + "@types/pg": "^8.15.1", |
104 | 104 | "@types/ws": "^8.18.1",
|
105 | 105 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
106 | 106 | "@typescript-eslint/parser": "^7.18.0",
|
107 | 107 | "@vitest/coverage-v8": "^2.1.9",
|
108 | 108 | "cz-conventional-changelog": "^3.3.0",
|
109 | 109 | "eslint": "^8.57.1",
|
110 | 110 | "eslint-config-prettier": "^9.1.0",
|
111 |
| - "eslint-plugin-prettier": "^5.2.6", |
112 |
| - "lint-staged": "^15.5.1", |
| 111 | + "eslint-plugin-prettier": "^5.4.0", |
| 112 | + "lint-staged": "^15.5.2", |
113 | 113 | "prettier": "^3.5.3",
|
114 |
| - "prisma": "^6.6.0", |
115 |
| - "prisma-json-types-generator": "^3.2.3", |
| 114 | + "prisma": "^6.7.0", |
| 115 | + "prisma-json-types-generator": "^3.4.1", |
116 | 116 | "tsc-watch": "^6.3.0",
|
117 | 117 | "typescript": "~5.7.2",
|
118 | 118 | "vitest": "^2.1.9"
|
|
144 | 144 | }
|
145 | 145 | },
|
146 | 146 | "prettier": "@sapphire/prettier-config",
|
147 |
| - "packageManager": "yarn@4.9.0", |
| 147 | + "packageManager": "yarn@4.9.1", |
148 | 148 | "volta": {
|
149 |
| - "node": "22.14.0" |
| 149 | + "node": "22.15.1" |
150 | 150 | }
|
151 | 151 | }
|
0 commit comments