v11.0.20
nestjs/nestv11.0.20Apr 16, 2025by kamilmysliwiec
AI Summary
A patch release refactoring the common module to improve security by preventing JavaScript execution via `eval`.
Key Highlights
- Refactored common module to prevent JavaScript being wrapped in `eval`.
Full Release Notes
## What's Changed * refactor(common): Prevent JavaScript being wrapped in `eval` by @Borewit in https://github.com/nestjs/nest/pull/14974 ## New Contributors * @Borewit made their first contribution in https://github.com/nestjs/nest/pull/14974 **Full Changelog**: https://github.com/nestjs/nest/compare/v11.0.19...v11.0.20