From b6ca1003e403f16283d02e0d3ba6ea0294e93853 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 25 Jun 2020 10:28:09 -0400 Subject: [PATCH] LP#1884787: pin moment-timezone to 0.5.27 This updates moment-timezone to pull in an updated tzdb but pins it to avoid future build errors if npm update is run. Unlike the version of this patch series for rel_3_5+, no attempt is made to update moment-timezone to the version that includes built-in TypeScript types. Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/package.json b/Open-ILS/src/eg2/package.json index 607b100a0f..497342543e 100644 --- a/Open-ILS/src/eg2/package.json +++ b/Open-ILS/src/eg2/package.json @@ -30,7 +30,7 @@ "file-saver": "^2.0.2", "material-design-icons": "^3.0.1", "moment": "2.24.0", - "moment-timezone": "^0.5.26", + "moment-timezone": "0.5.27", "ngx-cookie": "^4.1.2", "rxjs": "^6.5.2", "zone.js": "^0.8.29" -- 2.11.0