From c03b5abb0ab7a39d5577a5edde64ca8ae55645be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:23:10 +0000 Subject: [PATCH] Bump luxon and cron-parser in /backend 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.4.0 to 4.7.0 - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](https://github.com/harrisiirak/cron-parser/compare/4.4.0...4.7.0) --- updated-dependencies: - dependency-name: luxon dependency-type: indirect - dependency-name: cron-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 8b9cace..e94cd10 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1801,14 +1801,14 @@ "devOptional": true }, "node_modules/cron-parser": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.4.0.tgz", - "integrity": "sha512-TrE5Un4rtJaKgmzPewh67yrER5uKM0qI9hGLDBfWb8GGRe9pn/SDkhVrdHa4z7h0SeyeNxnQnogws/H+AQANQA==", + "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/crypto-random-string": { @@ -3156,11 +3156,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": { @@ -7099,11 +7099,11 @@ "devOptional": true }, "cron-parser": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.4.0.tgz", - "integrity": "sha512-TrE5Un4rtJaKgmzPewh67yrER5uKM0qI9hGLDBfWb8GGRe9pn/SDkhVrdHa4z7h0SeyeNxnQnogws/H+AQANQA==", + "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" } }, "crypto-random-string": { @@ -8107,9 +8107,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",