Skip to content

chore(deps): update dependency cron-parser to v5.6.1#3990

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/cron-parser-5.x-lockfile
Open

chore(deps): update dependency cron-parser to v5.6.1#3990
renovate[bot] wants to merge 1 commit into
developfrom
renovate/cron-parser-5.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cron-parser 5.6.05.6.1 age confidence

Release Notes

harrisiirak/cron-parser (cron-parser)

v5.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: harrisiirak/cron-parser@v5.6.0...v5.6.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 uses CronExpressionParser for client-side schedule UI (next-run preview, field parsing). Parsing is wrapped in try/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 (ValidateCronFormat in services/schedules/SchedulePool.go), not cron-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-parser in npm audit / public vulnerability databases.

Prior threads: None from earlier automation runs; nothing to re-report.

Open in Web View Automation 

Sent by Cursor Automation: Find vulnerabilities

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants