Updated dependiecies

This commit is contained in:
2024-06-29 20:48:49 +02:00
parent 518ffe17eb
commit f9f510b45a
2 changed files with 117 additions and 109 deletions

View File

@@ -31,28 +31,28 @@
"axios": "^1.7.2",
"chalk": "^4.1.2",
"cron": "^3.1.7",
"discord-player": "^6.6.8",
"discord.js": "^14.15.2",
"discord-player": "^6.6.10",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ioredis": "^5.4.1",
"mongoose": "^8.4.0",
"mongoose": "^8.4.4",
"ms": "^2.1.3",
"pg": "^8.11.5",
"pg": "^8.12.0",
"pretty-ms": "^9.0.0",
"sequelize": "^6.37.3",
"youtube-ext": "^1.1.25"
},
"devDependencies": {
"@types/ms": "^0.7.34",
"@types/node": "^20.12.12",
"@types/node": "^20.14.9",
"@types/pg": "^8",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"packageManager": "yarn@4.1.1"
}