1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

Update Node

This commit is contained in:
vincent 2022-02-07 17:27:51 +01:00 committed by Sylvain
parent c1ec8b5ce8
commit e6c6f35ff9
2 changed files with 2 additions and 1 deletions

2
.nvmrc
View File

@ -1 +1 @@
12.18.3
16.13.2

View File

@ -2,6 +2,7 @@
## next deploy
- Updated Node to 16.13.2
- when generating an avoir, the option "by_wallet" is not present anymore if wallet module is off
- Fix a bug: edge case of birthday in the future in seeds.rb, we should use Date.current instead of DateTime.current since birthday is a date (see https://github.com/sleede/fab-manager/issues/344)
- Fix a security issue: updated ruby to 2.6.10 to fix [CVE-2022-28739](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28739)