Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomaruKonpaku committed Jun 24, 2024
1 parent 790afe6 commit 9349298
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
82 changes: 41 additions & 41 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"lint": "eslint \"{src,apps,libs,test,constant}/**/*.ts\" --fix"
},
"dependencies": {
"@bull-board/api": "^5.20.1",
"@bull-board/express": "^5.20.1",
"@bull-board/nestjs": "^5.20.1",
"@bull-board/api": "^5.20.2",
"@bull-board/express": "^5.20.2",
"@bull-board/nestjs": "^5.20.2",
"@discordjs/rest": "^2.3.0",
"@nestjs/bullmq": "^10.1.1",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@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",
"bottleneck": "^2.19.5",
"bullmq": "^5.7.15",
"bullmq": "^5.8.2",
"cheerio": "^1.0.0-rc.12",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand All @@ -39,7 +39,7 @@
"sha1": "^1.1.1",
"tmi.js": "^1.8.5",
"typeorm": "^0.3.20",
"youtubei.js": "^9.4.0"
"youtubei.js": "^10.0.0"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
Expand Down

0 comments on commit 9349298

Please sign in to comment.