Updated dependencies and better logging (#17)

* Updated all deps

* Changed logging format to JSON
This commit is contained in:
2022-10-31 13:42:57 +07:00
committed by GitHub
parent fc0dff2a8a
commit 53011a340c
3 changed files with 102 additions and 98 deletions
+13 -13
View File
@@ -1,44 +1,44 @@
{
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.2.0",
"@discordjs/voice": "^0.11.0",
"@discordjs/rest": "^1.3.0",
"@discordjs/voice": "^0.13.0",
"@types/color-thief-node": "^1.0.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/os-utils": "^0.0.1",
"bluebird": "^3.7.2",
"bufferutil": "^4.0.6",
"bufferutil": "^4.0.7",
"color-thief-node": "^1.0.4",
"cors": "^2.8.5",
"country-code-emoji": "^2.3.0",
"country-code-lookup": "^0.0.20",
"discord-api-types": "^0.37.11",
"discord-api-types": "^0.37.15",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express": "^4.18.2",
"i18n": "^0.15.1",
"libsodium-wrappers": "^0.7.10",
"node-osu": "^2.2.1",
"os-utils": "^0.0.14",
"ping": "^0.4.2",
"play-dl": "^1.9.5",
"ts-custom-error": "^3.2.2",
"play-dl": "^1.9.6",
"ts-custom-error": "^3.3.0",
"typescript": "^4.8.4",
"utf-8-validate": "^5.0.10",
"validator": "^13.7.0",
"winston": "3.3.3",
"winston": "^3.8.2",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@prisma/client": "^4.4.0",
"@prisma/client": "^4.5.0",
"@types/bluebird": "^3.5.37",
"@types/i18n": "^0.13.4",
"@types/node": "^18.11.7",
"@types/i18n": "^0.13.5",
"@types/node": "^18.11.8",
"@types/ping": "^0.4.1",
"@types/validator": "^13.7.7",
"@types/validator": "^13.7.10",
"copyfiles": "^2.4.1",
"prisma": "^4.4.0",
"prisma": "^4.5.0",
"ts-node-dev": "^2.0.0"
},
"scripts": {