@babel/preset-env is a powerful tool that allows developers to use the latest JavaScript features while maintaining compatibility with older browsers and environments. Version 7.14.0 introduces several updates and refinements compared to the previous stable version, 7.13.15.
Notable changes include updates to core dependencies like @babel/types (from 7.13.14 to 7.14.0), @babel/compat-data (from 7.13.15 to 7.14.0), and @babel/helper-compilation-targets (from 7.13.13 to 7.13.16). These updates ensure that the preset leverages the most recent information about browser support and target environments for more accurate transpilation.
Several @babel/plugin-transform-* and @babel/plugin-proposal-* dependencies have also been updated to version 7.14.0, reflecting the latest transformations and proposals supported by Babel. This means developers can use new JavaScript syntax and features with greater confidence. Specifically, new dependency: @babel/plugin-syntax-private-property-in-object version ^7.14.0 has been added into the dependencies. This will bring better support for new features
The update includes changes for @babel/plugin-transform-modules-amd & @babel/plugin-transform-modules-umd (both updated from 7.13.0 to 7.14.0). Which are very useful for people working with legacy module definition systems.
These collective updates offer developers a more streamlined and up-to-date experience when using @babel/preset-env, helping them to write modern JavaScript that works everywhere. Keep your dependencies up to date!
The are not vulnerabilities for the version 7.14.0 of the package @babel/preset-env