From 1036391aa35b8b80992b6f9a20f78e7a374c924e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 09:03:00 +0000 Subject: [PATCH] build(deps): bump moment from 2.24.0 to 2.26.0 in /UI Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.26.0. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.24.0...2.26.0) Signed-off-by: dependabot-preview[bot] --- UI/package-lock.json | 6 +++--- UI/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UI/package-lock.json b/UI/package-lock.json index 20a1427..290da74 100644 --- a/UI/package-lock.json +++ b/UI/package-lock.json @@ -9950,9 +9950,9 @@ } }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz", + "integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==" }, "move-concurrently": { "version": "1.0.1", diff --git a/UI/package.json b/UI/package.json index 37c659e..95d0537 100644 --- a/UI/package.json +++ b/UI/package.json @@ -6,7 +6,7 @@ "color": "^3.1.2", "history": "^4.10.1", "immutable": "^3.8.2", - "moment": "^2.24.0", + "moment": "^2.26.0", "prop-types": "^15.7.2", "react": "^16.13.1", "react-custom-scrollbars": "^4.2.1",