Update discord.js to 14.19.3 and dotenv to 16.5.0

This commit is contained in:
SileNce5k 2025-05-04 04:07:05 +02:00
commit 007c6db3bc
Signed by: SileNce
GPG key ID: B0A142BB4291B204
2 changed files with 60 additions and 83 deletions

View file

@ -5,8 +5,8 @@
"main": "server.js",
"dependencies": {
"@zuzak/owo": "^1.14.1",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"discord.js": "^14.19.3",
"dotenv": "^16.5.0",
"seedrandom": "^3.0.5",
"sqlite3": "^5.1.6"
},