mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
Update express-openapi-validator from v3 to v4 to support Node.js versions >14. This includes: - Upgrade express-openapi-validator dependency in package.json - Modify server startup code to accommodate v4 API changes - Update controller implementation to handle breaking changes The changes ensure compatibility with modern Node.js versions while maintaining the generator's functionality.