Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
Update ytdl-core to fix base.js errors.
  • Loading branch information
AlexInCube committed Jul 31, 2024
1 parent 7b07683 commit 9c5439f
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 215 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aicbot",
"version": "3.3.0",
"version": "3.3.1",
"description": "Discord Bot for playing music",
"main": "build/main.js",
"scripts": {
Expand All @@ -25,9 +25,9 @@
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.2",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.13.5",
"@distube/ytdl-core": "^4.13.7",
"@distube/ytsr": "^2.0.4",
"@eslint/js": "^9.7.0",
"@eslint/js": "^9.8.0",
"cross-env": "7.0.3",
"discord.js": "^14.15.3",
"distube": "^5.0.2",
Expand All @@ -36,8 +36,8 @@
"dotenv": "^16.4.5",
"genius-lyrics": "^4.4.7",
"i18next": "^23.12.2",
"i18next-fs-backend": "^2.3.1",
"mongoose": "^8.5.1",
"i18next-fs-backend": "^2.3.2",
"mongoose": "^8.5.2",
"node-cron": "^3.0.3",
"node-os-utils": "^1.3.7",
"opusscript": "^0.1.1",
Expand All @@ -46,23 +46,23 @@
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"sodium-native": "^4.1.1",
"typescript-eslint": "^7.16.1",
"typescript-eslint": "^7.18.0",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/node": "^20.14.13",
"@types/node-cron": "^3.0.11",
"@types/node-os-utils": "^1.3.4",
"@types/puppeteer": "^7.0.4",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^9.7.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.8.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 9c5439f

Please sign in to comment.