From 8fb5e77441f3e0fba1d48501c6e49956fb979746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:47:51 +0000 Subject: [PATCH] Bump cron-parser from 5.0.6 to 5.1.0 Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 5.0.6 to 5.1.0. - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](https://github.com/harrisiirak/cron-parser/compare/v5.0.6...v5.1.0) --- updated-dependencies: - dependency-name: cron-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7caf7f3..ecb3bf3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5592,9 +5592,9 @@ } }, "node_modules/cron-parser": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.0.6.tgz", - "integrity": "sha512-KtZxEaO4XtQwQ6q2Val3gX09TxM/1Okz0BIqkm6Wwc582gAHTnjBP1rtYEgWcVOUPRIg2CeirOTiUSu7A2I+HQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.1.0.tgz", + "integrity": "sha512-dnR1hHR7iGJe+Jev72sareuGO+/AzzbVGoy95lkXuw+ftvDkERdnXRnJMJ+ArxKId5QnLXGckFgVGCCwAMhlRw==", "license": "MIT", "dependencies": { "luxon": "^3.5.0"