From 519f73ea8e877f5697a4e246f7296f533a6aa32e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:43:58 +0000 Subject: [PATCH] fix(deps): update dependency cron-parser to v5 (#29) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 328a3fe..6bcce30 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@lesjoursfr/date": "^1.0.2", "@lesjoursfr/human-interval": "^1.0.2", - "cron-parser": "^4.9.0", + "cron-parser": "^5.0.0", "debug": "^4.4.0", "luxon": "^3.5.0", "mongodb": "~6.13.0"