Skip to content

Commit

Permalink
fix(deps): update dependency bull to v4.16.0 (#3990)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 0b7d875 commit eed30f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages-legacy/task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/cron": "2.4.0"
},
"dependencies": {
"bull": "4.15.1",
"bull": "4.16.0",
"cron": "2.4.4"
},
"engines": {
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.16.5"
},
"dependencies": {
"bull": "4.15.1"
"bull": "4.16.0"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit eed30f2

Please sign in to comment.