From 30ae79cfe23699aa2dcbf1c3a89fc7683544567a Mon Sep 17 00:00:00 2001 From: yvanzo Date: Sun, 16 Sep 2018 23:25:49 +0200 Subject: [PATCH] Update to IANA TimeZone Database 2018e by updating: - DateTime::TimeZone to the latest version (2.19) https://metacpan.org/changes/distribution/DateTime-TimeZone - moment-timezone to the latest version (0.5.21) https://github.com/moment/moment-timezone/blob/HEAD/changelog.md (Note: Changelog is wrong about 0.5.17, see below instead) https://github.com/moment/moment-timezone/pull/616 --- cpanfile | 2 +- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cpanfile b/cpanfile index c0694fdf381..01bfc61dcbf 100644 --- a/cpanfile +++ b/cpanfile @@ -27,7 +27,7 @@ requires 'DateTime::Format::ISO8601' => '0.08'; requires 'DateTime::Format::Natural' => '1.02'; requires 'DateTime::Format::Pg' => '0.16009'; requires 'DateTime::Locale' => '1.11'; -requires 'DateTime::TimeZone' => '1.63'; +requires 'DateTime::TimeZone' => '2.19'; requires 'DBD::Pg' => '3.5.3'; requires 'DBI' => '1.63'; requires 'DBIx::Connector' => '0.53'; diff --git a/package.json b/package.json index 402a015833a..ebeee57a0c5 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "merge-stream": "1.0.1", "moment": "2.22.2", "moment-strftime": "0.5.0", - "moment-timezone": "0.5.17", + "moment-timezone": "0.5.21", "po2json": "0.4.1", "q": "1.4.1", "querystring": "0.2.0", diff --git a/yarn.lock b/yarn.lock index 58fffb8fc14..0e452e69dcf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3582,9 +3582,9 @@ moment-strftime@0.5.0: dependencies: moment "^2.11.2" -moment-timezone@0.5.17: - version "0.5.17" - resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.17.tgz#3c8fef32051d84c3af174d91dc52977dcb0ad7e5" +moment-timezone@0.5.21: + version "0.5.21" + resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.21.tgz#3cba247d84492174dbf71de2a9848fa13207b845" dependencies: moment ">= 2.9.0"