1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

(bug) moment-timezone dependency to en-SG/en-sg

This commit is contained in:
Sylvain 2022-03-15 11:21:26 +01:00
parent ac32b261b3
commit 3f7bf8e947
3 changed files with 3 additions and 7 deletions

View File

@ -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)

View File

@ -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",

View File

@ -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==