From 9332c0038e542e46f9d4298be69815f3d15bc897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:28:08 +0000 Subject: [PATCH] chore(deps): bump luxon and cron-parser Bumps [luxon](https://github.com/moment/luxon), [cron-parser](https://github.com/harrisiirak/cron-parser) 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.0 to 4.7.0 - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](https://github.com/harrisiirak/cron-parser/compare/4.2.0...4.7.0) Updates `cron-parser` from 4.3.0 to 4.7.0 - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](https://github.com/harrisiirak/cron-parser/compare/4.2.0...4.7.0) --- updated-dependencies: - dependency-name: luxon dependency-type: indirect - dependency-name: cron-parser dependency-type: indirect - dependency-name: cron-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index b189bf70..629cff9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "netlify-plugin-example", "version": "0.0.1", - "license": "{{license}}", + "license": "something", "devDependencies": { "@netlify/build": "^26.5.3", "ava": "^4.0.0", @@ -6360,15 +6360,15 @@ "dev": true }, "node_modules/cron-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.2.0.tgz", - "integrity": "sha512-pHDdek1iV87R9iG1edv5P2aImDOO1+y2VqCm0V3t0g3JtT/o0V0wAnX/6J2bsF8XEDvR7iqL3Co/3RBj2AhPFQ==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.7.0.tgz", + "integrity": "sha512-BdAELR+MCT2ZWsIBhZKDuUqIUCBjHHulPJnm53OfdRLA4EWBjva3R+KM5NeidJuGsNXdEcZkjC7SCnkW5rAFSA==", "dev": true, "dependencies": { - "luxon": "^1.28.0" + "luxon": "^3.1.0" }, "engines": { - "node": ">=0.8" + "node": ">=12.0.0" } }, "node_modules/cross-env": { @@ -10626,12 +10626,12 @@ } }, "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==", "dev": true, "engines": { - "node": "*" + "node": ">=12" } }, "node_modules/macos-release": { @@ -39484,12 +39484,12 @@ "dev": true }, "cron-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.2.0.tgz", - "integrity": "sha512-pHDdek1iV87R9iG1edv5P2aImDOO1+y2VqCm0V3t0g3JtT/o0V0wAnX/6J2bsF8XEDvR7iqL3Co/3RBj2AhPFQ==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.7.0.tgz", + "integrity": "sha512-BdAELR+MCT2ZWsIBhZKDuUqIUCBjHHulPJnm53OfdRLA4EWBjva3R+KM5NeidJuGsNXdEcZkjC7SCnkW5rAFSA==", "dev": true, "requires": { - "luxon": "^1.28.0" + "luxon": "^3.1.0" } }, "cross-env": { @@ -42696,9 +42696,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==", "dev": true }, "macos-release": {