@babel/core version 7.13.14 represents a minor update to the core Babel compiler, building upon the foundation laid by version 7.13.13. Developers migrating from the previous version will find key changes primarily within dependency updates. Most notably, version 7.13.14 removes the lodash dependency, potentially streamlining the bundle size and reducing the overall dependency footprint of projects utilizing Babel. While lodash offered utility functions, this change suggests alternative implementations or inlined functionalities now handle the features previously reliant on the library.
Furthermore, @babel/helper-module-transforms sees an update from 7.13.12 to 7.13.14, incorporating fixes and enhancements related to module transformation processes. Similarly, @babel/types is updated from 7.13.13 to 7.13.14 ensuring that syntax tree manipulation is consistent and secure. @babel/helper-transform-fixture-test-runner upgrades from version 7.13.12 to 7.13.14, this should include improved testing infrastructure for Babel plugin development. Finally, the file count decreases from 62 to 61, with the unpacked size increasing slightly, suggesting adjustments in file structure or content.
These changes, while seemingly minor, contribute to the ongoing refinement of Babel's core functionalities. Developers should review the specific change logs for the updated dependencies to fully understand the impact on their build processes. The update promotes a leaner core, potentially improving performance and simplifying dependency management for Babel users.
The are not vulnerabilities for the version 7.13.14 of the package @babel/core