From c5b6dee7ab1ce1b38e2bd30c06cc0682cada2c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:42:50 +0000 Subject: [PATCH] Bump luxon and cron-parser Bumps [luxon](https://github.com/moment/luxon) and [cron-parser](https://github.com/harrisiirak/cron-parser). These dependencies needed to be updated together. Updates `luxon` from 1.28.0 to 3.2.1 - [Release notes](https://github.com/moment/luxon/releases) - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/1.28.0...3.2.1) Updates `cron-parser` from 4.2.1 to 4.7.0 - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](https://github.com/harrisiirak/cron-parser/compare/4.2.1...4.7.0) --- updated-dependencies: - dependency-name: luxon dependency-type: indirect - dependency-name: cron-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index af76f5a6..35c6a218 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2278,14 +2278,14 @@ } }, "node_modules/cron-parser": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.2.1.tgz", - "integrity": "sha512-5sJBwDYyCp+0vU5b7POl8zLWfgV5fOHxlc45FWoWdHecGC7MQHCjx0CHivCMRnGFovghKhhyYM+Zm9DcY5qcHg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.7.0.tgz", + "integrity": "sha512-BdAELR+MCT2ZWsIBhZKDuUqIUCBjHHulPJnm53OfdRLA4EWBjva3R+KM5NeidJuGsNXdEcZkjC7SCnkW5rAFSA==", "dependencies": { - "luxon": "^1.28.0" + "luxon": "^3.1.0" }, "engines": { - "node": ">=0.8" + "node": ">=12.0.0" } }, "node_modules/cross-spawn": { @@ -4981,11 +4981,11 @@ } }, "node_modules/luxon": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz", - "integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.2.1.tgz", + "integrity": "sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==", "engines": { - "node": "*" + "node": ">=12" } }, "node_modules/make-dir": { @@ -8332,11 +8332,11 @@ } }, "cron-parser": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.2.1.tgz", - "integrity": "sha512-5sJBwDYyCp+0vU5b7POl8zLWfgV5fOHxlc45FWoWdHecGC7MQHCjx0CHivCMRnGFovghKhhyYM+Zm9DcY5qcHg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.7.0.tgz", + "integrity": "sha512-BdAELR+MCT2ZWsIBhZKDuUqIUCBjHHulPJnm53OfdRLA4EWBjva3R+KM5NeidJuGsNXdEcZkjC7SCnkW5rAFSA==", "requires": { - "luxon": "^1.28.0" + "luxon": "^3.1.0" } }, "cross-spawn": { @@ -10324,9 +10324,9 @@ } }, "luxon": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz", - "integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.2.1.tgz", + "integrity": "sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==" }, "make-dir": { "version": "3.1.0",