From f56838a3f0c60ea9652f25fad3d2d9bf3825d634 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:03:18 -0500 Subject: [PATCH] fix(deps): update dependency cron to v4.1.0 (#13200) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index ab1ada6165..a91c2ba832 100644 --- a/install/package.json +++ b/install/package.json @@ -63,7 +63,7 @@ "connect-pg-simple": "10.0.0", "connect-redis": "8.0.1", "cookie-parser": "1.4.7", - "cron": "4.0.0", + "cron": "4.1.0", "cropperjs": "1.6.2", "csrf-sync": "4.0.3", "daemon": "1.1.0",