From 19f3d73656b8825e0b3a39facb4dd45f733725c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 03:38:48 +0000 Subject: [PATCH] Bump luxon from 2.2.0 to 2.3.0 Bumps [luxon](https://github.com/moment/luxon) from 2.2.0 to 2.3.0. - [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/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed95486..eef6722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "dotenv": "^14.3.0", "js-base64": "^3.7.2", "lodash": "^4.17.21", - "luxon": "^2.1.1", + "luxon": "^2.3.0", "node-fetch": "^3.2.0", "timsort": "^0.3.0" } @@ -298,9 +298,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/luxon": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.2.0.tgz", - "integrity": "sha512-LwmknessH4jVIseCsizUgveIHwlLv/RQZWC2uDSMfGJs7w8faPUi2JFxfyfMcTPrpNbChTem3Uz6IKRtn+LcIA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.0.tgz", + "integrity": "sha512-gv6jZCV+gGIrVKhO90yrsn8qXPKD8HYZJtrUDSfEbow8Tkw84T9OnCyJhWvnJIaIF/tBuiAjZuQHUt1LddX2mg==", "engines": { "node": ">=12" } @@ -615,9 +615,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "luxon": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.2.0.tgz", - "integrity": "sha512-LwmknessH4jVIseCsizUgveIHwlLv/RQZWC2uDSMfGJs7w8faPUi2JFxfyfMcTPrpNbChTem3Uz6IKRtn+LcIA==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.0.tgz", + "integrity": "sha512-gv6jZCV+gGIrVKhO90yrsn8qXPKD8HYZJtrUDSfEbow8Tkw84T9OnCyJhWvnJIaIF/tBuiAjZuQHUt1LddX2mg==" }, "node-domexception": { "version": "1.0.0", diff --git a/package.json b/package.json index 3443f8c..1a395fa 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dotenv": "^14.3.0", "js-base64": "^3.7.2", "lodash": "^4.17.21", - "luxon": "^2.1.1", + "luxon": "^2.3.0", "node-fetch": "^3.2.0", "timsort": "^0.3.0" }