Skip to content

Commit

Permalink
fix(deps): update dependency cron to v2.3.0 (#2831)
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] committed Mar 27, 2023
1 parent 4560016 commit 61559c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages-legacy/task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@midwayjs/logger": "^2.15.0",
"@midwayjs/mock": "^3.10.15",
"@types/bull": "3.15.9",
"@types/cron": "2.0.0"
"@types/cron": "2.0.1"
},
"dependencies": {
"bull": "4.10.4",
"cron": "2.2.0"
"cron": "2.3.0"
},
"engines": {
"node": ">=12"
Expand Down
4 changes: 2 additions & 2 deletions packages/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"license": "MIT",
"dependencies": {
"cron": "2.2.0",
"@types/cron": "2.0.0"
"cron": "2.3.0",
"@types/cron": "2.0.1"
},
"devDependencies": {
"@midwayjs/core": "^3.10.10",
Expand Down

0 comments on commit 61559c1

Please sign in to comment.