From c7c3452b3dda5d25805cfe9a0aec6d3b7af5d587 Mon Sep 17 00:00:00 2001 From: Meike Grewing Date: Mon, 2 Dec 2019 19:05:12 +0000 Subject: [PATCH] Upgrade moment-timezone to fix issue with Brazilian timezones --- packages/timezone/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/timezone/package.json b/packages/timezone/package.json index 0279cb9506..bd62948f02 100644 --- a/packages/timezone/package.json +++ b/packages/timezone/package.json @@ -39,7 +39,7 @@ "@blueprintjs/select": "^3.11.0", "classnames": "^2.2", "moment": "^2.24.0", - "moment-timezone": "^0.5.26", + "moment-timezone": "^0.5.27", "tslib": "~1.9.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index b3035d078c..869ff0fc3c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6605,10 +6605,10 @@ modify-values@^1.0.0: resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== -moment-timezone@^0.5.26: - version "0.5.26" - resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.26.tgz#c0267ca09ae84631aa3dc33f65bedbe6e8e0d772" - integrity sha512-sFP4cgEKTCymBBKgoxZjYzlSovC20Y6J7y3nanDc5RoBIXKlZhoYwBoZGe3flwU6A372AcRwScH8KiwV6zjy1g== +moment-timezone@^0.5.27: + version "0.5.27" + resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.27.tgz#73adec8139b6fe30452e78f210f27b1f346b8877" + integrity sha512-EIKQs7h5sAsjhPCqN6ggx6cEbs94GK050254TIJySD1bzoM5JTYDwAU1IoVOeTOL6Gm27kYJ51/uuvq1kIlrbw== dependencies: moment ">= 2.9.0"