Skip to content

Commit

Permalink
fix(deps): update bull monorepo (#4072)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

(cherry picked from commit 01d2c1b)
  • Loading branch information
renovate[bot] authored and czy88840616 committed Sep 22, 2024
1 parent 7be5c85 commit b9ba0ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.16.1",
"bull": "4.16.3",
"cron": "2.4.4"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions packages/bull-board/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/bull-board",
"version": "3.16.8",
"version": "3.17.1",
"description": "midway component for bull",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -24,15 +24,15 @@
],
"license": "MIT",
"devDependencies": {
"@midwayjs/core": "^3.16.2",
"@midwayjs/express": "^3.16.5",
"@midwayjs/koa": "^3.16.8",
"@midwayjs/mock": "^3.16.5"
"@midwayjs/core": "^3.17.1",
"@midwayjs/express": "^3.17.1",
"@midwayjs/koa": "^3.17.1",
"@midwayjs/mock": "^3.17.1"
},
"dependencies": {
"@bull-board/api": "5.21.4",
"@bull-board/ui": "5.21.4",
"@midwayjs/bull": "^3.16.8",
"@bull-board/api": "5.21.5",
"@bull-board/ui": "5.21.5",
"@midwayjs/bull": "^3.17.1",
"ejs": "3.1.10"
},
"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.15.6"
},
"dependencies": {
"bull": "4.16.1"
"bull": "4.16.3"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit b9ba0ea

Please sign in to comment.