From b2b64e2cb6aa4644ff7fa34e24a32c9c62658d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:15:13 +0000 Subject: [PATCH] Bump luxon from 1.12.0 to 2.5.2 Bumps [luxon](https://github.com/moment/luxon) from 1.12.0 to 2.5.2. - [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.12.0...2.5.2) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e9a421..08190b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6888,9 +6888,9 @@ } }, "luxon": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.12.0.tgz", - "integrity": "sha512-enPnPIHd5ZnZT0vpj9Xv8aq4j0yueAkhnh4xUKUHpqlgSm1r/8s6xTMjfyp2ugOWP7zivqJqgVTkW+rpHed61w==" + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz", + "integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==" }, "magic-string": { "version": "0.25.2", diff --git a/package.json b/package.json index a2b255b..a9ceb2c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "hammerjs": "^2.0.8", "jquery": "^3.5.0", "jsonwebtoken": "^8.5.1", - "luxon": "^1.12.0", + "luxon": "^2.5.2", "materialize-css": "^1.0.0", "mysql2": "^1.6.5", "ngx-material-timepicker": "^3.0.2",