chore(deps): update dependency cron-parser to v5.6.1#3990
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Security review — no findings
Scope: web/package-lock.json only — cron-parser 5.6.0 → 5.6.1 (patch).
Assessment: No medium, high, or critical vulnerabilities introduced or exposed by this change.
Why this is low risk:
- Application code unchanged. The only consumer is
web/src/components/ScheduleForm.vue, which usesCronExpressionParserfor client-side schedule UI (next-run preview, field parsing). Parsing is wrapped intry/catch; output is dates/UI state, not HTML or server commands. - Server-side scheduling is separate. Cron execution and validation use
github.com/robfig/cron/v3(ValidateCronFormatinservices/schedules/SchedulePool.go), notcron-parser. - Upstream release is a bugfix patch. v5.6.1 addresses DST iteration, bundled-build
.bind, and day-of-month validation — no security advisories. - No known CVEs for
cron-parserin npm audit / public vulnerability databases.
Prior threads: None from earlier automation runs; nothing to re-report.
Sent by Cursor Automation: Find vulnerabilities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR contains the following updates:
5.6.0→5.6.1Release Notes
harrisiirak/cron-parser (cron-parser)
v5.6.1Compare Source
What's Changed
New Contributors
Full Changelog: harrisiirak/cron-parser@v5.6.0...v5.6.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.