diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2026-06-10 21:35:29 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2026-06-10 21:35:29 +0200 |
| commit | bbc7e707d536b76fddeff28e70095de860a41be8 (patch) | |
| tree | fed169b755a28820e61bb9daccc5266d79015dd3 /package.json | |
| parent | 768b537946da0abd89949648b803d625542c8a7d (diff) | |
update
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/package.json b/package.json index b4c0fae..0b20229 100644 --- a/package.json +++ b/package.json @@ -14,16 +14,19 @@ "type": "commonjs", "dependencies": { "@discordjs/opus": "^0.10.0", - "@discordjs/voice": "^0.19.0", - "@snazzah/davey": "^0.1.9", - "discord.js": "^14.24.2", - "dotenv": "^17.2.3", + "@discordjs/voice": "^0.19.2", + "@snazzah/davey": "^0.1.11", + "discord.js": "^14.26.4", + "dotenv": "^17.4.2", "opusscript": "^0.1.1", - "sodium-native": "^5.0.9" + "sodium-native": "^5.1.0" }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.1.0", - "globals": "^17.4.0" + "eslint": "^10.4.1", + "globals": "^17.6.0" + }, + "allowScripts": { + "@discordjs/opus@0.10.0": true } } |
