Version 7.22.9 of @babel/core, released on July 12, 2023, represents a minor update over version 7.22.8 released just a week before. Key differences lie in the updated dependency versions, specifically within @babel ecosystem packages. Version 7.22.9 upgrades @babel/generator from 7.22.7 to 7.22.9, @babel/helper-module-transforms from 7.22.5 to 7.22.9, and @babel/helper-compilation-targets from 7.22.6 to 7.22.9. These updates likely include bug fixes, performance improvements, and potential support for newer ECMAScript features. Notably, the previous version 7.22.8 uses @nicolo-ribaudo/semver-v6 which is replaced by the standard semver package in the new version. For developers, these changes ensure access to the latest refinements within Babel's core modules.
While the core functionalities remain consistent, developers should be aware of these dependency updates, as they might impact specific transformation behaviors or compatibility with certain JavaScript syntax. Reviewing the changelogs for @babel/generator, @babel/helper-module-transforms, and @babel/helper-compilation-targets is advisable for a complete understanding of the included changes and any potential adjustments needed in Babel configurations or plugins. The update also slightly reduces the unpacked size of the package. Using the newest version helps to ensure that they are building projects with the latest recommended Babel configuration.
The are not vulnerabilities for the version 7.22.9 of the package @babel/core