Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomaruKonpaku committed Sep 24, 2024
1 parent 833e5c6 commit 98fad92
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 49 deletions.
2 changes: 2 additions & 0 deletions libs/youtube/src/service/innertube.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
PlaylistPanelVideo,
PlaylistVideo,
ReelItem,
ShortsLockupView,
Video,
WatchCardCompactVideo,
} from 'youtubei.js/dist/src/parser/nodes'
Expand All @@ -23,6 +24,7 @@ type InnertubeVideo = CompactVideo
| PlaylistPanelVideo
| PlaylistVideo
| ReelItem
| ShortsLockupView
| Video
| WatchCardCompactVideo

Expand Down
179 changes: 136 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"lint": "eslint \"{src,apps,libs,test,constant}/**/*.ts\" --fix"
},
"dependencies": {
"@bull-board/api": "^5.21.7",
"@bull-board/express": "^5.21.7",
"@bull-board/nestjs": "^5.21.7",
"@bull-board/api": "^5.23.0",
"@bull-board/express": "^5.23.0",
"@bull-board/nestjs": "^5.23.0",
"@discordjs/rest": "^2.3.0",
"@nestjs/bullmq": "^10.1.1",
"@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9",
"@nestjs/platform-express": "^10.3.9",
"@nestjs/typeorm": "^10.0.2",
"axios": "^1.7.2",
"axios": "^1.7.7",
"bottleneck": "^2.19.5",
"bullmq": "^5.12.10",
"cheerio": "^1.0.0-rc.12",
"cheerio": "^1.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"discord-api-types": "^0.37.86",
Expand All @@ -39,7 +39,7 @@
"sha1": "^1.1.1",
"tmi.js": "^1.8.5",
"typeorm": "^0.3.20",
"youtubei.js": "^10.4.0"
"youtubei.js": "^10.5.0"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
Expand Down

0 comments on commit 98fad92

Please sign in to comment.