From e64d9b3aff56bc92f80fd060e8ffaa92ed0d2b3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 20:58:35 +0000 Subject: [PATCH] =?UTF-8?q?fix(peer-deps):=20=E2=AC=86=EF=B8=8F=20update?= =?UTF-8?q?=20dependency=20node-cron=20to=20^4.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6a0f55..1179f57 100644 --- a/package.json +++ b/package.json @@ -293,7 +293,7 @@ "cors": "^2.8.6", "express": "5.2.1", "mongodb": "^7.4.0", - "node-cron": "^4.5.0", + "node-cron": "^4.6.0", "reflect-metadata": "^0.2.2", "routing-controllers": "^0.11.3", "winston": "3.19.0",