Skip to content

Commit

Permalink
fix(deps): update bull monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2023
1 parent 334cb06 commit dea1c03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages-legacy/task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/cron": "2.0.1"
},
"dependencies": {
"bull": "4.10.4",
"bull": "4.11.3",
"cron": "2.3.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bull-board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@midwayjs/mock": "^3.11.15"
},
"dependencies": {
"@bull-board/api": "5.6.0",
"@bull-board/ui": "5.6.0",
"@bull-board/api": "5.8.0",
"@bull-board/ui": "5.8.0",
"@midwayjs/bull": "^3.11.18",
"ejs": "3.1.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bull/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@midwayjs/mock": "^3.11.15"
},
"dependencies": {
"bull": "4.10.4"
"bull": "4.11.3"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit dea1c03

Please sign in to comment.