BREAKING CHANGES
- Require Node.js >= 16. Drop support for previous versions.
Bug Fixes
- Don't match digits in the non-string, non-number portion of the regular expression for replacing numbers in JSON. This could cause ReDoS due to super-linear backtracking of malicious input. (f1db670)