From 206d7149ea9a0eb572b0e47ee7bfacb4e9267e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:31:38 +0000 Subject: [PATCH] Bump luxon from 1.25.0 to 2.5.2 in /reactapp Bumps [luxon](https://github.com/moment/luxon) from 1.25.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.25.0...2.5.2) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reactapp/package-lock.json | 6 +++--- reactapp/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactapp/package-lock.json b/reactapp/package-lock.json index ad62845..ad29f64 100644 --- a/reactapp/package-lock.json +++ b/reactapp/package-lock.json @@ -11434,9 +11434,9 @@ } }, "luxon": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.25.0.tgz", - "integrity": "sha512-hEgLurSH8kQRjY6i4YLey+mcKVAWXbDNlZRmM6AgWDJ1cY3atl8Ztf5wEY7VBReFbmGnwQPz7KYJblL8B2k0jQ==" + "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.7", diff --git a/reactapp/package.json b/reactapp/package.json index 9b4b0a8..18d3ee7 100644 --- a/reactapp/package.json +++ b/reactapp/package.json @@ -10,7 +10,7 @@ "chart.js": "^2.9.3", "chartjs-adapter-luxon": "^0.2.2", "chartjs-plugin-annotation": "^0.5.7", - "luxon": "^1.25.0", + "luxon": "^2.5.2", "parse-link-header": "^2.0.0", "qrcode.react": "^1.0.0", "react": "^16.13.1",