From c4c327798e5c11ff64375596d47039d5d7cf59cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:29:05 +0000 Subject: [PATCH] chore(deps): bump cron-parser from 4.9.0 to 5.6.2 in /worker Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 4.9.0 to 5.6.2. - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](https://github.com/harrisiirak/cron-parser/compare/4.9.0...v5.6.2) --- updated-dependencies: - dependency-name: cron-parser dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- worker/package-lock.json | 24 ++++++++++++++++++------ worker/package.json | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/worker/package-lock.json b/worker/package-lock.json index 755088c..cc2f2fc 100644 --- a/worker/package-lock.json +++ b/worker/package-lock.json @@ -12,7 +12,7 @@ "@systemvitals/database": "file:../database", "bullmq": "^5.79.0", "commander": "^14.0.0", - "cron-parser": "^4.9.0", + "cron-parser": "^5.6.2", "dotenv": "^17.4.2", "ioredis": "^5.6.1", "nodemailer": "9.0.3" @@ -1108,6 +1108,18 @@ "integrity": "sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==", "license": "MIT" }, + "node_modules/bullmq/node_modules/cron-parser": { + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.9.0.tgz", + "integrity": "sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==", + "license": "MIT", + "dependencies": { + "luxon": "^3.2.1" + }, + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/bullmq/node_modules/ioredis": { "version": "5.10.1", "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.1.tgz", @@ -1188,15 +1200,15 @@ } }, "node_modules/cron-parser": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.9.0.tgz", - "integrity": "sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.6.2.tgz", + "integrity": "sha512-yJ/G1LVir6CnlkLI40CsampPLKl1SprGGlUagWtGJxewytRVYezv5xVyzzbT+Pvzx+VIRvZVF7/a0eEMTxdnTA==", "license": "MIT", "dependencies": { - "luxon": "^3.2.1" + "luxon": "^3.7.2" }, "engines": { - "node": ">=12.0.0" + "node": ">=18" } }, "node_modules/debug": { diff --git a/worker/package.json b/worker/package.json index 4f2914f..5cd08b5 100644 --- a/worker/package.json +++ b/worker/package.json @@ -15,7 +15,7 @@ "@systemvitals/database": "file:../database", "bullmq": "^5.79.0", "commander": "^14.0.0", - "cron-parser": "^4.9.0", + "cron-parser": "^5.6.2", "dotenv": "^17.4.2", "ioredis": "^5.6.1", "nodemailer": "9.0.3"