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" } }