Version 7.24.5 of @babel/core, released on April 29, 2024, brings several updates compared to the previous version, 7.24.4, released on April 3, 2024. A key dependency upgrade is @babel/types, moving from version 7.24.0 to 7.24.5, suggesting improvements or fixes in how Babel handles JavaScript types. Similar upgrades happened for @babel/parser (7.24.4 to 7.24.5), @babel/helpers (7.24.4 to 7.24.5), @babel/traverse (7.24.1 to 7.24.5), and @babel/generator (7.24.4 to 7.24.5), indicating enhancements in parsing, code generation, and AST traversal functionalities, core components for transforming JavaScript code.
Notably, @babel/helper-module-transforms saw an update from 7.23.3 to 7.24.5, suggesting improvements related to module transformations. There are also minor updates, the @babel/template dependency remains at 7.24.0, and @babel/code-frame still uses version 7.24.2. Also @babel/preset-env was update to 7.24.5 from 7.24.4 and @babel/helper-transform-fixture-test-runner was update to 7.24.5 from 7.24.4.
Developers should consider upgrading to 7.24.5 to benefit from the latest fixes and improvements in Babel's core functionalities, especially within type handling, parsing, code generation, and module transformations. The updates in @babel/preset-env and @babel/helper-transform-fixture-test-runner might bring improvements in enviroment presets and testing utilities. Ensure compatibility with your existing Babel configuration and plugins when upgrading. Overall, version 7.24.5 provides a worthwhile update for developers seeking the most recent enhancements and bug fixes in the Babel compiler core.
The are not vulnerabilities for the version 7.24.5 of the package @babel/core