From f2fad2d34337cd20cf6ea313f8795602e7e5242c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:33:47 -0400 Subject: [PATCH] fix(deps): update dependency cron to v3 (#12049) 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 69a2fe51d3..a625cecb72 100644 --- a/install/package.json +++ b/install/package.json @@ -58,7 +58,7 @@ "connect-pg-simple": "9.0.0", "connect-redis": "7.1.0", "cookie-parser": "1.4.6", - "cron": "2.4.4", + "cron": "3.1.0", "cropperjs": "1.6.1", "csrf-sync": "4.0.1", "daemon": "1.1.0",