mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-15 14:38:03 +02:00
chore(deps): bump uuid and bullmq (#691)
* chore(deps): bump uuid and bullmq Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [bullmq](https://github.com/taskforcesh/bullmq). These dependencies need to be updated together. Removes `uuid` Updates `bullmq` from 2.4.0 to 5.76.5 - [Release notes](https://github.com/taskforcesh/bullmq/releases) - [Commits](https://github.com/taskforcesh/bullmq/compare/v2.4.0...v5.76.5) --- updated-dependencies: - dependency-name: bullmq dependency-version: 5.76.5 dependency-type: direct:production - dependency-name: uuid dependency-version: dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * fix(bullmq): adapt isRunning + getJobs typing for v5 API Worker.isRunning became a method (was a property in v2), and Queue.getJobs now requires a mutable JobType[] (was string[]). * clean up --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tdurieux <durieuxthomas@hotmail.com> Co-authored-by: Thomas Durieux <5577568+tdurieux@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@
|
||||
"@octokit/rest": "^20.0.2",
|
||||
"@smithy/node-http-handler": "^2.5.0",
|
||||
"archiver": "^5.3.2",
|
||||
"bullmq": "^2.4.0",
|
||||
"bullmq": "^5.76.5",
|
||||
"cacheable-lookup": "^5.0.3",
|
||||
"compression": "^1.7.4",
|
||||
"connect-redis": "^7.0.1",
|
||||
|
||||
Reference in New Issue
Block a user