From 301c9636f18953e244ea2e13c71cc0bd89b1be46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:30:54 +0000 Subject: [PATCH] build(deps): bump luxon in /remote-patient-monitoring-edge-demo/analysis 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] --- .../analysis/package-lock.json | 6 +++--- remote-patient-monitoring-edge-demo/analysis/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/remote-patient-monitoring-edge-demo/analysis/package-lock.json b/remote-patient-monitoring-edge-demo/analysis/package-lock.json index 624598c45..f5784bba2 100644 --- a/remote-patient-monitoring-edge-demo/analysis/package-lock.json +++ b/remote-patient-monitoring-edge-demo/analysis/package-lock.json @@ -1581,9 +1581,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==" }, "media-typer": { "version": "0.3.0", diff --git a/remote-patient-monitoring-edge-demo/analysis/package.json b/remote-patient-monitoring-edge-demo/analysis/package.json index 8d6aa5d6b..94ca66de7 100644 --- a/remote-patient-monitoring-edge-demo/analysis/package.json +++ b/remote-patient-monitoring-edge-demo/analysis/package.json @@ -32,7 +32,7 @@ "dotenv": "^8.2.0", "express": "^4.17.1", "faker": "5.3.1", - "luxon": "1.25.0", + "luxon": "2.5.2", "@types/node": "14.14.25" } }