Skip to content

Commit

Permalink
update cron dependency relating to issue kelektiv/node-cron#467
Browse files Browse the repository at this point in the history
  • Loading branch information
richardflint committed Feb 7, 2024
1 parent 9023cf1 commit 5fa9ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nestjs/jwt": "^9.0.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/schedule": "^3.0.1",
"@nestjs/schedule": "^4.0.0",
"@nestjs/serve-static": "^3.0.0",
"@nestjs/typeorm": "^9.0.1",
"@types/cache-manager": "^4.0.2",
Expand All @@ -53,7 +53,7 @@
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@types/bcrypt": "^5.0.0",
"@types/cron": "^2.0.0",
"@types/cron": "^2.4.0",
"@types/express": "^4.17.13",
"@types/jest": "28.1.8",
"@types/node": "^16.18.3",
Expand Down

0 comments on commit 5fa9ad6

Please sign in to comment.