From 4ef55e9af0c9cac7db25a90ac965e5aa0d53db48 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 23:41:11 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.28 to 0.5.33 Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.28 to 0.5.33. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.28...0.5.33) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e08661e..86712c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16319,9 +16319,9 @@ "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" }, "moment-timezone": { - "version": "0.5.28", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.28.tgz", - "integrity": "sha512-TDJkZvAyKIVWg5EtVqRzU97w0Rb0YVbfpqyjgu6GwXCAohVRqwZjf4fOzDE6p1Ch98Sro/8hQQi65WDXW5STPw==", + "version": "0.5.33", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.33.tgz", + "integrity": "sha512-PTc2vcT8K9J5/9rDEPe5czSIKgLoGsH8UNpA4qZTVw0Vd/Uz19geE9abbIOQKaAQFcnQ3v5YEXrbSc5BpshH+w==", "requires": { "moment": ">= 2.9.0" } diff --git a/package.json b/package.json index 7c5c5b1..dd20f3c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "immutability-helper": "^3.0.2", "jsonexport": "^2.4.1", "memoize-one": "^5.1.1", - "moment-timezone": "^0.5.28", + "moment-timezone": "^0.5.33", "prop-types": "^15.7.2", "react": "^16.13.1", "react-dom": "^16.13.1",