|
51 | 51 | "update": "yarn upgrade-interactive" |
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | | - "@discordjs/builders": "^1.10.1", |
| 54 | + "@discordjs/builders": "^1.11.3", |
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.11.0", |
| 59 | + "@prisma/client": "~6.14.0", |
60 | 60 | "@sapphire/async-queue": "^1.5.5", |
61 | 61 | "@sapphire/bitfield": "^1.2.4", |
62 | | - "@sapphire/decorators": "^6.1.1", |
63 | | - "@sapphire/discord.js-utilities": "7.3.2", |
| 62 | + "@sapphire/decorators": "^6.2.0", |
| 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.6", |
66 | 66 | "@sapphire/iterator-utilities": "^2.0.1", |
67 | | - "@sapphire/plugin-api": "^8.0.0", |
| 67 | + "@sapphire/plugin-api": "^8.3.1", |
68 | 68 | "@sapphire/plugin-editable-commands": "^4.0.4", |
69 | 69 | "@sapphire/plugin-i18next": "^7.1.3", |
70 | | - "@sapphire/plugin-logger": "^4.0.2", |
| 70 | + "@sapphire/plugin-logger": "^4.1.0", |
71 | 71 | "@sapphire/plugin-subcommands": "^7.0.1", |
72 | 72 | "@sapphire/ratelimits": "^2.4.11", |
73 | 73 | "@sapphire/snowflake": "^3.5.5", |
|
84 | 84 | "confusables": "^1.1.1", |
85 | 85 | "diff": "^7.0.0", |
86 | 86 | "discord-api-types": "^0.37.115", |
87 | | - "discord.js": "~14.18.0", |
| 87 | + "discord.js": "~14.22.1", |
88 | 88 | "he": "^1.2.0", |
89 | | - "zlib-sync": "^0.1.9" |
| 89 | + "zlib-sync": "^0.1.10" |
90 | 90 | }, |
91 | 91 | "devDependencies": { |
92 | 92 | "0x": "^5.8.0", |
93 | | - "@commitlint/cli": "^19.8.0", |
94 | | - "@commitlint/config-conventional": "^19.8.0", |
95 | | - "@sapphire/eslint-config": "^5.0.5", |
| 93 | + "@commitlint/cli": "^19.8.1", |
| 94 | + "@commitlint/config-conventional": "^19.8.1", |
| 95 | + "@sapphire/eslint-config": "^5.0.6", |
96 | 96 | "@sapphire/prettier-config": "^2.0.0", |
97 | 97 | "@sapphire/ts-config": "^5.0.1", |
98 | 98 | "@types/backoff": "^2.5.5", |
99 | 99 | "@types/diff": "^6.0.0", |
100 | 100 | "@types/he": "^1.2.3", |
101 | 101 | "@types/node": "^22.8.7", |
102 | | - "@types/pg": "^8.11.13", |
| 102 | + "@types/pg": "^8.15.5", |
103 | 103 | "@types/ws": "^8.18.1", |
104 | 104 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
105 | 105 | "@typescript-eslint/parser": "^7.18.0", |
106 | 106 | "@vitest/coverage-v8": "^2.1.9", |
107 | 107 | "cz-conventional-changelog": "^3.3.0", |
108 | 108 | "eslint": "^8.57.1", |
109 | | - "eslint-config-prettier": "^9.1.0", |
110 | | - "eslint-plugin-prettier": "^5.2.6", |
111 | | - "lint-staged": "^15.5.1", |
112 | | - "prettier": "^3.5.3", |
113 | | - "prisma": "~6.11.0", |
114 | | - "prisma-json-types-generator": "^3.2.3", |
115 | | - "tsc-watch": "^6.2.1", |
| 109 | + "eslint-config-prettier": "^9.1.2", |
| 110 | + "eslint-plugin-prettier": "^5.5.4", |
| 111 | + "lint-staged": "^15.5.2", |
| 112 | + "prettier": "^3.6.2", |
| 113 | + "prisma": "~6.14.0", |
| 114 | + "prisma-json-types-generator": "^3.6.0", |
| 115 | + "tsc-watch": "^6.3.1", |
116 | 116 | "typescript": "~5.7.2", |
117 | 117 | "vitest": "^2.1.9" |
118 | 118 | }, |
|
143 | 143 | } |
144 | 144 | }, |
145 | 145 | "prettier": "@sapphire/prettier-config", |
146 | | - "packageManager": "yarn@4.9.1", |
| 146 | + "packageManager": "yarn@4.9.3", |
147 | 147 | "volta": { |
148 | | - "node": "22.14.0" |
| 148 | + "node": "22.18.0" |
149 | 149 | } |
150 | 150 | } |
0 commit comments