From 32cdfcc2a9e0e18b1e0b2eaa7614dbe18a11605f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 23:26:34 +0000 Subject: [PATCH] build(deps): bump luxon Bumps [luxon](https://github.com/moment/luxon) from 1.25.0 to 1.28.1. - [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...1.28.1) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../dashboard/package-lock.json | 6 +++--- remote-patient-monitoring-edge-demo/dashboard/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",