From c930ce26b131bccaac489d4d8f0ff797b86526ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Sep 2023 02:12:38 +0000 Subject: [PATCH] fix: upgrade cron from 2.3.0 to 2.4.1 Snyk has created this PR to upgrade cron from 2.3.0 to 2.4.1. See this package in npm: https://www.npmjs.com/package/cron See this project in Snyk: https://app.snyk.io/org/biancode/project/db549ece-73d1-4409-9a75-04ab0ef67f4d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5d5c93..987bac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "BSD-3-Clause", "dependencies": { "@xstate/fsm": "~2.0.0", - "cron": "~2.3.0", + "cron": "^2.4.1", "debug": "~4.3.4", "g": "~2.0.1", "node-opcua": "~2.81.0", @@ -4856,9 +4856,9 @@ } }, "node_modules/cron": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/cron/-/cron-2.3.0.tgz", - "integrity": "sha512-ZN5HP8zDY41sJolMsbc+GksRATcbvkPKF5wR/qc8FrV4NBVi9ORQa1HmYa5GydaysUB80X9XpRlRkooa5uEtTA==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/cron/-/cron-2.4.1.tgz", + "integrity": "sha512-ty0hUSPuENwDtIShDFxUxWEIsqiu2vhoFtt6Vwrbg4lHGtJX2/cV2p0hH6/qaEM9Pj+i6mQoau48BO5wBpkP4w==", "dependencies": { "luxon": "^3.2.1" } diff --git a/package.json b/package.json index d8bb290..4418e51 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@xstate/fsm": "~2.0.0", - "cron": "~2.3.0", + "cron": "~2.4.1", "debug": "~4.3.4", "g": "~2.0.1", "node-opcua": "~2.81.0",