Version 7.22.15 of @babel/core introduces several updates compared to the previous stable version, 7.22.11. Notably, many of the @babel/* dependencies within the dependencies section have been bumped to version 7.22.15. These include crucial components like @babel/types, @babel/parser, @babel/helpers, @babel/template, @babel/traverse, and @babel/generator. This suggests a concentrated effort to synchronize these tightly integrated packages, likely bringing improvements and bug fixes across Babel's core functionality. @babel/code-frame gets updated to 7.22.13 from 7.22.10, and @babel/helper-module-transforms to 7.22.15 from 7.22.9, and @babel/helper-compilation-targets to 7.22.15 from 7.22.10. The devDependencies also see advancements, with @babel/preset-env, @babel/preset-typescript, @babel/plugin-transform-modules-commonjs and @babel/helper-transform-fixture-test-runner receiving updates to 7.22.15 from older versions. These development dependency upgrades signify improvements in the tooling and testing environment surrounding Babel. The unpacked size also increased slightly, from 776664 to 779176, that might suggest added features, or minor improvements. Developers should consider upgrading to 7.22.15 to benefit from the latest bug fixes, potential performance improvements, and enhanced compatibility across Babel's ecosystem. Reviewing the changelogs for the individual @babel/* packages that were updated is recommended to fully understand the scope of these changes.
The are not vulnerabilities for the version 7.22.15 of the package @babel/core