From 5549a01d9f14d1c947d685439b3719f1f2b780f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 09:50:28 +0000 Subject: [PATCH] Bump cron from 4.3.0 to 4.3.1 Bumps [cron](https://github.com/kelektiv/node-cron) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/kelektiv/node-cron/releases) - [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node-cron/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: cron dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 29d0691..490e3f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7327,9 +7327,9 @@ cron-parser@^4.2.0: luxon "^3.2.1" cron@*, cron@^4.0.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/cron/-/cron-4.3.0.tgz#c5a62872f74f72294cf1cadef34c72ad8d8f50b5" - integrity sha512-ciiYNLfSlF9MrDqnbMdRWFiA6oizSF7kA1osPP9lRzNu0Uu+AWog1UKy7SkckiDY2irrNjeO6qLyKnXC8oxmrw== + version "4.3.1" + resolved "https://registry.yarnpkg.com/cron/-/cron-4.3.1.tgz#8dcc980864d3163bae3fc607be6e39707b7d2b97" + integrity sha512-7x7DoEOxV11t3OPWWMjj1xrL1PGkTV5RV+/54IJTZD7gStiaMploY43EkeBSkDZTLRbUwk+OISbQ0TR133oXyA== dependencies: "@types/luxon" "~3.6.0" luxon "~3.6.0"