fix(deps): update dependency node-cron to ^4.2.1 (#3590)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-07-10 19:19:25 +00:00
committed by GitHub
parent 7e92f1bafa
commit e21b236d37
3 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
"@trpc/client": "^11.4.3",
"@trpc/server": "^11.4.3",
"@trpc/tanstack-react-query": "^11.4.3",
"node-cron": "^4.2.0",
"node-cron": "^4.2.1",
"react": "19.1.0",
"zod": "^3.25.76"
},

View File

@@ -26,7 +26,7 @@
"dependencies": {
"@homarr/common": "workspace:^0.1.0",
"@homarr/db": "workspace:^0.1.0",
"node-cron": "^4.2.0"
"node-cron": "^4.2.1"
},
"devDependencies": {
"@homarr/eslint-config": "workspace:^0.2.0",