mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
This removes some DeprecationWarnings in history-v1 The update should be safe: ``` 3.0.0 / 2018-11-20 Ensure config array items and objects are sealed @fgheorghe This required a major version bump in case someone relied on the ability to mutate non-sealed data. 2.0.0 / 2018-07-26 Potential for backward incompatibility requiring a major version bump. Safe to upgrade to major version 2 if you're using a recent NodeJS version and you're not trying to mutate config arrays. Added array immutability - jacobemerick Removed Node V.4 support ``` https://github.com/node-config/node-config/blob/master/History.md GitOrigin-RevId: 8384247d1ad2cd659703b4ba50edf7212076dcf3