diff --git a/remote-patient-monitoring-edge-demo/dashboard/package-lock.json b/remote-patient-monitoring-edge-demo/dashboard/package-lock.json index e87255783..015d95868 100644 --- a/remote-patient-monitoring-edge-demo/dashboard/package-lock.json +++ b/remote-patient-monitoring-edge-demo/dashboard/package-lock.json @@ -9506,9 +9506,9 @@ } }, "luxon": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.25.0.tgz", - "integrity": "sha512-hEgLurSH8kQRjY6i4YLey+mcKVAWXbDNlZRmM6AgWDJ1cY3atl8Ztf5wEY7VBReFbmGnwQPz7KYJblL8B2k0jQ==" + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.1.tgz", + "integrity": "sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw==" }, "lz-string": { "version": "1.4.4", diff --git a/remote-patient-monitoring-edge-demo/dashboard/package.json b/remote-patient-monitoring-edge-demo/dashboard/package.json index ad5dc7cc1..e9e12c2fa 100644 --- a/remote-patient-monitoring-edge-demo/dashboard/package.json +++ b/remote-patient-monitoring-edge-demo/dashboard/package.json @@ -16,7 +16,7 @@ "@uifabric/icons": "^7.5.18", "axios": "^0.21.1", "chart.js": "^2.9.4", - "luxon": "^1.25.0", + "luxon": "^1.28.1", "react": "^17.0.1", "react-chartjs-2": "^2.11.1", "react-dom": "^17.0.1",