1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

(security) CVE-2023-22799

Bump globalid from 1.0.0 to 1.0.1
This commit is contained in:
Sylvain 2023-01-23 06:49:08 +01:00
commit bb3df66c0b
2 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
- Fix a bug: invalid event date reported when the timezone in before UTC
- Fix a bug: unable to run accounting export if a line label was not defined
- Fix a security issue: updated rack to 2.2.6.2 to fix [CVE-2022-44571](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-44571)
- Fix a security issue: updated globalid to 1.0.1 to fix [CVE-2023-22799](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-22799)
- [TODO DEPLOY] `rails fablab:fix:invoice_items_in_error` THEN `rails fablab:fix_invoice_items` THEN `rails db:migrate`
## v5.6.5 2023 January 9

View File

@ -160,7 +160,7 @@ GEM
fugit (1.5.3)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.0.0)
globalid (1.0.1)
activesupport (>= 5.0)
hashdiff (1.0.1)
hashery (2.1.2)
@ -222,7 +222,7 @@ GEM
mini_magick (4.10.1)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.2)
minitest (5.17.0)
minitest-reporters (1.4.2)
ansi
builder