From 3f7bf8e947afd4f8506e334419ed3f1e64377072 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 15 Mar 2022 11:21:26 +0100 Subject: [PATCH] (bug) moment-timezone dependency to en-SG/en-sg --- CHANGELOG.md | 1 + package.json | 2 +- yarn.lock | 7 +------ 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4891608..0a3de134f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Updated sidekiq-unique-jobs to 7.1.15 - Removed unmaintained gem sidekiq-cron and replaced it with sidekiq-scheduler - Fix a bug: a sentence was not linked to a translation key +- Fix a bug: the moment-timezone relied on an outdated version of moment with a case-sensitive locale file - Fix a security issue: updated image_processing to 1.12.2 to fix [CVE-2022-24720](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24720) - Fix a security issue: updated url-parse to 1.5.10 to fix [CVE-2022-0686](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0686), [CVE-2022-0691](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0691), [CVE-2022-0639](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0639) and [CVE-2022-0512](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0512) - Fix a security issue: updated rails to 5.2.6.3 to fix [CVE-2022-21831](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21831), [CVE-2022-23633](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23633) diff --git a/package.json b/package.json index 8e030b752..53eb301af 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "jquery-ujs": "^1.2.2", "medium-editor": "^5.23.3", "mini-css-extract-plugin": "^2.6.0", - "moment": "2.22", + "moment": "2.29", "moment-timezone": "0.5", "ng-caps-lock": "https://github.com/FabioMR/ng-caps-lock.git#1.0.3", "ng-fittext": "https://github.com/patrickmarabeas/ng-FitText.js.git#4.1.1", diff --git a/yarn.lock b/yarn.lock index 1e05a548a..aee09e777 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4864,12 +4864,7 @@ moment-timezone@0.5: dependencies: moment ">= 2.9.0" -moment@2.22: - version "2.22.2" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66" - integrity sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y= - -"moment@>= 2.9.0", "moment@>=2.8.0 <3.0.0": +moment@2.29, "moment@>= 2.9.0", "moment@>=2.8.0 <3.0.0": version "2.29.1" resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==